*** openstack has joined #tacker | 00:17 | |
*** ChanServ sets mode: +o openstack | 00:17 | |
*** Dinesh_Bhor has joined #tacker | 00:21 | |
*** YanXing_an has joined #tacker | 01:05 | |
*** bobh has joined #tacker | 01:05 | |
*** gongysh has joined #tacker | 01:16 | |
*** bobh has quit IRC | 01:17 | |
*** gongysh has quit IRC | 01:38 | |
*** bobh has joined #tacker | 01:45 | |
*** bobh has quit IRC | 01:53 | |
*** gongysh has joined #tacker | 02:35 | |
*** janki has joined #tacker | 03:32 | |
*** gongysh has quit IRC | 04:19 | |
*** openstackgerrit has joined #tacker | 04:20 | |
openstackgerrit | Trinh Nguyen proposed openstack/tacker-specs master: Tacker Studio to design TOSCA templates spec https://review.openstack.org/553684 | 04:20 |
---|---|---|
openstackgerrit | Trinh Nguyen proposed openstack/tacker-specs master: Tacker Studio to design TOSCA templates spec https://review.openstack.org/553684 | 04:23 |
*** joxyuki has joined #tacker | 04:45 | |
*** links has joined #tacker | 04:46 | |
*** Dinesh_Bhor has quit IRC | 05:00 | |
*** Dinesh_Bhor has joined #tacker | 05:06 | |
*** trinaths has joined #tacker | 05:53 | |
Dinesh_Bhor | Is there a way to pass configuration file to the config drive from Tosca template to vnf? | 05:59 |
Dinesh_Bhor | https://github.com/openstack/tacker/blob/0fae185aa5229436c32cc8bd2d55b8b50912dd18/tacker/vnfm/mgmt_drivers/abstract_driver.py#L69-L71 | 05:59 |
Dinesh_Bhor | --config-drive=true --file <dst-path>:<src-path> | 06:00 |
Dinesh_Bhor | I can see this: https://github.com/openstack/tacker/blob/324a44380626ced28ebb795bfed8300cf6d8e543/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_image_before_processed_image.yaml#L7 | 06:00 |
Dinesh_Bhor | But I dont see any option for passing file itself. | 06:00 |
*** gongysh has joined #tacker | 06:02 | |
Dinesh_Bhor | gongysh: Hi | 06:03 |
Dinesh_Bhor | ongysh: Is there a way to pass configuration file to the config drive from Tosca template to vnf? | 06:03 |
gongysh | hi | 06:03 |
Dinesh_Bhor | gongysh: ^^ | 06:03 |
Dinesh_Bhor | https://github.com/openstack/tacker/blob/0fae185aa5229436c32cc8bd2d55b8b50912dd18/tacker/vnfm/mgmt_drivers/abstract_driver.py#L69-L71 | 06:03 |
Dinesh_Bhor | --config-drive=true --file <dst-path>:<src-path> | 06:04 |
gongysh | currently, there is such way. you can put the file under config str | 06:04 |
Dinesh_Bhor | gongysh: I want to configure CSR router so I can put the configuration commands which are going to be executed after CSR is booted in one file and I can specify that in "config" string. Correct? | 06:07 |
Dinesh_Bhor | gongysh: do you have any example to point out at which use file in "config" string | 06:08 |
Dinesh_Bhor | ? | 06:08 |
gongysh | you can see the openwrt sample | 06:09 |
*** egonzalez has joined #tacker | 06:13 | |
haint_ | hi, thanks for the ticket, but i cannot made it, my lab has a limited fund for travel, only Trinh can go there. | 06:17 |
*** gongysh has quit IRC | 07:04 | |
*** gongysh has joined #tacker | 07:10 | |
openstackgerrit | gongysh proposed openstack/tacker master: Add VNF monitor to Mistral https://review.openstack.org/486924 | 07:17 |
openstackgerrit | gongysh proposed openstack/tacker master: Add VNF monitor to Mistral https://review.openstack.org/486924 | 07:18 |
openstackgerrit | Trinh Nguyen proposed openstack/tacker-specs master: VNFFG support for Network Service Descriptor https://review.openstack.org/448109 | 07:31 |
openstackgerrit | Trinh Nguyen proposed openstack/tacker-specs master: VNFFG support for Network Service Descriptor https://review.openstack.org/448109 | 07:32 |
Dinesh_Bhor | gongysh: Hi | 07:39 |
Dinesh_Bhor | gongysh: https://github.com/openstack/tacker/blob/20239c072a518e9f18c8f6d3fb9284f713cff313/samples/tosca-templates/vnfd/tosca-config-openwrt-vrouter.yaml | 07:39 |
Dinesh_Bhor | gongysh: This doesnt accept a file containing configuration commands. | 07:40 |
gongysh | you can put the file in this format | 07:40 |
gongysh | or you have to write your own command line. | 07:40 |
Dinesh_Bhor | gongysh: This is the thing I am trying to achieve using tacker: http://onecloudclass.com/advnet-csr1000v-tenant-router/ | 07:41 |
Dinesh_Bhor | gongysh: nova boot csr --image csr-314 --flavor 100 --nic port-id=`neutron port-list | awk '/ pub-router / {print $2}'`,v4-fixed-ip=10.0.0.1 --nic port-id=`neutron port-list | awk '/ priv-router / {print $2}'`,v4-fixed-ip=10.1.0.1 --config-drive=true --file iosxe_config.txt=/root/iosxe_config.txt | 07:42 |
gongysh | I don't think we can have this way supported. | 07:43 |
Dinesh_Bhor | gongysh: I want to pass this in Tosca template : --file iosxe_config.txt=/root/iosxe_config.txt | 07:43 |
*** gongysh has quit IRC | 08:23 | |
*** geb has quit IRC | 08:42 | |
*** geb has joined #tacker | 08:43 | |
openstackgerrit | Nguyen Hai proposed openstack/tacker master: Add VNF monitor to Mistral https://review.openstack.org/486924 | 09:04 |
*** joxyuki has quit IRC | 09:13 | |
*** Dinesh_Bhor has quit IRC | 09:36 | |
*** trinaths has quit IRC | 09:44 | |
*** egonzalez has quit IRC | 09:48 | |
*** egonzalez has joined #tacker | 09:48 | |
*** YanXing_an has quit IRC | 10:23 | |
*** links has quit IRC | 11:04 | |
*** links has joined #tacker | 11:05 | |
*** dangtrinhnt has quit IRC | 11:46 | |
*** bobh has joined #tacker | 12:06 | |
*** bobh has quit IRC | 12:34 | |
*** egonzalez has quit IRC | 12:58 | |
*** geb has quit IRC | 13:03 | |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Add reusing feature when creating VNFFG. https://review.openstack.org/554435 | 13:06 |
*** geb has joined #tacker | 13:07 | |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Add reusing feature when creating VNFFG. https://review.openstack.org/554435 | 13:07 |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Add reusing feature when creating VNFFG. https://review.openstack.org/554435 | 13:16 |
openstackgerrit | Nguyen Hai proposed openstack/tacker master: Add VNF monitor to Mistral https://review.openstack.org/486924 | 14:51 |
*** links has quit IRC | 15:03 | |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker-specs master: Integrate kuryr-kubernetes for container-based VNFs https://review.openstack.org/549354 | 15:16 |
*** bobh has joined #tacker | 15:31 | |
*** bobh has quit IRC | 15:36 | |
openstackgerrit | Nguyen Hai proposed openstack/tacker-specs master: Update VNF monitoring using Mistral spec https://review.openstack.org/557376 | 15:42 |
*** bobh has joined #tacker | 15:43 | |
*** bobh has quit IRC | 15:48 | |
openstackgerrit | Nguyen Hai proposed openstack/tacker-specs master: Update mistral_vnf_monitor_policies spec https://review.openstack.org/557376 | 15:52 |
*** bobh has joined #tacker | 15:53 | |
*** bobh has quit IRC | 15:58 | |
*** bobh has joined #tacker | 16:00 | |
*** bobh has quit IRC | 16:05 | |
*** bobh has joined #tacker | 16:08 | |
openstackgerrit | Nguyen Hai proposed openstack/tacker master: Refactor vnfm_db https://review.openstack.org/557432 | 16:44 |
openstackgerrit | Nguyen Hai proposed openstack/tacker-specs master: Update mistral_vnf_monitor_policies spec https://review.openstack.org/557376 | 17:01 |
openstackgerrit | Nguyen Hai proposed openstack/tacker-specs master: Update mistral_vnf_monitor_policies spec https://review.openstack.org/557376 | 17:04 |
*** janki has quit IRC | 17:09 | |
*** longkb has joined #tacker | 17:31 | |
*** longkb2 has joined #tacker | 17:42 | |
*** longkb has quit IRC | 17:45 | |
*** longkb has joined #tacker | 18:15 | |
*** longkb2 has quit IRC | 18:18 | |
*** longkb has quit IRC | 18:19 | |
*** longkb2 has joined #tacker | 18:25 | |
*** longkb2 has quit IRC | 18:25 | |
*** bobh has quit IRC | 19:37 | |
*** bobh has joined #tacker | 20:01 | |
-openstackstatus- NOTICE: the zuul web dashboard will experience a short downtime as we roll out some changes - no job execution should be affected | 21:53 | |
*** bobh has quit IRC | 22:17 | |
*** bobh has joined #tacker | 23:16 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!