Friday, 2016-04-08

*** shakamunyi has joined #openstack-chef00:18
*** shakamunyi has quit IRC00:23
*** Ryjedo has joined #openstack-chef00:28
*** Ryjedo has quit IRC00:37
*** ChrissKO_ has joined #openstack-chef00:50
*** ChrissKO_ has quit IRC00:55
*** zhiwei has joined #openstack-chef01:10
*** shakamunyi has joined #openstack-chef01:18
*** shakamunyi has quit IRC01:23
*** jmickle has quit IRC02:15
*** The_8th_Dwarf has quit IRC02:17
*** jmickle has joined #openstack-chef02:17
*** shakamunyi has joined #openstack-chef02:19
*** openstackstatus has quit IRC02:19
*** shakamunyi has quit IRC02:24
*** The_8th_Dwarf has joined #openstack-chef02:30
*** ChrissKO_ has joined #openstack-chef02:38
*** ChrissKO_ has quit IRC02:43
*** shakamunyi has joined #openstack-chef03:18
*** shakamunyi has quit IRC03:23
*** jmickle has quit IRC04:05
*** ChrissKO_ has joined #openstack-chef04:26
*** ChrissKO_ has quit IRC04:31
*** shakamunyi has joined #openstack-chef05:18
*** shakamunyi has quit IRC05:23
*** nkrinner has joined #openstack-chef05:27
*** infra-red has joined #openstack-chef05:33
*** infra-red has quit IRC06:07
*** ChrissKO_ has joined #openstack-chef06:17
*** shakamunyi has joined #openstack-chef06:18
*** shakamunyi has quit IRC06:23
*** infra-red has joined #openstack-chef06:53
*** infra-red has joined #openstack-chef06:57
*** infra-red has quit IRC07:04
*** infra-red has joined #openstack-chef07:07
*** shakamunyi has joined #openstack-chef07:18
*** shakamunyi has quit IRC07:23
openstackgerritMerged openstack/cookbook-openstack-image: Restart glance immediately  https://review.openstack.org/30286607:53
openstackgerritMerged openstack/cookbook-openstack-network: Ubuntu mitaka package name changes for openvswitch agent  https://review.openstack.org/30237107:54
openstackgerritMerged openstack/openstack-chef-repo: Differentiate between Ubuntu and CentOS for integration  https://review.openstack.org/29193907:54
openstackgerritMerged openstack/openstack-chef-repo: Add a few more projects to the logs  https://review.openstack.org/29949607:54
openstackgerritMerged openstack/cookbook-openstack-image: Use admin user for glance uploads  https://review.openstack.org/30189208:01
openstackgerritMerged openstack/cookbook-openstack-common: Adds distro-specific changes to make CI work  https://review.openstack.org/29192108:11
*** openstackgerrit has quit IRC08:33
*** openstackgerrit has joined #openstack-chef08:33
*** zhiwei has quit IRC09:32
*** ChrissKO_ has quit IRC10:49
*** ChrissKO_ has joined #openstack-chef10:49
*** jmb__ has quit IRC10:54
*** ChrissKO_ has quit IRC11:16
*** ChrissKO_ has joined #openstack-chef11:16
*** shakamunyi has joined #openstack-chef11:18
*** shakamunyi has quit IRC11:23
*** shakamunyi has joined #openstack-chef12:18
*** shakamunyi has quit IRC12:23
*** zhiwei has joined #openstack-chef12:28
*** zhiwei has quit IRC12:33
*** Ryjedo has joined #openstack-chef12:37
*** ovaistariq has joined #openstack-chef13:04
*** zhiwei has joined #openstack-chef13:11
*** zhiwei has quit IRC13:16
*** ChrissKO_ has quit IRC13:25
*** nkrinner has quit IRC13:25
*** os-chef-bot has quit IRC13:34
*** os-chef-bot has joined #openstack-chef13:34
openstackgerritJens Rosenboom proposed openstack/cookbook-openstack-identity: Remove the deprecated "verbose" option  https://review.openstack.org/30344314:01
*** ovaistariq has quit IRC14:21
*** ovaistariq has joined #openstack-chef14:22
*** ovaistariq has quit IRC14:22
sc`frickler: looks like that identity change is failing a rspec test14:24
markvansc`: I respun a few to get the latest test results for them...14:25
sc`yup, see 'em in zuul queued up14:25
sc`looks like we're ahead of puppet in terms of what rdo build we're using. i'm pulling from testing, which is destined to become ga packages if/when their ci passses14:27
*** jmb_ has joined #openstack-chef14:33
*** jmb_ has quit IRC14:38
openstackgerritJens Rosenboom proposed openstack/cookbook-openstack-network: Do not hardcode any DHCP options for Neutron  https://review.openstack.org/30348115:06
sc`ubuntu integration is failing to start apache for keystone. maybe another race condition15:09
markvansc`: looking at the ubuntu logs now15:10
markvansc`: I've noticed that the combined 3 pass is quite large now, maybe we should consider breaking that up into the pass logs as well at some point15:11
sc`looking through some of the logs, i see lots of deprecation notices. going to have to spend some time in newton updating that stuff15:14
markvansc`: humm, failing on the second pass, so it was up and running after the first pass tests.   And it's the dashboard port 80 it's complaining about.15:15
markvanI recall we had an issue like this before with keystone and horizon fighting over apache ports15:15
sc`if it is, it shouldn't be. horizon should be taking port 80/443 and keystone 5000/3535715:16
sc`troubling15:16
markvanyeah, I think the issue then was about restarting apache during certain config steps, which caused it to overlap with itself15:17
markvanactually, why does the 2nd,3rd pass need to restart apache?   Maybe that is part of the issue?15:18
sc`it's the notifies15:18
sc`it doesn't _need_ to, but seems to do so regardless15:18
markvanyeah, that is a bug imo15:19
sc`i had an issue with an adapted server-apache.rb where it would restart apache every chef run15:19
sc`we had to do some ugly hacks15:19
sc`now, it checks to see if a file has been modified to determine if it should reload15:19
markvanhumm, look at the ports.conf, 80 is specified twice, oops that I think that is the issue15:19
sc`yeah. i see Listen *:80 and then a Listen 0.0.0.0:8015:20
markvanyup, that *:80 is a default thingy we need to get outa there15:21
sc`seems like it'd make apache barf. i haven't deliberately misconfigured apache in ages15:21
sc`https://github.com/svanzoest-cookbooks/apache2/blob/master/templates/default/ports.conf.erb15:22
sc`it's coming from a node attribute15:22
sc`smells like a bug in our stuff15:23
markvansc`: I think it's here: https://github.com/openstack/cookbook-openstack-dashboard/blob/master/recipes/apache2-server.rb#L49  our unique port checking is not covering the diff between *:80 and 0.0.0.0:8015:24
sc`nopr15:25
sc`nope15:25
sc`bug in apache215:25
sc`we need to override the default node attribute for node['apache']['listen']15:26
sc`https://github.com/svanzoest-cookbooks/apache2/blob/master/attributes/default.rb#L27915:26
sc`we may as well work around it. the maintainer is reluctant to fixing things reported15:26
markvanSince we don't ever use the "*" address syntax, I think we should just remove that from the list explicitly for now?15:27
sc`yup15:27
*** jmb_ has joined #openstack-chef15:27
sc`0.0.0.0:80 takes its place anyway. so we don't really need that default attribute from apache215:27
*** zhiwei has joined #openstack-chef15:27
markvanright, so maybe we could even just remove that first line #51 which pulls in the defaults?  or could that be used by some other cookbook/recipe to setup a different port?15:28
sc`yeah, looks like that'd do it15:29
markvanmaybe best to just remove this explicit one for now  "*:80"15:29
sc`yup. it needs to be fixed at the apache2 level, but that ain't happening15:29
markvanok, I'll pop up a patch to workaround this for now15:30
*** zhiwei has quit IRC15:32
*** infra-red has quit IRC15:37
markvansc`: https://review.openstack.org/#/c/303512/       yeah, still don't like that we force keystone/apache to restart15:58
sc`yeah. was thinking it should be converted to a subscribes15:58
sc`that looks okay for now. ideally, we'd get that fixed upstream, but...15:59
markvanyup, we have the template/conf resource that should be triggering this, but I see the comment in the code about lack of apache cookbook support for this15:59
sc`yeah. that's from kilo, didn't get refactored16:00
sc`apache2 has been updated significantly since then, so it may be fixed16:00
markvanhumm, to fix it, I think they would need to allow dynamic subscribe resources that we would provide16:01
markvanhave not looked at apache2 cb in a while16:01
sc`i've only been looking into it very recently16:01
sc`just scratching the surface16:02
markvancan we add a subscribes to a definition?16:03
sc`right... definition... hm16:04
sc`probably not16:04
markvanfrom doc: "Starting with chef-client 12.5, it is recommended to build custom resources instead of definitions."   and one reason is not support for notify/subscribe/not_if/only_if16:07
markvanapache2 cookbook needs a refactor....16:07
sc`apache2 needs a new maintainer16:10
markvanhumm, I see that we have the same code here for the default port: https://github.com/openstack/cookbook-openstack-identity/blob/master/recipes/server-apache.rb#L24016:12
markvanprobably should patch that as well for *:80 in case of keystone and horizon on diff nodes, right?16:13
sc`yup16:13
markvank, on it16:13
sc`right on. thanks16:13
openstackgerritMark Vanderwiel proposed openstack/cookbook-openstack-identity: Remove default apache port  https://review.openstack.org/30352416:18
*** shakamunyi has joined #openstack-chef16:18
*** shakamunyi has quit IRC16:23
*** jmickle has joined #openstack-chef16:40
openstackgerritMerged openstack/cookbook-openstack-compute: Cleanup options deprecated for mitaka  https://review.openstack.org/30164116:40
sc`markvan: looks like we have green builds once more16:53
markvansc`: yup, was now looking into why the c7 side is taking 2x longer for pass 1, seems odd16:55
sc`is it consistently slower, or just slow because of the pipeline's load?16:56
sc`yesterday builds were dog slow for me16:56
sc`i respun common and it was enqueued for over 2 hours yesterday. builds were pretty similar in times. maybe a 10 minute variance16:57
markvanc7: 430/578 resources updated in 15 minutes    u: 371/591 resources updated in 06 minutes16:58
markvanlooks like a bit more resources are pulled in on c716:59
openstackgerritMark Vanderwiel proposed openstack/openstack-chef-repo: Only run setup tempest once  https://review.openstack.org/30354117:11
openstackgerritMark Vanderwiel proposed openstack/openstack-chef-repo: Only run setup tempest once  https://review.openstack.org/30354117:15
openstackgerritMark Vanderwiel proposed openstack/openstack-chef-repo: lint cleanups  https://review.openstack.org/30354717:20
*** zhiwei has joined #openstack-chef17:44
*** zhiwei has quit IRC17:48
*** jmb_ has quit IRC17:55
*** jmb_ has joined #openstack-chef17:59
*** The_8th_Dwarf has quit IRC18:06
*** jmb_ has quit IRC18:07
sc`nice. integrations are still all green with those patches18:27
sc`that's... weird. did a recheck on https://review.openstack.org/#/c/295061 and it's trying to kick off apt-get on the centos build18:33
sc`and the ubuntu one is using chefdk 0.4.018:35
sc`right... kilo. integration won't work there18:36
* sc` +1 coffee... too cloudy and rainy18:40
*** jmb_ has joined #openstack-chef19:35
*** zhiwei has joined #openstack-chef20:00
*** zhiwei has quit IRC20:04
*** infra-red has joined #openstack-chef20:07
*** ovaistariq has joined #openstack-chef20:26
*** infra-re_ has joined #openstack-chef20:34
*** infra-red has quit IRC20:37
*** ovaistariq has quit IRC21:14
*** jmickle has quit IRC21:50
openstackgerritMark Vanderwiel proposed openstack/openstack-chef-repo: Minor fixups for test patch tool  https://review.openstack.org/30363922:18
*** shakamunyi has joined #openstack-chef22:18
*** jmickle has joined #openstack-chef22:21
*** infra-re_ has quit IRC22:21
*** shakamunyi has quit IRC22:22
sc`yum is timing out, failing the centos build23:29
sc`saw that this morning23:29
sc`the failure is at the same place, too. installing openstack-nova-common23:30
*** jmickle has quit IRC23:30

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