Tuesday, 2017-03-07

*** acormier has joined #openstack-chef00:09
sc`the good news is that only four cookbooks need to change00:11
sc`it works against master, so as soon as they are deemed okay, we should backport to stable/newton00:12
sc`once i can reconnect to gerrit :|00:12
*** acormier has quit IRC00:13
*** acormier has joined #openstack-chef00:53
*** acormier has quit IRC00:53
*** acormier has joined #openstack-chef00:54
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-common master: Corrects rabbitmq user, yum cache cleaning  https://review.openstack.org/44222502:02
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-dashboard master: Corrects SELinux enablement, lbaasv2 dashboard installation  https://review.openstack.org/44222702:04
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-identity master: Corrects SELinux enablement, add retries for Keystone packages  https://review.openstack.org/44223202:07
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-telemetry master: Corrects Ceilometer installation, fixes typo  https://review.openstack.org/44223402:09
sc`^^^^ those four allowed for multi and allinone on botn centos and ubuntu to converge02:10
sc`i have some repo changes that go with the multinode poc that i've yet to propose, mainly cosmetic changes to better align with the resources we have available02:11
sc`the rmq user one was found on superuser. with 'guest', it fails on centos. with 'openstack', it converges and openstack works as it should02:12
sc`please, please let me know if they don't work. my poor laptop is still fussing at me for running it as hot as i did02:13
*** acormier_ has joined #openstack-chef02:25
*** acormier has quit IRC02:29
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-common master: Corrects rabbitmq user, yum cache cleaning  https://review.openstack.org/44222502:34
*** calbers_ has joined #openstack-chef03:18
*** acormier_ has quit IRC03:18
*** calbers has quit IRC03:21
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-identity master: Corrects SELinux enablement, add retries for Keystone packages  https://review.openstack.org/44223203:50
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-dashboard master: Corrects SELinux enablement, lbaasv2 dashboard installation  https://review.openstack.org/44222703:53
*** emagana_ has joined #openstack-chef04:10
*** emagana has quit IRC04:11
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-identity master: Corrects SELinux enablement, add retries for Keystone packages  https://review.openstack.org/44223206:25
sc`the external ci seems to be happy so far06:31
*** nkrinner_afk is now known as nkrinner06:40
*** os-chef-bot has quit IRC08:33
*** os-chef-bot has joined #openstack-chef08:33
*** mutin-sa has quit IRC08:35
*** s-mutin has joined #openstack-chef08:36
*** calbers_ has quit IRC08:36
*** calbers has joined #openstack-chef08:37
*** calbers has quit IRC08:41
*** calbers has joined #openstack-chef09:08
*** jklare has quit IRC09:10
*** jklare has joined #openstack-chef09:10
fricklersc`: looks like it is only and specifically ceilometer-api that it broken, it needs to either not touch ports.conf or drop the Listen from the wsgi template. I'd prefer the first option, making it in line with how we do wsgi for nova-placement and gnocchi10:14
*** openstackgerrit has quit IRC10:33
*** emagana has joined #openstack-chef10:50
*** emagana_ has quit IRC10:51
*** calbers_ has joined #openstack-chef12:34
*** calbers has quit IRC12:38
*** chlong has joined #openstack-chef13:00
*** acormier has joined #openstack-chef13:10
*** eroux has joined #openstack-chef13:13
*** acormier has quit IRC13:20
*** eroux has quit IRC13:20
sc`frickler: that's a side effect of the apache2 cookbook, unfortunately13:21
sc`ports.conf is a debian-ism that gets splatted on rhel machines with that cookbook13:22
sc`which means that there's a conflict with putting Listen in virtual host declarations, using that cookbook13:22
sc`btw, the yum.conf one is incomplete. i had a run list change that i didn't push up13:23
sc`removing yum and apt from the run lists with the changes makes yum/apt fire appropriately13:23
sc`probably should have split that out to a different commit, natch13:23
sc`so long as we're using apache2, Listen can't go in virtual host templates13:31
*** acormier has joined #openstack-chef13:41
*** acormier has quit IRC13:45
sc`frickler: if not changing the default rabbit user, where might that change go in? it's a necessity for convergence. guest will cause centos to not spin up computes in multinode. from the compute.log it just looks like rabbit is down, but it's clearly up and functional13:45
sc`repo can be a place for that to live, but it feels anti-pattern to move that to an environment file13:46
sc`when testing this stuff, my laptop tried taking off more than once. i also ensnared my mac pro to speed up the build times13:49
sc`but it all converged. openstack seemed to work from the perspective of horizon and nova13:49
fricklersc`: I still don't understand why the default user should be working everywhere except with centos multinode13:49
sc`nor do i. i'm still looking for that13:49
sc`the upgrade path is still build up a new deployment, forklift, tear down the old13:50
sc`which effectively means the cookbooks are forklifted the same way13:50
fricklerhmm, we are hoping that we can do better for mitaka -> newton currently13:51
sc`yeah, i know13:51
sc`i'm almost psyched up to rebase and propose the multinode poc13:51
sc`day job has been keeping me a bit busy, too, so i didn't want to propose it and let it fester13:52
sc`once zuulv3 comes along, that'll be way easier, with multinode jobs being first-class citizens13:57
sc`now that i'm thinking about it, i did read about the rabbit user on superuser. trying to find the thread now14:00
*** openstackgerrit has joined #openstack-chef14:03
openstackgerritJens Rosenboom proposed openstack/cookbook-openstack-common master: Switch to 'ocata' default release  https://review.openstack.org/44250614:03
sc`jklare: so are we skipping boston? :(14:10
jklaresc` i am :)14:10
sc`day job may or may not fund me to go. i'm still neck deep in openstack there14:11
jklaresc` i would have loved to come to boston, but not only the hotels and the travel is expensive, but i also have to pay an additional 300$ for the ticket14:11
sc`yeah. i saw that and was someone amazed that they would do that14:11
sc`if i do wind up going, i'll rock the kangaroo14:13
*** laurent\ has quit IRC14:20
sc`frickler: here's the 'why' on changing the default from 'guest' to 'openstack' https://github.com/openstack/puppet-openstack-integration/blob/master/manifests/rabbitmq.pp#L2114:20
sc`not using guest is more secure, as it turns out14:23
sc`who knew ;)14:23
sc`thinking about it with a security hat on, it makes perfect sense. i was approaching it from the work/no work angle and thought it to be a quirk14:24
*** calbers_ has quit IRC14:26
*** calbers has joined #openstack-chef14:26
openstackgerritSamuel Cassiba proposed openstack/openstack-chef-repo master: Removes hardcoded apt/yum entries from run lists  https://review.openstack.org/44252114:29
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-common master: Corrects rabbitmq user, yum cache cleaning  https://review.openstack.org/44222514:34
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-identity master: Corrects SELinux enablement  https://review.openstack.org/44223214:41
sc`the more i'm reading in to nodepool, zuul (v2 and v3), the more it seems that the use of 'multi-node' needs to change to 'multinode' to more align with the overarching naming scheme that has developed for these things14:50
*** emagana has quit IRC15:08
*** acormier has joined #openstack-chef15:19
*** emagana has joined #openstack-chef15:31
*** emagana has quit IRC15:33
*** emagana has joined #openstack-chef15:35
*** jmb_ has quit IRC15:36
*** emagana has quit IRC15:38
*** emagana has joined #openstack-chef15:39
*** emagana has quit IRC15:39
*** emagana has joined #openstack-chef15:40
openstackgerritSamuel Cassiba proposed openstack/openstack-chef-repo master: Removes hardcoded apt/yum entries from run lists  https://review.openstack.org/44252115:42
*** nkrinner is now known as nkrinner_afk15:53
*** jmb_ has joined #openstack-chef16:28
*** calbers has quit IRC16:55
*** jmb_ has quit IRC17:18
*** jmb_ has joined #openstack-chef17:27
*** eroux has joined #openstack-chef19:32
*** eroux has quit IRC20:03
*** eroux has joined #openstack-chef20:09
*** jmb_ has quit IRC20:31
*** jmb_ has joined #openstack-chef20:47
*** eroux has quit IRC21:31
*** jmb_ has quit IRC21:36
*** laurent\ has joined #openstack-chef22:23
*** jmb_ has joined #openstack-chef22:30
*** emagana has quit IRC22:52
*** acormier has quit IRC22:55
*** calbers has joined #openstack-chef23:30

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