Monday, 2018-08-27

*** goldyfruit has quit IRC00:24
*** jiahonglin has quit IRC00:56
*** hongbin has joined #openstack-kolla01:03
*** donghm has joined #openstack-kolla01:34
openstackgerritHongbin Lu proposed openstack/kolla master: Configure sudoers for zun containers  https://review.openstack.org/59336301:55
*** adrianreza has joined #openstack-kolla02:30
*** skramaja has joined #openstack-kolla02:51
*** egonzalez has quit IRC02:52
*** egonzalez has joined #openstack-kolla02:53
openstackgerritHa Manh Dong proposed openstack/kolla-ansible master: Apply neutron database migration  https://review.openstack.org/40792203:00
*** gkadam has joined #openstack-kolla03:41
*** ifiama1027 has joined #openstack-kolla04:00
*** ducnv has joined #openstack-kolla04:50
*** hongbin has quit IRC05:27
*** radeks__ has joined #openstack-kolla06:00
*** janki has joined #openstack-kolla06:06
*** senapaty has quit IRC06:08
*** savar has joined #openstack-kolla06:18
*** Bhujay has joined #openstack-kolla06:34
*** Bhujay has quit IRC06:40
*** ducnv has quit IRC06:44
*** ducnv has joined #openstack-kolla06:48
*** pcaruana has joined #openstack-kolla06:49
*** Bhujay has joined #openstack-kolla06:49
openstackgerritwangwei proposed openstack/kolla master: Fix bluestore disk naming format in kolla  https://review.openstack.org/59664206:56
*** dmellado has quit IRC07:00
openstackgerritwangwei proposed openstack/kolla-ansible master: Fix bluestore disk naming format in kolla-ansible  https://review.openstack.org/59664307:02
*** dmellado has joined #openstack-kolla07:02
*** b_bezak has joined #openstack-kolla07:09
*** Bhujay has quit IRC07:10
openstackgerritwangwei proposed openstack/kolla master: Fix bluestore disk naming format in kolla  https://review.openstack.org/59664207:11
*** hamzaachi has joined #openstack-kolla07:11
*** skramaja has quit IRC07:18
*** Bhujay has joined #openstack-kolla07:18
*** mattgo has joined #openstack-kolla07:29
openstackgerritMerged openstack/kolla-ansible master: Allow nova to use cephfs cinder volumes without nova cephfs backend  https://review.openstack.org/57723907:42
*** jmccarthy has joined #openstack-kolla07:43
*** skramaja has joined #openstack-kolla08:08
*** rgogunskiy has joined #openstack-kolla08:16
spsuryaegonzalez: missed that it was my change https://review.openstack.org/#/c/596371/108:31
spsuryamy bad08:32
spsurya:(08:32
*** radeks has joined #openstack-kolla08:41
*** radeks__ has quit IRC08:43
*** radeks_ has joined #openstack-kolla08:44
*** radeks has quit IRC08:47
*** Bhujay has quit IRC08:48
donghmhi egonzalez, can you review this patch https://review.openstack.org/#/c/407922/38, thanks in advance.08:50
*** skramaja has quit IRC08:54
*** skramaja has joined #openstack-kolla08:58
*** rgogunskiy has quit IRC09:02
*** owalsh_ is now known as owalsh09:04
*** skramaja has quit IRC09:09
*** Bhujay has joined #openstack-kolla09:21
*** jaosorior has joined #openstack-kolla10:25
*** pcaruana has quit IRC10:32
*** pcaruana has joined #openstack-kolla10:32
*** lvdombrkr has joined #openstack-kolla10:33
lvdombrkrhello folks10:33
lvdombrkri need little help with networking10:33
lvdombrkris there difference between openstack guest network and tunneling network or both are same?10:34
lvdombrkri mean is the tenant network , guest network and tunelling network are the same?10:36
lvdombrkrtunnel_interface: "{{ network_interface }}"10:54
lvdombrkr is this same as tenant network?10:54
*** nicolasbock has joined #openstack-kolla11:13
egonzalezlvdombrkr performance could be degraded if many traffic east-west is in the tenant network which could affect the performance of the openstack services11:14
lvdombrkregonzalez: thanks, but i dont understand diferences between tenant network, guest network and tunneling network. for me all are the same11:17
lvdombrkror im wrong?11:17
egonzaleztenant and guest is the same, is the network where user instances reside, it managed by them for internal traffic11:18
egonzaleztunnel network is how ovs makes the connection between the hosts, under this network with tenant network comunicate which each other11:19
egonzalezin example, if user1 have a tenant network 192.168.1.0/24, their instances can comunicate under this range11:20
egonzalezuser2 can have the same network range11:20
egonzalezin the tunnel network, ovs tunnelize each two network in a different vxlan or gre tunnel11:20
*** gkadam has quit IRC11:23
*** gkadam has joined #openstack-kolla11:23
lvdombrkregonzalez: 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
egonzalezlvdombrkr at the end, tenant network flows through tunnel_interface11:24
lvdombrkregonzalez: means by changing tunnel interface im chaning tenant interface in same time, right?11:26
*** b_bezak_ has joined #openstack-kolla11:27
egonzalezlvdombrkr yep11:28
egonzalezlvdombrkr https://www.lucidchart.com/documents/view/a4e2732c-bf53-4312-bb15-b9c5dcbc8aa9/011:30
*** b_bezak has quit IRC11:31
lvdombrkregonzalez: 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-kolla11:34
egonzalezlvdombrkr externally accesible network to openstack APIs11:35
egonzalezhow your users will access the APIs, internal network is for intraservice communication(some people also uses it for admin users too)11:35
lvdombrkregonzalez: so public network probably is same networks as horizon dashboard public ip?11:36
egonzalezlvdombrkr yep11:36
lvdombrkregonzalez: great. is there possibility to use independent physical port for public api connections? if yes how can i configure it in colla11:40
lvdombrkri mean kolla11:40
lvdombrkri mean one physical port, just for API11:40
egonzalezlvdombrkr 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#L8911:42
egonzalezwhich requieres SSL https://github.com/openstack/kolla-ansible/blob/master/etc/kolla/globals.yml#L14511:42
*** jroll has quit IRC11:43
*** jroll has joined #openstack-kolla11:44
lvdombrkregonzalez: great, thank you in assist, now its clear11:45
*** goldyfruit has joined #openstack-kolla11:59
*** goldyfruit has quit IRC12:04
*** sean-k-mooney has quit IRC12:08
*** sean-k-mooney has joined #openstack-kolla12:08
*** ktibi has joined #openstack-kolla12:10
*** cah_link has joined #openstack-kolla12:18
*** b_bezak_ has quit IRC12:26
*** b_bezak has joined #openstack-kolla12:27
lvdombrkregonzalez: 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-kolla12:40
*** gkadam has quit IRC12:51
*** janki has quit IRC12:55
*** savar has quit IRC12:57
*** gsanso has joined #openstack-kolla13:07
gsansohello, I can't find in the Documentation how to run Tempest, any idea? Thanks13:09
lvdombrkrlvdombrkr: for example its good idea to keep external and public in one physical but different vlans?13:09
lvdombrkr^ egonzalez13:10
*** mjturek has joined #openstack-kolla13:11
*** mchlumsky has joined #openstack-kolla13:16
*** schwicht has joined #openstack-kolla13:21
*** gsanso has quit IRC13:32
*** schwicht has quit IRC13:40
*** schwicht has joined #openstack-kolla13:41
*** geb has quit IRC13:52
*** mchlumsky has quit IRC13:55
*** mchlumsky has joined #openstack-kolla13:57
*** geb has joined #openstack-kolla14:11
*** b_bezak_ has joined #openstack-kolla14:29
*** geb has left #openstack-kolla14:32
*** b_bezak_ has quit IRC14:32
*** b_bezak_ has joined #openstack-kolla14:33
*** ducnv_ has joined #openstack-kolla14:33
*** b_bezak has quit IRC14:33
*** b_bezak_ has quit IRC14:38
*** b_bezak has joined #openstack-kolla14:38
*** Bhujay has quit IRC15:02
*** goldyfruit has quit IRC15:03
*** goldyfruit has joined #openstack-kolla15:20
*** pcaruana has quit IRC15:29
*** Bhujay has joined #openstack-kolla15:38
*** goldyfruit has quit IRC15:40
*** goldyfruit has joined #openstack-kolla15:41
*** nicolasbock has quit IRC15:49
*** Bhujay has quit IRC15:49
*** ktibi_ has joined #openstack-kolla16:00
*** b_bezak has quit IRC16:02
*** ktibi has quit IRC16:02
*** ducnv_ has quit IRC16:23
*** radeks_ has quit IRC16:26
*** pcaruana has joined #openstack-kolla16:26
*** radeks has joined #openstack-kolla16:29
*** itlinux has joined #openstack-kolla16:29
*** b_bezak has joined #openstack-kolla16:36
*** jlviva-viva is now known as jlvillal16:40
*** b_bezak has quit IRC16:41
*** p0tr3c has joined #openstack-kolla16:44
*** jmccarthy has left #openstack-kolla16:47
*** aagate has joined #openstack-kolla16:51
*** Bhujay has joined #openstack-kolla17:00
*** openstackgerrit has quit IRC17:04
*** Bhujay has quit IRC17:05
*** lvdombrkr has quit IRC17:28
*** radeks has quit IRC17:41
*** mattgo has quit IRC17:47
*** cah_link has quit IRC17:50
*** goldyfruit has quit IRC18:02
*** hamzaachi has quit IRC18:09
*** goldyfruit has joined #openstack-kolla18:12
*** unicell has joined #openstack-kolla18:35
*** itlinux has quit IRC18:54
*** radeks has joined #openstack-kolla18:55
*** itlinux has joined #openstack-kolla19:11
*** pcaruana has quit IRC19:13
*** itlinux has quit IRC19:16
*** drwahl has joined #openstack-kolla20:14
drwahli'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 downtime20:14
drwahlwhen 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
drwahlor perhaps i'm approaching this task incorrectly?20:15
drwahlperhaps i just skip prechecks? does that sound like a sane thing to do in this situation?20:18
*** nicolasbock has joined #openstack-kolla20:30
*** ktibi_ has quit IRC20:32
*** mjturek has quit IRC20:45
*** hamzaachi has joined #openstack-kolla20:58
*** hamzaachi has quit IRC21:06
*** goldyfruit has quit IRC21:09
*** goldyfruit has joined #openstack-kolla21:09
*** hamzaachi has joined #openstack-kolla21:13
*** mjturek has joined #openstack-kolla21:17
*** schwicht has quit IRC21:23
*** openstackgerrit has joined #openstack-kolla21:27
openstackgerritJon Schlueter proposed openstack/kolla master: designate: remove trailing continuation on RUN line  https://review.openstack.org/59690321:27
*** radeks has quit IRC21:36
*** hamzaachi has quit IRC21:38
*** schwicht has joined #openstack-kolla21:44
*** schwicht has quit IRC21:48
*** schwicht has joined #openstack-kolla22:00
*** goldyfruit has quit IRC22:22
*** mjturek has quit IRC22:23
*** owalsh has quit IRC22:26
*** owalsh has joined #openstack-kolla22:29
*** schwicht has quit IRC22:34
*** nicolasbock has quit IRC22:39
*** pbourke has quit IRC22:40
*** pbourke has joined #openstack-kolla22:41
*** randyl has joined #openstack-kolla22:42
*** nicolasbock has joined #openstack-kolla22:44
*** nicolasbock has quit IRC23:07
*** goldyfruit has joined #openstack-kolla23:12
*** gerl1ng has quit IRC23:23
*** gerl1ng has joined #openstack-kolla23:25
*** Jeffrey4l has quit IRC23:26
*** Jeffrey4l has joined #openstack-kolla23:28
*** zul has quit IRC23:29
*** schwicht has joined #openstack-kolla23:30

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!