Saturday, 2014-11-29

*** erictian has joined #openstack-chef00:15
*** erictian has quit IRC00:19
*** otter768 has quit IRC01:34
*** erictian has joined #openstack-chef02:01
*** erictian has quit IRC02:05
j^2Oh this is awesome02:14
*** kobtea has joined #openstack-chef03:26
*** kobtea has quit IRC03:31
*** otter768 has joined #openstack-chef03:34
*** otter768 has quit IRC03:39
*** pradipta_away has quit IRC03:43
*** erictian has joined #openstack-chef03:45
*** pradipta_away has joined #openstack-chef03:48
*** GonZo2K has joined #openstack-chef05:18
*** otter768 has joined #openstack-chef05:35
*** erictian has quit IRC05:38
*** otter768 has quit IRC05:40
*** os-chef-bot has quit IRC06:13
*** os-chef-bot has joined #openstack-chef06:13
*** lan has quit IRC06:37
*** lan has joined #openstack-chef06:39
*** erictian has joined #openstack-chef06:48
*** erictian has quit IRC06:53
*** otter768 has joined #openstack-chef06:54
*** opscode-logger has quit IRC07:00
*** opscode-logger has joined #openstack-chef07:00
*** kobtea has joined #openstack-chef07:03
*** otter768 has quit IRC07:04
*** kobtea has quit IRC07:08
*** GonZo2K has quit IRC07:27
*** otter768 has joined #openstack-chef09:05
*** otter768 has quit IRC09:10
*** swartwulf has quit IRC09:33
*** swartwulf has joined #openstack-chef09:39
*** kobtea has joined #openstack-chef09:53
*** kobtea has quit IRC09:58
*** kobtea has joined #openstack-chef11:03
*** otter768 has joined #openstack-chef11:06
*** otter768 has quit IRC11:11
*** kobtea has quit IRC11:44
*** fayablazer has joined #openstack-chef13:06
*** otter768 has joined #openstack-chef13:07
*** otter768 has quit IRC13:12
*** otter768 has joined #openstack-chef15:08
*** otter768 has quit IRC15:13
*** kobtea has joined #openstack-chef15:15
j^2os-chef-bot: ambush libsysguy: ha I find this really funny :P https://github.com/jaybrueder/cookbook-openstack-network/commit/5c25dd45e73e17e286223a0650d49f495af3364616:45
os-chef-botAmbush prepared16:45
*** GonZo2K has joined #openstack-chef16:53
*** otter768 has joined #openstack-chef17:09
*** erictian has joined #openstack-chef17:10
*** otter768 has quit IRC17:14
*** Ti-mo has quit IRC18:42
*** Ti-mo has joined #openstack-chef18:43
*** openstackgerrit has quit IRC18:48
*** openstackgerrit has joined #openstack-chef18:52
*** otter768 has joined #openstack-chef19:10
*** otter768 has quit IRC19:14
*** erictian has quit IRC19:24
*** Viswanath has joined #openstack-chef19:26
*** Viswanath has quit IRC19:29
*** kobtea has quit IRC19:44
*** kobtea has joined #openstack-chef19:45
*** kobtea has quit IRC19:45
xmltokhehe19:49
j^2:D19:50
xmltoki just get the feeling like i am doing something wrong by sticking with linuxbridge, but its so much less of a hassle than openvswitch.. usually19:50
j^2yeah the more i look into OVS the more i cant tell if i hate it and say why does this thing exist, or say jeebus, why dont we all use this thing?19:56
j^2but then i look at br-tun and br-int and start sobbing19:56
j^2why cant it be one switch!19:56
j^2:-/19:56
xmltoki have 2 interfaces on my compute hosts so i need to bond them and use them for everything, it never seemed to work right with OVS so i went with a normal bond and bridge19:56
xmltokthere are too many ovs commands and random shit you need to learn to do the most basic diagnostics19:57
xmltokand the documentation from what i have seen has been miserable19:57
xmltokin my use case its a bunch of overhead for nothing19:57
j^2http://v1.memecaptain.com/85dd12.jpg19:57
xmltokhehe19:58
j^2yeah i’ve been leveraging amuller’s stuff to get me to a place where i feel like that guy ^^^19:58
xmltokshould these cookbooks upgrade an icehouse to juno installation magically?19:59
j^2honestly dunno19:59
j^2another reason why i’ve been trying to get the testing framework built asap19:59
xmltokso far the network cookbook has been the only one that has given me issues with my wrapper cookbooks, so i am feeling pretty good at this point20:00
j^2nice :)20:00
xmltokthere was that route thing and there is a problem running the db upgrade script, but that appears to be a problem outside of the cookbooks, im not sure whats up with that yet. the routerl3agentbindings table is missing an id column20:00
j^2the db sync doesnt take care of that?20:01
j^2it takes care of everything else :P20:01
xmltoknope, sqlalchemy.exc.OperationalError: (OperationalError) (1832, "Cannot change column 'l3_agent_id': used in a foreign key constraint 'routerl3agentbindings_ibfk_1'") 'ALTER TABLE routerl3agentbindings ADD CONSTRAINT pk_routerl3agentbindings PRIMARY KEY (router_id, l3_agent_id)' ()20:01
xmltokactually that looks like a new problem now20:02
j^2i think i’m concentrating on chef-client 12 more than juno ATM, trusty support is “bigger” in my mind than juno being it’s not RC’d yet20:02
j^2it’s released, but not “stable"20:02
xmltoki used to have a problem on line 65 of 31d7f831a591_add_constraint_for_routerid.py, now its 8520:02
j^2progress is progress!20:02
xmltokoh really20:03
xmltoki thought juno was good to go20:03
j^2nope not yet20:03
xmltoki upgraded my chef server to 12, that was a mistake. not really stoked on losing features, even if the UI was terrible20:03
j^2yeah we arent going to cut stable/juno till RC2 which should be “January"20:04
xmltokah ok you mean teh cookbooks :)20:04
j^2yeah20:04
j^2i’m not touching juno till i cut the cookbooks :P20:04
xmltokthats ok, i think it will be a lot easier for me to upgrade the cookbooks than it will be to upgrade from icehouse to juno20:04
xmltokim getting ready to build a couple new environments20:04
j^2ahh20:05
xmltoki guess not having the id column was the right thing, it looks like https://github.com/openstack/neutron/blob/master/neutron/db/migration/alembic_migrations/versions/31d7f831a591_add_constraint_for_routerid.py removes it20:06
xmltokyup, the migration script fails once on the fk constraint and then on the rerun it fails because id is missing.. blarg20:07
j^2yep https://github.com/openstack/neutron/blob/master/neutron/db/migration/alembic_migrations/versions/31d7f831a591_add_constraint_for_routerid.py#L5720:07
xmltoki dont think it knows what its supposed to do, it was running downgrade on my first run, then upgrade on my second run, neither worked20:08
j^2maybe you need a middlegrade?20:08
* j^2 lets himself out20:08
xmltoki think this most likely is my fix https://github.com/openstack/neutron/commit/b5f1cc48b877caaebc944154d56a8bb4060aa9b0#diff-a1a1df343afa4c2896fb2c393138cbc720:08
j^2i couldn’t handle it...20:17
j^2Change-Id: I595b7feb641aee91d47ba55eedab29e7511bfa3520:17
j^2https://review.openstack.org/#/c/137920/20:17
xmltokgood call20:33
*** erictian has joined #openstack-chef20:35
*** erictian has quit IRC20:39
*** kobtea has joined #openstack-chef20:46
j^2:D20:50
j^2it failed fucknig tests!20:51
j^2how did that happen?20:51
*** kobtea has quit IRC20:51
j^2it’s an RST for the love of god20:51
j^2xmltok: any chance you’re any good with chefspec?20:52
xmltoki have a basic understanding :)20:56
j^2can you take a look at something for me?20:57
j^2https://github.com/jjasghar/rabbitmq/pull/16820:57
j^2i’d like this not to be https://github.com/jjasghar/rabbitmq/pull/168/files#diff-b38757f597e170ce2c611c84c7737807R5 the way it is20:58
j^2i cant figure out how to change it as the object for the life of me20:58
xmltokyoure trying to make it detect the version?21:00
j^2i have it declared via the attriubte but being the way chefspec runs i have to add it in at the compile time.21:00
j^2"maybe define this at the beginning and use it for node.default['rabbitmq']['version'] to avoid replicated definitions of the version (also this should probably be '3.3.5-1' ?)"21:01
j^2one of the “outdated diffs"21:01
xmltokoh21:01
xmltokthat i dont know21:02
j^2i’m just not getting it :’(21:02
*** otter768 has joined #openstack-chef21:11
*** otter768 has quit IRC21:16
xmltokhas this always been like this? my cookbook fails the first run because it tries to restart the agent before the package is installed https://github.com/stackforge/cookbook-openstack-network/blob/master/recipes/metadata_agent.rb#L41-L4721:16
xmltokthe same thing is happening on the lb and dhcp agents too21:17
j^2looking21:18
j^2the history says it’s always been like that :-/21:19
j^2and that is odd that it’s trying to start something that isnt there21:19
*** GonZo2K has quit IRC21:31
*** erictian has joined #openstack-chef22:52
*** otter768 has joined #openstack-chef23:12
*** otter768 has quit IRC23:16
*** kobtea has joined #openstack-chef23:36
*** kobtea has quit IRC23:40
j^2https://bugs.launchpad.net/openstack-chef/+bug/1397610 :(23:49
*** erictian has quit IRC23:52

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