| *** trozet has quit IRC | 00:10 | |
| openstackgerrit | jiangxing proposed openstack/tacker master: Update the ns's description processing in ns_db.NSPluginDb.create_ns(). https://review.openstack.org/491658 | 00:49 |
|---|---|---|
| *** bobh has joined #tacker | 01:02 | |
| *** bobh has quit IRC | 01:35 | |
| *** gongysh has joined #tacker | 01:46 | |
| *** trozet has joined #tacker | 01:55 | |
| openstackgerrit | gongysh proposed openstack/tacker master: Add required devstack plugins for standalone installation https://review.openstack.org/490804 | 02:13 |
| *** diga has quit IRC | 02:18 | |
| openstackgerrit | Cong Phuoc Hoang proposed openstack/python-tackerclient master: Update creating directly VNFFG and NS from descriptor template https://review.openstack.org/482065 | 02:47 |
| *** diga has joined #tacker | 03:56 | |
| *** gongysh has quit IRC | 04:30 | |
| *** trinaths has joined #tacker | 04:35 | |
| *** gongysh has joined #tacker | 05:09 | |
| *** janki has joined #tacker | 05:29 | |
| *** jamesdenton has quit IRC | 05:36 | |
| *** jamesdenton has joined #tacker | 05:57 | |
| *** mohankumar has joined #tacker | 06:01 | |
| *** mohankumar has quit IRC | 06:09 | |
| *** junbo has quit IRC | 06:12 | |
| openstackgerrit | Cong Phuoc Hoang proposed openstack/python-tackerclient master: Update creating directly VNFFG and NS from descriptor template https://review.openstack.org/482065 | 06:12 |
| *** junbo has joined #tacker | 06:15 | |
| *** jamesdenton has quit IRC | 06:16 | |
| *** mohankumar has joined #tacker | 06:32 | |
| *** jamesdenton has joined #tacker | 06:34 | |
| *** jamesdenton has quit IRC | 06:39 | |
| openstackgerrit | Cong Phuoc Hoang proposed openstack/python-tackerclient master: Update creating directly VNFFG and NS from descriptor template https://review.openstack.org/482065 | 06:39 |
| *** jamesdenton has joined #tacker | 06:48 | |
| *** mohankumar has quit IRC | 07:39 | |
| *** yifei has quit IRC | 07:42 | |
| *** yifei has joined #tacker | 07:49 | |
| *** mohankumar has joined #tacker | 08:12 | |
| *** gongysh has quit IRC | 09:19 | |
| janki | phuoc_, I did the same for VNF in last cycle :) | 09:19 |
| *** nle5223__ has joined #tacker | 09:27 | |
| *** gongysh has joined #tacker | 09:37 | |
| *** yifei has quit IRC | 09:42 | |
| *** mohankumar has quit IRC | 10:32 | |
| *** tbh has joined #tacker | 10:35 | |
| tbh | gongysh, ping | 10:37 |
| gongysh | hi | 10:37 |
| tbh | gongysh, when you find time, can you review the approach in https://review.openstack.org/#/c/477171/ | 10:37 |
| tbh | gongysh, I already replied to your comments before | 10:37 |
| gongysh | tbh, ok | 10:38 |
| gongysh | thanks | 10:38 |
| tbh | gongysh, thank you! | 10:39 |
| *** mbuil has joined #tacker | 10:41 | |
| mbuil | guys, can somebody point me to a good example of how to configure tacker.conf please? I keek getting "Default VIM is not defined" :( | 10:42 |
| phuoc_ | janki: I known, I did it because it takes time when I have to create vnffgd and nsd :) | 10:53 |
| phuoc_ | why didn't you do only with VNF :) | 10:53 |
| phuoc_ | Hi mbuil | 10:54 |
| phuoc_ | You have to create your VIM | 10:54 |
| mbuil | phuoc_: As far as I understood, my VIM is the openstack installer I deployed, right? | 10:55 |
| phuoc_ | firstly, you move to tacker/samples/vim/ | 10:55 |
| phuoc_ | you can see vim_config.yaml file | 10:55 |
| phuoc_ | you change the content, that matches to your openstack environment | 10:56 |
| mbuil | phuoc_: tacker/samples/vim ==> /etc/tacker/samples/vim? | 10:56 |
| phuoc_ | and then, create vim by using command: tacker vim-register --config-file vim_config.yaml --is-default vim-default | 10:57 |
| phuoc_ | here is example of vim_config.yaml: http://paste.openstack.org/show/618041/ | 10:58 |
| mbuil | phuoc_: ah ok, so it is similar to what I have in openrc | 10:59 |
| mbuil | phuoc_: I will try, thanks for the help | 10:59 |
| phuoc_ | np :) | 10:59 |
| mbuil | phuoc_: if I do that, do I need to have anything in tacker.conf under [nfvo_vim]? | 11:00 |
| mbuil | phuoc_: right now I have default_vim = VIM0 but I guess I should comment that | 11:01 |
| *** gongysh has quit IRC | 11:01 | |
| phuoc_ | actually, I work with devstack | 11:02 |
| phuoc_ | I don't change anything in tacker.conf | 11:02 |
| mbuil | phuoc_ if it is not much to ask, could you tell me what you have under [nfvo_vim] please? | 11:03 |
| phuoc_ | all the lines are comments | 11:04 |
| mbuil | phuoc_: cool! Easy ;) | 11:05 |
| phuoc_ | https://github.com/openstack/tacker/blob/master/doc/source/contributor/encrypt_vim_auth_with_barbican.rst | 11:06 |
| phuoc_ | after this patch, we have to register VIM because there are no default VIM | 11:07 |
| phuoc_ | You can see the guidance in that link :) | 11:07 |
| mbuil | phuoc_ thanks, I'll read it. By the way, after registering it, I don't get that problem anymore :) | 11:08 |
| mbuil | phuoc_ but I get now another one: "VIM type openstack is not supported as a infra driver" :( | 11:08 |
| mbuil | interesting that my infra drivers in tacker.conf are ==> infra_driver = heat,nova,noop but apparently the vim_driver is openstack by default | 11:10 |
| phuoc_ | maybe I am wrong | 11:14 |
| phuoc_ | I think infra_driver should be openstack and noop | 11:14 |
| phuoc_ | can you change it to: infra_driver = noop,openstack | 11:15 |
| mbuil | phuoc_ done! and now I get a different error :P "SSLError: SSL exception connecting to https://192.168.122.3:8004/v1/b153ff63892a44e587627fd5c2ba012d/resource_types/OS%3A%3ANeutron%3A%3APort: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)" | 11:16 |
| mbuil | At least I am progressing right? | 11:16 |
| mbuil | It's lunch time here. Talk to you later. Thanks by the way | 11:16 |
| phuoc_ | have a good lunch ^^ | 11:22 |
| *** diga has quit IRC | 11:22 | |
| phuoc_ | But the new issue is out of my knowledge | 11:24 |
| phuoc_ | you can put the bug here https://bugs.launchpad.net/tacker, hope someone can help you | 11:25 |
| phuoc_ | or you can check your installation again :) | 11:25 |
| trinaths | mbuil: when do u get that ssl error | 11:31 |
| *** trinaths has quit IRC | 11:56 | |
| *** trozet has quit IRC | 11:58 | |
| *** trozet has joined #tacker | 12:10 | |
| mbuil | trinaths: I get that SSL error when executing ==> tacker vnf-create --vnfd-name VNFD1 VNF1 | 12:19 |
| *** jamesdenton has quit IRC | 12:35 | |
| *** jamesdenton has joined #tacker | 12:36 | |
| *** bobh has joined #tacker | 13:24 | |
| *** nle5223__ has quit IRC | 13:50 | |
| *** Aqsa has joined #tacker | 13:51 | |
| *** tbh has quit IRC | 13:59 | |
| *** gongysh has joined #tacker | 14:02 | |
| *** gongysh has quit IRC | 14:03 | |
| *** spzala has joined #tacker | 14:10 | |
| *** spzala has quit IRC | 14:37 | |
| *** yifei has joined #tacker | 14:38 | |
| *** yifei has quit IRC | 14:43 | |
| *** janki has quit IRC | 15:19 | |
| *** spzala has joined #tacker | 15:23 | |
| *** mbuil has quit IRC | 16:36 | |
| *** igordcard is now known as igordc | 17:02 | |
| *** Aqsa has quit IRC | 17:22 | |
| *** spzala has quit IRC | 17:55 | |
| *** spzala has joined #tacker | 18:42 | |
| *** spzala has quit IRC | 18:43 | |
| *** spzala has joined #tacker | 18:44 | |
| *** jamesdenton has quit IRC | 19:03 | |
| *** openstackgerrit has quit IRC | 19:03 | |
| *** jamesdenton has joined #tacker | 19:03 | |
| *** thingee_ has joined #tacker | 19:15 | |
| thingee_ | Hey all, ops meet up is starting again. Topic is nfv https://etherpad.openstack.org/p/MEX-ops-meetup | 19:15 |
| *** Aqsa has joined #tacker | 20:15 | |
| *** jamesdenton has quit IRC | 20:39 | |
| *** jamesdenton has joined #tacker | 20:43 | |
| *** Aqsa has quit IRC | 21:32 | |
| *** spzala has quit IRC | 21:37 | |
| *** spzala has joined #tacker | 21:38 | |
| *** spzala has quit IRC | 21:38 | |
| *** spzala has joined #tacker | 21:39 | |
| *** spzala has quit IRC | 21:44 | |
| *** bobh has quit IRC | 21:47 | |
| *** bobh has joined #tacker | 21:48 | |
| *** bobh has quit IRC | 21:53 | |
| *** spzala has joined #tacker | 22:55 | |
| *** spzala has quit IRC | 22:55 | |
| *** spzala has joined #tacker | 22:55 | |
| *** spzala has quit IRC | 22:55 | |
| *** spzala has joined #tacker | 22:56 | |
| *** spzala has joined #tacker | 22:56 | |
| *** spzala has quit IRC | 22:56 | |
| *** spzala has joined #tacker | 22:57 | |
| *** spzala has quit IRC | 22:57 | |
| *** spzala has joined #tacker | 22:57 | |
| *** spzala has quit IRC | 22:58 | |
| *** tung_doan has quit IRC | 23:52 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!