*** goldyfruit has quit IRC | 00:24 | |
*** jiahonglin has quit IRC | 00:56 | |
*** hongbin has joined #openstack-kolla | 01:03 | |
*** donghm has joined #openstack-kolla | 01:34 | |
openstackgerrit | Hongbin Lu proposed openstack/kolla master: Configure sudoers for zun containers https://review.openstack.org/593363 | 01:55 |
---|---|---|
*** adrianreza has joined #openstack-kolla | 02:30 | |
*** skramaja has joined #openstack-kolla | 02:51 | |
*** egonzalez has quit IRC | 02:52 | |
*** egonzalez has joined #openstack-kolla | 02:53 | |
openstackgerrit | Ha Manh Dong proposed openstack/kolla-ansible master: Apply neutron database migration https://review.openstack.org/407922 | 03:00 |
*** gkadam has joined #openstack-kolla | 03:41 | |
*** ifiama1027 has joined #openstack-kolla | 04:00 | |
*** ducnv has joined #openstack-kolla | 04:50 | |
*** hongbin has quit IRC | 05:27 | |
*** radeks__ has joined #openstack-kolla | 06:00 | |
*** janki has joined #openstack-kolla | 06:06 | |
*** senapaty has quit IRC | 06:08 | |
*** savar has joined #openstack-kolla | 06:18 | |
*** Bhujay has joined #openstack-kolla | 06:34 | |
*** Bhujay has quit IRC | 06:40 | |
*** ducnv has quit IRC | 06:44 | |
*** ducnv has joined #openstack-kolla | 06:48 | |
*** pcaruana has joined #openstack-kolla | 06:49 | |
*** Bhujay has joined #openstack-kolla | 06:49 | |
openstackgerrit | wangwei proposed openstack/kolla master: Fix bluestore disk naming format in kolla https://review.openstack.org/596642 | 06:56 |
*** dmellado has quit IRC | 07:00 | |
openstackgerrit | wangwei proposed openstack/kolla-ansible master: Fix bluestore disk naming format in kolla-ansible https://review.openstack.org/596643 | 07:02 |
*** dmellado has joined #openstack-kolla | 07:02 | |
*** b_bezak has joined #openstack-kolla | 07:09 | |
*** Bhujay has quit IRC | 07:10 | |
openstackgerrit | wangwei proposed openstack/kolla master: Fix bluestore disk naming format in kolla https://review.openstack.org/596642 | 07:11 |
*** hamzaachi has joined #openstack-kolla | 07:11 | |
*** skramaja has quit IRC | 07:18 | |
*** Bhujay has joined #openstack-kolla | 07:18 | |
*** mattgo has joined #openstack-kolla | 07:29 | |
openstackgerrit | Merged openstack/kolla-ansible master: Allow nova to use cephfs cinder volumes without nova cephfs backend https://review.openstack.org/577239 | 07:42 |
*** jmccarthy has joined #openstack-kolla | 07:43 | |
*** skramaja has joined #openstack-kolla | 08:08 | |
*** rgogunskiy has joined #openstack-kolla | 08:16 | |
spsurya | egonzalez: missed that it was my change https://review.openstack.org/#/c/596371/1 | 08:31 |
spsurya | my bad | 08:32 |
spsurya | :( | 08:32 |
*** radeks has joined #openstack-kolla | 08:41 | |
*** radeks__ has quit IRC | 08:43 | |
*** radeks_ has joined #openstack-kolla | 08:44 | |
*** radeks has quit IRC | 08:47 | |
*** Bhujay has quit IRC | 08:48 | |
donghm | hi egonzalez, can you review this patch https://review.openstack.org/#/c/407922/38, thanks in advance. | 08:50 |
*** skramaja has quit IRC | 08:54 | |
*** skramaja has joined #openstack-kolla | 08:58 | |
*** rgogunskiy has quit IRC | 09:02 | |
*** owalsh_ is now known as owalsh | 09:04 | |
*** skramaja has quit IRC | 09:09 | |
*** Bhujay has joined #openstack-kolla | 09:21 | |
*** jaosorior has joined #openstack-kolla | 10:25 | |
*** pcaruana has quit IRC | 10:32 | |
*** pcaruana has joined #openstack-kolla | 10:32 | |
*** lvdombrkr has joined #openstack-kolla | 10:33 | |
lvdombrkr | hello folks | 10:33 |
lvdombrkr | i need little help with networking | 10:33 |
lvdombrkr | is there difference between openstack guest network and tunneling network or both are same? | 10:34 |
lvdombrkr | i mean is the tenant network , guest network and tunelling network are the same? | 10:36 |
lvdombrkr | tunnel_interface: "{{ network_interface }}" | 10:54 |
lvdombrkr | is this same as tenant network? | 10:54 |
*** nicolasbock has joined #openstack-kolla | 11:13 | |
egonzalez | lvdombrkr performance could be degraded if many traffic east-west is in the tenant network which could affect the performance of the openstack services | 11:14 |
lvdombrkr | egonzalez: thanks, but i dont understand diferences between tenant network, guest network and tunneling network. for me all are the same | 11:17 |
lvdombrkr | or im wrong? | 11:17 |
egonzalez | tenant and guest is the same, is the network where user instances reside, it managed by them for internal traffic | 11:18 |
egonzalez | tunnel network is how ovs makes the connection between the hosts, under this network with tenant network comunicate which each other | 11:19 |
egonzalez | in example, if user1 have a tenant network 192.168.1.0/24, their instances can comunicate under this range | 11:20 |
egonzalez | user2 can have the same network range | 11:20 |
egonzalez | in the tunnel network, ovs tunnelize each two network in a different vxlan or gre tunnel | 11:20 |
*** gkadam has quit IRC | 11:23 | |
*** gkadam has joined #openstack-kolla | 11:23 | |
lvdombrkr | egonzalez: great, now its clear. why in globals.yml i cant change default port for tenant network? i can change tunnel interface, storage interface api interface but no tenant interface? | 11:23 |
egonzalez | lvdombrkr at the end, tenant network flows through tunnel_interface | 11:24 |
lvdombrkr | egonzalez: means by changing tunnel interface im chaning tenant interface in same time, right? | 11:26 |
*** b_bezak_ has joined #openstack-kolla | 11:27 | |
egonzalez | lvdombrkr yep | 11:28 |
egonzalez | lvdombrkr https://www.lucidchart.com/documents/view/a4e2732c-bf53-4312-bb15-b9c5dcbc8aa9/0 | 11:30 |
*** b_bezak has quit IRC | 11:31 | |
lvdombrkr | egonzalez: great, thanks. last question about Public network vs external network. external network is from floating ips are assigned, but what is meant by Public network? | 11:33 |
*** dpascheka has joined #openstack-kolla | 11:34 | |
egonzalez | lvdombrkr externally accesible network to openstack APIs | 11:35 |
egonzalez | how your users will access the APIs, internal network is for intraservice communication(some people also uses it for admin users too) | 11:35 |
lvdombrkr | egonzalez: so public network probably is same networks as horizon dashboard public ip? | 11:36 |
egonzalez | lvdombrkr yep | 11:36 |
lvdombrkr | egonzalez: great. is there possibility to use independent physical port for public api connections? if yes how can i configure it in colla | 11:40 |
lvdombrkr | i mean kolla | 11:40 |
lvdombrkr | i mean one physical port, just for API | 11:40 |
egonzalez | lvdombrkr yes, external vip https://github.com/openstack/kolla-ansible/blob/master/etc/kolla/globals.yml#L42 https://github.com/openstack/kolla-ansible/blob/master/etc/kolla/globals.yml#L89 | 11:42 |
egonzalez | which requieres SSL https://github.com/openstack/kolla-ansible/blob/master/etc/kolla/globals.yml#L145 | 11:42 |
*** jroll has quit IRC | 11:43 | |
*** jroll has joined #openstack-kolla | 11:44 | |
lvdombrkr | egonzalez: great, thank you in assist, now its clear | 11:45 |
*** goldyfruit has joined #openstack-kolla | 11:59 | |
*** goldyfruit has quit IRC | 12:04 | |
*** sean-k-mooney has quit IRC | 12:08 | |
*** sean-k-mooney has joined #openstack-kolla | 12:08 | |
*** ktibi has joined #openstack-kolla | 12:10 | |
*** cah_link has joined #openstack-kolla | 12:18 | |
*** b_bezak_ has quit IRC | 12:26 | |
*** b_bezak has joined #openstack-kolla | 12:27 | |
lvdombrkr | egonzalez: now we have test lab, with setup nic1 - network_interface (kolla_external_vip_interface, api_interface, storage_interface tunnel_interface etc) nic2 neutron_external_interface (external network). is there any "good practises" which networks can be one one physical port which not in production env? | 12:28 |
*** goldyfruit has joined #openstack-kolla | 12:40 | |
*** gkadam has quit IRC | 12:51 | |
*** janki has quit IRC | 12:55 | |
*** savar has quit IRC | 12:57 | |
*** gsanso has joined #openstack-kolla | 13:07 | |
gsanso | hello, I can't find in the Documentation how to run Tempest, any idea? Thanks | 13:09 |
lvdombrkr | lvdombrkr: for example its good idea to keep external and public in one physical but different vlans? | 13:09 |
lvdombrkr | ^ egonzalez | 13:10 |
*** mjturek has joined #openstack-kolla | 13:11 | |
*** mchlumsky has joined #openstack-kolla | 13:16 | |
*** schwicht has joined #openstack-kolla | 13:21 | |
*** gsanso has quit IRC | 13:32 | |
*** schwicht has quit IRC | 13:40 | |
*** schwicht has joined #openstack-kolla | 13:41 | |
*** geb has quit IRC | 13:52 | |
*** mchlumsky has quit IRC | 13:55 | |
*** mchlumsky has joined #openstack-kolla | 13:57 | |
*** geb has joined #openstack-kolla | 14:11 | |
*** b_bezak_ has joined #openstack-kolla | 14:29 | |
*** geb has left #openstack-kolla | 14:32 | |
*** b_bezak_ has quit IRC | 14:32 | |
*** b_bezak_ has joined #openstack-kolla | 14:33 | |
*** ducnv_ has joined #openstack-kolla | 14:33 | |
*** b_bezak has quit IRC | 14:33 | |
*** b_bezak_ has quit IRC | 14:38 | |
*** b_bezak has joined #openstack-kolla | 14:38 | |
*** Bhujay has quit IRC | 15:02 | |
*** goldyfruit has quit IRC | 15:03 | |
*** goldyfruit has joined #openstack-kolla | 15:20 | |
*** pcaruana has quit IRC | 15:29 | |
*** Bhujay has joined #openstack-kolla | 15:38 | |
*** goldyfruit has quit IRC | 15:40 | |
*** goldyfruit has joined #openstack-kolla | 15:41 | |
*** nicolasbock has quit IRC | 15:49 | |
*** Bhujay has quit IRC | 15:49 | |
*** ktibi_ has joined #openstack-kolla | 16:00 | |
*** b_bezak has quit IRC | 16:02 | |
*** ktibi has quit IRC | 16:02 | |
*** ducnv_ has quit IRC | 16:23 | |
*** radeks_ has quit IRC | 16:26 | |
*** pcaruana has joined #openstack-kolla | 16:26 | |
*** radeks has joined #openstack-kolla | 16:29 | |
*** itlinux has joined #openstack-kolla | 16:29 | |
*** b_bezak has joined #openstack-kolla | 16:36 | |
*** jlviva-viva is now known as jlvillal | 16:40 | |
*** b_bezak has quit IRC | 16:41 | |
*** p0tr3c has joined #openstack-kolla | 16:44 | |
*** jmccarthy has left #openstack-kolla | 16:47 | |
*** aagate has joined #openstack-kolla | 16:51 | |
*** Bhujay has joined #openstack-kolla | 17:00 | |
*** openstackgerrit has quit IRC | 17:04 | |
*** Bhujay has quit IRC | 17:05 | |
*** lvdombrkr has quit IRC | 17:28 | |
*** radeks has quit IRC | 17:41 | |
*** mattgo has quit IRC | 17:47 | |
*** cah_link has quit IRC | 17:50 | |
*** goldyfruit has quit IRC | 18:02 | |
*** hamzaachi has quit IRC | 18:09 | |
*** goldyfruit has joined #openstack-kolla | 18:12 | |
*** unicell has joined #openstack-kolla | 18:35 | |
*** itlinux has quit IRC | 18:54 | |
*** radeks has joined #openstack-kolla | 18:55 | |
*** itlinux has joined #openstack-kolla | 19:11 | |
*** pcaruana has quit IRC | 19:13 | |
*** itlinux has quit IRC | 19:16 | |
*** drwahl has joined #openstack-kolla | 20:14 | |
drwahl | i'm trying to sort of graph a kolla-ansible deployment onto an existing (chef deployed) openstack cluster. the idea is that we have some sort of migration with little downtime | 20:14 |
drwahl | when i run `kolla-ansible prechecks`, it fails because i have not defined at least 1 compute node. is there a way around this? | 20:15 |
drwahl | or perhaps i'm approaching this task incorrectly? | 20:15 |
drwahl | perhaps i just skip prechecks? does that sound like a sane thing to do in this situation? | 20:18 |
*** nicolasbock has joined #openstack-kolla | 20:30 | |
*** ktibi_ has quit IRC | 20:32 | |
*** mjturek has quit IRC | 20:45 | |
*** hamzaachi has joined #openstack-kolla | 20:58 | |
*** hamzaachi has quit IRC | 21:06 | |
*** goldyfruit has quit IRC | 21:09 | |
*** goldyfruit has joined #openstack-kolla | 21:09 | |
*** hamzaachi has joined #openstack-kolla | 21:13 | |
*** mjturek has joined #openstack-kolla | 21:17 | |
*** schwicht has quit IRC | 21:23 | |
*** openstackgerrit has joined #openstack-kolla | 21:27 | |
openstackgerrit | Jon Schlueter proposed openstack/kolla master: designate: remove trailing continuation on RUN line https://review.openstack.org/596903 | 21:27 |
*** radeks has quit IRC | 21:36 | |
*** hamzaachi has quit IRC | 21:38 | |
*** schwicht has joined #openstack-kolla | 21:44 | |
*** schwicht has quit IRC | 21:48 | |
*** schwicht has joined #openstack-kolla | 22:00 | |
*** goldyfruit has quit IRC | 22:22 | |
*** mjturek has quit IRC | 22:23 | |
*** owalsh has quit IRC | 22:26 | |
*** owalsh has joined #openstack-kolla | 22:29 | |
*** schwicht has quit IRC | 22:34 | |
*** nicolasbock has quit IRC | 22:39 | |
*** pbourke has quit IRC | 22:40 | |
*** pbourke has joined #openstack-kolla | 22:41 | |
*** randyl has joined #openstack-kolla | 22:42 | |
*** nicolasbock has joined #openstack-kolla | 22:44 | |
*** nicolasbock has quit IRC | 23:07 | |
*** goldyfruit has joined #openstack-kolla | 23:12 | |
*** gerl1ng has quit IRC | 23:23 | |
*** gerl1ng has joined #openstack-kolla | 23:25 | |
*** Jeffrey4l has quit IRC | 23:26 | |
*** Jeffrey4l has joined #openstack-kolla | 23:28 | |
*** zul has quit IRC | 23:29 | |
*** schwicht has joined #openstack-kolla | 23:30 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!