Monday, 2015-04-20

*** yamahata has quit IRC00:06
*** daneyon has joined #tripleo00:08
*** yamahata has joined #tripleo00:18
*** sdake has quit IRC00:29
*** pradeep has joined #tripleo00:30
*** tzumainn has joined #tripleo00:35
*** pradeep has quit IRC00:53
*** pradeep has joined #tripleo01:08
*** julim has quit IRC01:47
*** julim has joined #tripleo01:48
*** julim has quit IRC01:48
*** cody-somerville has joined #tripleo02:07
*** sdake has joined #tripleo02:21
*** pradeep has quit IRC02:32
*** david-lyle has quit IRC02:55
*** tzumainn has quit IRC02:57
*** untriaged-bot has joined #tripleo03:00
untriaged-botNo untriaged bugs so far! \o/03:00
*** untriaged-bot has quit IRC03:00
*** cody-somerville has quit IRC03:09
*** sdake has quit IRC03:23
*** pradeep has joined #tripleo03:56
*** ishant has joined #tripleo04:04
*** subscope has joined #tripleo04:25
*** subscope has quit IRC04:47
*** ishant has quit IRC05:13
*** ishant has joined #tripleo05:38
*** yamahata has quit IRC05:58
*** yamahata has joined #tripleo05:59
*** bvandenh has joined #tripleo06:06
*** ukalifon has joined #tripleo06:06
*** yamahata has quit IRC06:15
*** bvandenh has quit IRC06:20
*** lazy_prince has joined #tripleo06:25
*** bvandenh has joined #tripleo06:26
*** jprovazn has joined #tripleo06:26
*** masco has joined #tripleo06:32
*** bvandenh has quit IRC06:37
*** mmagr has joined #tripleo06:41
*** aufi has joined #tripleo06:46
*** mmagr has quit IRC06:49
*** mmagr has joined #tripleo07:02
*** subscope has joined #tripleo07:10
*** mmagr is now known as mmagr|afk07:27
*** chlong has quit IRC07:29
*** mmagr|afk is now known as mmagr07:35
*** hewbrocca has joined #tripleo07:38
*** regebro_ has joined #tripleo07:40
*** regebro_ has quit IRC07:43
*** regebro_ has joined #tripleo07:43
*** regebro is now known as Guest2896107:44
*** regebro_ is now known as regebro07:44
*** jistr has joined #tripleo07:47
*** mcornea has joined #tripleo07:47
*** mcornea has quit IRC07:47
*** mcornea has joined #tripleo07:47
*** weshay has joined #tripleo07:52
*** mmagr is now known as mmagr|afk07:57
*** dasm has quit IRC08:05
*** dtantsur has joined #tripleo08:06
spredzyjistr, hey. good news (if we can call it this way), I could reproduce the issue you were having when testing the galera patch08:12
jistrhehe :)08:13
spredzyfor some reason it works fine with f20/juno, but fail - due to race condition - with f21/kilo08:13
spredzyI think the neutron server on a host different that bootstrap_nodeid tries to start before the data in the cluster finishes to replicate, so when it starts the tables are not present - yet08:14
*** dtantsur has quit IRC08:14
spredzyif you restart the service it works just fine08:14
*** dtantsur has joined #tripleo08:14
*** Goneri has joined #tripleo08:17
*** derekh has joined #tripleo08:19
*** shardy has joined #tripleo08:20
*** lucasagomes has joined #tripleo08:21
*** gfidente has joined #tripleo08:30
*** dmellado has joined #tripleo08:30
spredzyjistr, gfidente are you aware of a way to not un a given step in // but in sequential order ?08:32
gfidentespredzy, morning :)08:33
gfidentespredzy, a given step in the pp?08:33
spredzygfidente, heya o/08:33
spredzygfidente, yes08:33
gfidenteonly the depends_on allow for that I think08:33
gfidentebut it really only changes which metadata is propagated08:33
spredzygfidente, I'd like during step 3, node 0 to be provisioned first then node 1 and 208:33
gfidentespredzy, ah I see, there is no way of getting resources of the same resource group depending on each other I think08:34
gfidenteshardy, might know more ^^ ?08:34
spredzygfidente, ack, something I was scared of. The only way I though of was to mimic what jistr did in this review for RabbitMQ https://review.openstack.org/#/c/173222/08:35
gfidenteyeah basing on different steps08:36
shardyspredzy: gfidente is correct, there are no dependencies between ResourceGroup members08:36
spredzybut then the manifest becomes quite 'over-complicated' imo08:36
spredzyshardy, ok. Thank you.08:36
shardyspredzy: can you re-state what you're trying to do, I may be able to offer an alternative implementation08:37
shardymorning all btw ;)08:38
spredzyshardy, morning ;)08:38
spredzySo currently, nodes are provisioned in //08:38
spredzyin the HA setup, one node will be the master and will have to do the db sync. It does it a 8.30, the other node, since they're not responsible for any db-sync simply start the services and do it a 8.26, leading to service crashing with tables not found08:40
spredzyso, my question would be, how to best deal with that. Since puppet can't really know about other machine state, a mechanism is needed to wait/make sure, the db sync has been run, before the service on the other node start to connect08:41
gfidentespredzy, actually pacemaker should help us with this08:41
spredzy(8.30 and 8.26 are hours I have on my logs - just to hightligh the race condition)08:42
shardyspredzy: I would probably apply a SoftwareConfig just to Node 0 in the group, then apply the config to configure the cluster08:42
shardyspredzy: the group outputs a list of nodes, which we already use to do the cluster config08:42
shardylet me do a quick example08:42
* shardy fires up his devtest environment08:42
spredzyshardy, ack. Thanks08:42
gfidenteshardy, you mean it works after a reboot?08:43
gfidentethat would be in itself an achievement08:43
spredzygfidente, I thought about that, but if we want to offer both w/ pacemaker and w/o pacemaker setup, I wanted to find a way to do it without relying on it08:43
shardygfidente: I'm not sure how reboot is related?08:43
gfidentespredzy, indeed we need it for keepalived type08:43
shardyI'm talking about multiple SoftwareDeployment passes on initial deployment08:44
shardyhttps://github.com/hardys/tripleo-heat-templates/blob/master/overcloud-without-mergepy.yaml#L82008:44
gfidenteshardy, I was making a joke about 'firing up the devtest environment08:44
shardyfor example, you could have a ControllerAllNodesDeployment, and a ControllerFirstNodeDeployment08:45
shardygfidente: ah, haha :)08:45
gfidenteshardy, sorry about that, it's not that much fun, I understand08:45
spredzyso you first run the first node for step 3 and a a depend_on to run all nodes? shardy  ?08:45
spredzys/a a/add a08:45
shardyspredzy: basically yeah, I think that should work08:46
*** morazi has joined #tripleo08:46
shardyspredzy: an alternative would be to do the db_sync conditionally based on the NodeIndex in the ControllerConfig, then configure the cluster in the AllNodesConfig:08:48
shardyhttps://github.com/hardys/tripleo-heat-templates/blob/master/controller.yaml#L42808:48
shardyhttps://review.openstack.org/#/c/173624/08:48
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Switch Fedora job to F21  https://review.openstack.org/17236908:49
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Remove use of the qemu-pinned element  https://review.openstack.org/17530808:49
spredzyshardy, the db_sync is already conditionned to NodeIndex 008:49
gfidentespredzy, I think you'd have to use different steps08:50
spredzyits really the provisionning of Controller 1 and 2 that needs to be done once provisioning Controller 0 is done08:50
shardyspredzy: but where is it applied?08:50
spredzyshardy, the db_sync ?08:50
*** chlong has joined #tripleo08:50
shardyyup08:50
spredzyonly on node 0, in the overcloud_controller.pp08:51
spredzyhttps://review.openstack.org/#/c/164983/17/puppet/manifests/overcloud_controller.pp,cm08:51
shardyspredzy: So I'm saying one way would be to ensure the db_sync happens via controller-puppet.yaml, then do the config for the other nodes via controller-post-puppet.yaml08:52
shardybecause those steps are already serialized08:52
*** kbyrne has joined #tripleo08:54
spredzyshardy, ok. And since it is only for step3, would it be possible to add in controller-puppet.yaml a StructuredDEployments that depend on a StructuredDeployment from controller-post-puppet (ie. step2)?08:55
gfidentespredzy, we can add as meny deployments we need and turn those into steps08:57
shardyspredzy: no, we'd need to separate the steps somehow, because the controller-post-puppet implicitly depends on controller-puppet.yaml, so what you describe is a circular dependency08:57
shardyif we can just add another StructuredDeployment to controller-puppet.yaml which triggers the db_sync, that should work08:58
gfidenteshardy, yeah this is what I had in mind, we need to split in steps at some point08:58
shardyThe problem we have now, is only the heira data is applied in controller-puppet, then all of the puppet application happens in controller-post08:59
spredzyshardy, gfidente here to me the issue isn't really step, but concurrency. On 'master' node a resoruce needs to be run at step S when on other nodes it needs to be run at step S+108:59
shardyprobably need to chat with dprince later to confirm, but it seems like some subset of puppet config may need to move to controller-puppet.yaml to solve this09:00
gfidentespredzy, so the steps are what 'produces' serializatio09:00
*** untriaged-bot has joined #tripleo09:00
untriaged-botNo untriaged bugs so far! \o/09:00
*** untriaged-bot has quit IRC09:00
spredzyshardy, if we can't implement the depend_on, how can we ensure the step 2 has been run (in controller-post-puppet) before running the step in controll-puppet ?09:00
shardyspredzy: we can't09:00
spredzythat is a straight answer :)09:01
shardyif you need to partially run controller-post-puppet, then do something, then run the rest of controller-post-puppet, we have to split up controller-post-puppet09:01
spredzyshardy, ok09:02
shardyspredzy: Or, move everything up to Step 2 into controller-puppet and just do the cluster config in controller-post-puppet09:02
shardyLet me grab some coffee and think about it for a while ;)09:03
spredzyshardy, hehe ok.09:03
gfidenteshardy, spredzy I was thinking to change >= into = in the .pp09:03
openstackgerritMarios Andreou proposed openstack/tuskar: Wires up constraints and type into returned plan parameters  https://review.openstack.org/17171309:06
*** mcornea has quit IRC09:07
*** mcornea has joined #tripleo09:07
gfidenteshardy, spredzy but it still looks to me that steps are the way to go, like we do for the balancer09:07
gfidenteI think they go well with breakpoints as well09:08
*** pblaho has joined #tripleo09:11
shardygfidente: yeah, preferring "depends_on" over "name" is the key to making things work with breakpoints09:13
shardyref my comments in https://review.openstack.org/#/c/174150/09:13
shardyI'm working on an update to that now09:14
*** chlong has quit IRC09:20
*** pelix has joined #tripleo09:23
*** pcaruana has quit IRC09:27
*** ishant has quit IRC09:28
*** pcaruana has joined #tripleo09:30
*** chlong has joined #tripleo09:32
*** dtantsur has quit IRC09:37
*** ifarkas has joined #tripleo09:53
openstackgerritYanis Guenane proposed openstack/tripleo-heat-templates: galera: Allow installer to setup galera cluster  https://review.openstack.org/16498310:01
openstackgerritYanis Guenane proposed openstack/tripleo-heat-templates: galera: Allow installer to setup galera cluster  https://review.openstack.org/16498310:02
spredzyshardy, gfidente, jistr I fixed it adding a step and provisioning node0 first and then node1 and node2 ^^10:03
*** mmagr|afk is now known as mmagr10:03
shardyspredzy: nice, will check it out :)10:04
openstackgerritYanis Guenane proposed openstack/tripleo-heat-templates: galera: Allow installer to setup galera cluster  https://review.openstack.org/16498310:04
openstackgerritYanis Guenane proposed openstack/tripleo-heat-templates: Initialize RabbitMQ on bootstrap node first  https://review.openstack.org/17322210:04
spredzyjust rebasing to include jistr rabbitmq patch as a dependency this way testing it should be fairly simple10:05
jistrspredzy: ack thanks10:05
*** jcoufal has joined #tripleo10:07
*** akrivoka has joined #tripleo10:12
openstackgerritSteven Hardy proposed openstack/tripleo-heat-templates: Add support for generic controller validations  https://review.openstack.org/17415010:13
openstackgerritSteven Hardy proposed openstack/tripleo-heat-templates: Add support for generic controller validations  https://review.openstack.org/17415010:14
*** ifarkas has quit IRC10:20
*** ifarkas has joined #tripleo10:21
shardygit s/window 2410:32
shardyoops10:32
*** funzo has joined #tripleo10:42
*** jcoufal_ has joined #tripleo10:50
openstackgerritSteven Hardy proposed openstack/tripleo-heat-templates: Add support for generic controller validations  https://review.openstack.org/17415010:50
*** yuanying has quit IRC10:52
*** jcoufal has quit IRC10:53
openstackgerritYanis Guenane proposed openstack/tripleo-heat-templates: galera: Allow installer to setup galera cluster  https://review.openstack.org/16498311:14
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates: Switch VIP management from Keepalived to Pacemaker  https://review.openstack.org/17377311:20
*** rhallisey has joined #tripleo11:24
*** morazi has quit IRC11:24
*** jcoufal_ has quit IRC11:28
*** jcoufal has joined #tripleo11:29
*** morazi has joined #tripleo11:29
*** thrash|g0ne is now known as thrash11:37
openstackgerritMerged openstack/tuskar: Wires up constraints and type into returned plan parameters  https://review.openstack.org/17171311:43
*** mmagr is now known as mmagr|afk11:50
*** mmagr|afk is now known as mmagr11:50
*** jdob has joined #tripleo11:52
*** jistr has quit IRC11:57
*** jtomasek is now known as jtomasek|brb11:58
*** chlong has quit IRC11:58
*** lucasagomes is now known as lucas-hungry12:01
*** jistr has joined #tripleo12:03
*** trown|outttypeww is now known as trown12:13
*** tzumainn has joined #tripleo12:13
*** lazy_prince has quit IRC12:14
*** jayg|g0n3 is now known as jayg12:19
*** jtomasek|brb is now known as jtomasek12:22
*** pradeep has quit IRC12:22
*** lblanchard has joined #tripleo12:24
*** lblanchard has quit IRC12:30
*** dprince has joined #tripleo12:31
*** rlandy has joined #tripleo12:39
*** prad has quit IRC12:40
*** prad has joined #tripleo12:40
*** mmagr has quit IRC12:50
*** lucas-hungry is now known as lucasagomes12:55
*** sdake has joined #tripleo12:56
*** mmagr has joined #tripleo13:00
*** mmagr has quit IRC13:01
*** mmagr has joined #tripleo13:01
*** lifeless has quit IRC13:05
*** regebro has quit IRC13:12
*** regebro has joined #tripleo13:31
*** radez_g0n3 is now known as radez13:34
*** jistr_ has joined #tripleo13:35
*** jistr has quit IRC13:38
*** lblanchard has joined #tripleo13:41
*** julim has joined #tripleo13:41
*** jistr_ has quit IRC13:44
*** jistr has joined #tripleo13:44
*** pradeep1 has joined #tripleo13:44
jistrgfidente: minor issue with the pacemaker patch (i commented on the review), trying to deploy with the fix i suggested there, will let you know how it goes13:45
jistrgfidente: yup that did it... the cluster now does get set up and it seems all is well, here's my pcs status http://fpaste.org/213346/29538006/13:54
*** sdake has quit IRC13:59
*** sdake has joined #tripleo14:05
*** Slower has quit IRC14:18
*** sdake has quit IRC14:21
*** sdake has joined #tripleo14:23
*** daneyon_ has joined #tripleo14:24
*** Party_Bear is now known as BadCub14:24
*** sdake_ has joined #tripleo14:24
*** daneyon has quit IRC14:26
*** sdake has quit IRC14:28
*** lifeless has joined #tripleo14:32
*** rhallisey has quit IRC14:32
*** bvandenh has joined #tripleo14:33
*** rhallisey has joined #tripleo14:35
*** masco has quit IRC14:35
*** Slower has joined #tripleo14:37
*** sdake has joined #tripleo14:44
jistrgfidente: u around?14:47
hewbroccajistr: \o/14:47
hewbroccathat is excellent news14:47
*** sdake_ has quit IRC14:47
jistryeah :) i'm concerned about the warning there in pcs status though, trying to fix that now14:48
*** jprovazn has quit IRC14:57
*** bvandenh has quit IRC14:57
*** untriaged-bot has joined #tripleo15:00
untriaged-botNo untriaged bugs so far! \o/15:00
*** untriaged-bot has quit IRC15:00
*** jprovazn has joined #tripleo15:01
*** rwsu has joined #tripleo15:02
*** mmagr is now known as mmagr|afk15:06
*** asparks has joined #tripleo15:08
asparks1 is shut down15:08
*** asparks has quit IRC15:09
*** beekneemech is now known as bnemec15:10
*** jistr has quit IRC15:14
*** MasterPiece has joined #tripleo15:15
*** lucasagomes_ has joined #tripleo15:17
*** lucasagomes has quit IRC15:18
*** lucasagomes_ is now known as lucasagomes15:19
*** dsneddon has joined #tripleo15:20
*** weshay has quit IRC15:23
*** weshay has joined #tripleo15:24
*** jistr has joined #tripleo15:28
*** mmagr|afk is now known as mmagr15:30
*** pdb has quit IRC15:34
*** pdb has joined #tripleo15:35
*** rbrady has quit IRC15:37
*** jprovazn has quit IRC15:37
*** bvandenh has joined #tripleo15:42
openstackgerritMerged stackforge/puppet-tripleo: Do not make RabbitMQ listen on public vip  https://review.openstack.org/17457215:43
openstackgerritMerged stackforge/puppet-tripleo: Add $::galera_bootstrapped fact  https://review.openstack.org/17210715:50
openstackgerritMerged stackforge/puppet-tripleo: Enable access to HAProxy stats page  https://review.openstack.org/17195715:52
*** jistr_ has joined #tripleo15:53
*** alop has joined #tripleo15:54
*** lucasagomes is now known as lucas-afk15:55
*** Marga_ has joined #tripleo15:55
*** alop has quit IRC15:56
*** Goneri has quit IRC15:56
*** alop has joined #tripleo15:56
*** jistr has quit IRC15:56
*** ukalifon has quit IRC15:57
*** sdake_ has joined #tripleo15:57
*** sdake has quit IRC16:00
*** hewbrocca has quit IRC16:00
*** daneyon has joined #tripleo16:02
*** sdake has joined #tripleo16:02
*** funzo has quit IRC16:02
shardydprince: Hey, just wondering, are you using the deployment-show heat command to debug failing SoftwareDeployments?16:02
dprinceshardy: I haven't been16:03
shardyI'm about to post a blog post with some details on my t-h-t debug workflow16:03
dprinceshardy: should I be? and if so perhaps it would be useful to have that output in our CI job too (on failure)?16:03
shardyI was SSHing to the nodes, then I (quite recently) discovered deployment-show, which stevebaker added fairly recently16:03
*** morazi has quit IRC16:04
shardydprince: it does what we discussed a while back, it shows you the full stderr on failure, without needing to log in via SSH16:04
dprinceshardy: ah, cool. That would be very useful if it helps avoid the ssh'ing to various nodes16:04
shardydprince: sec, let me post this to show how..16:04
*** daneyon_ has quit IRC16:04
dprinceshardy: does heatclient 0.3 support it?16:04
slagleshardy: i had seen that...but thought it was tricky to get the uuid of the deployment16:05
*** sdake_ has quit IRC16:05
slaglea stack-deployment-show type command might be useful16:05
*** weshay has quit IRC16:05
*** jistr_ is now known as jistr16:05
*** Marga_ has quit IRC16:05
shardyslagle: the trick to that is use heat resource-list --nested-depth 5 | grep FAILED16:06
*** Marga_ has joined #tripleo16:06
shardythen look for the failed SoftwareDeployment16:06
slagleah, yea, didnt know about --nested-depth16:06
shardythat gives you the uuid for deployment show16:06
shardyyeah, I added it a while back, but I use it *all* the time on TripleO16:06
shardyhence, brain-dumping into a block today ;)16:07
slaglei had been copy/pasteing from the links and walking the trail manually16:07
shardys/block/blog16:07
slaglethat will be quite helpful16:07
dprinceshardy: honestly having heatclient auto-magically just run a deployment show on anything that has errored would be the least hassle16:08
*** spredzy is now known as spredzy|afk16:08
dprinceshardy: stringing together a couple commands is fine too. I'll just create an alias for it maybe16:08
*** jcoufal has quit IRC16:11
*** eghobo has joined #tripleo16:16
shardyhttp://hardysteven.blogspot.co.uk/2015/04/debugging-tripleo-heat-templates.html16:17
shardydprince, slagle: we could definitely look at a deployment-show option which filters on failed, but for now it should be possible to do the same with the resource-list and deployment-show as described in there16:18
*** Marga_ has quit IRC16:22
slagleshardy: nice!16:23
*** sdake has quit IRC16:23
*** Marga_ has joined #tripleo16:24
*** jistr has quit IRC16:24
*** sdake has joined #tripleo16:25
greghaynesI just noticed something: http://docs.openstack.org/image-guide/content/ch_creating_images_manually.html16:31
greghayneswhy isnt dib on there16:31
greghayneshehe16:31
*** aufi has quit IRC16:31
greghaynesor even on http://docs.openstack.org/image-guide/content/ch_creating_images_automatically.html16:31
alopwe rock16:34
bkerotime for docs patches?16:34
greghaynesyes16:34
alopYeah, honestly DIB should be at the top of the list, as it's part of openstack16:35
alopany takers?16:36
greghaynesIll do it if I dont see a patch up when I get around to it, prolly a couple days16:36
greghaynesbut dont let me stop anyone else16:36
alopI'm idle today, but the rest of the week I'm stuck in meetings, I'll let you know if I get a patch in today16:37
*** trown is now known as trown|lunch16:39
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates: Perform basic setup of Pacemaker cluster using puppet-pacemaker  https://review.openstack.org/17499416:39
dprincealop: I'm not sure just being part of OpenStack means something should be at the top of the list. but it should be in the list... sure16:40
alopok, how about "Top of the list because it's alphabetically higher than Oz and VMB"?16:41
alopand boxgrinder is dead16:41
greghaynesYea, we should be able to easily make a case for it being well suited to the job though - we and other teams CI on it actually being able to make images that work in various openstack clouds16:41
greghaynesheh16:41
greghaynesI imagine the docs folks might have input on that too, they are generally receptive to anyone willing to help out :)16:42
* bkero can make a patch too, if alop doesn't get to it.16:44
alopcool, I'm currently working on the ch_creating_images_automatically page, which is16:44
alophttp://docs.openstack.org/image-guide/content/ch_creating_images_automatically.html16:44
bkeroAh, right on16:45
* bkero sees the maven requirement on https://wiki.openstack.org/wiki/Documentation/HowTo16:45
alopWhat else am was I going to do? The only thing I was going to work on was my presentation for vancouver on creating custom elements for DIB16:45
alopif you guys want to heckle me16:46
slaglealop: when is the presentation?16:46
alopWednesday at 4:3016:46
alopworst time slot16:46
SpamapSalop: bring candy16:47
alopoh, nm, it's actually worse, it's Wednesday at 5:20pm16:47
SpamapSalop: oh, nm, bring booze16:47
alopya16:47
alophttp://sched.co/2qed16:48
*** bvandenh has quit IRC16:48
slagleadded to my schedule :)16:49
alopoh good, that makes 1016:50
slaglefeel free to pimp your talk on the tripleo etherpad :)16:50
alopsure16:50
*** ifarkas has quit IRC16:51
*** derekh has quit IRC16:52
greghaynesalop: oh hey16:52
greghaynesalop: im making a DIB presentation this very second16:52
greghaynesalop: youre giving a talk at the summit on it?16:53
alopgreghaynes: ya16:53
greghaynesalop: awesome!16:53
alopyeah, DIB howto, plus creation your own element16:53
*** dtantsur has joined #tripleo16:54
greghayneshrm. im doing an 'intro to dib' for folks who may want to use it for non openstackey images16:54
alophrm, time for a box element?16:55
greghaynesalop: if possible, might be nice to add presentations to the dib repo or somewhere we can link to them in our docs16:55
greghaynesalop: box element?16:55
alopyeah, for vagrant16:55
greghaynesoh, the idea being to output something vagrant can boot?16:56
greghaynes(I am a vagrant noob)16:56
alopyeah, same build formula, different target, might be pointless, but might be cool, have to think about it16:56
openstackgerritgreghaynes proposed openstack/diskimage-builder: Support building ACIs  https://review.openstack.org/15548416:56
alopyou said "non openstacky things" got my head thinking16:56
greghaynestheres a patch stack on ^16:57
*** sdake_ has joined #tripleo16:57
greghayneswhere im hoping to add more output formats like that since well have testing of them16:57
clarkbwe should just make everything boot qcow216:57
greghayneshah16:57
alopright, it should be fairly easy to include things like raw, etc...16:58
greghayneswe already support raw :)16:58
greghaynesits not well documented though16:58
alopis that documen... ahh16:58
greghaynesyou just have to -t raw though, and it works16:58
alopcool16:58
alopsaves me a step16:58
*** sdake has quit IRC17:00
alopoh, has anyone tried the windows element? https://github.com/stackforge/windows-diskimage-builder17:00
greghaynesI think thats essentially a rewrite using powershell, not an element17:01
greghaynesIIRC17:01
alopah17:01
alopand no updates in 8months17:01
*** sdake has joined #tripleo17:06
openstackgerritThomas Bechtold proposed openstack/diskimage-builder: Create /etc/cloud/cloud.cfg.d/ before using it  https://review.openstack.org/17549217:06
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates: Configures haproxy as a Pacemaker resource  https://review.openstack.org/17446517:06
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates: Switch VIP management from Keepalived to Pacemaker  https://review.openstack.org/17377317:06
*** cody-somerville has joined #tripleo17:07
*** sdake_ has quit IRC17:09
clarkbgreghaynes: yes17:09
*** daneyon_ has joined #tripleo17:11
*** daneyon has quit IRC17:12
*** Guest36304 is now known as mgagne17:16
*** mgagne has joined #tripleo17:16
*** regebro has quit IRC17:19
*** eghobo_ has joined #tripleo17:27
openstackgerritMartin Mágr proposed openstack/tripleo-heat-templates: Keystone domain for Heat  https://review.openstack.org/16027917:28
*** eghobo has quit IRC17:29
*** cody-somerville has quit IRC17:34
*** ukalifon1 has joined #tripleo17:38
*** mcornea has quit IRC17:39
*** ukalifon1 has quit IRC17:48
alopFirst pass at DIB section in the manual17:49
alophttps://review.openstack.org/#/c/175511/17:49
*** jprovazn has joined #tripleo17:53
*** rbrady has joined #tripleo17:55
*** pelix has quit IRC17:58
*** jtomasek has quit IRC18:00
*** dtantsur has quit IRC18:02
*** trown|lunch is now known as trown18:08
*** sdake_ has joined #tripleo18:14
*** spredzy|afk is now known as spredzy18:15
*** eghobo_ has quit IRC18:17
*** sdake has quit IRC18:18
openstackgerritDan Prince proposed openstack/tripleo-incubator: load-images: load images via YAML config file  https://review.openstack.org/17502818:20
openstackgerritDan Prince proposed openstack/tripleo-incubator: Wire in load-images  https://review.openstack.org/17552218:20
*** eghobo has joined #tripleo18:27
*** sdake has joined #tripleo18:30
*** sdake_ has quit IRC18:34
*** mmagr is now known as mmagr|afk18:37
*** ukalifon has joined #tripleo18:58
*** ukalifon has quit IRC19:00
*** ukalifon has joined #tripleo19:03
*** akrivoka has quit IRC19:05
*** mmagr|afk is now known as mmagr19:08
openstackgerritMerged openstack/diskimage-builder: Open MKFS_OPTS for extension in disk-image-create  https://review.openstack.org/16514919:08
*** ukalifon has quit IRC19:09
*** ukalifon has joined #tripleo19:20
*** ukalifon has quit IRC19:20
*** ukalifon has joined #tripleo19:22
*** ukalifon has quit IRC19:41
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates: Perform basic setup of Pacemaker cluster using puppet-pacemaker  https://review.openstack.org/17499419:43
openstackgerritMartin Mágr proposed openstack/tripleo-heat-templates: Keystone domain for Heat  https://review.openstack.org/16027919:48
*** dprince has quit IRC19:50
*** julim has quit IRC19:58
*** jprovazn has quit IRC20:13
*** Goneri has joined #tripleo20:20
*** shardy is now known as shardy_z20:26
*** mmagr has quit IRC20:30
*** jayg is now known as jayg|g0n320:30
*** sdake_ has joined #tripleo20:40
*** sdake has quit IRC20:44
*** gfidente has quit IRC20:51
*** sdake has joined #tripleo20:52
*** eghobo_ has joined #tripleo20:55
*** sdake_ has quit IRC20:56
*** eghobo has quit IRC20:58
*** untriaged-bot has joined #tripleo21:00
untriaged-botNo untriaged bugs so far! \o/21:00
*** untriaged-bot has quit IRC21:00
*** rhallisey has quit IRC21:00
*** trown is now known as trown|outttypeww21:04
*** eghobo_ has quit IRC21:07
*** eghobo has joined #tripleo21:08
*** lblanchard has quit IRC21:16
*** radez is now known as radez_g0n321:19
*** bvandenh has joined #tripleo21:19
*** Goneri has quit IRC21:40
*** bvandenh has quit IRC21:54
*** yamahata has joined #tripleo21:54
*** lucas-afk has quit IRC22:17
stevebakerbnemec: seen my openstack-dev quintupleo post?22:20
openstackgerritMerged openstack/diskimage-builder: Switch default Fedora image to F21  https://review.openstack.org/17247322:35
*** wuhg has joined #tripleo22:47
*** eghobo has quit IRC22:53
*** eghobo has joined #tripleo23:01
*** MasterPiece has quit IRC23:04
*** yuanying has joined #tripleo23:06
*** alop has quit IRC23:19
greghaynesaye, not sure how were supposed to keep up with patches like that other than use gertty23:21
greghayneswhen they already have a +2 you cant tell that anything changed in the status column23:21
SpamapSgreghaynes: https://review.openstack.org/#/c/169167/ <-- merge conflicts. :(23:22
SpamapSgreghaynes: https://review.openstack.org/#/c/169166/8 too23:22
greghaynes\O/23:22
SpamapSgreghaynes: those are very clear rebase -> +A cases IMO23:25
greghaynesyea, was about to just ask for that :)23:25
*** rlandy has quit IRC23:25
SpamapSunless your merging gets hairy which it shouldn't23:25
greghaynesits not23:25
openstackgerritgreghaynes proposed openstack/diskimage-builder: Fix image size to fit filesystem journal  https://review.openstack.org/16916623:26
openstackgerritgreghaynes proposed openstack/diskimage-builder: Add functional smoke test for disk-image-create  https://review.openstack.org/16916723:27
*** panda has quit IRC23:33
*** panda has joined #tripleo23:34
*** chlong has joined #tripleo23:34
*** david-ly_ has joined #tripleo23:44
*** david-ly_ is now known as david-lyle23:46
*** saurabhs has joined #tripleo23:54
*** saurabhs has left #tripleo23:54
*** openstackgerrit has quit IRC23:58
*** openstackgerrit has joined #tripleo23:58

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