*** yamahata has quit IRC | 00:06 | |
*** daneyon has joined #tripleo | 00:08 | |
*** yamahata has joined #tripleo | 00:18 | |
*** sdake has quit IRC | 00:29 | |
*** pradeep has joined #tripleo | 00:30 | |
*** tzumainn has joined #tripleo | 00:35 | |
*** pradeep has quit IRC | 00:53 | |
*** pradeep has joined #tripleo | 01:08 | |
*** julim has quit IRC | 01:47 | |
*** julim has joined #tripleo | 01:48 | |
*** julim has quit IRC | 01:48 | |
*** cody-somerville has joined #tripleo | 02:07 | |
*** sdake has joined #tripleo | 02:21 | |
*** pradeep has quit IRC | 02:32 | |
*** david-lyle has quit IRC | 02:55 | |
*** tzumainn has quit IRC | 02:57 | |
*** untriaged-bot has joined #tripleo | 03:00 | |
untriaged-bot | No untriaged bugs so far! \o/ | 03:00 |
---|---|---|
*** untriaged-bot has quit IRC | 03:00 | |
*** cody-somerville has quit IRC | 03:09 | |
*** sdake has quit IRC | 03:23 | |
*** pradeep has joined #tripleo | 03:56 | |
*** ishant has joined #tripleo | 04:04 | |
*** subscope has joined #tripleo | 04:25 | |
*** subscope has quit IRC | 04:47 | |
*** ishant has quit IRC | 05:13 | |
*** ishant has joined #tripleo | 05:38 | |
*** yamahata has quit IRC | 05:58 | |
*** yamahata has joined #tripleo | 05:59 | |
*** bvandenh has joined #tripleo | 06:06 | |
*** ukalifon has joined #tripleo | 06:06 | |
*** yamahata has quit IRC | 06:15 | |
*** bvandenh has quit IRC | 06:20 | |
*** lazy_prince has joined #tripleo | 06:25 | |
*** bvandenh has joined #tripleo | 06:26 | |
*** jprovazn has joined #tripleo | 06:26 | |
*** masco has joined #tripleo | 06:32 | |
*** bvandenh has quit IRC | 06:37 | |
*** mmagr has joined #tripleo | 06:41 | |
*** aufi has joined #tripleo | 06:46 | |
*** mmagr has quit IRC | 06:49 | |
*** mmagr has joined #tripleo | 07:02 | |
*** subscope has joined #tripleo | 07:10 | |
*** mmagr is now known as mmagr|afk | 07:27 | |
*** chlong has quit IRC | 07:29 | |
*** mmagr|afk is now known as mmagr | 07:35 | |
*** hewbrocca has joined #tripleo | 07:38 | |
*** regebro_ has joined #tripleo | 07:40 | |
*** regebro_ has quit IRC | 07:43 | |
*** regebro_ has joined #tripleo | 07:43 | |
*** regebro is now known as Guest28961 | 07:44 | |
*** regebro_ is now known as regebro | 07:44 | |
*** jistr has joined #tripleo | 07:47 | |
*** mcornea has joined #tripleo | 07:47 | |
*** mcornea has quit IRC | 07:47 | |
*** mcornea has joined #tripleo | 07:47 | |
*** weshay has joined #tripleo | 07:52 | |
*** mmagr is now known as mmagr|afk | 07:57 | |
*** dasm has quit IRC | 08:05 | |
*** dtantsur has joined #tripleo | 08:06 | |
spredzy | jistr, hey. good news (if we can call it this way), I could reproduce the issue you were having when testing the galera patch | 08:12 |
jistr | hehe :) | 08:13 |
spredzy | for some reason it works fine with f20/juno, but fail - due to race condition - with f21/kilo | 08:13 |
spredzy | I 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 - yet | 08:14 |
*** dtantsur has quit IRC | 08:14 | |
spredzy | if you restart the service it works just fine | 08:14 |
*** dtantsur has joined #tripleo | 08:14 | |
*** Goneri has joined #tripleo | 08:17 | |
*** derekh has joined #tripleo | 08:19 | |
*** shardy has joined #tripleo | 08:20 | |
*** lucasagomes has joined #tripleo | 08:21 | |
*** gfidente has joined #tripleo | 08:30 | |
*** dmellado has joined #tripleo | 08:30 | |
spredzy | jistr, gfidente are you aware of a way to not un a given step in // but in sequential order ? | 08:32 |
gfidente | spredzy, morning :) | 08:33 |
gfidente | spredzy, a given step in the pp? | 08:33 |
spredzy | gfidente, heya o/ | 08:33 |
spredzy | gfidente, yes | 08:33 |
gfidente | only the depends_on allow for that I think | 08:33 |
gfidente | but it really only changes which metadata is propagated | 08:33 |
spredzy | gfidente, I'd like during step 3, node 0 to be provisioned first then node 1 and 2 | 08:33 |
gfidente | spredzy, ah I see, there is no way of getting resources of the same resource group depending on each other I think | 08:34 |
gfidente | shardy, might know more ^^ ? | 08:34 |
spredzy | gfidente, 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 |
gfidente | yeah basing on different steps | 08:36 |
shardy | spredzy: gfidente is correct, there are no dependencies between ResourceGroup members | 08:36 |
spredzy | but then the manifest becomes quite 'over-complicated' imo | 08:36 |
spredzy | shardy, ok. Thank you. | 08:36 |
shardy | spredzy: can you re-state what you're trying to do, I may be able to offer an alternative implementation | 08:37 |
shardy | morning all btw ;) | 08:38 |
spredzy | shardy, morning ;) | 08:38 |
spredzy | So currently, nodes are provisioned in // | 08:38 |
spredzy | in 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 found | 08:40 |
spredzy | so, 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 connect | 08:41 |
gfidente | spredzy, actually pacemaker should help us with this | 08:41 |
spredzy | (8.30 and 8.26 are hours I have on my logs - just to hightligh the race condition) | 08:42 |
shardy | spredzy: I would probably apply a SoftwareConfig just to Node 0 in the group, then apply the config to configure the cluster | 08:42 |
shardy | spredzy: the group outputs a list of nodes, which we already use to do the cluster config | 08:42 |
shardy | let me do a quick example | 08:42 |
* shardy fires up his devtest environment | 08:42 | |
spredzy | shardy, ack. Thanks | 08:42 |
gfidente | shardy, you mean it works after a reboot? | 08:43 |
gfidente | that would be in itself an achievement | 08:43 |
spredzy | gfidente, 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 it | 08:43 |
shardy | gfidente: I'm not sure how reboot is related? | 08:43 |
gfidente | spredzy, indeed we need it for keepalived type | 08:43 |
shardy | I'm talking about multiple SoftwareDeployment passes on initial deployment | 08:44 |
shardy | https://github.com/hardys/tripleo-heat-templates/blob/master/overcloud-without-mergepy.yaml#L820 | 08:44 |
gfidente | shardy, I was making a joke about 'firing up the devtest environment | 08:44 |
shardy | for example, you could have a ControllerAllNodesDeployment, and a ControllerFirstNodeDeployment | 08:45 |
shardy | gfidente: ah, haha :) | 08:45 |
gfidente | shardy, sorry about that, it's not that much fun, I understand | 08:45 |
spredzy | so you first run the first node for step 3 and a a depend_on to run all nodes? shardy ? | 08:45 |
spredzy | s/a a/add a | 08:45 |
shardy | spredzy: basically yeah, I think that should work | 08:46 |
*** morazi has joined #tripleo | 08:46 | |
shardy | spredzy: 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 |
shardy | https://github.com/hardys/tripleo-heat-templates/blob/master/controller.yaml#L428 | 08:48 |
shardy | https://review.openstack.org/#/c/173624/ | 08:48 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Switch Fedora job to F21 https://review.openstack.org/172369 | 08:49 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Remove use of the qemu-pinned element https://review.openstack.org/175308 | 08:49 |
spredzy | shardy, the db_sync is already conditionned to NodeIndex 0 | 08:49 |
gfidente | spredzy, I think you'd have to use different steps | 08:50 |
spredzy | its really the provisionning of Controller 1 and 2 that needs to be done once provisioning Controller 0 is done | 08:50 |
shardy | spredzy: but where is it applied? | 08:50 |
spredzy | shardy, the db_sync ? | 08:50 |
*** chlong has joined #tripleo | 08:50 | |
shardy | yup | 08:50 |
spredzy | only on node 0, in the overcloud_controller.pp | 08:51 |
spredzy | https://review.openstack.org/#/c/164983/17/puppet/manifests/overcloud_controller.pp,cm | 08:51 |
shardy | spredzy: 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.yaml | 08:52 |
shardy | because those steps are already serialized | 08:52 |
*** kbyrne has joined #tripleo | 08:54 | |
spredzy | shardy, 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 |
gfidente | spredzy, we can add as meny deployments we need and turn those into steps | 08:57 |
shardy | spredzy: 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 dependency | 08:57 |
shardy | if we can just add another StructuredDeployment to controller-puppet.yaml which triggers the db_sync, that should work | 08:58 |
gfidente | shardy, yeah this is what I had in mind, we need to split in steps at some point | 08:58 |
shardy | The problem we have now, is only the heira data is applied in controller-puppet, then all of the puppet application happens in controller-post | 08:59 |
spredzy | shardy, 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+1 | 08:59 |
shardy | probably 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 this | 09:00 |
gfidente | spredzy, so the steps are what 'produces' serializatio | 09:00 |
*** untriaged-bot has joined #tripleo | 09:00 | |
untriaged-bot | No untriaged bugs so far! \o/ | 09:00 |
*** untriaged-bot has quit IRC | 09:00 | |
spredzy | shardy, 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 |
shardy | spredzy: we can't | 09:00 |
spredzy | that is a straight answer :) | 09:01 |
shardy | if 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-puppet | 09:01 |
spredzy | shardy, ok | 09:02 |
shardy | spredzy: Or, move everything up to Step 2 into controller-puppet and just do the cluster config in controller-post-puppet | 09:02 |
shardy | Let me grab some coffee and think about it for a while ;) | 09:03 |
spredzy | shardy, hehe ok. | 09:03 |
gfidente | shardy, spredzy I was thinking to change >= into = in the .pp | 09:03 |
openstackgerrit | Marios Andreou proposed openstack/tuskar: Wires up constraints and type into returned plan parameters https://review.openstack.org/171713 | 09:06 |
*** mcornea has quit IRC | 09:07 | |
*** mcornea has joined #tripleo | 09:07 | |
gfidente | shardy, spredzy but it still looks to me that steps are the way to go, like we do for the balancer | 09:07 |
gfidente | I think they go well with breakpoints as well | 09:08 |
*** pblaho has joined #tripleo | 09:11 | |
shardy | gfidente: yeah, preferring "depends_on" over "name" is the key to making things work with breakpoints | 09:13 |
shardy | ref my comments in https://review.openstack.org/#/c/174150/ | 09:13 |
shardy | I'm working on an update to that now | 09:14 |
*** chlong has quit IRC | 09:20 | |
*** pelix has joined #tripleo | 09:23 | |
*** pcaruana has quit IRC | 09:27 | |
*** ishant has quit IRC | 09:28 | |
*** pcaruana has joined #tripleo | 09:30 | |
*** chlong has joined #tripleo | 09:32 | |
*** dtantsur has quit IRC | 09:37 | |
*** ifarkas has joined #tripleo | 09:53 | |
openstackgerrit | Yanis Guenane proposed openstack/tripleo-heat-templates: galera: Allow installer to setup galera cluster https://review.openstack.org/164983 | 10:01 |
openstackgerrit | Yanis Guenane proposed openstack/tripleo-heat-templates: galera: Allow installer to setup galera cluster https://review.openstack.org/164983 | 10:02 |
spredzy | shardy, 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 mmagr | 10:03 | |
shardy | spredzy: nice, will check it out :) | 10:04 |
openstackgerrit | Yanis Guenane proposed openstack/tripleo-heat-templates: galera: Allow installer to setup galera cluster https://review.openstack.org/164983 | 10:04 |
openstackgerrit | Yanis Guenane proposed openstack/tripleo-heat-templates: Initialize RabbitMQ on bootstrap node first https://review.openstack.org/173222 | 10:04 |
spredzy | just rebasing to include jistr rabbitmq patch as a dependency this way testing it should be fairly simple | 10:05 |
jistr | spredzy: ack thanks | 10:05 |
*** jcoufal has joined #tripleo | 10:07 | |
*** akrivoka has joined #tripleo | 10:12 | |
openstackgerrit | Steven Hardy proposed openstack/tripleo-heat-templates: Add support for generic controller validations https://review.openstack.org/174150 | 10:13 |
openstackgerrit | Steven Hardy proposed openstack/tripleo-heat-templates: Add support for generic controller validations https://review.openstack.org/174150 | 10:14 |
*** ifarkas has quit IRC | 10:20 | |
*** ifarkas has joined #tripleo | 10:21 | |
shardy | git s/window 24 | 10:32 |
shardy | oops | 10:32 |
*** funzo has joined #tripleo | 10:42 | |
*** jcoufal_ has joined #tripleo | 10:50 | |
openstackgerrit | Steven Hardy proposed openstack/tripleo-heat-templates: Add support for generic controller validations https://review.openstack.org/174150 | 10:50 |
*** yuanying has quit IRC | 10:52 | |
*** jcoufal has quit IRC | 10:53 | |
openstackgerrit | Yanis Guenane proposed openstack/tripleo-heat-templates: galera: Allow installer to setup galera cluster https://review.openstack.org/164983 | 11:14 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates: Switch VIP management from Keepalived to Pacemaker https://review.openstack.org/173773 | 11:20 |
*** rhallisey has joined #tripleo | 11:24 | |
*** morazi has quit IRC | 11:24 | |
*** jcoufal_ has quit IRC | 11:28 | |
*** jcoufal has joined #tripleo | 11:29 | |
*** morazi has joined #tripleo | 11:29 | |
*** thrash|g0ne is now known as thrash | 11:37 | |
openstackgerrit | Merged openstack/tuskar: Wires up constraints and type into returned plan parameters https://review.openstack.org/171713 | 11:43 |
*** mmagr is now known as mmagr|afk | 11:50 | |
*** mmagr|afk is now known as mmagr | 11:50 | |
*** jdob has joined #tripleo | 11:52 | |
*** jistr has quit IRC | 11:57 | |
*** jtomasek is now known as jtomasek|brb | 11:58 | |
*** chlong has quit IRC | 11:58 | |
*** lucasagomes is now known as lucas-hungry | 12:01 | |
*** jistr has joined #tripleo | 12:03 | |
*** trown|outttypeww is now known as trown | 12:13 | |
*** tzumainn has joined #tripleo | 12:13 | |
*** lazy_prince has quit IRC | 12:14 | |
*** jayg|g0n3 is now known as jayg | 12:19 | |
*** jtomasek|brb is now known as jtomasek | 12:22 | |
*** pradeep has quit IRC | 12:22 | |
*** lblanchard has joined #tripleo | 12:24 | |
*** lblanchard has quit IRC | 12:30 | |
*** dprince has joined #tripleo | 12:31 | |
*** rlandy has joined #tripleo | 12:39 | |
*** prad has quit IRC | 12:40 | |
*** prad has joined #tripleo | 12:40 | |
*** mmagr has quit IRC | 12:50 | |
*** lucas-hungry is now known as lucasagomes | 12:55 | |
*** sdake has joined #tripleo | 12:56 | |
*** mmagr has joined #tripleo | 13:00 | |
*** mmagr has quit IRC | 13:01 | |
*** mmagr has joined #tripleo | 13:01 | |
*** lifeless has quit IRC | 13:05 | |
*** regebro has quit IRC | 13:12 | |
*** regebro has joined #tripleo | 13:31 | |
*** radez_g0n3 is now known as radez | 13:34 | |
*** jistr_ has joined #tripleo | 13:35 | |
*** jistr has quit IRC | 13:38 | |
*** lblanchard has joined #tripleo | 13:41 | |
*** julim has joined #tripleo | 13:41 | |
*** jistr_ has quit IRC | 13:44 | |
*** jistr has joined #tripleo | 13:44 | |
*** pradeep1 has joined #tripleo | 13:44 | |
jistr | gfidente: 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 goes | 13:45 |
jistr | gfidente: 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 IRC | 13:59 | |
*** sdake has joined #tripleo | 14:05 | |
*** Slower has quit IRC | 14:18 | |
*** sdake has quit IRC | 14:21 | |
*** sdake has joined #tripleo | 14:23 | |
*** daneyon_ has joined #tripleo | 14:24 | |
*** Party_Bear is now known as BadCub | 14:24 | |
*** sdake_ has joined #tripleo | 14:24 | |
*** daneyon has quit IRC | 14:26 | |
*** sdake has quit IRC | 14:28 | |
*** lifeless has joined #tripleo | 14:32 | |
*** rhallisey has quit IRC | 14:32 | |
*** bvandenh has joined #tripleo | 14:33 | |
*** rhallisey has joined #tripleo | 14:35 | |
*** masco has quit IRC | 14:35 | |
*** Slower has joined #tripleo | 14:37 | |
*** sdake has joined #tripleo | 14:44 | |
jistr | gfidente: u around? | 14:47 |
hewbrocca | jistr: \o/ | 14:47 |
hewbrocca | that is excellent news | 14:47 |
*** sdake_ has quit IRC | 14:47 | |
jistr | yeah :) i'm concerned about the warning there in pcs status though, trying to fix that now | 14:48 |
*** jprovazn has quit IRC | 14:57 | |
*** bvandenh has quit IRC | 14:57 | |
*** untriaged-bot has joined #tripleo | 15:00 | |
untriaged-bot | No untriaged bugs so far! \o/ | 15:00 |
*** untriaged-bot has quit IRC | 15:00 | |
*** jprovazn has joined #tripleo | 15:01 | |
*** rwsu has joined #tripleo | 15:02 | |
*** mmagr is now known as mmagr|afk | 15:06 | |
*** asparks has joined #tripleo | 15:08 | |
asparks | 1 is shut down | 15:08 |
*** asparks has quit IRC | 15:09 | |
*** beekneemech is now known as bnemec | 15:10 | |
*** jistr has quit IRC | 15:14 | |
*** MasterPiece has joined #tripleo | 15:15 | |
*** lucasagomes_ has joined #tripleo | 15:17 | |
*** lucasagomes has quit IRC | 15:18 | |
*** lucasagomes_ is now known as lucasagomes | 15:19 | |
*** dsneddon has joined #tripleo | 15:20 | |
*** weshay has quit IRC | 15:23 | |
*** weshay has joined #tripleo | 15:24 | |
*** jistr has joined #tripleo | 15:28 | |
*** mmagr|afk is now known as mmagr | 15:30 | |
*** pdb has quit IRC | 15:34 | |
*** pdb has joined #tripleo | 15:35 | |
*** rbrady has quit IRC | 15:37 | |
*** jprovazn has quit IRC | 15:37 | |
*** bvandenh has joined #tripleo | 15:42 | |
openstackgerrit | Merged stackforge/puppet-tripleo: Do not make RabbitMQ listen on public vip https://review.openstack.org/174572 | 15:43 |
openstackgerrit | Merged stackforge/puppet-tripleo: Add $::galera_bootstrapped fact https://review.openstack.org/172107 | 15:50 |
openstackgerrit | Merged stackforge/puppet-tripleo: Enable access to HAProxy stats page https://review.openstack.org/171957 | 15:52 |
*** jistr_ has joined #tripleo | 15:53 | |
*** alop has joined #tripleo | 15:54 | |
*** lucasagomes is now known as lucas-afk | 15:55 | |
*** Marga_ has joined #tripleo | 15:55 | |
*** alop has quit IRC | 15:56 | |
*** Goneri has quit IRC | 15:56 | |
*** alop has joined #tripleo | 15:56 | |
*** jistr has quit IRC | 15:56 | |
*** ukalifon has quit IRC | 15:57 | |
*** sdake_ has joined #tripleo | 15:57 | |
*** sdake has quit IRC | 16:00 | |
*** hewbrocca has quit IRC | 16:00 | |
*** daneyon has joined #tripleo | 16:02 | |
*** sdake has joined #tripleo | 16:02 | |
*** funzo has quit IRC | 16:02 | |
shardy | dprince: Hey, just wondering, are you using the deployment-show heat command to debug failing SoftwareDeployments? | 16:02 |
dprince | shardy: I haven't been | 16:03 |
shardy | I'm about to post a blog post with some details on my t-h-t debug workflow | 16:03 |
dprince | shardy: should I be? and if so perhaps it would be useful to have that output in our CI job too (on failure)? | 16:03 |
shardy | I was SSHing to the nodes, then I (quite recently) discovered deployment-show, which stevebaker added fairly recently | 16:03 |
*** morazi has quit IRC | 16:04 | |
shardy | dprince: it does what we discussed a while back, it shows you the full stderr on failure, without needing to log in via SSH | 16:04 |
dprince | shardy: ah, cool. That would be very useful if it helps avoid the ssh'ing to various nodes | 16:04 |
shardy | dprince: sec, let me post this to show how.. | 16:04 |
*** daneyon_ has quit IRC | 16:04 | |
dprince | shardy: does heatclient 0.3 support it? | 16:04 |
slagle | shardy: i had seen that...but thought it was tricky to get the uuid of the deployment | 16:05 |
*** sdake_ has quit IRC | 16:05 | |
slagle | a stack-deployment-show type command might be useful | 16:05 |
*** weshay has quit IRC | 16:05 | |
*** jistr_ is now known as jistr | 16:05 | |
*** Marga_ has quit IRC | 16:05 | |
shardy | slagle: the trick to that is use heat resource-list --nested-depth 5 | grep FAILED | 16:06 |
*** Marga_ has joined #tripleo | 16:06 | |
shardy | then look for the failed SoftwareDeployment | 16:06 |
slagle | ah, yea, didnt know about --nested-depth | 16:06 |
shardy | that gives you the uuid for deployment show | 16:06 |
shardy | yeah, I added it a while back, but I use it *all* the time on TripleO | 16:06 |
shardy | hence, brain-dumping into a block today ;) | 16:07 |
slagle | i had been copy/pasteing from the links and walking the trail manually | 16:07 |
shardy | s/block/blog | 16:07 |
slagle | that will be quite helpful | 16:07 |
dprince | shardy: honestly having heatclient auto-magically just run a deployment show on anything that has errored would be the least hassle | 16:08 |
*** spredzy is now known as spredzy|afk | 16:08 | |
dprince | shardy: stringing together a couple commands is fine too. I'll just create an alias for it maybe | 16:08 |
*** jcoufal has quit IRC | 16:11 | |
*** eghobo has joined #tripleo | 16:16 | |
shardy | http://hardysteven.blogspot.co.uk/2015/04/debugging-tripleo-heat-templates.html | 16:17 |
shardy | dprince, 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 there | 16:18 |
*** Marga_ has quit IRC | 16:22 | |
slagle | shardy: nice! | 16:23 |
*** sdake has quit IRC | 16:23 | |
*** Marga_ has joined #tripleo | 16:24 | |
*** jistr has quit IRC | 16:24 | |
*** sdake has joined #tripleo | 16:25 | |
greghaynes | I just noticed something: http://docs.openstack.org/image-guide/content/ch_creating_images_manually.html | 16:31 |
greghaynes | why isnt dib on there | 16:31 |
greghaynes | hehe | 16:31 |
*** aufi has quit IRC | 16:31 | |
greghaynes | or even on http://docs.openstack.org/image-guide/content/ch_creating_images_automatically.html | 16:31 |
alop | we rock | 16:34 |
bkero | time for docs patches? | 16:34 |
greghaynes | yes | 16:34 |
alop | Yeah, honestly DIB should be at the top of the list, as it's part of openstack | 16:35 |
alop | any takers? | 16:36 |
greghaynes | Ill do it if I dont see a patch up when I get around to it, prolly a couple days | 16:36 |
greghaynes | but dont let me stop anyone else | 16:36 |
alop | I'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 today | 16:37 |
*** trown is now known as trown|lunch | 16:39 | |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates: Perform basic setup of Pacemaker cluster using puppet-pacemaker https://review.openstack.org/174994 | 16:39 |
dprince | alop: 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... sure | 16:40 |
alop | ok, how about "Top of the list because it's alphabetically higher than Oz and VMB"? | 16:41 |
alop | and boxgrinder is dead | 16:41 |
greghaynes | Yea, 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 clouds | 16:41 |
greghaynes | heh | 16:41 |
greghaynes | I 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 | |
alop | cool, I'm currently working on the ch_creating_images_automatically page, which is | 16:44 |
alop | http://docs.openstack.org/image-guide/content/ch_creating_images_automatically.html | 16:44 |
bkero | Ah, right on | 16:45 |
* bkero sees the maven requirement on https://wiki.openstack.org/wiki/Documentation/HowTo | 16:45 | |
alop | What 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 DIB | 16:45 |
alop | if you guys want to heckle me | 16:46 |
slagle | alop: when is the presentation? | 16:46 |
alop | Wednesday at 4:30 | 16:46 |
alop | worst time slot | 16:46 |
SpamapS | alop: bring candy | 16:47 |
alop | oh, nm, it's actually worse, it's Wednesday at 5:20pm | 16:47 |
SpamapS | alop: oh, nm, bring booze | 16:47 |
alop | ya | 16:47 |
alop | http://sched.co/2qed | 16:48 |
*** bvandenh has quit IRC | 16:48 | |
slagle | added to my schedule :) | 16:49 |
alop | oh good, that makes 10 | 16:50 |
slagle | feel free to pimp your talk on the tripleo etherpad :) | 16:50 |
alop | sure | 16:50 |
*** ifarkas has quit IRC | 16:51 | |
*** derekh has quit IRC | 16:52 | |
greghaynes | alop: oh hey | 16:52 |
greghaynes | alop: im making a DIB presentation this very second | 16:52 |
greghaynes | alop: youre giving a talk at the summit on it? | 16:53 |
alop | greghaynes: ya | 16:53 |
greghaynes | alop: awesome! | 16:53 |
alop | yeah, DIB howto, plus creation your own element | 16:53 |
*** dtantsur has joined #tripleo | 16:54 | |
greghaynes | hrm. im doing an 'intro to dib' for folks who may want to use it for non openstackey images | 16:54 |
alop | hrm, time for a box element? | 16:55 |
greghaynes | alop: if possible, might be nice to add presentations to the dib repo or somewhere we can link to them in our docs | 16:55 |
greghaynes | alop: box element? | 16:55 |
alop | yeah, for vagrant | 16:55 |
greghaynes | oh, the idea being to output something vagrant can boot? | 16:56 |
greghaynes | (I am a vagrant noob) | 16:56 |
alop | yeah, same build formula, different target, might be pointless, but might be cool, have to think about it | 16:56 |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Support building ACIs https://review.openstack.org/155484 | 16:56 |
alop | you said "non openstacky things" got my head thinking | 16:56 |
greghaynes | theres a patch stack on ^ | 16:57 |
*** sdake_ has joined #tripleo | 16:57 | |
greghaynes | where im hoping to add more output formats like that since well have testing of them | 16:57 |
clarkb | we should just make everything boot qcow2 | 16:57 |
greghaynes | hah | 16:57 |
alop | right, it should be fairly easy to include things like raw, etc... | 16:58 |
greghaynes | we already support raw :) | 16:58 |
greghaynes | its not well documented though | 16:58 |
alop | is that documen... ahh | 16:58 |
greghaynes | you just have to -t raw though, and it works | 16:58 |
alop | cool | 16:58 |
alop | saves me a step | 16:58 |
*** sdake has quit IRC | 17:00 | |
alop | oh, has anyone tried the windows element? https://github.com/stackforge/windows-diskimage-builder | 17:00 |
greghaynes | I think thats essentially a rewrite using powershell, not an element | 17:01 |
greghaynes | IIRC | 17:01 |
alop | ah | 17:01 |
alop | and no updates in 8months | 17:01 |
*** sdake has joined #tripleo | 17:06 | |
openstackgerrit | Thomas Bechtold proposed openstack/diskimage-builder: Create /etc/cloud/cloud.cfg.d/ before using it https://review.openstack.org/175492 | 17:06 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates: Configures haproxy as a Pacemaker resource https://review.openstack.org/174465 | 17:06 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates: Switch VIP management from Keepalived to Pacemaker https://review.openstack.org/173773 | 17:06 |
*** cody-somerville has joined #tripleo | 17:07 | |
*** sdake_ has quit IRC | 17:09 | |
clarkb | greghaynes: yes | 17:09 |
*** daneyon_ has joined #tripleo | 17:11 | |
*** daneyon has quit IRC | 17:12 | |
*** Guest36304 is now known as mgagne | 17:16 | |
*** mgagne has joined #tripleo | 17:16 | |
*** regebro has quit IRC | 17:19 | |
*** eghobo_ has joined #tripleo | 17:27 | |
openstackgerrit | Martin Mágr proposed openstack/tripleo-heat-templates: Keystone domain for Heat https://review.openstack.org/160279 | 17:28 |
*** eghobo has quit IRC | 17:29 | |
*** cody-somerville has quit IRC | 17:34 | |
*** ukalifon1 has joined #tripleo | 17:38 | |
*** mcornea has quit IRC | 17:39 | |
*** ukalifon1 has quit IRC | 17:48 | |
alop | First pass at DIB section in the manual | 17:49 |
alop | https://review.openstack.org/#/c/175511/ | 17:49 |
*** jprovazn has joined #tripleo | 17:53 | |
*** rbrady has joined #tripleo | 17:55 | |
*** pelix has quit IRC | 17:58 | |
*** jtomasek has quit IRC | 18:00 | |
*** dtantsur has quit IRC | 18:02 | |
*** trown|lunch is now known as trown | 18:08 | |
*** sdake_ has joined #tripleo | 18:14 | |
*** spredzy|afk is now known as spredzy | 18:15 | |
*** eghobo_ has quit IRC | 18:17 | |
*** sdake has quit IRC | 18:18 | |
openstackgerrit | Dan Prince proposed openstack/tripleo-incubator: load-images: load images via YAML config file https://review.openstack.org/175028 | 18:20 |
openstackgerrit | Dan Prince proposed openstack/tripleo-incubator: Wire in load-images https://review.openstack.org/175522 | 18:20 |
*** eghobo has joined #tripleo | 18:27 | |
*** sdake has joined #tripleo | 18:30 | |
*** sdake_ has quit IRC | 18:34 | |
*** mmagr is now known as mmagr|afk | 18:37 | |
*** ukalifon has joined #tripleo | 18:58 | |
*** ukalifon has quit IRC | 19:00 | |
*** ukalifon has joined #tripleo | 19:03 | |
*** akrivoka has quit IRC | 19:05 | |
*** mmagr|afk is now known as mmagr | 19:08 | |
openstackgerrit | Merged openstack/diskimage-builder: Open MKFS_OPTS for extension in disk-image-create https://review.openstack.org/165149 | 19:08 |
*** ukalifon has quit IRC | 19:09 | |
*** ukalifon has joined #tripleo | 19:20 | |
*** ukalifon has quit IRC | 19:20 | |
*** ukalifon has joined #tripleo | 19:22 | |
*** ukalifon has quit IRC | 19:41 | |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates: Perform basic setup of Pacemaker cluster using puppet-pacemaker https://review.openstack.org/174994 | 19:43 |
openstackgerrit | Martin Mágr proposed openstack/tripleo-heat-templates: Keystone domain for Heat https://review.openstack.org/160279 | 19:48 |
*** dprince has quit IRC | 19:50 | |
*** julim has quit IRC | 19:58 | |
*** jprovazn has quit IRC | 20:13 | |
*** Goneri has joined #tripleo | 20:20 | |
*** shardy is now known as shardy_z | 20:26 | |
*** mmagr has quit IRC | 20:30 | |
*** jayg is now known as jayg|g0n3 | 20:30 | |
*** sdake_ has joined #tripleo | 20:40 | |
*** sdake has quit IRC | 20:44 | |
*** gfidente has quit IRC | 20:51 | |
*** sdake has joined #tripleo | 20:52 | |
*** eghobo_ has joined #tripleo | 20:55 | |
*** sdake_ has quit IRC | 20:56 | |
*** eghobo has quit IRC | 20:58 | |
*** untriaged-bot has joined #tripleo | 21:00 | |
untriaged-bot | No untriaged bugs so far! \o/ | 21:00 |
*** untriaged-bot has quit IRC | 21:00 | |
*** rhallisey has quit IRC | 21:00 | |
*** trown is now known as trown|outttypeww | 21:04 | |
*** eghobo_ has quit IRC | 21:07 | |
*** eghobo has joined #tripleo | 21:08 | |
*** lblanchard has quit IRC | 21:16 | |
*** radez is now known as radez_g0n3 | 21:19 | |
*** bvandenh has joined #tripleo | 21:19 | |
*** Goneri has quit IRC | 21:40 | |
*** bvandenh has quit IRC | 21:54 | |
*** yamahata has joined #tripleo | 21:54 | |
*** lucas-afk has quit IRC | 22:17 | |
stevebaker | bnemec: seen my openstack-dev quintupleo post? | 22:20 |
openstackgerrit | Merged openstack/diskimage-builder: Switch default Fedora image to F21 https://review.openstack.org/172473 | 22:35 |
*** wuhg has joined #tripleo | 22:47 | |
*** eghobo has quit IRC | 22:53 | |
*** eghobo has joined #tripleo | 23:01 | |
*** MasterPiece has quit IRC | 23:04 | |
*** yuanying has joined #tripleo | 23:06 | |
*** alop has quit IRC | 23:19 | |
greghaynes | aye, not sure how were supposed to keep up with patches like that other than use gertty | 23:21 |
greghaynes | when they already have a +2 you cant tell that anything changed in the status column | 23:21 |
SpamapS | greghaynes: https://review.openstack.org/#/c/169167/ <-- merge conflicts. :( | 23:22 |
SpamapS | greghaynes: https://review.openstack.org/#/c/169166/8 too | 23:22 |
greghaynes | \O/ | 23:22 |
SpamapS | greghaynes: those are very clear rebase -> +A cases IMO | 23:25 |
greghaynes | yea, was about to just ask for that :) | 23:25 |
*** rlandy has quit IRC | 23:25 | |
SpamapS | unless your merging gets hairy which it shouldn't | 23:25 |
greghaynes | its not | 23:25 |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Fix image size to fit filesystem journal https://review.openstack.org/169166 | 23:26 |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Add functional smoke test for disk-image-create https://review.openstack.org/169167 | 23:27 |
*** panda has quit IRC | 23:33 | |
*** panda has joined #tripleo | 23:34 | |
*** chlong has joined #tripleo | 23:34 | |
*** david-ly_ has joined #tripleo | 23:44 | |
*** david-ly_ is now known as david-lyle | 23:46 | |
*** saurabhs has joined #tripleo | 23:54 | |
*** saurabhs has left #tripleo | 23:54 | |
*** openstackgerrit has quit IRC | 23:58 | |
*** openstackgerrit has joined #tripleo | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!