*** donghm has joined #openstack-kolla | 00:53 | |
*** pbourke has quit IRC | 01:15 | |
*** ducnv has joined #openstack-kolla | 01:15 | |
*** pbourke has joined #openstack-kolla | 01:17 | |
*** chason has joined #openstack-kolla | 01:21 | |
*** hongbin has joined #openstack-kolla | 01:39 | |
openstackgerrit | Merged openstack/kolla-ansible master: fix aodh warning https://review.openstack.org/588140 | 01:45 |
---|---|---|
*** wchy1001 has joined #openstack-kolla | 01:51 | |
openstackgerrit | Ha Manh Dong proposed openstack/kolla-ansible master: Apply Nova rolling upgrade logic https://review.openstack.org/558770 | 01:59 |
*** wchy1001 has quit IRC | 02:01 | |
openstackgerrit | tonybrad proposed openstack/kolla master: Update kubernetes-entrypoint v0.1.1 to 0.3.1 https://review.openstack.org/589002 | 02:15 |
openstackgerrit | tonybrad proposed openstack/kolla master: Update Kubernetes v1.9.4 to v1.11.1 https://review.openstack.org/589005 | 02:34 |
openstackgerrit | Nan Li proposed openstack/kolla-ansible master: Add kolla-ansible-ubuntu-source-arm64 experimental job https://review.openstack.org/562105 | 03:08 |
*** hnl has quit IRC | 03:11 | |
*** pvc has joined #openstack-kolla | 03:14 | |
pvc | hello guys | 03:14 |
pvc | anyone using trovew here | 03:20 |
*** skramaja has joined #openstack-kolla | 03:51 | |
openstackgerrit | tonybrad proposed openstack/kolla master: Update storm to v1.2.1 https://review.openstack.org/589013 | 03:59 |
*** cloudnull has quit IRC | 04:00 | |
*** cloudnull has joined #openstack-kolla | 04:04 | |
*** cloudnull has quit IRC | 04:05 | |
*** cloudnull has joined #openstack-kolla | 04:05 | |
*** hongbin has quit IRC | 04:09 | |
*** shyambiradar has joined #openstack-kolla | 05:03 | |
*** shyambiradar has quit IRC | 05:33 | |
*** janki has joined #openstack-kolla | 05:38 | |
*** shyambiradar has joined #openstack-kolla | 05:47 | |
*** nicolasbock has joined #openstack-kolla | 06:05 | |
*** cah_link has joined #openstack-kolla | 06:06 | |
*** pcaruana has joined #openstack-kolla | 06:07 | |
*** egonzalez has joined #openstack-kolla | 06:40 | |
*** luksky has joined #openstack-kolla | 06:42 | |
donghm | Hi spsurya, are you around? | 06:52 |
donghm | can i ask about swift rolling upgrade? | 06:53 |
*** mattgo has joined #openstack-kolla | 07:07 | |
*** rmart04 has joined #openstack-kolla | 07:14 | |
spsurya | donghm: hello | 07:20 |
spsurya | yes we can | 07:20 |
*** Bhujay has joined #openstack-kolla | 07:21 | |
donghm | spsurya, 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 |
donghm | but it seem like wrong | 07:25 |
donghm | because the command in script such as "swift-init proxy shutdown" can not execute in swift-proxy container | 07:26 |
donghm | Do you have idea to resolve it? | 07:28 |
donghm | i think that is no way to execute a swift command in swift container from remote host :( | 07:29 |
*** Bhujay has quit IRC | 07:30 | |
openstackgerrit | afazekas proposed openstack/kolla master: Using qemu-kvm on rhel https://review.openstack.org/588595 | 07:34 |
donghm | spsurya, https://review.openstack.org/#/c/560248/ sorry, i'm post wrong link | 07:35 |
egonzalez | donghm, cannot see the swift-init (proxy) argument https://github.com/openstack/swift/blob/master/bin/swift-init | 07:38 |
egonzalez | donghm, should it be proxy-server? | 07:38 |
egonzalez | donghm, nvm, read it bad | 07:39 |
openstackgerrit | tonybrad proposed openstack/kolla master: Update storm to v1.2.2 https://review.openstack.org/589013 | 07:39 |
*** Bhujay has joined #openstack-kolla | 07:39 | |
donghm | egonzalez, np. so does we execute graceful shutdown for swift services? | 07:41 |
donghm | is there any solution | 07:42 |
egonzalez | donghm, from a quick look into swift-init, it will look for swift PID's in the host | 07:43 |
egonzalez | donghm, kolla's containers does not share the PIP with the host unless used pid_mode: host in container launch | 07:43 |
egonzalez | donghm, from what i understand, swift-proxy cannot find other container PID | 07:46 |
donghm | egonzalez, thanks, um, so there is no solution to execute graceful shutdown for swift in ansible tasks | 07:53 |
*** Bhujay has quit IRC | 07:54 | |
*** gfidente has joined #openstack-kolla | 08:00 | |
egonzalez | donghm, 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#L18 | 08:07 |
donghm | egonzalez, 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 shutdown | 08:15 |
*** mgoddard has joined #openstack-kolla | 08:16 | |
*** jaosorior has joined #openstack-kolla | 08:21 | |
*** shyambiradar has quit IRC | 08:24 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Fix ironic inspector dnsmasq listening interface https://review.openstack.org/589073 | 08:26 |
*** shyambiradar has joined #openstack-kolla | 08:38 | |
*** dougsz_ has joined #openstack-kolla | 08:40 | |
*** Bhujay has joined #openstack-kolla | 08:45 | |
*** zhubingbing_ has joined #openstack-kolla | 08:49 | |
zhubingbing_ | Hi guys | 08:49 |
donghm | spsurya, 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 |
mnasiadka | hello | 08:56 |
*** ktibi has joined #openstack-kolla | 08:57 | |
egonzalez | donghm, docker stop will send a graceful shutdown SIGTERM and then SIGKILL the process after a graceful_timeout (defaults to 10 seconds) | 08:59 |
donghm | egonzalez, thanks a lot. | 09:01 |
openstackgerrit | Merged openstack/kolla-ansible master: Update elasticsearch and kibana version to 5.x https://review.openstack.org/580338 | 09:11 |
openstackgerrit | Merged openstack/kolla-ansible master: Allow 400 response when creating kibana ES index https://review.openstack.org/588318 | 09:11 |
openstackgerrit | Ha Manh Dong proposed openstack/kolla master: Revert the patch set "Apply Swift rolling upgrade" https://review.openstack.org/589086 | 09:19 |
openstackgerrit | Surya Prakash (spsurya) proposed openstack/kolla-ansible master: Deprecate auth_uri option https://review.openstack.org/559453 | 09:25 |
spsurya | donghm: can go as per egonzalez comment | 09:25 |
spsurya | was busy in meeting | 09:26 |
donghm | spsurya, yeah, np ^^ | 09:27 |
spsurya | thanks | 09:28 |
donghm | I reverted your's swift rolling upgrade patch at https://review.openstack.org/559453, please review it. Thank you. | 09:31 |
spsurya | donghm: provided wrong link, i think correct is https://review.openstack.org/#/c/589086/ | 09:47 |
spsurya | got it anyway | 09:48 |
spsurya | thanks | 09:48 |
donghm | spsurya, yeah, bad copy paste. Thanks. | 09:48 |
spsurya | np :-) | 09:49 |
openstackgerrit | Martin André proposed openstack/kolla master: Using qemu-kvm on rhel https://review.openstack.org/588595 | 10:01 |
pvc | hi | 10:06 |
pvc | anyone using trove here? | 10:06 |
*** hjensas has quit IRC | 10:24 | |
*** sambetts_ is now known as sambetts|afk | 10:24 | |
*** shyambiradar has quit IRC | 10:28 | |
*** luksky has quit IRC | 10:28 | |
*** shyambiradar has joined #openstack-kolla | 10:46 | |
*** donghm has quit IRC | 10:46 | |
*** serlex has joined #openstack-kolla | 10:46 | |
*** serlex has quit IRC | 10:46 | |
*** serlex has joined #openstack-kolla | 10:47 | |
*** luksky has joined #openstack-kolla | 11:02 | |
*** shyambiradar has quit IRC | 11:05 | |
*** shyambiradar has joined #openstack-kolla | 11:13 | |
*** shyambiradar has quit IRC | 11:30 | |
*** slagle has joined #openstack-kolla | 11:49 | |
*** serlex has quit IRC | 11:59 | |
*** mgoddard has quit IRC | 12:02 | |
*** shyambiradar has joined #openstack-kolla | 12:15 | |
*** dave-mccowan has joined #openstack-kolla | 12:52 | |
*** mchlumsky has joined #openstack-kolla | 12:56 | |
*** shyambiradar has quit IRC | 12:59 | |
*** egonzalez has quit IRC | 13:02 | |
*** skramaja has quit IRC | 13:02 | |
*** dave-mccowan has quit IRC | 13:03 | |
*** mchlumsky has quit IRC | 13:04 | |
*** ducnv_ has joined #openstack-kolla | 13:05 | |
*** mchlumsky has joined #openstack-kolla | 13:06 | |
*** mgoddard has joined #openstack-kolla | 13:15 | |
*** mjturek has joined #openstack-kolla | 13:17 | |
*** janki has quit IRC | 13:24 | |
*** hamzaachi_ has joined #openstack-kolla | 13:25 | |
*** Bhujay has quit IRC | 13:31 | |
*** gary_perkins has joined #openstack-kolla | 14:04 | |
*** cah_link has quit IRC | 14:10 | |
*** Bhujay has joined #openstack-kolla | 14:18 | |
*** kklimonda_ has joined #openstack-kolla | 14:23 | |
*** kklimonda has quit IRC | 14:26 | |
*** Tengu has quit IRC | 14:26 | |
*** hw_wutianwei_ has quit IRC | 14:26 | |
*** bjolo has quit IRC | 14:26 | |
*** kklimonda_ is now known as kklimonda | 14:26 | |
*** Bhujay has quit IRC | 14:29 | |
*** calbers has quit IRC | 14:30 | |
*** calbers has joined #openstack-kolla | 14:31 | |
*** Tengu has joined #openstack-kolla | 14:38 | |
*** cah_link has joined #openstack-kolla | 14:56 | |
*** dave-mccowan has joined #openstack-kolla | 14:57 | |
*** serlex has joined #openstack-kolla | 15:02 | |
*** luksky has quit IRC | 15:05 | |
*** pcaruana has quit IRC | 15:12 | |
*** shyambiradar has joined #openstack-kolla | 15:16 | |
*** rmart04 has quit IRC | 15:17 | |
*** janki has joined #openstack-kolla | 15:17 | |
*** shyam89 has joined #openstack-kolla | 15:31 | |
*** ducnv_ has quit IRC | 15:34 | |
*** shyambiradar has quit IRC | 15:35 | |
*** jaosorior has quit IRC | 15:48 | |
*** mattgo has quit IRC | 15:48 | |
*** jaosorior has joined #openstack-kolla | 15:49 | |
*** shyambiradar has joined #openstack-kolla | 15:51 | |
*** shyam89 has quit IRC | 15:55 | |
gary_perkins | Hi! 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-issue | 16:08 |
gary_perkins | any help would be appreciated :) | 16:09 |
*** janki has quit IRC | 16:15 | |
*** serlex has quit IRC | 16:21 | |
*** shyambiradar has quit IRC | 16:26 | |
*** shyambiradar has joined #openstack-kolla | 16:27 | |
*** hamzaachi_ has quit IRC | 16:27 | |
gary_perkins | alas, 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 IRC | 16:37 | |
*** SamYaple has joined #openstack-kolla | 16:38 | |
*** ktibi has quit IRC | 16:53 | |
*** luksky has joined #openstack-kolla | 16:59 | |
*** dougsz_ has quit IRC | 17:04 | |
*** mgoddard has quit IRC | 17:07 | |
*** rmart04 has joined #openstack-kolla | 17:11 | |
*** unicell has joined #openstack-kolla | 17:34 | |
*** shyambiradar has quit IRC | 17:36 | |
*** randyl has quit IRC | 17:39 | |
*** randyl has joined #openstack-kolla | 17:40 | |
*** hamzaachi has joined #openstack-kolla | 17:49 | |
*** cah_link has quit IRC | 17:54 | |
*** gfidente is now known as gfidente|afk | 18:23 | |
*** nicolasbock has quit IRC | 18:23 | |
*** nicolasbock has joined #openstack-kolla | 18:24 | |
*** hamzaachi has quit IRC | 18:32 | |
*** numans has quit IRC | 18:54 | |
*** rmart04 has quit IRC | 18:59 | |
*** hamzaachi has joined #openstack-kolla | 19:27 | |
*** hamzaachi has quit IRC | 19:33 | |
*** zul has quit IRC | 19:59 | |
*** hamzaachi has joined #openstack-kolla | 20:07 | |
*** mjturek has quit IRC | 20:49 | |
*** harlowja has joined #openstack-kolla | 21:21 | |
openstackgerrit | Adam Harwell proposed openstack/kolla-ansible master: Less visible passwords please https://review.openstack.org/549858 | 21:35 |
*** hamzaachi has quit IRC | 21:46 | |
*** slagle has quit IRC | 21:53 | |
*** nicolasbock has quit IRC | 22:25 | |
*** luksky has quit IRC | 22:25 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!