*** Dinesh_Bhor has joined #tacker | 00:37 | |
*** Dinesh_Bhor has quit IRC | 00:47 | |
*** Dinesh_Bhor has joined #tacker | 00:51 | |
*** Dinesh_Bhor has quit IRC | 01:01 | |
*** bobmel has quit IRC | 01:17 | |
*** bobmel has joined #tacker | 01:17 | |
*** gongysh has joined #tacker | 01:19 | |
gongysh | mardim, hi | 01:32 |
---|---|---|
gongysh | hi, due to the meeting conflict, I am not be able to attend the meeting | 01:34 |
gongysh | if you guys need to discuss, you can do at this channel. | 01:34 |
gongysh | hope our c-vnf and cluster features can be tested | 01:35 |
*** haint_ has joined #tacker | 01:51 | |
*** haint93 has quit IRC | 01:55 | |
*** Dinesh_Bhor has joined #tacker | 02:02 | |
*** gongysh has quit IRC | 02:03 | |
*** Dinesh_Bhor has quit IRC | 02:05 | |
*** Dinesh_Bhor has joined #tacker | 02:05 | |
*** Dinesh_Bhor has quit IRC | 02:08 | |
*** Dinesh_Bhor has joined #tacker | 02:55 | |
openstackgerrit | LongKB proposed openstack/tacker master: Implement Tacker Server to support VNF cluster features https://review.openstack.org/529808 | 02:56 |
*** Dinesh_Bhor has quit IRC | 03:06 | |
dkushwaha | longkb1, ping | 03:50 |
dkushwaha | longkb1, any clue on this http://paste.openstack.org/show/658088/ | 03:59 |
longkb1 | dkushwaha, Did you include load-balancer on your devstack? | 04:26 |
longkb1 | I have update the user guide for my bp. You could find the environment set up in: https://review.openstack.org/#/c/529808/24/doc/source/user/clustering_service_usage_guide.rst | 04:29 |
dkushwaha | longkb1, no, i missed that. | 04:29 |
dkushwaha | longkb1, thanks for the user guide, will check again | 04:31 |
longkb1 | Yep :) | 04:31 |
*** phuoc has quit IRC | 04:45 | |
*** trinaths has joined #tacker | 04:58 | |
*** phuoc has joined #tacker | 05:03 | |
*** links has joined #tacker | 05:07 | |
*** zerick_ has quit IRC | 05:13 | |
*** zerick has joined #tacker | 05:15 | |
*** trinaths has quit IRC | 05:47 | |
*** trinaths has joined #tacker | 05:49 | |
*** daidv has quit IRC | 06:08 | |
*** trinaths has quit IRC | 06:09 | |
*** trinaths has joined #tacker | 06:14 | |
*** trinaths has quit IRC | 07:09 | |
*** egonzalez has joined #tacker | 07:18 | |
*** gongysh has joined #tacker | 07:29 | |
*** gongysh has quit IRC | 07:35 | |
*** daidv has joined #tacker | 07:46 | |
*** trinaths has joined #tacker | 08:15 | |
openstackgerrit | Dimitrios Markou proposed openstack/python-tackerclient master: Show classifier's name https://review.openstack.org/534773 | 08:16 |
*** janki has joined #tacker | 08:31 | |
*** janki is now known as janki|afk | 08:55 | |
*** diga has joined #tacker | 09:06 | |
*** janki|afk is now known as janki | 09:21 | |
openstackgerrit | LongKB proposed openstack/tacker master: Implement Tacker Server to support VNF cluster features https://review.openstack.org/529808 | 09:26 |
openstackgerrit | LongKB proposed openstack/tacker master: Implement Tacker Server to support VNF cluster features https://review.openstack.org/529808 | 09:31 |
*** diga has quit IRC | 09:39 | |
*** trinaths has quit IRC | 11:00 | |
openstackgerrit | LongKB proposed openstack/tacker master: Implement Tacker Server to support VNF cluster features https://review.openstack.org/529808 | 12:00 |
*** janki has quit IRC | 12:10 | |
*** janki has joined #tacker | 13:28 | |
*** gongysh has joined #tacker | 13:49 | |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Support creating VNFFG with no flow-classifier https://review.openstack.org/538586 | 13:51 |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: [WIP] Update VNFFG as a whole https://review.openstack.org/531817 | 14:04 |
*** mardim has quit IRC | 14:25 | |
*** links has quit IRC | 14:27 | |
openstackgerrit | Dimitrios Markou proposed openstack/python-tackerclient master: Show classifier's name https://review.openstack.org/534773 | 14:38 |
*** mardim has joined #tacker | 14:46 | |
mardim | gongysh, hello I updated the patch https://review.openstack.org/#/c/534773/ | 14:53 |
gongysh | mardim, ok thanks | 14:54 |
gongysh | phuoc, hi | 15:04 |
phuoc | gongysh, Hi | 15:05 |
gongysh | https://github.com/openstack/tacker/blob/master/doc/source/install/kubernetes_vim_installation.rst | 15:05 |
gongysh | password,user,uid,"group1,group2,group3" | 15:05 |
gongysh | what is the group1,2,3? | 15:06 |
gongysh | I cannot understand: The basic auth file is a csv file with a minimum of 3 columns: password, user name, user id. If there are more than 3 columns, see the following example | 15:06 |
gongysh | phuoc, and also: http://paste.openstack.org/show/658171/ | 15:08 |
gongysh | what is each part in {u'regions': [u'default', u'kube-public', u'kube-system']} | 15:08 |
phuoc | I got that information in the website here, https://kubernetes.io/docs/admin/authentication | 15:08 |
gongysh | ? | 15:08 |
phuoc | so, a user can belong to one or more group | 15:09 |
phuoc | and sysad can limit some user's role | 15:09 |
gongysh | phuoc, then you missed the group parts. | 15:09 |
gongysh | he token file is a csv file with a minimum of 3 columns: token, user name, user uid, followed by optional group names. Note, if you have more than one group the column must be double quoted e.g. | 15:09 |
gongysh | token,user,uid,"group1,group2,group3" | 15:09 |
phuoc | for the regions, it is namespace in Kubernetes | 15:09 |
gongysh | this is the original text at https://kubernetes.io/docs/admin/authentication | 15:10 |
gongysh | phuoc, ok | 15:10 |
phuoc | gongysh, that's right | 15:10 |
gongysh | phuoc, could you please add these two modification at https://review.openstack.org/#/c/536143/7 | 15:11 |
phuoc | maybe I will check if we can update regions to namespace if possible | 15:11 |
phuoc | gongysh, okie I will do it | 15:11 |
openstackgerrit | Merged openstack/python-tackerclient master: Show classifier's name https://review.openstack.org/534773 | 15:16 |
gongysh | phuoc, hi | 15:32 |
phuoc | gongysh, hi | 15:32 |
*** links has joined #tacker | 15:34 | |
*** egonzalez has quit IRC | 16:01 | |
*** daidv has quit IRC | 16:09 | |
*** daidv has joined #tacker | 16:11 | |
*** janki has quit IRC | 16:22 | |
*** gongysh has quit IRC | 16:38 | |
*** daidv has quit IRC | 16:52 | |
*** daidv has joined #tacker | 16:53 | |
*** links has quit IRC | 17:21 | |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Update to new neutron SFC client v2 commands https://review.openstack.org/539607 | 17:22 |
*** bobmel has quit IRC | 17:52 | |
*** bobmel_ has joined #tacker | 17:52 | |
*** links has joined #tacker | 20:35 | |
*** links has quit IRC | 21:32 | |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: [WIP] Update VNFFG as a whole https://review.openstack.org/531817 | 21:50 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!