Friday, 2016-03-25

*** Ryjedo has joined #openstack-chef00:02
*** zhiwei has joined #openstack-chef00:31
*** angelichorsey has left #openstack-chef01:46
openstackgerritSamuel Cassiba proposed openstack/openstack-chef-repo: Differentiate between Ubuntu and CentOS for integration  https://review.openstack.org/29193902:13
openstackgerritSamuel Cassiba proposed openstack/openstack-chef-repo: Differentiate between Ubuntu and CentOS for integration  https://review.openstack.org/29193902:22
sc`had to put more ugliness in the rakefile, but hopefully that's it02:32
*** barra204 has joined #openstack-chef02:50
*** chlong has quit IRC03:12
*** chlong has joined #openstack-chef03:15
*** ovaistariq has joined #openstack-chef03:37
sc`and apache2 just got updated, which broke integration04:11
*** ovaistariq has quit IRC04:16
sc`and pr away. he put the wrong package name in for rhel04:18
sc`some great folks in the greater community "my code isn't broken, fix your code"04:33
sc`the apache2 maintainer is unwilling to accept my patch, insisting my non-usage of fastcgi is the problem. i've been advised to fork and maintain apache2 just to fix the attributes, so CI is just staying broken. we may not be able to deploy either way, as the cookbook fails in the compile stage05:01
sc`https://github.com/svanzoest-cookbooks/apache2/pull/418 follows the saga. be warned. it's chock full of ego and dumb05:02
sc`he removed the package in another commit, looks like. we'll see what a recheck does05:05
*** stanchan has joined #openstack-chef06:19
*** chlong has quit IRC06:45
*** ovaistariq has joined #openstack-chef06:59
*** ovaistariq has quit IRC07:19
*** ovaistariq has joined #openstack-chef07:19
*** ovaistariq has quit IRC08:08
*** os-chef-bot has quit IRC08:32
*** os-chef-bot has joined #openstack-chef08:32
*** openstackstatus has joined #openstack-chef09:07
*** ChanServ sets mode: +v openstackstatus09:07
*** stanchan has quit IRC09:51
*** zhiwei has quit IRC09:57
*** jmb_ has quit IRC11:48
*** jmb_ has joined #openstack-chef11:50
*** zhiwei has joined #openstack-chef12:06
*** zhiwei has quit IRC12:10
sc`@core good news. centos integration is nearly there post feedback. it's failing in the nova boot test, but it's real close15:03
os-chef-bot@j^2 @markvan @mattray @wenchma @jklare @cmluciano @zhiwei @sc` good news. centos integration is nearly there post feedback. it's failing in the nova boot test, but it's real close15:03
*** angelichorsey has joined #openstack-chef15:04
*** zhiwei has joined #openstack-chef15:06
openstackgerritSamuel Cassiba proposed openstack/openstack-chef-repo: Differentiate between Ubuntu and CentOS for integration  https://review.openstack.org/29193915:07
*** zhiwei has quit IRC15:10
sc`interesting. cirros isn't getting uploaded to glance on c715:13
sc`i think i see it. looks like we're missing openstack-image::image_upload in the run list for allinone15:30
openstackgerritSamuel Cassiba proposed openstack/openstack-chef-repo: Differentiate between Ubuntu and CentOS for integration  https://review.openstack.org/29193915:31
sc`trying my theory...15:32
sc`that's troubling. converge completes, but log collection failed on ubuntu at copying /etc/nova16:11
sc`but centos works16:12
*** ovaistariq has joined #openstack-chef16:13
sc`https://jenkins04.openstack.org/job/gate-ubuntu-trusty-cookbook-openstack-common-chef-rake-integration-nv/10/console16:21
sc`i don't get it. it was working. i haven't even touched that part16:22
sc`and it's working on centos16:23
openstackgerritSamuel Cassiba proposed openstack/openstack-chef-repo: Differentiate between Ubuntu and CentOS for integration  https://review.openstack.org/29193916:34
sc`ah. it's glance16:34
sc`cirros, to be specific16:34
*** ovaistariq has quit IRC17:28
*** zhiwei has joined #openstack-chef17:34
*** zhiwei has quit IRC17:38
*** ovaistariq has joined #openstack-chef18:24
*** ovaistariq has quit IRC18:29
*** zhiwei has joined #openstack-chef19:45
*** zhiwei has quit IRC19:49
*** ovaistariq has joined #openstack-chef20:12
*** ovaistariq has quit IRC20:17
*** snipe has joined #openstack-chef20:47
*** Ramereth has joined #openstack-chef21:04
Ramerethj^2: ping21:04
j^2hi!21:04
Ramerethwhat branch should I be using for testing with liberty? master or stable/liberty?21:04
j^2stable21:04
j^2mitiaka is master21:04
Ramerethk, hmm. having a hard time getting neutron to work :(21:04
j^2:(21:05
j^2is it at least starting?21:05
Ramerethyes, but when I try to deploy a vm it fails21:05
j^2:-/21:06
Ramereth"Failed to bind port" on the compute nodes21:06
j^2ah21:06
Ramerethand "Unable to retrieve active L2 agent on host"21:06
j^2ML2?21:06
Ramerethyup21:06
j^2is the correct agents running in the correct spots?21:06
j^2ML2 agent iirc is supposed to be running on all compute nodes21:06
j^2but by this time i would have found Sam-I-Am in #openstack and found a bottle of scotch21:07
Ramerethwhat's the name of the agent?21:08
Ramerethor service name21:09
j^2http://docs.openstack.org/liberty/install-guide-ubuntu/neutron-verify-option2.html21:09
j^2Linux bridge agent21:09
j^2that’s the one21:09
j^2sorry not ml221:09
j^2that’s on the neutron controller21:09
Ramerethhmm, i have neutron-openvswitch-agent setup21:09
Ramerethand that's running21:10
j^2with liberty?21:11
j^2yeah you shouldn’t be running OVS with liberity21:12
Ramerethyup, is that not recommended?21:12
j^2it’s linux bridge now21:12
Ramerethah ok, well perhaps that's my problem :)21:12
j^2yeah liberty was the “woah woah woah no more OVS, too much for not enough gain, back to Linux Bridge :D"21:12
Ramerethis the chef-repo still a good place to use as an example config?21:12
j^2yep21:12
j^2we’re good about keeping that up-to-date21:12
j^2you can thank @core for that :D21:13
os-chef-botyou can thank @j^2 @markvan @mattray @wenchma @jklare @cmluciano @zhiwei @sc` for that :D21:13
Ramerethwhat specific setting should I look for on using the bridge instead of ovs?21:14
j^2dunno tbh21:14
j^2it’s been a while since i dug into it21:15
Ramerethhttps://github.com/openstack/openstack-chef-repo/blob/stable/liberty/multi-neutron.rb#L2821:15
Ramerethyou're still pointing to ovs :P21:15
sc`multi hasn't received a lot of love in this cycle21:15
j^2*facepalm*21:15
j^2ah21:15
Ramerethshould I look at AIO?21:15
sc`any, really. been laser focused on the refactor21:15
* Ramereth noticed the refactor21:16
sc`i personally have been neck deep in ci21:16
Ramerethhttps://github.com/openstack/openstack-chef-repo/blob/master/roles/os-network.json#L13 <- also listed here21:17
Ramerethperhaps I can assume I can swap out ovs with the linuxbridge recipe?21:18
sc`shouldn't be an issue. no guarantees on things blowing up ;)21:30
Ramerethi just don't see an example in chef-repo that uses it21:30
sc`shit. i think it is ovs all the way down21:32
sc`the cookbook supports linuxbridge, but it's not in the run lists anywhere21:32
sc`yeah. all the way back to grizzly it's just ovs in repo21:34
Ramerethheh, so I'm not going crazy :)21:34
sc`no :)21:34
sc`i didn't even know linuxbridge was where it's at now. missed vancouver and tokyo, and didn't see anything on openstack-dev21:45
sc`we'll have to get ovs out of the way for stable/liberty and (when it's branched) stable/mitaka, in addition to master21:53
*** ovaistariq has joined #openstack-chef22:01
*** ovaistariq has quit IRC22:05
*** angelichorsey has quit IRC22:44
*** cheekyhalf has joined #openstack-chef22:44
*** GonZo2000 has joined #openstack-chef22:44
*** GonZo2000 has quit IRC22:44
*** GonZo2000 has joined #openstack-chef22:44
*** boyvinall has joined #openstack-chef22:45
*** ovaistariq has joined #openstack-chef23:49
*** ovaistariq has quit IRC23:54

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