Monday, 2018-08-06

*** donghm has joined #openstack-kolla00:53
*** pbourke has quit IRC01:15
*** ducnv has joined #openstack-kolla01:15
*** pbourke has joined #openstack-kolla01:17
*** chason has joined #openstack-kolla01:21
*** hongbin has joined #openstack-kolla01:39
openstackgerritMerged openstack/kolla-ansible master: fix aodh warning  https://review.openstack.org/58814001:45
*** wchy1001 has joined #openstack-kolla01:51
openstackgerritHa Manh Dong proposed openstack/kolla-ansible master: Apply Nova rolling upgrade logic  https://review.openstack.org/55877001:59
*** wchy1001 has quit IRC02:01
openstackgerrittonybrad proposed openstack/kolla master: Update kubernetes-entrypoint v0.1.1 to 0.3.1  https://review.openstack.org/58900202:15
openstackgerrittonybrad proposed openstack/kolla master: Update Kubernetes v1.9.4 to v1.11.1  https://review.openstack.org/58900502:34
openstackgerritNan Li proposed openstack/kolla-ansible master: Add kolla-ansible-ubuntu-source-arm64 experimental job  https://review.openstack.org/56210503:08
*** hnl has quit IRC03:11
*** pvc has joined #openstack-kolla03:14
pvchello guys03:14
pvcanyone using trovew here03:20
*** skramaja has joined #openstack-kolla03:51
openstackgerrittonybrad proposed openstack/kolla master: Update storm to v1.2.1  https://review.openstack.org/58901303:59
*** cloudnull has quit IRC04:00
*** cloudnull has joined #openstack-kolla04:04
*** cloudnull has quit IRC04:05
*** cloudnull has joined #openstack-kolla04:05
*** hongbin has quit IRC04:09
*** shyambiradar has joined #openstack-kolla05:03
*** shyambiradar has quit IRC05:33
*** janki has joined #openstack-kolla05:38
*** shyambiradar has joined #openstack-kolla05:47
*** nicolasbock has joined #openstack-kolla06:05
*** cah_link has joined #openstack-kolla06:06
*** pcaruana has joined #openstack-kolla06:07
*** egonzalez has joined #openstack-kolla06:40
*** luksky has joined #openstack-kolla06:42
donghmHi spsurya, are you around?06:52
donghmcan i ask about swift rolling upgrade?06:53
*** mattgo has joined #openstack-kolla07:07
*** rmart04 has joined #openstack-kolla07:14
spsuryadonghm: hello07:20
spsuryayes we can07:20
*** Bhujay has joined #openstack-kolla07:21
donghmspsurya, i'm testing swift rolling upgrade logic in my lab, to graceful shutdown swift services, we added the script to swift images at https://review.openstack.org/#/c/575594/07:25
donghmbut it seem like wrong07:25
donghmbecause the command in script such as "swift-init proxy shutdown" can not execute in swift-proxy container07:26
donghmDo you have idea to resolve it?07:28
donghmi think that is no way to execute a swift command in swift container from remote host :(07:29
*** Bhujay has quit IRC07:30
openstackgerritafazekas proposed openstack/kolla master: Using qemu-kvm on rhel  https://review.openstack.org/58859507:34
donghmspsurya, https://review.openstack.org/#/c/560248/ sorry, i'm post wrong link07:35
egonzalezdonghm, cannot see the swift-init (proxy) argument https://github.com/openstack/swift/blob/master/bin/swift-init07:38
egonzalezdonghm, should it be proxy-server?07:38
egonzalezdonghm, nvm, read it bad07:39
openstackgerrittonybrad proposed openstack/kolla master: Update storm to v1.2.2  https://review.openstack.org/58901307:39
*** Bhujay has joined #openstack-kolla07:39
donghmegonzalez, np. so does we execute graceful shutdown for swift services?07:41
donghmis there any solution07:42
egonzalezdonghm, from a quick look into swift-init, it will look for swift PID's in the host07:43
egonzalezdonghm, kolla's containers does not share the PIP with the host unless used pid_mode: host in container launch07:43
egonzalezdonghm, from what i understand, swift-proxy cannot find other container PID07:46
donghmegonzalez, thanks, um, so there is no solution to execute graceful shutdown for swift in ansible tasks07:53
*** Bhujay has quit IRC07:54
*** gfidente has joined #openstack-kolla08:00
egonzalezdonghm, will need to test, a much simpler method would be, check if containers are running on each host and send a docker stop https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/senlin/tasks/precheck.yml#L3 https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/nova/tasks/upgrade.yml#L1808:07
donghmegonzalez, i see there tasks because i also implementing rolling upgrade for nova, but is shutdown the swift containers a graceful shutdown? cause swift have sperate commands for graceful shutdown08:15
*** mgoddard has joined #openstack-kolla08:16
*** jaosorior has joined #openstack-kolla08:21
*** shyambiradar has quit IRC08:24
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Fix ironic inspector dnsmasq listening interface  https://review.openstack.org/58907308:26
*** shyambiradar has joined #openstack-kolla08:38
*** dougsz_ has joined #openstack-kolla08:40
*** Bhujay has joined #openstack-kolla08:45
*** zhubingbing_ has joined #openstack-kolla08:49
zhubingbing_Hi guys08:49
donghmspsurya, egonzalez, it seem like no solution to execute swift-init commands from swift-bootstrap container to swift service containers, so i'm going to revert the patch set https://review.openstack.org/#/c/560248/08:55
mnasiadkahello08:56
*** ktibi has joined #openstack-kolla08:57
egonzalezdonghm, docker stop will send a graceful shutdown SIGTERM and then SIGKILL the process after a graceful_timeout (defaults to 10 seconds)08:59
donghmegonzalez, thanks a lot.09:01
openstackgerritMerged openstack/kolla-ansible master: Update elasticsearch and kibana version to 5.x  https://review.openstack.org/58033809:11
openstackgerritMerged openstack/kolla-ansible master: Allow 400 response when creating kibana ES index  https://review.openstack.org/58831809:11
openstackgerritHa Manh Dong proposed openstack/kolla master: Revert the patch set "Apply Swift rolling upgrade"  https://review.openstack.org/58908609:19
openstackgerritSurya Prakash (spsurya) proposed openstack/kolla-ansible master: Deprecate auth_uri option  https://review.openstack.org/55945309:25
spsuryadonghm: can go as per egonzalez comment09:25
spsuryawas busy in meeting09:26
donghmspsurya, yeah, np ^^09:27
spsuryathanks09:28
donghmI reverted your's swift rolling upgrade patch at  https://review.openstack.org/559453, please review it. Thank you.09:31
spsuryadonghm: provided wrong link, i think correct is https://review.openstack.org/#/c/589086/09:47
spsuryagot it anyway09:48
spsuryathanks09:48
donghmspsurya, yeah, bad copy paste. Thanks.09:48
spsuryanp :-)09:49
openstackgerritMartin AndrĂ© proposed openstack/kolla master: Using qemu-kvm on rhel  https://review.openstack.org/58859510:01
pvchi10:06
pvcanyone using trove here?10:06
*** hjensas has quit IRC10:24
*** sambetts_ is now known as sambetts|afk10:24
*** shyambiradar has quit IRC10:28
*** luksky has quit IRC10:28
*** shyambiradar has joined #openstack-kolla10:46
*** donghm has quit IRC10:46
*** serlex has joined #openstack-kolla10:46
*** serlex has quit IRC10:46
*** serlex has joined #openstack-kolla10:47
*** luksky has joined #openstack-kolla11:02
*** shyambiradar has quit IRC11:05
*** shyambiradar has joined #openstack-kolla11:13
*** shyambiradar has quit IRC11:30
*** slagle has joined #openstack-kolla11:49
*** serlex has quit IRC11:59
*** mgoddard has quit IRC12:02
*** shyambiradar has joined #openstack-kolla12:15
*** dave-mccowan has joined #openstack-kolla12:52
*** mchlumsky has joined #openstack-kolla12:56
*** shyambiradar has quit IRC12:59
*** egonzalez has quit IRC13:02
*** skramaja has quit IRC13:02
*** dave-mccowan has quit IRC13:03
*** mchlumsky has quit IRC13:04
*** ducnv_ has joined #openstack-kolla13:05
*** mchlumsky has joined #openstack-kolla13:06
*** mgoddard has joined #openstack-kolla13:15
*** mjturek has joined #openstack-kolla13:17
*** janki has quit IRC13:24
*** hamzaachi_ has joined #openstack-kolla13:25
*** Bhujay has quit IRC13:31
*** gary_perkins has joined #openstack-kolla14:04
*** cah_link has quit IRC14:10
*** Bhujay has joined #openstack-kolla14:18
*** kklimonda_ has joined #openstack-kolla14:23
*** kklimonda has quit IRC14:26
*** Tengu has quit IRC14:26
*** hw_wutianwei_ has quit IRC14:26
*** bjolo has quit IRC14:26
*** kklimonda_ is now known as kklimonda14:26
*** Bhujay has quit IRC14:29
*** calbers has quit IRC14:30
*** calbers has joined #openstack-kolla14:31
*** Tengu has joined #openstack-kolla14:38
*** cah_link has joined #openstack-kolla14:56
*** dave-mccowan has joined #openstack-kolla14:57
*** serlex has joined #openstack-kolla15:02
*** luksky has quit IRC15:05
*** pcaruana has quit IRC15:12
*** shyambiradar has joined #openstack-kolla15:16
*** rmart04 has quit IRC15:17
*** janki has joined #openstack-kolla15:17
*** shyam89 has joined #openstack-kolla15:31
*** ducnv_ has quit IRC15:34
*** shyambiradar has quit IRC15:35
*** jaosorior has quit IRC15:48
*** mattgo has quit IRC15:48
*** jaosorior has joined #openstack-kolla15:49
*** shyambiradar has joined #openstack-kolla15:51
*** shyam89 has quit IRC15:55
gary_perkinsHi! Just wondering if anyone has come across this issue? Just at the bootstrap-servers stage. kolla-ansible is reporting errors, specifically, 'ansible.vars.hostvars.HostVarsVars object' has no attribute u'ansible_bond0:0' in the 'Generate /etc/hosts for all of the nodes' task. Please see: https://etherpad.openstack.org/p/kolla-bootstrap-servers-issue16:08
gary_perkinsany help would be appreciated :)16:09
*** janki has quit IRC16:15
*** serlex has quit IRC16:21
*** shyambiradar has quit IRC16:26
*** shyambiradar has joined #openstack-kolla16:27
*** hamzaachi_ has quit IRC16:27
gary_perkinsalas, it seems it was the ":" in the interface name that was causing the issue! /o\ Kolla appears to be bootstrapping the machines now! :)16:36
*** SamYaple has quit IRC16:37
*** SamYaple has joined #openstack-kolla16:38
*** ktibi has quit IRC16:53
*** luksky has joined #openstack-kolla16:59
*** dougsz_ has quit IRC17:04
*** mgoddard has quit IRC17:07
*** rmart04 has joined #openstack-kolla17:11
*** unicell has joined #openstack-kolla17:34
*** shyambiradar has quit IRC17:36
*** randyl has quit IRC17:39
*** randyl has joined #openstack-kolla17:40
*** hamzaachi has joined #openstack-kolla17:49
*** cah_link has quit IRC17:54
*** gfidente is now known as gfidente|afk18:23
*** nicolasbock has quit IRC18:23
*** nicolasbock has joined #openstack-kolla18:24
*** hamzaachi has quit IRC18:32
*** numans has quit IRC18:54
*** rmart04 has quit IRC18:59
*** hamzaachi has joined #openstack-kolla19:27
*** hamzaachi has quit IRC19:33
*** zul has quit IRC19:59
*** hamzaachi has joined #openstack-kolla20:07
*** mjturek has quit IRC20:49
*** harlowja has joined #openstack-kolla21:21
openstackgerritAdam Harwell proposed openstack/kolla-ansible master: Less visible passwords please  https://review.openstack.org/54985821:35
*** hamzaachi has quit IRC21:46
*** slagle has quit IRC21:53
*** nicolasbock has quit IRC22:25
*** luksky has quit IRC22:25

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