| *** nsr has joined #heat | 00:01 | |
| *** Qiming has joined #heat | 00:02 | |
| nsr | Hi, new to heat, what is the template syntax to get the particular index from the list | 00:03 |
|---|---|---|
| *** randallburt has quit IRC | 00:03 | |
| *** serg_melikyan has joined #heat | 00:04 | |
| asalkeld | nsr: from what list? | 00:05 |
| asalkeld | maybe paste your template to paste.openstack.org ? | 00:06 |
| asalkeld | but probably "select" | 00:06 |
| nsr | http://paste.openstack.org/show/VqKw97HHVdcQqhod6tkg/ | 00:06 |
| *** Raj1 has joined #heat | 00:07 | |
| nsr | in this paste, if I have select only one index | 00:07 |
| nsr | I want the value for "key_one_one" | 00:07 |
| *** Qiming_ has joined #heat | 00:07 | |
| asalkeld | http://docs.openstack.org/developer/heat/template_guide/hot_spec.html#fn-select | 00:08 |
| *** serg_melikyan has quit IRC | 00:09 | |
| asalkeld | stevebaker: this looks like os-apply-config question ^ | 00:09 |
| *** DaveJ__ has quit IRC | 00:10 | |
| *** Qiming has quit IRC | 00:10 | |
| *** Qiming_ has quit IRC | 00:12 | |
| *** gcivitella has quit IRC | 00:12 | |
| *** sdake_ has joined #heat | 00:14 | |
| nsr | asalkeld: can't I fetch directly without using fn | 00:14 |
| *** randallburt has joined #heat | 00:15 | |
| nsr | asalkeld: like I can get section by using {{sections.section}} | 00:15 |
| asalkeld | nsr: you are using mustache | 00:15 |
| asalkeld | ? | 00:15 |
| asalkeld | this is not a heat template | 00:16 |
| nsr | ok | 00:16 |
| stevebaker | nsr: this works for me | 00:16 |
| stevebaker | nsr: os-apply-config -m data.json --key sections.0.values.0.key | 00:16 |
| stevebaker | nsr: there should be many people in #tripleo familiar with os-apply-config. Not so much here, even though we use it | 00:17 |
| *** sdake has quit IRC | 00:17 | |
| *** gokrokve has quit IRC | 00:24 | |
| *** Flcn has joined #heat | 00:28 | |
| *** reed has quit IRC | 00:29 | |
| *** reed has joined #heat | 00:30 | |
| *** reed has quit IRC | 00:30 | |
| *** reed has joined #heat | 00:31 | |
| *** ccrouch-bbl is now known as ccrouch | 00:31 | |
| ccrouch | stevebaker: btw your suggestion worked great, we got the creds | 00:32 |
| stevebaker | \o/ | 00:32 |
| ccrouch | for some reason we cant auth into keystone with them :-( | 00:32 |
| ccrouch | but i dont expect you to fix that :-) | 00:32 |
| stevebaker | /o\ | 00:32 |
| ccrouch | ha | 00:32 |
| nsr | stevebaker: Thank you | 00:32 |
| nsr | asalkeld: Thank you | 00:33 |
| *** Flcn has quit IRC | 00:33 | |
| *** Raj1 has quit IRC | 00:34 | |
| *** randallburt has quit IRC | 00:44 | |
| *** jruano has joined #heat | 00:48 | |
| *** smc7 has joined #heat | 01:00 | |
| *** smc7 has quit IRC | 01:04 | |
| *** jruano has quit IRC | 01:07 | |
| *** LiJiansheng has joined #heat | 01:07 | |
| elynn_ | morning :) | 01:12 |
| elynn_ | stevebaker, asalkeld, do you have time to review https://review.openstack.org/#/c/164417/ ? | 01:12 |
| stevebaker | elynn_: yep, I'll take a look | 01:13 |
| elynn_ | :) thx | 01:13 |
| asalkeld | sure elynn_ | 01:14 |
| openstackgerrit | Steve Baker proposed openstack/heat: Enable software config integration test https://review.openstack.org/165287 | 01:16 |
| *** derekh has quit IRC | 01:17 | |
| asalkeld | stevebaker: s/curl BOOT_CONFIG_PIP_MIRROR/curl $BOOT_CONFIG_PIP_MIRROR | 01:17 |
| asalkeld | need a $ | 01:17 |
| * asalkeld having coffee break | 01:18 | |
| openstackgerrit | Merged openstack/python-heatclient: Sync with oslo_incubator https://review.openstack.org/166797 | 01:19 |
| openstackgerrit | xu-haiwei proposed openstack/heat-templates: Fix puppet template "file patch parse error" https://review.openstack.org/167961 | 01:22 |
| *** dims_ has quit IRC | 01:23 | |
| *** tiantian has quit IRC | 01:25 | |
| *** ccrouch is now known as ccrouch-afk | 01:26 | |
| *** elynn_ has quit IRC | 01:31 | |
| *** elynn_ has joined #heat | 01:31 | |
| *** Raj1 has joined #heat | 01:32 | |
| *** Qiming has joined #heat | 01:32 | |
| miguelgrinberg | asalkeld or stevebaker: do you guys have a moment to discuss https://bugs.launchpad.net/heat/+bug/1436128 | 01:33 |
| openstack | Launchpad bug 1436128 in heat "template with autoscaling group gets stuck and never completes" [Medium,Triaged] - Assigned to Miguel Grinberg (miguelgrinberg) | 01:33 |
| *** Raj1 has quit IRC | 01:35 | |
| openstackgerrit | Merged openstack/heat: Add SupportStatus to vnic_type https://review.openstack.org/167588 | 01:36 |
| stevebaker | miguelgrinberg: yep | 01:36 |
| miguelgrinberg | stevebaker: thanks. So the problem is that this call is raising an exception: https://github.com/openstack/heat/blob/master/heat/engine/resource.py#L596 | 01:37 |
| miguelgrinberg | it's InvalidTemplateAttribute, and it is my fault, my template is asking for a bad attribute | 01:38 |
| miguelgrinberg | The exception is handled way up the stack, but the resource is never marked as failed | 01:38 |
| miguelgrinberg | If I wrap the call with a try/catch then raise a ResourceFailure everything works and the stack is marked as failed | 01:39 |
| *** jasond has joined #heat | 01:39 | |
| miguelgrinberg | but it seems this is like whack-a-mole, an exception can be raised in other parts and we are still going to fail | 01:39 |
| stevebaker | miguelgrinberg: it looks like you could do the try/catch inside _update_stored_properties. It looks like it is only called from create and adopt | 01:40 |
| *** jasond has quit IRC | 01:40 | |
| miguelgrinberg | stevebaker: yes, I could move it inside the method, that would work too | 01:40 |
| asalkeld | stevebaker: we should be dealing with non-ResourceFailures too | 01:41 |
| asalkeld | so if we get an unexpected exception | 01:41 |
| miguelgrinberg | But I was wondering if there shouldn't be a mechanism that catches any unexpected exceptions and fails the resource | 01:41 |
| asalkeld | seems to me that now we have to try catch *everything* | 01:42 |
| asalkeld | miguelgrinberg: yeah | 01:42 |
| asalkeld | resource.py:625 | 01:42 |
| miguelgrinberg | asalkeld: that's the handle_create portion only | 01:42 |
| asalkeld | the problem is in figuring out what is worth retrying | 01:43 |
| asalkeld | miguelgrinberg: sure | 01:43 |
| miguelgrinberg | asalkeld: oh, so that one is catching resource failure only, should catch everything as well, right | 01:43 |
| asalkeld | the current assumption is that everything else can be retried | 01:44 |
| *** huangtianhua has joined #heat | 01:44 | |
| asalkeld | i'd rather switch that logic - to only retry stuff we know can succeed if we try again | 01:44 |
| miguelgrinberg | right | 01:44 |
| asalkeld | but stevebaker might know better - he wrote that | 01:44 |
| stevebaker | A ResourceFailure should only be raised by a resource which knows it might be a transient failure | 01:45 |
| miguelgrinberg | didn't look how the wrapper decorator is implemented, but would it be worth putting a catch-all in there maybe? That would take care of the unexpected ones. | 01:47 |
| stevebaker | I mean ResourceInError | 01:47 |
| asalkeld | miguelgrinberg: yeah so we don't have a "catch" for everything else, so it should just be propergated up | 01:47 |
| miguelgrinberg | asalkeld: but that seems to not work well, it seems a resource aware catch-all is needed at this level | 01:49 |
| asalkeld | stevebaker: the problem is stack.py:721 | 01:49 |
| asalkeld | we are only setting stack.failed if we get resource errors | 01:49 |
| stevebaker | Could function.resolve(self.properties.data) be called in validate? Or would that cause resolving-too-early problems | 01:50 |
| *** happyeveryday has joined #heat | 01:50 | |
| asalkeld | stevebaker: i think only static_resolve | 01:51 |
| asalkeld | been a while since i looked at that tho' | 01:51 |
| *** Qiming_ has joined #heat | 01:52 | |
| miguelgrinberg | stevebaker: that wouldn't work for dynamic attributes, but at least can take care of bad attributes | 01:53 |
| miguelgrinberg | I think one case it wouldn't work is when you request properties of nested resources in a group | 01:53 |
| openstackgerrit | huangtianhua proposed openstack/heat: Add function 'digest' doc https://review.openstack.org/166686 | 01:55 |
| *** Qiming has quit IRC | 01:56 | |
| asalkeld | miguelgrinberg: i'll post a little patch that you take over if you want | 01:56 |
| miguelgrinberg | asalkeld: ok, sure | 01:57 |
| *** happyeveryday has quit IRC | 01:58 | |
| *** tiantian has joined #heat | 01:58 | |
| *** haigang has joined #heat | 02:00 | |
| openstackgerrit | Angus Salkeld proposed openstack/heat: Set state to failed if we get a base exception https://review.openstack.org/168203 | 02:01 |
| openstackgerrit | Merged openstack/heat: test_hooks remove race-prone status wait https://review.openstack.org/167833 | 02:03 |
| *** alanf-mc has quit IRC | 02:03 | |
| miguelgrinberg | asalkeld: hmm. need to debug, seems like your change should work, but I'm still hanging. | 02:06 |
| *** huangtianhua has quit IRC | 02:06 | |
| asalkeld | :-( | 02:06 |
| *** huangtianhua has joined #heat | 02:07 | |
| *** sarob has quit IRC | 02:07 | |
| *** erkules_ has joined #heat | 02:09 | |
| miguelgrinberg | asalkeld: well, hold on. merge failure on my part. There is a delete() method that has the same logic, I pasted the extra exception handler there. | 02:10 |
| asalkeld | ok | 02:10 |
| miguelgrinberg | asalkeld: the status does not show the exception text though | 02:10 |
| ramishra | morning all! | 02:10 |
| miguelgrinberg | asalkeld: do you want to continue with it, or do you want me to take over? | 02:11 |
| asalkeld | miguelgrinberg: take over, it was just an idea | 02:11 |
| miguelgrinberg | asalkeld: sounds good, thanks a lot for your help | 02:11 |
| asalkeld | np | 02:11 |
| *** erkules has quit IRC | 02:12 | |
| *** Raj1 has joined #heat | 02:15 | |
| *** sarob has joined #heat | 02:20 | |
| *** sarob has quit IRC | 02:20 | |
| *** sarob has joined #heat | 02:20 | |
| *** huangtianhua has quit IRC | 02:21 | |
| *** achanda has quit IRC | 02:27 | |
| *** haigang has quit IRC | 02:29 | |
| *** haigang has joined #heat | 02:30 | |
| *** InblEric has joined #heat | 02:31 | |
| *** InblEric has quit IRC | 02:41 | |
| *** InblEric has joined #heat | 02:41 | |
| *** Yanyanhu has joined #heat | 02:45 | |
| *** Yanyanhu has quit IRC | 02:45 | |
| *** Yanyanhu has joined #heat | 02:46 | |
| *** Yanyanhu has quit IRC | 02:50 | |
| *** devlaps has quit IRC | 02:54 | |
| *** Raj1 has quit IRC | 03:00 | |
| *** sdake has joined #heat | 03:00 | |
| *** sdake_ has quit IRC | 03:04 | |
| *** achanda has joined #heat | 03:13 | |
| openstackgerrit | Angus Salkeld proposed openstack/heat: Add dependency for FIP if used network in port https://review.openstack.org/167782 | 03:14 |
| miguelgrinberg | asalkeld: the status not showing up is an unrelated issue introduced with versioned objects, will work on a patch for that tomorrow. Your change looks good, I'll add the same for the delete case and see if I can come up with a test | 03:18 |
| *** liusheng has joined #heat | 03:21 | |
| *** elynn_ has quit IRC | 03:22 | |
| *** spzala has quit IRC | 03:26 | |
| *** Marga_ has quit IRC | 03:26 | |
| *** Qiming_ is now known as Qiming | 03:36 | |
| asalkeld | thanks miguelgrinberg | 03:42 |
| *** tochi has joined #heat | 03:42 | |
| *** rakesh_hs has joined #heat | 03:45 | |
| DandyPandy | asalkeld: Is the multiple engine worker stuff solid enough to trust it for a production environment? I was told a while back that it wasn't quite production ready. I was told you may be the best person to ask. | 03:46 |
| asalkeld | DandyPandy: hi | 03:47 |
| asalkeld | it's merged | 03:47 |
| asalkeld | so it had better be :-O | 03:47 |
| asalkeld | DandyPandy: so what is in, is just rpc'ing the nested stacks | 03:47 |
| asalkeld | not "convergence" | 03:47 |
| asalkeld | DandyPandy: this should help if your users are using larger stacks with nested stacks | 03:48 |
| asalkeld | should help in balancing the load | 03:48 |
| DandyPandy | I'm the ops guys for rackspace's heat and I'm trying to get more efficient usage of our redundant engine nodes. We're not hitting any constraints right now, but it's been a concern of mine for a while now and looking at where things could go in the future. | 03:49 |
| DandyPandy | What made me think of it again was your update to the blueprint I put in a long time ago and your mentioning that the engine pid should be logged. So it's your fault I'm asking. | 03:51 |
| asalkeld | :-) | 03:51 |
| asalkeld | I just fixed the request-id logging in the api | 03:52 |
| asalkeld | that's why i was sniffing around there | 03:52 |
| asalkeld | DandyPandy: but agree heat-engine log is tricker to read now | 03:52 |
| asalkeld | as there are multiple workers | 03:52 |
| DandyPandy | any logging improvements make my heart smile | 03:53 |
| asalkeld | DandyPandy: is tenant/user useful to you ? | 03:54 |
| asalkeld | i see nova does that, but we don't | 03:54 |
| asalkeld | that could probably be done as a bug | 03:54 |
| asalkeld | if you need that, raise a bug and point me at it | 03:54 |
| DandyPandy | asalkeld: it could be | 03:54 |
| DandyPandy | we haven't had a specific need come up yet | 03:55 |
| asalkeld | ok | 03:56 |
| DandyPandy | I've been able to get logstash to tag the logs sufficiently that we've been able to find out what we need from the engine logs so far | 03:56 |
| asalkeld | DandyPandy: i am trying to turn on multiple workers in the gate https://review.openstack.org/#/c/165396/ (if stevebaker would just approve it ;) | 03:56 |
| asalkeld | DandyPandy: you are going to need this too: https://review.openstack.org/#/c/165713/6 | 03:57 |
| *** sdake has quit IRC | 03:59 | |
| *** nsr has quit IRC | 04:02 | |
| *** sdake has joined #heat | 04:02 | |
| DandyPandy | asalkeld: I'll keep an eye out for it and try to get randallburt to keep it in the back of his mind as well. Thanks for working on that stuff. I was resting easier when the memory leak got sorted and I'll sleep even more peacefully when we have multiple workers. | 04:02 |
| asalkeld | cool, nice to do thing that help you guys out | 04:03 |
| DandyPandy | I'm the guy on the hook for our stuff 24x7, so anything that makes it more resilient directly impacts my quality of life. | 04:05 |
| *** sdake has quit IRC | 04:10 | |
| asalkeld | DandyPandy: just make us aware of operational issues quickly - we are keen to sort them out | 04:16 |
| asalkeld | bug 1437144 | 04:19 |
| openstack | bug 1437144 in heat "log username and tenant like other projects do" [Low,Triaged] https://launchpad.net/bugs/1437144 - Assigned to Angus Salkeld (asalkeld) | 04:19 |
| *** huangtianhua has joined #heat | 04:21 | |
| *** KanagarajM has joined #heat | 04:26 | |
| *** gokrokve has joined #heat | 04:27 | |
| KanagarajM | good morning all ! | 04:28 |
| asalkeld | hi KanagarajM | 04:31 |
| KanagarajM | asalkeld: hi | 04:32 |
| *** gokrokve has quit IRC | 04:32 | |
| *** gokrokve has joined #heat | 04:32 | |
| KanagarajM | asalkeld: yesterday i happend to check that the oslo-incubator code is little differ from the heat/openstack/common code | 04:33 |
| openstackgerrit | Angus Salkeld proposed openstack/heat: Add user_identity to RequestContext.to_dict() https://review.openstack.org/168220 | 04:33 |
| asalkeld | ok | 04:33 |
| asalkeld | KanagarajM: you want to update it? | 04:34 |
| KanagarajM | asalkeld: do we really need to sync between oslo_incubator to the master verson? | 04:34 |
| asalkeld | KanagarajM: maybe after we branch? | 04:34 |
| asalkeld | depends on the amount of change | 04:34 |
| asalkeld | we are in a string freeze | 04:34 |
| KanagarajM | asalkeld: changes are very minimal | 04:34 |
| asalkeld | KanagarajM: then post a sync | 04:35 |
| asalkeld | see how it goes | 04:35 |
| KanagarajM | ok. sure. | 04:35 |
| *** rakesh_hs has quit IRC | 04:35 | |
| *** sarob has quit IRC | 04:36 | |
| *** gokrokve has quit IRC | 04:39 | |
| *** smc7 has joined #heat | 04:39 | |
| *** smc7 has quit IRC | 04:42 | |
| *** hdd has joined #heat | 04:45 | |
| *** sarob has joined #heat | 04:48 | |
| *** Drago has quit IRC | 05:00 | |
| *** achanda has quit IRC | 05:00 | |
| *** Drago has joined #heat | 05:00 | |
| *** reed has quit IRC | 05:03 | |
| *** Marga_ has joined #heat | 05:14 | |
| *** hdd has quit IRC | 05:16 | |
| *** tiantian has quit IRC | 05:18 | |
| *** huangtianhua has quit IRC | 05:18 | |
| *** vijayagurug has joined #heat | 05:33 | |
| openstackgerrit | Kanagaraj Manickam proposed openstack/heat: oslo-incubator sync https://review.openstack.org/168224 | 05:34 |
| *** nkhare has joined #heat | 05:35 | |
| *** achanda has joined #heat | 05:37 | |
| *** sergmelikyan has quit IRC | 05:38 | |
| *** jamielennox is now known as jamielennox|away | 05:41 | |
| *** rakesh_hs has joined #heat | 05:42 | |
| *** nkhare has quit IRC | 05:44 | |
| *** pm90_ has joined #heat | 05:44 | |
| *** dims has joined #heat | 05:46 | |
| *** pm90_ has quit IRC | 06:00 | |
| *** Marga_ has quit IRC | 06:02 | |
| *** sarob has quit IRC | 06:07 | |
| *** vijayagurug has quit IRC | 06:07 | |
| *** dsneddon has quit IRC | 06:08 | |
| openstackgerrit | Rabi Mishra proposed openstack/python-heatclient: Add option for heatclient to accept parameter value from file https://review.openstack.org/168233 | 06:09 |
| openstackgerrit | Rabi Mishra proposed openstack/python-heatclient: Add option for heatclient to accept parameter value from file https://review.openstack.org/168233 | 06:16 |
| *** kebray has quit IRC | 06:19 | |
| *** dims has quit IRC | 06:21 | |
| *** vijayagurug has joined #heat | 06:22 | |
| asalkeld | DandyPandy: you still about? | 06:22 |
| asalkeld | DandyPandy: if you want to do pid logging, it's easy - just add "%(process)s" in the format string in heat.conf | 06:22 |
| *** GonZo2K has quit IRC | 06:23 | |
| *** smc7 has joined #heat | 06:27 | |
| *** huangtianhua has joined #heat | 06:28 | |
| *** tiantian has joined #heat | 06:28 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Allow specific floating_ip_address when creation https://review.openstack.org/168238 | 06:31 |
| *** smc7 has quit IRC | 06:32 | |
| *** achanda has quit IRC | 06:32 | |
| *** tiantian has quit IRC | 06:34 | |
| *** ishant has joined #heat | 06:36 | |
| *** wenbin has joined #heat | 06:51 | |
| ramishra | Qiming: Hi! | 06:52 |
| Qiming | hi, ramishra | 06:52 |
| ramishra | Qiming: I swa your comment for https://review.openstack.org/#/c/168233/2 | 06:52 |
| ramishra | Qiming: IMO, this is optional and it helps some use-cases for software-config | 06:53 |
| ramishra | Qiming: Required by the kolla/tripleo teams | 06:54 |
| *** Qiming has quit IRC | 06:54 | |
| *** Qiming has joined #heat | 06:55 | |
| *** Qiming_ has joined #heat | 06:56 | |
| Qiming_ | ramishra, I can understand the requirement to pass files, my concern is about 'how', not about 'why' | 06:56 |
| Qiming_ | sorry, experiencing some network stability problem just now | 06:56 |
| ramishra | Qiming_: we want users to have option of using different environment files rather than hard coding them in the template with 'get_file' | 06:58 |
| Qiming_ | ramishra, is it possible to make that filename a parameter? | 06:58 |
| *** Qiming has quit IRC | 06:59 | |
| ramishra | Qiming_: if you look at docker-compsoe, there is an option to take some env variables in env_file, | 07:01 |
| ramishra | Qiming_: https://github.com/docker/compose/blob/master/docs/yml.md#env_file | 07:01 |
| ramishra | so we want to pass both the file_name and the content as parameter from the client. | 07:02 |
| ramishra | Qiming_: Just to understand what is your concern, as this is optional and required by tools like tripleo? | 07:03 |
| Qiming_ | my concern is that we are about to adding more files for different purposes at the client side | 07:04 |
| *** wenbin has quit IRC | 07:04 | |
| Qiming_ | some of them can be avoided if we are making a better use of the environment, which is already a vehicle for a lot of things | 07:05 |
| *** sarob has joined #heat | 07:07 | |
| ramishra | Qiming_: As you can see this is suggested by stevebaker for the launchpad bug. Param substitution does not happen on client side at present. We can't use somthing like get_file: { get_param: private_key }. It would be good to discuss with him. | 07:10 |
| *** nkhare has joined #heat | 07:10 | |
| *** sarob has quit IRC | 07:12 | |
| *** tspatzier has joined #heat | 07:13 | |
| Qiming_ | ramishra, sure | 07:15 |
| *** chlong has quit IRC | 07:16 | |
| ramishra | Qiming_: IMO, client side being overstaffed/ having more options is not a major issue. Anyway, I'll speak to stevebaker or/and call out this in the next meeting. | 07:23 |
| *** nkhare has quit IRC | 07:25 | |
| *** Tango|2 has quit IRC | 07:35 | |
| skraynev | morning all | 07:35 |
| skraynev | asalkeld: are you sure, that adding username and tenant is safe ? | 07:36 |
| *** prazumovsky has joined #heat | 07:38 | |
| *** jprovazn has joined #heat | 07:42 | |
| Qiming_ | ramishra, that's okay | 07:45 |
| *** dulek has joined #heat | 08:04 | |
| asalkeld | skraynev: that's what nova does | 08:04 |
| asalkeld | it's only the name not id | 08:04 |
| skraynev | asalkeld: ok :) just want to be sure, that we not expose any secrect data | 08:06 |
| *** nkhare has joined #heat | 08:06 | |
| *** sarob has joined #heat | 08:08 | |
| *** gcivitella has joined #heat | 08:10 | |
| *** erkules_ is now known as erkules | 08:11 | |
| *** erkules has joined #heat | 08:11 | |
| *** smc7 has joined #heat | 08:16 | |
| *** sarob has quit IRC | 08:16 | |
| *** smc7 has quit IRC | 08:20 | |
| asalkeld | rc1 reviews: | 08:21 |
| asalkeld | https://review.openstack.org/#/dashboard/?foreach=%28project%3Aopenstack%2Fheat%29+status%3Aopen+&title=Priortized+Bug+Fix+Dashboard&Milestone+kilo%252Drc1+Importance+High=change%3A135297+OR+change%3A167782+OR+change%3A164856+OR+change%3A165713&Milestone+kilo%252Drc1+Importance+Low=change%3A158549+OR+change%3A168220 | 08:21 |
| openstackgerrit | Rabi Mishra proposed openstack/python-heatclient: Add option for heatclient to accept parameter value from file https://review.openstack.org/168233 | 08:23 |
| openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix resources allocation in documentation https://review.openstack.org/166110 | 08:23 |
| *** sorantis has joined #heat | 08:25 | |
| openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix resources allocation in documentation https://review.openstack.org/166110 | 08:25 |
| asalkeld | bug 1437203 | 08:26 |
| openstack | bug 1437203 in heat "NeutronLoadBalancerTest.test_neutron_loadbalancer timesout occasionally" [Medium,Triaged] https://launchpad.net/bugs/1437203 | 08:26 |
| *** serg_melikyan has joined #heat | 08:27 | |
| *** serg_melikyan has quit IRC | 08:28 | |
| *** ifarkas has joined #heat | 08:28 | |
| asalkeld | enjoy your weekend folks o/ | 08:34 |
| *** asalkeld has quit IRC | 08:34 | |
| openstackgerrit | Deliang Fan proposed openstack/heat: Fix the failure of repalcing instance userdata during stack-update https://review.openstack.org/168267 | 08:35 |
| *** jistr has joined #heat | 08:40 | |
| *** sorantis has quit IRC | 09:03 | |
| *** vijayagurug has left #heat | 09:09 | |
| *** sorantis has joined #heat | 09:13 | |
| openstackgerrit | Merged openstack/heat: oslo-incubator sync https://review.openstack.org/168224 | 09:15 |
| openstackgerrit | Merged openstack/heat: Add dependency for FIP if used network in port https://review.openstack.org/167782 | 09:17 |
| *** BManojlovic has joined #heat | 09:23 | |
| openstackgerrit | Tomas Sedovic proposed openstack/python-heatclient: Add wildcard support to hook-clear https://review.openstack.org/166867 | 09:24 |
| openstackgerrit | Tomas Sedovic proposed openstack/python-heatclient: Add options for setting and clearing of hooks https://review.openstack.org/149319 | 09:24 |
| *** Qiming_ has quit IRC | 09:26 | |
| *** derekh has joined #heat | 09:33 | |
| openstackgerrit | Merged openstack/heat: Add function 'digest' doc https://review.openstack.org/166686 | 09:34 |
| *** huangtianhua has quit IRC | 09:40 | |
| openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix resources allocation in documentation https://review.openstack.org/166110 | 09:44 |
| *** pas-ha has joined #heat | 09:50 | |
| *** dims_ has joined #heat | 09:51 | |
| pas-ha | morning all | 09:52 |
| *** Flcn has joined #heat | 09:58 | |
| ishant | Hi All | 10:00 |
| ishant | Can someone tell me when these lines are executed https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/heat/resource_group.py#L275 | 10:00 |
| ishant | For which attribute is this written for? | 10:00 |
| *** smc7 has joined #heat | 10:04 | |
| *** MasterPiece has quit IRC | 10:08 | |
| *** smc7 has quit IRC | 10:09 | |
| openstackgerrit | Kairat Kushaev proposed openstack/heat: Make disk property of flavor default https://review.openstack.org/167229 | 10:09 |
| *** Qiming has joined #heat | 10:31 | |
| *** Qiming_ has joined #heat | 10:34 | |
| *** Qiming has quit IRC | 10:36 | |
| *** Qiming__ has joined #heat | 10:37 | |
| *** Qiming_ has quit IRC | 10:40 | |
| *** Qiming_ has joined #heat | 10:42 | |
| *** Qiming__ has quit IRC | 10:42 | |
| *** haigang has quit IRC | 10:48 | |
| *** sorantis has quit IRC | 10:50 | |
| *** Qiming__ has joined #heat | 10:57 | |
| *** Qiming_ has quit IRC | 11:00 | |
| *** sorantis has joined #heat | 11:04 | |
| openstackgerrit | xu-haiwei proposed openstack/heat-specs: Multiple software configs triggered by one deployment https://review.openstack.org/168298 | 11:10 |
| *** stilzk1n has joined #heat | 11:12 | |
| openstackgerrit | Merged openstack/heat: Add user_identity to RequestContext.to_dict() https://review.openstack.org/168220 | 11:17 |
| *** GonZo2K has joined #heat | 11:17 | |
| *** jprovazn has quit IRC | 11:18 | |
| openstackgerrit | xu-haiwei proposed openstack/heat-specs: Multiple software configs triggered by one deployment https://review.openstack.org/168298 | 11:22 |
| *** Flcn is now known as flcn | 11:24 | |
| *** GonZo2K has quit IRC | 11:24 | |
| openstackgerrit | Merged openstack/heat: Remove return for rpc casts in rpc worker client https://review.openstack.org/167342 | 11:28 |
| *** serg_melikyan has joined #heat | 11:29 | |
| *** Qiming_ has joined #heat | 11:30 | |
| *** Qiming__ has quit IRC | 11:31 | |
| *** serg_melikyan has quit IRC | 11:33 | |
| *** rpothier has joined #heat | 11:34 | |
| *** blues-man has joined #heat | 11:37 | |
| *** cdent has joined #heat | 11:37 | |
| openstackgerrit | Ishant Tyagi proposed openstack/heat: Make 'refs' attribute of ResourceGroup resource indexable https://review.openstack.org/168301 | 11:39 |
| *** tsufiev_ is now known as tsufiev | 11:44 | |
| *** jprovazn has joined #heat | 11:46 | |
| *** Qiming__ has joined #heat | 11:53 | |
| *** smc7 has joined #heat | 11:53 | |
| *** Qiming_ has quit IRC | 11:56 | |
| *** smc7 has quit IRC | 11:57 | |
| *** alexheneveld has joined #heat | 12:04 | |
| *** nkhare has quit IRC | 12:07 | |
| openstackgerrit | Daniel Gonzalez Nothnagel proposed openstack/heat-templates: Add sample multi region template https://review.openstack.org/168118 | 12:11 |
| openstackgerrit | Michal Rostecki proposed openstack/heat: Novaclient v2 instead of v1_1 https://review.openstack.org/167557 | 12:21 |
| *** serg_melikyan has joined #heat | 12:22 | |
| *** serg_melikyan has quit IRC | 12:22 | |
| *** serg_melikyan has joined #heat | 12:22 | |
| *** serg_melikyan has quit IRC | 12:24 | |
| *** radez_g0n3 is now known as radez | 12:26 | |
| openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix resources allocation in documentation https://review.openstack.org/166110 | 12:29 |
| *** aweiteka has joined #heat | 12:30 | |
| *** serg_melikyan has joined #heat | 12:33 | |
| *** blues-man has quit IRC | 12:38 | |
| *** kaufer has joined #heat | 12:40 | |
| *** jcoufal has joined #heat | 12:46 | |
| *** sdake has joined #heat | 12:51 | |
| *** jdob has joined #heat | 12:58 | |
| *** serg_melikyan has quit IRC | 13:00 | |
| *** aweiteka has quit IRC | 13:02 | |
| *** serg_melikyan has joined #heat | 13:04 | |
| *** jaypipes is now known as leakypipes | 13:05 | |
| *** LiJiansheng has quit IRC | 13:08 | |
| *** serg_melikyan has quit IRC | 13:08 | |
| *** Qiming_ has joined #heat | 13:12 | |
| *** spzala has joined #heat | 13:13 | |
| *** Qiming__ has quit IRC | 13:14 | |
| *** sarob has joined #heat | 13:15 | |
| *** alexheneveld has quit IRC | 13:16 | |
| *** sarob has quit IRC | 13:20 | |
| openstackgerrit | Jiri Stransky proposed openstack/heat-templates: Fix hiera deployment JSON generation https://review.openstack.org/168328 | 13:21 |
| *** ifarkas has quit IRC | 13:22 | |
| *** serg_melikyan has joined #heat | 13:22 | |
| *** serg_mel_ has joined #heat | 13:23 | |
| *** serg_melikyan has quit IRC | 13:23 | |
| *** ifarkas has joined #heat | 13:24 | |
| *** stilzk1n has quit IRC | 13:27 | |
| *** LiJiansheng has joined #heat | 13:27 | |
| openstackgerrit | Jiri Stransky proposed openstack/heat-templates: Fix hiera deployment JSON generation https://review.openstack.org/168328 | 13:30 |
| *** ishant has quit IRC | 13:31 | |
| *** kaufer has quit IRC | 13:32 | |
| *** Tross has quit IRC | 13:33 | |
| *** Qiming__ has joined #heat | 13:37 | |
| *** alexheneveld has joined #heat | 13:39 | |
| *** Qiming_ has quit IRC | 13:40 | |
| *** stilzk1n has joined #heat | 13:41 | |
| *** smc7 has joined #heat | 13:42 | |
| *** tochi has quit IRC | 13:42 | |
| stilzk1n | Hello I am new to OpenStack and heat and wonder, is it possible to create a load balancer that doesn't create new instances with configurations, but just clones another instance? | 13:43 |
| *** kaufer has joined #heat | 13:45 | |
| *** smc7 has quit IRC | 13:46 | |
| *** sabeen1 has joined #heat | 13:47 | |
| therve | stilzk1n, What does cloning another instance mean? | 13:48 |
| *** dims_ is now known as dimsum__ | 13:49 | |
| *** sdake_ has joined #heat | 13:50 | |
| *** alexheneveld has quit IRC | 13:50 | |
| *** f13o has joined #heat | 13:50 | |
| *** jasond has joined #heat | 13:51 | |
| stilzk1n | @therve I would like to create a loadbalancer, that duplicates/clones an instance with a web service as soon as another user requests the instance (the webservice is not multi-user enabled, therefore needs to be cloned for a new user) | 13:51 |
| therve | No idea what that means | 13:52 |
| therve | But it doesn't sound like regular load balancing works at all | 13:52 |
| *** sdake has quit IRC | 13:54 | |
| stilzk1n | yes I think its not a classic load balancing scenario, any suggestions how to solve this? | 13:54 |
| stilzk1n | would it be possible to use a ceilometer alarm if the number of connections is higher than 1 and then create a new instance with a template containing all the installation commands for the web service? | 13:56 |
| *** serg_mel_ has quit IRC | 14:01 | |
| *** dimsum__ has quit IRC | 14:01 | |
| *** dimsum__ has joined #heat | 14:02 | |
| *** signed8bit has joined #heat | 14:04 | |
| *** InblEric has joined #heat | 14:04 | |
| *** aweiteka has joined #heat | 14:05 | |
| *** InblEric has quit IRC | 14:05 | |
| *** Marga_ has joined #heat | 14:06 | |
| *** Marga_ has quit IRC | 14:08 | |
| *** Marga_ has joined #heat | 14:09 | |
| ramishra | sdake_: Hi! you around? | 14:09 |
| sdake_ | shoot ramishra | 14:09 |
| ramishra | sdake_: I've submitted a patch that can pass parameter values from files.. https://review.openstack.org/#/c/168233/. This would help us now to do the kolla (env_file) use case we discussed last time. | 14:11 |
| sdake_ | nice | 14:11 |
| *** brockp has joined #heat | 14:13 | |
| *** gokrokve has joined #heat | 14:13 | |
| brockp | Reading about HEAT, but is is like AWS Cloud Formation? Reading the wiki it would appear so, just want to make sure it is sitll the recomdned way todo thing | 14:13 |
| *** vijendar has joined #heat | 14:16 | |
| ramishra | sdake_: there seem to be some concerns about it. client having too many options... let's see if it interests others;) and is accepted. | 14:16 |
| therve | brockp, It is like CFN. It actually reimplement parts of it, and provides an openstack specific way | 14:16 |
| sdake_ | i readthat in the reiview | 14:16 |
| *** sarob has joined #heat | 14:16 | |
| ramishra | sdake_: ok:) | 14:16 |
| sdake_ | a get from a central location just complicates the problem imo | 14:17 |
| sdake_ | but obviously that would work | 14:17 |
| *** Qiming_ has joined #heat | 14:17 | |
| sdake_ | it then requires running a daemon | 14:17 |
| sdake_ | which is more complicated then client side parsing | 14:17 |
| brockp | Ok then also does HEAT support containers? Rather than VM’s? It appears there is now a docker driver for openstack (new to this) | 14:17 |
| sdake_ | brockp ramishra is working on a docker-compose integration point right now ;) | 14:18 |
| brockp | cool, expected timeline? | 14:19 |
| sdake_ | master soon I suspect | 14:19 |
| brockp | cool! perfect for our proposal timeline, | 14:19 |
| sdake_ | or it may have alraedy been meged but doesn't support --env feature | 14:19 |
| sdake_ | ramishra could you confirm? | 14:20 |
| *** Qiming__ has quit IRC | 14:20 | |
| *** alexheneveld has joined #heat | 14:20 | |
| ramishra | sdake_: client being heavy with options should not be problem... | 14:20 |
| ramishra | yeah, the docker-compose hook is already there.. | 14:20 |
| sdake_ | ramishra i agree | 14:20 |
| *** smc7 has joined #heat | 14:21 | |
| *** sarob has quit IRC | 14:21 | |
| brockp | Quick background, we are trying to create a software definable environment for researchers with sensivive (read human subject) data, but also need HPC type capabilities, we could dynamically create a VPC, bastion host/login node/anlsys node (VM) and a small cluster using containers for more native performance and access to OS bypass networks like infiniband | 14:21 |
| *** KanagarajM has quit IRC | 14:21 | |
| brockp | So I was thinking of using HEAT to make an HPC cluster recipie, | 14:22 |
| brockp | i’m sure there is probably already one out there, | 14:22 |
| * sdake_ brain explodes | 14:22 | |
| sdake_ | sounds complexicated :) | 14:22 |
| brockp | talk to the feds and their private data rules ;) | 14:22 |
| brockp | HIPAA, FISMA blarg, | 14:22 |
| sdake_ | oh iget that part | 14:23 |
| BManojlovic | didn't know that they think my own data is private to them :} | 14:23 |
| sdake_ | I have read bare metal vs vm for containers is ony about 5% overhead | 14:23 |
| brockp | BManojlovic: trust me they don | 14:23 |
| brockp | Yeah overhead is small, | 14:23 |
| *** gokrokve has quit IRC | 14:23 | |
| brockp | most efforts exist using VM’s things like StarCluster form MIT on AWS, | 14:24 |
| brockp | but annoying performance overheads, | 14:24 |
| BManojlovic | brockp: bare vs vm depends on lot of stuff | 14:24 |
| brockp | and poor network performance for MPI | 14:24 |
| brockp | yeah, our testing is all over the place, | 14:24 |
| *** gokrokve has joined #heat | 14:24 | |
| ramishra | Friday evening!!! bye folks;) | 14:26 |
| sdake_ | drink heartely | 14:28 |
| sdake_ | enjoy | 14:28 |
| *** gokrokve has quit IRC | 14:29 | |
| *** InblEric has joined #heat | 14:30 | |
| *** serg_melikyan has joined #heat | 14:31 | |
| *** brockp has quit IRC | 14:32 | |
| BManojlovic | brockp: so you looked into ironic, i'm just thinking what would be smart thing to use it with for your use case | 14:33 |
| *** reed has joined #heat | 14:33 | |
| msly | Hi all, has anyone run into this bug while doing auto-scaling with heat? 1 physical cpu to 1 virtual cpu mapping doesn't seem very viable. https://bugs.launchpad.net/ceilometer/+bug/1421584 | 14:34 |
| openstack | Launchpad bug 1421584 in Ceilometer "cpu_util volume won't report right for cpu over commit case" [Medium,Triaged] - Assigned to Ilya Tyaptin (ityaptin) | 14:34 |
| openstackgerrit | Kairat Kushaev proposed openstack/heat-specs: Implement caching for constraint validation https://review.openstack.org/166810 | 14:34 |
| *** achanda has joined #heat | 14:35 | |
| *** alexheneveld has quit IRC | 14:36 | |
| *** InblEric1 has joined #heat | 14:36 | |
| *** InblEric has quit IRC | 14:38 | |
| *** achanda has quit IRC | 14:42 | |
| *** Raj2 has joined #heat | 14:43 | |
| *** serg_melikyan has quit IRC | 14:46 | |
| *** alexheneveld has joined #heat | 14:46 | |
| *** Tango|2 has joined #heat | 14:47 | |
| *** Qiming__ has joined #heat | 14:51 | |
| *** ccrouch-afk is now known as ccrouch | 14:52 | |
| *** Qiming_ has quit IRC | 14:54 | |
| *** sorantis has quit IRC | 14:55 | |
| *** Raj2 has quit IRC | 14:56 | |
| *** Marga_ has quit IRC | 14:57 | |
| openstackgerrit | Peter Razumovsky proposed openstack/heat: Fix resources allocation in documentation https://review.openstack.org/166110 | 15:00 |
| *** Raj2 has joined #heat | 15:02 | |
| *** pm90_ has joined #heat | 15:04 | |
| *** dsneddon has joined #heat | 15:05 | |
| *** pm90_ has quit IRC | 15:05 | |
| *** pm90_ has joined #heat | 15:06 | |
| *** Raj2 has quit IRC | 15:07 | |
| *** Raj2 has joined #heat | 15:07 | |
| *** elynn_ has joined #heat | 15:08 | |
| *** devlaps has joined #heat | 15:10 | |
| gcivitella | Hi all, is there any example of Heat templates about building a web farm which uses a shared storage like nfs or ceph? | 15:14 |
| *** reed has quit IRC | 15:14 | |
| *** sarob has joined #heat | 15:17 | |
| *** sarob has quit IRC | 15:22 | |
| pas-ha | gcivitella, I think nfs/ceph is out of Heat's scope, as you would provide such config in instance user-data | 15:32 |
| pas-ha | there is plan to include Manila resources in Heat though, may be that's what in the future could help you | 15:33 |
| gcivitella | pas-ha: ok, thanks | 15:33 |
| *** LiJiansheng has quit IRC | 15:34 | |
| *** tlashchova has quit IRC | 15:37 | |
| *** tlashchova has joined #heat | 15:38 | |
| *** serg_melikyan has joined #heat | 15:43 | |
| *** _shaps_ has joined #heat | 15:43 | |
| *** serg_melikyan has quit IRC | 15:47 | |
| *** sarob has joined #heat | 15:48 | |
| *** radez is now known as radez_g0n3 | 15:50 | |
| *** rakesh_hs has quit IRC | 15:52 | |
| *** Tross has joined #heat | 15:53 | |
| *** sarob has quit IRC | 15:54 | |
| *** jrist has quit IRC | 15:55 | |
| *** KarolynChambers has quit IRC | 15:55 | |
| openstackgerrit | Sergey Kraynev proposed openstack/heat: Move all neutron test in separate directory https://review.openstack.org/168383 | 15:56 |
| openstackgerrit | Sergey Kraynev proposed openstack/heat: Move common neutron module tests to separate file https://review.openstack.org/168384 | 15:56 |
| openstackgerrit | Sergey Kraynev proposed openstack/heat: Move constraint's tests to test_neutron_client.py https://review.openstack.org/168385 | 15:56 |
| openstackgerrit | Sergey Kraynev proposed openstack/heat: Move tests for port resource to separate file https://review.openstack.org/168386 | 15:56 |
| openstackgerrit | Sergey Kraynev proposed openstack/heat: Move floating ip test to separate file https://review.openstack.org/168387 | 15:56 |
| openstackgerrit | Sergey Kraynev proposed openstack/heat: Move router tests to separate file https://review.openstack.org/168388 | 15:56 |
| openstackgerrit | Sergey Kraynev proposed openstack/heat: Move provider_net test to separate file https://review.openstack.org/168389 | 15:56 |
| openstackgerrit | Sergey Kraynev proposed openstack/heat: Split net and subnet tests to different files https://review.openstack.org/168390 | 15:56 |
| openstackgerrit | Sergey Kraynev proposed openstack/heat: Update all templates in neutron tests https://review.openstack.org/168391 | 15:56 |
| *** Qiming__ has quit IRC | 15:57 | |
| *** stilzk1n has quit IRC | 15:57 | |
| *** KarolynChambers has joined #heat | 15:57 | |
| *** spzala has quit IRC | 16:00 | |
| *** spzala has joined #heat | 16:00 | |
| *** prazumovsky has quit IRC | 16:00 | |
| ccrouch | Another heat "Stack domain users" (http://hardysteven.blogspot.co.uk/2014/04/heat-auth-model-updates-part-2-stack.html) related question... | 16:04 |
| ccrouch | In our setup 'keystone user-list' (as an admin) is including these new heat created users along with regular users, even though in our keystone command we're using keystone v2 and not explicitly setting a domain (which should mean the "default" domain is being used, not the "heat" one) | 16:04 |
| ccrouch | any suggestions? | 16:04 |
| *** thedodd has joined #heat | 16:04 | |
| *** gokrokve has joined #heat | 16:08 | |
| *** jrist has joined #heat | 16:08 | |
| *** jrist has quit IRC | 16:08 | |
| *** jrist has joined #heat | 16:08 | |
| *** Marga_ has joined #heat | 16:09 | |
| *** randallburt has joined #heat | 16:11 | |
| ryansb | are you sure you don't have an OS_DOMAIN exported somewhere? | 16:12 |
| ccrouch | ryansb: yep | 16:13 |
| ccrouch | this is an entirely keystone v2 based env | 16:13 |
| ryansb | hrm. | 16:13 |
| ccrouch | so you dont get this on master? | 16:13 |
| *** BManojlovic has quit IRC | 16:18 | |
| ryansb | No, doesn't look like | 16:19 |
| ryansb | let me see if I can repro that | 16:20 |
| *** alexheneveld has quit IRC | 16:20 | |
| ccrouch | thanks ryansb | 16:21 |
| ccrouch | this is the template we're using to get heat to create a user | 16:21 |
| ccrouch | https://github.com/openstack/heat-templates/blob/master/hot/software-config/example-templates/cirros-example/cirros-hello-world.yaml | 16:21 |
| *** serg_melikyan has joined #heat | 16:22 | |
| *** gokrokve has quit IRC | 16:23 | |
| *** dulek has quit IRC | 16:24 | |
| *** alexheneveld has joined #heat | 16:25 | |
| ryansb | yeah, it doesn't show the heat users in v2 for me | 16:29 |
| ccrouch | ok cool, thats a good data point, I appreciate it | 16:34 |
| ccrouch | we'll go and investigate this some more | 16:34 |
| ccrouch | cheers | 16:34 |
| ryansb | cheers | 16:36 |
| *** DaveJ__ has joined #heat | 16:36 | |
| ccrouch | ryansb: oh one last thing, that was master keystone and master heat your were trying right? | 16:36 |
| ccrouch | or some close approximation of | 16:37 |
| ryansb | yeah, relatively fresh (within this week) devstack | 16:37 |
| ccrouch | perfect thanks | 16:37 |
| openstackgerrit | Michal Rostecki proposed openstack/heat: Novaclient v2 instead of v1_1 https://review.openstack.org/167557 | 16:47 |
| *** alexpilotti has joined #heat | 16:50 | |
| f13o | Any example stacks where OS::Nova::Server and OS::Nova::KeyPair are used? | 16:50 |
| f13o | I can create very simple stack to import my key and inject into server. | 16:50 |
| f13o | can -> can't | 16:50 |
| *** alanf-mc has joined #heat | 16:51 | |
| *** vijendar has quit IRC | 16:54 | |
| *** gcivitella has quit IRC | 16:54 | |
| *** jogo is now known as flashgordon | 16:57 | |
| *** Raj2 has quit IRC | 16:58 | |
| *** Raj1 has joined #heat | 16:59 | |
| *** Raj1 has quit IRC | 16:59 | |
| *** signed8b_ has joined #heat | 17:01 | |
| *** signed8bit has quit IRC | 17:02 | |
| *** Marga_ has quit IRC | 17:03 | |
| *** dsanders has joined #heat | 17:09 | |
| *** alanf-mc has quit IRC | 17:09 | |
| *** alanf-mc has joined #heat | 17:09 | |
| *** alanf-mc has quit IRC | 17:11 | |
| *** serg_melikyan has quit IRC | 17:11 | |
| *** tspatzier has quit IRC | 17:11 | |
| *** alanf-mc has joined #heat | 17:13 | |
| *** jistr has quit IRC | 17:13 | |
| *** gokrokve has joined #heat | 17:13 | |
| *** pitr-ch has quit IRC | 17:13 | |
| *** pitr-ch has joined #heat | 17:14 | |
| *** Tross has quit IRC | 17:14 | |
| *** achanda has joined #heat | 17:16 | |
| *** achanda has quit IRC | 17:16 | |
| *** achanda has joined #heat | 17:17 | |
| *** smc7 has quit IRC | 17:20 | |
| *** randallburt has quit IRC | 17:20 | |
| *** pitr-ch has quit IRC | 17:24 | |
| *** randallburt has joined #heat | 17:25 | |
| *** sdake_ has quit IRC | 17:28 | |
| *** sdake has joined #heat | 17:28 | |
| *** smc7 has joined #heat | 17:32 | |
| *** Marga_ has joined #heat | 17:35 | |
| *** jdob has quit IRC | 17:44 | |
| *** _shaps_ has quit IRC | 17:46 | |
| *** cdent has left #heat | 17:49 | |
| *** jprovazn has quit IRC | 17:53 | |
| *** derekh has quit IRC | 17:56 | |
| *** hdd has joined #heat | 18:15 | |
| *** ifarkas has quit IRC | 18:25 | |
| *** sdake_ has joined #heat | 18:27 | |
| *** sdake has quit IRC | 18:28 | |
| *** sdake_ has quit IRC | 18:28 | |
| *** sdake_ has joined #heat | 18:29 | |
| *** cumulus has joined #heat | 18:35 | |
| *** sdake has joined #heat | 18:36 | |
| *** sdake_ has quit IRC | 18:39 | |
| *** Raj1 has joined #heat | 18:39 | |
| *** Raj2 has joined #heat | 18:42 | |
| *** smccully has joined #heat | 18:43 | |
| *** Raj1 has quit IRC | 18:44 | |
| *** randallburt has quit IRC | 18:48 | |
| *** randallburt has joined #heat | 18:51 | |
| *** Raj1 has joined #heat | 18:51 | |
| *** sdake_ has joined #heat | 18:52 | |
| *** sdake has quit IRC | 18:55 | |
| *** Raj2 has quit IRC | 18:55 | |
| *** Drago has quit IRC | 18:59 | |
| *** Drago has joined #heat | 18:59 | |
| *** alexheneveld has quit IRC | 19:00 | |
| *** Raj1 has quit IRC | 19:07 | |
| *** Raj1 has joined #heat | 19:07 | |
| *** alexpilotti has quit IRC | 19:07 | |
| *** ccrouch is now known as ccrouch-grabfood | 19:15 | |
| *** pm90_ has quit IRC | 19:28 | |
| *** flcn has quit IRC | 19:28 | |
| *** gokrokve has quit IRC | 19:30 | |
| *** flcn has joined #heat | 19:30 | |
| *** gokrokve has joined #heat | 19:31 | |
| *** gokrokve has quit IRC | 19:31 | |
| *** devlaps has quit IRC | 19:36 | |
| *** msly has quit IRC | 19:37 | |
| *** msly has joined #heat | 19:37 | |
| *** leakypipes has quit IRC | 19:42 | |
| *** ccrouch-grabfood is now known as ccrouch | 19:47 | |
| *** DaveJ__ has quit IRC | 19:50 | |
| *** gokrokve has joined #heat | 19:59 | |
| openstackgerrit | Merged openstack/heat: Make 'refs' attribute of ResourceGroup resource indexable https://review.openstack.org/168301 | 20:03 |
| *** _1_Mani has joined #heat | 20:04 | |
| *** KarolynChambers has quit IRC | 20:07 | |
| *** KarolynChambers has joined #heat | 20:07 | |
| *** achanda has quit IRC | 20:08 | |
| *** achanda has joined #heat | 20:12 | |
| *** _1_Mani has quit IRC | 20:16 | |
| *** skraynev_ has joined #heat | 20:43 | |
| *** skraynev_ has quit IRC | 20:43 | |
| *** achanda has quit IRC | 20:43 | |
| *** achanda has joined #heat | 20:50 | |
| *** kebray has joined #heat | 20:59 | |
| *** kebray has quit IRC | 21:00 | |
| -openstackstatus- NOTICE: Gerrit maintenance commences in 1 hour at 22:00 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html | 21:00 | |
| *** pas-ha has quit IRC | 21:03 | |
| *** achanda has quit IRC | 21:07 | |
| *** randallburt has quit IRC | 21:13 | |
| openstackgerrit | Jason Dunsmore proposed openstack/heat: Add a "show_hidden" parameter to stack-list API https://review.openstack.org/160492 | 21:14 |
| openstackgerrit | Jason Dunsmore proposed openstack/heat: Add ability to hide stacks based on tag https://review.openstack.org/160488 | 21:14 |
| openstackgerrit | Jason Dunsmore proposed openstack/heat: Database API and engine changes for stack tags https://review.openstack.org/159250 | 21:14 |
| *** mburns has quit IRC | 21:15 | |
| *** aweiteka has quit IRC | 21:16 | |
| *** smc7_ has joined #heat | 21:17 | |
| *** mburns has joined #heat | 21:18 | |
| *** smc7 has quit IRC | 21:19 | |
| *** Marga_ has quit IRC | 21:21 | |
| *** smc7_ has quit IRC | 21:21 | |
| *** randallburt has joined #heat | 21:22 | |
| *** kebray has joined #heat | 21:22 | |
| *** achanda has joined #heat | 21:27 | |
| *** Tross has joined #heat | 21:29 | |
| *** jasond has quit IRC | 21:35 | |
| *** kaufer has quit IRC | 21:38 | |
| *** jcoufal has quit IRC | 21:41 | |
| *** Marga_ has joined #heat | 21:46 | |
| *** InblEric1 has quit IRC | 21:59 | |
| *** smc7 has joined #heat | 22:02 | |
| -openstackstatus- NOTICE: Gerrit is offline for maintenance, ETA 22:30 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html | 22:02 | |
| *** ChanServ changes topic to "Gerrit is offline for maintenance, ETA 22:30 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html" | 22:02 | |
| *** Raj1 has left #heat | 22:02 | |
| *** smccully has quit IRC | 22:04 | |
| *** dimsum__ has quit IRC | 22:09 | |
| *** smc7 has quit IRC | 22:16 | |
| *** flcn has quit IRC | 22:19 | |
| *** smccully has joined #heat | 22:20 | |
| *** dimsum__ has joined #heat | 22:20 | |
| *** serg_melikyan has joined #heat | 22:26 | |
| *** thedodd has quit IRC | 22:27 | |
| openstackgerrit | Miguel Grinberg proposed openstack/heat: Set state to failed if we get a base exception https://review.openstack.org/168203 | 22:29 |
| *** achanda_ has joined #heat | 22:31 | |
| *** ChanServ changes topic to "support @ https://ask.openstack.org | developer wiki @ https://wiki.openstack.org/wiki/Heat | development @ https://launchpad.net/heat | logged @ http://eavesdrop.openstack.org/irclogs/%23heat/" | 22:32 | |
| *** sabeen1 has quit IRC | 22:33 | |
| *** achanda has quit IRC | 22:34 | |
| *** achanda_ has quit IRC | 22:36 | |
| *** jcoufal has joined #heat | 22:38 | |
| *** signed8b_ is now known as signed8bit_ZZZzz | 22:51 | |
| *** kebray has quit IRC | 22:51 | |
| *** Drago has quit IRC | 22:59 | |
| *** kebray has joined #heat | 23:06 | |
| *** rpothier has quit IRC | 23:10 | |
| *** serg_melikyan has quit IRC | 23:14 | |
| *** flcn has joined #heat | 23:20 | |
| openstackgerrit | Randall Burt proposed openstack/heat: Ignore migrating environments for deleted stacks https://review.openstack.org/164856 | 23:21 |
| *** flcn has quit IRC | 23:24 | |
| *** randallburt has quit IRC | 23:25 | |
| *** sputnik13 has joined #heat | 23:34 | |
| sputnik13 | I have a resource that's in "init complete" state and not moving forward, what might cause this? All the dependent resources have been created | 23:40 |
| sputnik13 | oh... the resource is a subtemplate | 23:42 |
| *** signed8bit_ZZZzz is now known as signed8b_ | 23:49 | |
| *** flcn has joined #heat | 23:50 | |
| *** flcn has quit IRC | 23:55 | |
| *** spzala has quit IRC | 23:57 | |
| *** dimsum__ has quit IRC | 23:59 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!