*** liusheng has quit IRC | 00:00 | |
*** liusheng has joined #heat | 00:00 | |
*** aweiteka has quit IRC | 00:01 | |
*** gokrokve has joined #heat | 00:08 | |
*** KarolynChambers has quit IRC | 00:15 | |
*** KarolynChambers has joined #heat | 00:16 | |
*** IlyaE has quit IRC | 00:17 | |
*** hdd has quit IRC | 00:24 | |
*** pm90_ has quit IRC | 00:28 | |
*** KanagarajM has quit IRC | 00:34 | |
*** signed8bit_ZZZzz is now known as signed8bit | 00:37 | |
*** reed has quit IRC | 00:39 | |
*** smc7 has joined #heat | 00:39 | |
*** Marga_ has quit IRC | 00:46 | |
*** Marga_ has joined #heat | 00:47 | |
*** achanda_ has quit IRC | 00:48 | |
*** smc7 has quit IRC | 00:55 | |
*** Qiming has joined #heat | 00:56 | |
*** Qiming_ has joined #heat | 00:57 | |
*** Qiming has quit IRC | 01:01 | |
*** Qiming__ has joined #heat | 01:02 | |
*** Qiming__ is now known as Qiming | 01:02 | |
asalkeld | zaneb: you about? | 01:02 |
---|---|---|
asalkeld | to chat about: https://review.openstack.org/#/c/163743/ | 01:02 |
*** Qiming_ has quit IRC | 01:05 | |
*** Qiming_ has joined #heat | 01:12 | |
ramishra | stevebaker: Hi! still around? | 01:12 |
*** EricGonczer_ has joined #heat | 01:13 | |
*** Qiming has quit IRC | 01:15 | |
ramishra | stevebaker: Please have a look at https://review.openstack.org/#/c/164572/ when you have time. not completely done, but works.. | 01:16 |
*** tiantian has quit IRC | 01:16 | |
*** huangtianhua has quit IRC | 01:16 | |
*** aweiteka has joined #heat | 01:17 | |
*** funzo has quit IRC | 01:20 | |
*** huangtianhua has joined #heat | 01:21 | |
*** LiJiansheng has joined #heat | 01:22 | |
*** dims has quit IRC | 01:26 | |
*** Tango has quit IRC | 01:27 | |
stevebaker | ramishra: thats awesome. I might bikeshed your directory structure | 01:28 |
*** liusheng has quit IRC | 01:31 | |
*** liusheng has joined #heat | 01:32 | |
*** GonZo2000 has quit IRC | 01:34 | |
ramishra | sure, let me know your suggestion:) | 01:36 |
*** spzala has quit IRC | 01:38 | |
ramishra | stevebaker: docker build does not support relative paths with ADD/COPY. I've to pull the hooks to a scripts directory. | 01:41 |
ramishra | stevebaker: let me know what you think would be the best structure. | 01:42 |
stevebaker | ramishra: I've used symlinks elsewhere for this sort of situation. That could be an option | 01:42 |
openstackgerrit | Merged openstack/heat: Add missing versioned mechanism to Stack object https://review.openstack.org/164682 | 01:42 |
ramishra | stevebaker: I've done that actually | 01:42 |
stevebaker | oh, cool | 01:42 |
openstackgerrit | Merged openstack/heat: Separate message and traceback even if not a remote error https://review.openstack.org/164769 | 01:43 |
openstackgerrit | Merged openstack/heat: Fix OS::Zaqar::Queue resource_mapping https://review.openstack.org/164665 | 01:43 |
*** elynn has quit IRC | 01:43 | |
*** EricGonczer_ has quit IRC | 01:45 | |
ramishra | stevebaker: kolla team has a requirement for env_file, I was thinking of it as a special INPUT in the config and then hook handles it in serializing to the compose project directory. your suggestion? | 01:47 |
stevebaker | ramishra: I think there are about 3 options | 01:47 |
stevebaker | ramishra: before I list them, can you point me at an example env file? | 01:48 |
*** dims has joined #heat | 01:54 | |
stevebaker | looks like key=value\n... | 01:55 |
*** Marga_ has quit IRC | 01:55 | |
ramishra | stevebaker: yep, actually its multiple docker ENV in a file.. Now they can use multiple 'environments' inline too without an issue. | 01:56 |
stevebaker | so options are: | 01:57 |
ramishra | --env-file=[] Read in a line delimited file of environment variables | 01:57 |
stevebaker | 1. special input containing env string in env syntax (as you suggested) | 01:58 |
*** Marga_ has joined #heat | 01:58 | |
stevebaker | 2. specify deployment input_value per env value (direct mapping env->inputs) | 01:58 |
stevebaker | 3. specify the env in yaml format using the 'option' property of the config resource | 01:59 |
stevebaker | 4. define the env in its own resource, and deploy via its own deployment resource or combine into other configs via 1. 2. or 3. | 02:01 |
*** dims has quit IRC | 02:03 | |
ramishra | 4th one looks little complicated to me :) I was thinking if they can use the same env files with the template, and just do a get_file into a special input and then we serialize it to the compose project directory. That should be possible right? | 02:04 |
*** Marga_ has quit IRC | 02:08 | |
*** Marga_ has joined #heat | 02:10 | |
stevebaker | yes, absolutely. although how do you choose a different environment file? {get_file: {get_param: env_filename}} doesn't work. | 02:11 |
*** Qiming_ is now known as Qiming | 02:12 | |
*** Marga_ has quit IRC | 02:13 | |
sdake__ | i like optoin e the best | 02:13 |
sdake__ | ramishra's option | 02:13 |
sdake__ | i'd prefer a get_file on it and load it next to the yml and launch docker-compose with it | 02:13 |
sdake__ | the env filename is hardcoded? | 02:14 |
sdake__ | why doesn't get_file get_param work? | 02:15 |
sdake__ | parser thing? | 02:15 |
sdake__ | oh rihgt client needs to send the file | 02:15 |
sdake__ | could always do client side parsing ;-) | 02:15 |
asalkeld | sdake__: also it seems nested get_file doesn't seem to work | 02:15 |
asalkeld | https://review.openstack.org/#/c/164417/ | 02:16 |
sdake__ | we dont need nestd get_file for this tho | 02:16 |
sdake__ | just get_file get param | 02:16 |
sdake__ | actually i dont think we even care - the openstack.env is supposed to always be the same perhardware node | 02:16 |
sdake__ | if multiple nodes are specified in the heat dsl that is where it gets tricky | 02:16 |
sdake__ | theoretically it could be a global configration | 02:17 |
sdake__ | but i'm not sure that would work for ha services like rabbitmq and mariadb+galera | 02:17 |
sdake__ | apprently galera involves staring 1 node, then starting a second node then starting a thrid node, then restarting the first node, then restarting the second node | 02:18 |
sdake__ | although that seems awkward to me and I doubt that is really how it operates | 02:18 |
sdake__ | but this is what i've been told | 02:19 |
*** GonZo2000 has joined #heat | 02:20 | |
*** erkules_ has joined #heat | 02:22 | |
*** erkules has quit IRC | 02:25 | |
*** LiJiansheng has quit IRC | 02:26 | |
*** hdd has joined #heat | 02:27 | |
*** coolsvap|afk is now known as coolsvap | 02:27 | |
*** achanda has joined #heat | 02:27 | |
stevebaker | sdake__: relative get_file calls are relative to the template file | 02:31 |
*** sdake__ has quit IRC | 02:32 | |
stevebaker | sdake__: what if the env was represented as a yaml dict on the heat side and converted to the env file format by the compose hook? | 02:32 |
stevebaker | sdake_, ramishra: we should implement this heatclient feature too, then the env file can just be a param value https://bugs.launchpad.net/python-heatclient/+bug/1334839 | 02:39 |
openstack | Launchpad bug 1334839 in python-heatclient "stack creator should be able to pass files an input" [Undecided,New] | 02:39 |
ramishra | stevebaker: sure. I'll give it a try. | 02:43 |
*** smc7 has joined #heat | 02:43 | |
*** smc7 has quit IRC | 02:48 | |
*** KanagarajM has joined #heat | 02:49 | |
*** achanda has quit IRC | 02:52 | |
*** gokrokve has quit IRC | 02:56 | |
*** IlyaE has joined #heat | 02:56 | |
*** gokrokve has joined #heat | 02:57 | |
*** gokrokve has quit IRC | 02:57 | |
*** dims has joined #heat | 03:04 | |
*** dims has quit IRC | 03:11 | |
*** boris-42 has quit IRC | 03:12 | |
*** spzala has joined #heat | 03:13 | |
openstackgerrit | Merged openstack/heat: Keystone resource plugin for User https://review.openstack.org/161565 | 03:14 |
openstackgerrit | Merged openstack/heat: Allows update of domain for keystone project and group https://review.openstack.org/164577 | 03:14 |
*** harlowja is now known as harlowja_away | 03:15 | |
*** rakesh_hs has joined #heat | 03:20 | |
*** signed8b_ has joined #heat | 03:23 | |
*** gokrokve has joined #heat | 03:25 | |
*** signed8bit has quit IRC | 03:26 | |
*** gokrokve has quit IRC | 03:27 | |
*** aweiteka has quit IRC | 03:28 | |
*** gokrokve has joined #heat | 03:31 | |
*** pm90_ has joined #heat | 03:33 | |
*** hdd has quit IRC | 03:33 | |
*** david-lyle is now known as david-lyle_afk | 03:35 | |
*** IlyaE has quit IRC | 03:35 | |
*** IlyaE has joined #heat | 03:36 | |
*** coolsvap is now known as coolsvap|afk | 03:48 | |
*** coolsvap|afk is now known as coolsvap | 03:55 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: StackResource convert operations to use RPC https://review.openstack.org/116336 | 04:00 |
*** achanda has joined #heat | 04:01 | |
openstackgerrit | Rakesh H S proposed openstack/heat: Versioned-object SyncPoint https://review.openstack.org/164591 | 04:01 |
*** huangtianhua has quit IRC | 04:10 | |
*** IlyaE has quit IRC | 04:10 | |
*** spzala has quit IRC | 04:16 | |
*** sarob has quit IRC | 04:22 | |
*** pm90_ has quit IRC | 04:26 | |
openstackgerrit | Merged openstack/heat: Versioned objects - Snapshot https://review.openstack.org/151556 | 04:26 |
openstackgerrit | Merged openstack/heat: Versioned objects - Event https://review.openstack.org/149926 | 04:26 |
openstackgerrit | Merged openstack/heat: Versioned object - SoftwareDeployment https://review.openstack.org/152429 | 04:26 |
*** dmn_ has joined #heat | 04:32 | |
openstackgerrit | Steve Baker proposed openstack/heat: Func tests use fedora-heat-test-image https://review.openstack.org/163287 | 04:37 |
openstackgerrit | Steve Baker proposed openstack/heat: Use oslo.log for heat_integrationtests https://review.openstack.org/163993 | 04:37 |
asalkeld | brb picking kids up | 04:45 |
*** achanda has quit IRC | 04:46 | |
*** achanda has joined #heat | 04:49 | |
*** IlyaE has joined #heat | 04:49 | |
*** achanda has quit IRC | 04:49 | |
*** rakesh_hs has quit IRC | 04:56 | |
*** Marga_ has joined #heat | 04:58 | |
openstackgerrit | Merged openstack/heat: Updates heat_keystone with version support https://review.openstack.org/162571 | 05:00 |
*** Marga_ has quit IRC | 05:04 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Versioned object Service https://review.openstack.org/164135 | 05:06 |
*** ParsectiX has quit IRC | 05:14 | |
*** ParsectiX has joined #heat | 05:15 | |
*** gokrokve_ has joined #heat | 05:15 | |
*** nkhare has joined #heat | 05:15 | |
openstackgerrit | Karolyn Chambers proposed openstack/heat-specs: Spec for stack lifecycle scheduler hint https://review.openstack.org/130294 | 05:18 |
*** gokrokve has quit IRC | 05:18 | |
*** gokrokve_ has quit IRC | 05:19 | |
*** ParsectiX has quit IRC | 05:19 | |
*** ParsectiX has joined #heat | 05:20 | |
*** sarob has joined #heat | 05:23 | |
*** sarob has quit IRC | 05:29 | |
*** sabeen1 has quit IRC | 05:35 | |
*** IlyaE has quit IRC | 05:38 | |
asalkeld | KarolynChambers: you need to set this to Liberty-1 https://review.openstack.org/#/c/130294/4/specs/kilo/stack-lifecycle-scheduler-hint.rst | 05:38 |
asalkeld | there is a feature freeze in 2 days | 05:38 |
*** ishant has joined #heat | 05:40 | |
*** vijayagurug has joined #heat | 05:46 | |
*** IlyaE has joined #heat | 05:51 | |
*** ishant|2 has joined #heat | 05:53 | |
*** ishant|2 has quit IRC | 05:54 | |
*** ishant has quit IRC | 05:54 | |
*** ishant has joined #heat | 05:54 | |
*** huangtianhua has joined #heat | 06:08 | |
*** Marga_ has joined #heat | 06:12 | |
*** Marga_ has quit IRC | 06:15 | |
*** Marga_ has joined #heat | 06:15 | |
*** KarolynChambers has quit IRC | 06:17 | |
*** KanagarajM has quit IRC | 06:19 | |
*** smc7 has joined #heat | 06:21 | |
*** dmn_ has quit IRC | 06:21 | |
*** saju_m has joined #heat | 06:22 | |
*** sarob has joined #heat | 06:25 | |
*** smc7 has quit IRC | 06:25 | |
*** achanda has joined #heat | 06:26 | |
*** sarob has quit IRC | 06:30 | |
*** IlyaE has quit IRC | 06:31 | |
*** kebray has quit IRC | 06:33 | |
*** elynn has joined #heat | 06:33 | |
*** signed8b_ has quit IRC | 06:34 | |
*** dmn_ has joined #heat | 06:36 | |
*** rakesh_hs has joined #heat | 06:38 | |
*** gokrokve has joined #heat | 06:41 | |
skraynev | sirushti: it's ok. I undertand that it's just rebase | 06:42 |
*** sdake has joined #heat | 06:44 | |
openstackgerrit | Merged openstack/heat: heat.conf options for transport properties default https://review.openstack.org/164897 | 06:47 |
openstackgerrit | Merged openstack/heat: Source gnocchi alarms resources in the right way https://review.openstack.org/164595 | 06:48 |
openstackgerrit | Merged openstack/heat: StackTag versioned-object https://review.openstack.org/164570 | 06:48 |
*** sdake has quit IRC | 06:48 | |
*** saju_m has quit IRC | 06:56 | |
*** saju_m has joined #heat | 06:58 | |
*** saju_m has quit IRC | 07:00 | |
*** gokrokve has quit IRC | 07:02 | |
*** smc7 has joined #heat | 07:02 | |
*** gokrokve has joined #heat | 07:02 | |
asalkeld | huangtianhua: https://review.openstack.org/#/c/163743/5 | 07:03 |
asalkeld | you feel like re-evaluating - I posted an explaination | 07:03 |
huangtianhua | asalkeld: looking | 07:05 |
asalkeld | huangtianhua: basically if we don't have that we will never know if we need to wait for an update or not | 07:05 |
asalkeld | that is impossible to deal with | 07:06 |
huangtianhua | asalkeld: how about set stack.state to update_complete when there is no change of asg size? | 07:06 |
asalkeld | that is what will happen | 07:07 |
*** gokrokve has quit IRC | 07:07 | |
asalkeld | the properties will say result in no updates for each resource, but we get the stack level state changes | 07:08 |
*** IlyaE has joined #heat | 07:08 | |
asalkeld | huangtianhua: also look here: https://review.openstack.org/#/c/116336/35/heat/engine/resources/stack_resource.py | 07:09 |
asalkeld | line 301 | 07:09 |
*** KarolynChambers has joined #heat | 07:09 | |
asalkeld | would be nice to get decouple nested in before FF | 07:10 |
huangtianhua | asalkeld: give some minutes please | 07:11 |
asalkeld | sure, no problem | 07:11 |
asalkeld | btw huangtianhua please don't feel presurised by me to push through, just asking for another look | 07:12 |
*** IlyaE has quit IRC | 07:13 | |
Qiming | asalkeld, I was just trying to find a bug that was filed a few months ago but cannot find it now | 07:18 |
asalkeld | ok | 07:18 |
Qiming | it is related to the resize operation of an ASG | 07:18 |
Qiming | the bug is still there I believe, though I cannot find the report at the moment | 07:19 |
asalkeld | i'll have a look | 07:19 |
*** ParsectiX has quit IRC | 07:19 | |
Qiming | basically, when you are scaling UP a group from one instance, for example, you will expect your group will have 2 instances | 07:19 |
Qiming | however, for whatever reason, your 2nd instance boots up very slow | 07:20 |
Qiming | if the ASG is receiving another alarm at this moment, a 3rd instance, a 4th instance will be created ... | 07:20 |
Qiming | in a test, we found that the group size jumped from 1 to 8 directly | 07:21 |
asalkeld | that is odd | 07:21 |
Qiming | the reason is that we were not yet setting the cooldown timestamp before the very first scaling operation is completed | 07:21 |
asalkeld | i think we are now | 07:22 |
Qiming | that could be something related to the scenarios you have just talked about | 07:22 |
asalkeld | https://github.com/openstack/heat/blob/master/heat/engine/resources/aws/autoscaling/autoscaling_group.py#L267 | 07:22 |
Qiming | oaky, line 267 is only writing the timestamp when the first scaling operation is completed, right? | 07:24 |
*** jtomasek has joined #heat | 07:24 | |
Qiming | so the group is still not in its cooldown period | 07:24 |
asalkeld | Qiming: that create complete | 07:25 |
Qiming | have to check if that bug goes away now | 07:25 |
asalkeld | note: also we we add rpc create/update we will get action locking | 07:26 |
asalkeld | atm we don't have that for autoscaling | 07:26 |
Qiming | I see | 07:26 |
asalkeld | so maybe we are getting concurrent updates | 07:27 |
asalkeld | (not sure tho', need to check for that0 | 07:27 |
Qiming | exactly, for the 2nd, 3nd alarms coming in, they are actually triggering concurrent updates | 07:27 |
Qiming | they need to know that the group is being updated | 07:27 |
asalkeld | with decouple-nested you will get ActionInProgress | 07:28 |
Qiming | ah, that would be great | 07:28 |
Qiming | do you mean 'I will get' or 'I am getting' now? | 07:29 |
*** achanda has quit IRC | 07:31 | |
asalkeld | Qiming: will as soon as you approve some patches;) | 07:33 |
Qiming | :P got it | 07:33 |
asalkeld | https://review.openstack.org/#/c/116336/ | 07:33 |
*** Marga_ has quit IRC | 07:34 | |
Qiming | asalkeld, will spend time on it | 07:35 |
asalkeld | thx | 07:35 |
*** ParsectiX has joined #heat | 07:36 | |
*** KanagarajM has joined #heat | 07:37 | |
*** jprovazn has joined #heat | 07:39 | |
*** inc0 has joined #heat | 07:41 | |
inc0 | good morning guys | 07:41 |
skraynev | morning all | 07:41 |
inc0 | thanks for all the help with versioned objects:) I'm very glad to see that there are patches for new objects! | 07:42 |
KanagarajM | inc0: happy to support :) | 07:56 |
*** dmn_ has quit IRC | 07:57 | |
asalkeld | inc0: i think they are all in? | 07:59 |
asalkeld | i might have marked the bp as done | 07:59 |
openstackgerrit | Merged openstack/heat: Use oslo.log for heat_integrationtests https://review.openstack.org/163993 | 08:03 |
*** dmn_ has joined #heat | 08:04 | |
*** erkules_ is now known as erkuls | 08:04 | |
*** erkuls is now known as erkules | 08:05 | |
*** erkules has quit IRC | 08:05 | |
*** erkules has joined #heat | 08:05 | |
*** KanagarajM has quit IRC | 08:10 | |
shardy | morning all | 08:11 |
*** dmn_ has quit IRC | 08:17 | |
inc0 | asalkeld, only watchrule and watchdata left | 08:18 |
asalkeld | ok | 08:18 |
inc0 | but these are problematic because there is circular reference | 08:18 |
asalkeld | lovely | 08:19 |
asalkeld | shardy: hi | 08:19 |
asalkeld | shardy: i need some reviews | 08:19 |
*** ifarkas has joined #heat | 08:19 | |
shardy | asalkeld: Hi, sure | 08:19 |
shadower | hey folks | 08:19 |
*** dsneddon has quit IRC | 08:19 | |
asalkeld | https://review.openstack.org/#/c/116336/ | 08:19 |
asalkeld | shardy: from there down | 08:19 |
asalkeld | (3 of them) | 08:20 |
shardy | shadower: hey, sorry I'm still working on the resource init patch, hopefully get it finished this morning.. | 08:20 |
asalkeld | hi shadower | 08:20 |
*** dsneddon has joined #heat | 08:20 | |
shardy | asalkeld: FYI we're trying to get the breakpoint patch beaten into shape in time for FF | 08:20 |
asalkeld | ok, i was about to ask | 08:20 |
asalkeld | i have 1-1 with theirry in 40mins | 08:21 |
shardy | we hit some issues when functional testing updates, required some rework | 08:21 |
shardy | hopefully be review-ready today, and given the previous attention I really hope we can get it in soon :) | 08:21 |
shardy | https://review.openstack.org/#/c/164651/ | 08:21 |
shardy | asalkeld: that's a new patch it will depend on, so we can break on INIT_COMPLETE (which wasn't previously persisted to the DB) | 08:22 |
asalkeld | ok | 08:22 |
shardy | unfortunately that broke some things, which I've nearly got worked out locally now | 08:22 |
asalkeld | those functional tests rock! | 08:22 |
shadower | shardy: no worries. Anything I can help you with? | 08:22 |
shardy | basically we now break before any state transition, which stops problems breaking on updates in the no-change and replace cases | 08:23 |
shardy | shadower: So I'm focussing on rework of https://review.openstack.org/#/c/164651/, after which https://review.openstack.org/#/c/146123/ should be good, I think | 08:24 |
shardy | shadower: if you wanted to help add the remaining functional tests, that would be cool | 08:24 |
*** che-arne has quit IRC | 08:24 | |
shardy | either as a co-author of https://review.openstack.org/#/c/164652/ or via another patch | 08:25 |
shardy | no worries if you're busy with other stuff though | 08:25 |
shadower | cool, I'll look into that | 08:25 |
* shadower has other stuff to do but this is a priority | 08:26 | |
*** dmn_ has joined #heat | 08:29 | |
*** dulek has joined #heat | 08:30 | |
*** pitr-ch has joined #heat | 08:30 | |
*** tochi has quit IRC | 08:34 | |
openstackgerrit | Karolyn Chambers proposed openstack/heat: Implements stack lifecycle scheduler hints https://review.openstack.org/96889 | 08:38 |
*** GonZo2000 has quit IRC | 08:40 | |
*** dims has joined #heat | 08:42 | |
shardy | asalkeld: -ENOCOFFEE moment, can you remember why we do update_with_template as an update to a new empty stack, rather than updating based on the StackResource resource_id? | 08:43 |
shardy | https://review.openstack.org/#/c/116336/35/heat/engine/resources/stack_resource.py | 08:43 |
asalkeld | shardy: that's only if the create failded | 08:44 |
shardy | E.g at line 355 | 08:44 |
shardy | asalkeld: aha, there's even a comment which says that! Thanks :) | 08:44 |
asalkeld | so our relaxed validation to blame there :-O | 08:45 |
shardy | I thought the update code would completely replace a failed resource on update anyway | 08:45 |
shardy | ah, if we fail slow, got it | 08:45 |
asalkeld | yeah, no stack to replace | 08:45 |
asalkeld | shardy: line 301 is new | 08:46 |
*** BManojlovic has joined #heat | 08:46 | |
asalkeld | that comment starting at 301 | 08:46 |
shardy | yeah, that's non ideal, but because we've got to town with the custom constraints lately we had no choice, because at validation time everything always fails in the nested case when properties are derived from resources in the parent template | 08:46 |
shardy | personally I'm not sure if maybe per-resource custom constraints for all the things is too much, but I guess that ship has sailed now | 08:47 |
shardy | Parameter validation which the user defines seems clearer, lower overhead and less magical to me | 08:47 |
asalkeld | but, more manual i guess | 08:48 |
*** dims has quit IRC | 08:48 | |
shardy | Yeah, but the automatic validation has to be fail-slow in the nested case, because we don't have the real values until the stack create happens | 08:49 |
* shardy shrugs | 08:50 | |
*** dmn_ has quit IRC | 08:53 | |
*** LiJiansheng has joined #heat | 08:57 | |
* asalkeld heads off to relmgr-office for meeting | 08:58 | |
*** GonZo2000 has joined #heat | 08:58 | |
*** GonZo2000 has quit IRC | 08:58 | |
*** GonZo2000 has joined #heat | 08:58 | |
*** boris-42 has joined #heat | 08:59 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Convergence: Allow creating lightweight stacks https://review.openstack.org/159774 | 09:04 |
*** jistr has joined #heat | 09:04 | |
*** dulek has quit IRC | 09:05 | |
*** jcoufal has joined #heat | 09:05 | |
*** GonZo2000 has quit IRC | 09:11 | |
*** pas-ha has joined #heat | 09:14 | |
*** dmn_ has joined #heat | 09:14 | |
pas-ha | morning all | 09:18 |
*** blues-man has joined #heat | 09:18 | |
*** GonZo2000 has joined #heat | 09:20 | |
*** GonZo2000 has quit IRC | 09:20 | |
*** GonZo2000 has joined #heat | 09:20 | |
*** sorantis has joined #heat | 09:25 | |
*** xchat has joined #heat | 09:28 | |
*** blues-man has quit IRC | 09:28 | |
*** sarob has joined #heat | 09:28 | |
*** xchat is now known as blues-man | 09:31 | |
*** blues-man has quit IRC | 09:31 | |
*** blues-man has joined #heat | 09:31 | |
*** smc7 has quit IRC | 09:33 | |
*** sarob has quit IRC | 09:33 | |
kairat_kushaev | shardy: Hello, I read your text about authorization model in heat. I would like to prepare some kind of formal documentation based on it (and referring you as co-authors). Unfortunately, I faced with the problem: I do not know where to put it. It seems that there is no place for feature descriptions in openstack-manuals and heat docs in repository. Can I create the new heat section in one of the manuals? | 09:33 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Check all available support statuses https://review.openstack.org/165003 | 09:46 |
*** dims has joined #heat | 09:50 | |
openstackgerrit | Merged openstack/python-heatclient: Implement deployment-create https://review.openstack.org/160240 | 09:56 |
shardy | kairat_kushaev: Hi, I think perhaps we need to start an adminstrator guide like some other projects already have: | 09:57 |
shardy | http://docs.openstack.org/admin-guide-cloud/content/ | 09:57 |
openstackgerrit | Rabi Mishra proposed openstack/heat-templates: Remove experimental 'heat-config-docker' hook https://review.openstack.org/165006 | 09:58 |
shadower | shardy: regarding the in-place update functional test: any fast resource we can use to test that? | 10:00 |
* shadower assumes we can't have a template with RandomStrings since those are replaced | 10:00 | |
shardy | shadower: I was thinking of using a nested stack containing a resource group of RandomString resources | 10:01 |
shardy | then pass in a different count for the group | 10:01 |
shadower | cool | 10:01 |
* shardy observes RandomString is probably the most well-tested resource in the entire tree ;) | 10:01 | |
shadower | lol | 10:01 |
shadower | well it's quick to create | 10:01 |
shadower | shardy: btw wildcard and nested stack tests are done, but the nested one is causing a db exception in the engine log | 10:02 |
shadower | could that be the database changes you did? | 10:02 |
shadower | it moves forward but then signalling doesn't work right | 10:02 |
shardy | shadower: yeah, that's probably related to the problems I'm currently fixing with the first patch | 10:02 |
shardy | having your test will be a good way to validate my fix :) | 10:02 |
shadower | haha yeah | 10:03 |
shardy | basically initializing the resources in service.py is the wrong thing to do for nested stacks | 10:03 |
shadower | shardy: okay, I'll move on to the last test and not waste time trying to investigate why its' failing | 10:03 |
shardy | shadower: good plan, hopefully I'll have the fixed version of the init_complete patch ready soon | 10:03 |
shardy | shadower: other than the bugs I've introduced, are you happy with the approach in your breakpoint patch? | 10:04 |
shardy | it seemed the best way to fix the update problems but open to other suggestions if you have them :) | 10:05 |
shadower | shardy: nope, looks good to me | 10:06 |
shardy | shadower: cool, thanks | 10:06 |
shadower | frankly, you and zane know much more about state transitions than I do so I'm happy to defer to your judgement :-) | 10:06 |
shadower | but yeah, if I didn't like the approach I would have said so | 10:07 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Add extra columns for resource table https://review.openstack.org/156693 | 10:08 |
*** Qiming has quit IRC | 10:11 | |
*** GonZo2000 has quit IRC | 10:19 | |
*** tlashchova has joined #heat | 10:27 | |
*** GonZo2000 has joined #heat | 10:28 | |
*** sarob has joined #heat | 10:29 | |
*** dulek has joined #heat | 10:30 | |
*** achanda has joined #heat | 10:31 | |
openstackgerrit | Rabi Mishra proposed openstack/heat-templates: heat-config-kubelet hook https://review.openstack.org/140887 | 10:34 |
*** GonZo2000 has quit IRC | 10:34 | |
*** sarob has quit IRC | 10:35 | |
*** achanda has quit IRC | 10:36 | |
asalkeld | https://etherpad.openstack.org/p/heat-kilo-releasenotes | 10:44 |
*** dmn_ has quit IRC | 10:44 | |
asalkeld | temporary release notes | 10:44 |
*** Qiming has joined #heat | 10:47 | |
*** pitr-ch has quit IRC | 10:48 | |
*** pitr-ch has joined #heat | 10:52 | |
*** blues-man has quit IRC | 10:52 | |
*** coolsvap is now known as coolsvap|afk | 10:53 | |
*** blues-man has joined #heat | 10:56 | |
*** blues-man has quit IRC | 10:57 | |
*** blues-man has joined #heat | 10:57 | |
shadower | shardy: okay, the tests are done | 10:58 |
shadower | the nested one is failing | 10:58 |
shadower | shardy: would you prefer if I posted them now or waited for your fixes? | 10:58 |
*** nkhare has quit IRC | 10:58 | |
shardy | shadower: feel free to post them now, then I'll rebase my patch on them and hopefully we'll see the nested patch start passing | 11:00 |
shadower | okay, though I have a call now, will send them in ~20 mins | 11:01 |
*** nkhare has joined #heat | 11:01 | |
asalkeld | git log --no-merges --pretty=oneline 2014.2..HEAD | wc -l | 11:07 |
asalkeld | 725 | 11:07 |
*** blues-man has quit IRC | 11:11 | |
openstackgerrit | Rabi Mishra proposed openstack/heat-templates: Boot config to deploy containers using 'docker-compose' hook https://review.openstack.org/164572 | 11:19 |
*** cdent has joined #heat | 11:22 | |
*** blues-man has joined #heat | 11:22 | |
* asalkeld heads off to bed... | 11:26 | |
*** asalkeld has quit IRC | 11:26 | |
*** blues-man has quit IRC | 11:28 | |
*** sorantis has quit IRC | 11:29 | |
*** Marga_ has joined #heat | 11:29 | |
*** sarob has joined #heat | 11:30 | |
*** blues-man has joined #heat | 11:35 | |
*** sarob has quit IRC | 11:35 | |
*** Qiming_ has joined #heat | 11:42 | |
openstackgerrit | Tomas Sedovic proposed openstack/heat: Add a functional test for hooks/breakpoints https://review.openstack.org/164652 | 11:43 |
shadower | shardy: ^ | 11:43 |
*** Qiming has quit IRC | 11:46 | |
*** blues-man has quit IRC | 11:46 | |
*** blues-man has joined #heat | 11:48 | |
*** blues-man has joined #heat | 11:48 | |
openstackgerrit | Anastasia Kuznetsova proposed openstack/heat: Add integration scenario test for Neutron LBaaS https://review.openstack.org/162184 | 11:49 |
*** prazumovsky has joined #heat | 11:54 | |
*** sorantis has joined #heat | 11:59 | |
openstackgerrit | Rabi Mishra proposed openstack/heat-templates: Update example template for 'docker-compose' hook https://review.openstack.org/165044 | 12:04 |
*** coolsvap|afk is now known as coolsvap | 12:04 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat-specs: Improvements in deprecation process https://review.openstack.org/153235 | 12:11 |
*** htruta has joined #heat | 12:13 | |
*** radez_g0n3 is now known as radez | 12:13 | |
*** dims has quit IRC | 12:16 | |
*** dims has joined #heat | 12:17 | |
*** nkhare has quit IRC | 12:18 | |
*** jaypipes has joined #heat | 12:20 | |
openstackgerrit | Merged openstack/heat: Add extra columns for resource table https://review.openstack.org/156693 | 12:20 |
*** pm90_ has joined #heat | 12:20 | |
*** jistr is now known as jistr|class | 12:26 | |
*** pm90_ has quit IRC | 12:31 | |
*** sarob has joined #heat | 12:31 | |
*** aweiteka has joined #heat | 12:31 | |
*** nkhare has joined #heat | 12:31 | |
openstackgerrit | LiangChen proposed openstack/heat: Docker plugin add restart policies and capability properties https://review.openstack.org/163277 | 12:32 |
*** blues-man has left #heat | 12:33 | |
*** sarob has quit IRC | 12:36 | |
*** kodoku has joined #heat | 12:38 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Convergence: Allow creating lightweight stacks https://review.openstack.org/159774 | 12:38 |
kodoku | Hi, Is it possible to make repeat ressource in HOT file ? e.g I declare one nova:server but I can repeat this ressource with a parameters | 12:40 |
*** Marga_ has quit IRC | 12:42 | |
shadower | kodoku: sounds like ResourceGroup is what you want: http://docs.openstack.org/hot-reference/content/OS__Heat__ResourceGroup.html | 12:43 |
kodoku | shadower Thx ;) | 12:44 |
shadower | np :-) | 12:44 |
*** Marga_ has joined #heat | 12:46 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Check all available support statuses https://review.openstack.org/165003 | 12:47 |
*** vijayagurug has left #heat | 12:56 | |
*** pm90_ has joined #heat | 12:59 | |
*** kodoku has quit IRC | 13:00 | |
*** Qiming_ is now known as Qiming | 13:03 | |
*** smc7 has joined #heat | 13:08 | |
*** blomquisg has joined #heat | 13:10 | |
*** wirehead_ has quit IRC | 13:12 | |
*** smc7 has quit IRC | 13:12 | |
*** huangtianhua has quit IRC | 13:12 | |
*** huangtianhua has joined #heat | 13:13 | |
*** nkhare has quit IRC | 13:18 | |
*** liusheng has quit IRC | 13:19 | |
*** liusheng has joined #heat | 13:19 | |
*** pas-ha has quit IRC | 13:20 | |
*** _shaps_ has joined #heat | 13:25 | |
*** sdake has joined #heat | 13:25 | |
openstackgerrit | Anastasia Kuznetsova proposed openstack/heat: Add integration scenario test for Neutron LBaaS https://review.openstack.org/162184 | 13:26 |
*** alexpilotti has joined #heat | 13:27 | |
*** sdake__ has joined #heat | 13:27 | |
*** jprovazn has quit IRC | 13:29 | |
*** sdake has quit IRC | 13:31 | |
*** alexpilotti has quit IRC | 13:32 | |
*** alexpilotti has joined #heat | 13:32 | |
*** sarob has joined #heat | 13:32 | |
*** hdd has joined #heat | 13:33 | |
*** pas-ha has joined #heat | 13:36 | |
*** sarob has quit IRC | 13:38 | |
*** hdd has quit IRC | 13:38 | |
*** sdake has joined #heat | 13:48 | |
*** jmckind has joined #heat | 13:50 | |
*** sdake__ has quit IRC | 13:51 | |
*** rakesh_hs has quit IRC | 13:52 | |
*** kodoku has joined #heat | 13:53 | |
*** sabeen has joined #heat | 13:53 | |
kodoku | Hi, I have issue with my HOT file. I add description in my file but in horizon I have always "Create a new stack with the provided values" in description. | 13:54 |
*** Qiming has quit IRC | 13:56 | |
*** Qiming has joined #heat | 13:56 | |
*** InblEric has joined #heat | 14:00 | |
*** gokrokve has joined #heat | 14:01 | |
*** InblEric1 has joined #heat | 14:01 | |
*** lsmola has quit IRC | 14:03 | |
*** InblEric has quit IRC | 14:05 | |
*** jistr|class is now known as jistr | 14:05 | |
*** jprovazn has joined #heat | 14:05 | |
*** lsmola has joined #heat | 14:05 | |
*** blues-man has joined #heat | 14:05 | |
*** lsmola has quit IRC | 14:06 | |
*** lsmola has joined #heat | 14:06 | |
*** blomquisg has quit IRC | 14:08 | |
*** huangtianhua has quit IRC | 14:09 | |
*** lsmola has quit IRC | 14:10 | |
*** huangtianhua has joined #heat | 14:10 | |
*** lsmola has joined #heat | 14:10 | |
*** inc0 has quit IRC | 14:11 | |
*** che-arne has joined #heat | 14:11 | |
*** ishant has quit IRC | 14:15 | |
*** hdd has joined #heat | 14:17 | |
*** pm90_ has quit IRC | 14:18 | |
*** smc7 has joined #heat | 14:23 | |
*** wirehead_ has joined #heat | 14:23 | |
*** blomquisg has joined #heat | 14:25 | |
*** Tango has joined #heat | 14:27 | |
*** kodoku has quit IRC | 14:32 | |
*** sorantis_ has joined #heat | 14:32 | |
*** sarob has joined #heat | 14:33 | |
*** achanda has joined #heat | 14:34 | |
*** sorantis has quit IRC | 14:35 | |
*** sorantis_ is now known as sorantis | 14:35 | |
*** sarob has quit IRC | 14:38 | |
*** Marga_ has quit IRC | 14:38 | |
*** vijendar has joined #heat | 14:42 | |
*** achanda has quit IRC | 14:43 | |
*** pas-ha has quit IRC | 14:44 | |
*** gokrokve_ has joined #heat | 14:44 | |
*** gokrokve has quit IRC | 14:45 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Add OS::Trove::Cluster resource https://review.openstack.org/159463 | 14:48 |
*** spzala has joined #heat | 14:51 | |
*** inc0 has joined #heat | 14:53 | |
*** gokrokve_ has quit IRC | 14:53 | |
*** pm90_ has joined #heat | 14:55 | |
*** InblEric1 has quit IRC | 14:55 | |
*** huangtianhua has quit IRC | 14:56 | |
*** gokrokve has joined #heat | 14:56 | |
*** pas-ha has joined #heat | 14:56 | |
*** pm90_ has quit IRC | 14:56 | |
*** InblEric has joined #heat | 14:57 | |
*** david-lyle_afk is now known as david-lyle | 14:57 | |
*** pm90_ has joined #heat | 14:57 | |
*** IlyaE has joined #heat | 14:59 | |
openstackgerrit | Anastasia Kuznetsova proposed openstack/heat: Add integration scenario test for Neutron LBaaS https://review.openstack.org/162184 | 14:59 |
*** EricGonczer_ has joined #heat | 15:00 | |
*** EricGonczer_ has quit IRC | 15:02 | |
openstackgerrit | Merged openstack/heat: Check all available support statuses https://review.openstack.org/165003 | 15:02 |
*** crose has joined #heat | 15:04 | |
*** jaypipes has quit IRC | 15:06 | |
*** ParsectiX has quit IRC | 15:07 | |
*** kebray has joined #heat | 15:10 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Add way to collect map of needed attributes https://review.openstack.org/161306 | 15:24 |
*** jmckind has quit IRC | 15:25 | |
*** jmckind has joined #heat | 15:26 | |
*** prazumovsky has quit IRC | 15:27 | |
*** InblEric1 has joined #heat | 15:28 | |
*** randallburt has joined #heat | 15:30 | |
*** InblEric has quit IRC | 15:30 | |
*** Marga_ has joined #heat | 15:31 | |
*** sarob has joined #heat | 15:34 | |
*** sarob has quit IRC | 15:40 | |
*** inc0 has quit IRC | 15:53 | |
*** inc0_ has joined #heat | 15:53 | |
*** Qiming has quit IRC | 15:55 | |
*** Marga_ has quit IRC | 15:56 | |
*** liusheng has quit IRC | 15:57 | |
*** asdf___ has joined #heat | 15:57 | |
*** Marga_ has joined #heat | 15:58 | |
*** liusheng has joined #heat | 15:58 | |
*** inc0_ has quit IRC | 15:59 | |
*** radez is now known as radez_g0n3 | 15:59 | |
*** randallburt has quit IRC | 16:00 | |
*** randallburt has joined #heat | 16:03 | |
*** EricGonczer_ has joined #heat | 16:03 | |
*** EricGonczer_ has quit IRC | 16:03 | |
*** Marga_ has quit IRC | 16:03 | |
*** kebray has quit IRC | 16:05 | |
*** LiJiansheng has quit IRC | 16:14 | |
*** kebray has joined #heat | 16:15 | |
openstackgerrit | ShaoHe Feng proposed openstack/heat: Versioned object - WatchRule and WatchData https://review.openstack.org/153487 | 16:17 |
*** ifarkas has quit IRC | 16:25 | |
pfreund | It should be great to able to set all open ports from different sources in a securitygroup using only a parameter in a template. Has this point already been discused ? | 16:26 |
*** jaypipes has joined #heat | 16:27 | |
pfreund | The usecase is a template containing 1 server, launched by a marketplace. I would like to let the user set his securitygroups rules, but I don't want to generate a new template each time. | 16:28 |
*** GonZo2000 has joined #heat | 16:32 | |
*** GonZo2000 has quit IRC | 16:32 | |
*** GonZo2000 has joined #heat | 16:32 | |
*** packet has joined #heat | 16:33 | |
*** GonZo2000 has quit IRC | 16:35 | |
*** jmckind has quit IRC | 16:35 | |
*** sarob has joined #heat | 16:35 | |
*** BManojlovic has quit IRC | 16:37 | |
pas-ha | pfreund, have you checked the new "repeat" function? IMO exactly this is described as an example in its spec | 16:37 |
pas-ha | http://specs.openstack.org/openstack/heat-specs/specs/kilo/repeat-function.html | 16:38 |
pas-ha | it is implemented already AFAIR | 16:38 |
pas-ha | or maybe I misinterpret your use case.. | 16:39 |
*** pitr-ch has quit IRC | 16:40 | |
*** sarob has quit IRC | 16:41 | |
*** GonZo2000 has joined #heat | 16:43 | |
*** GonZo2000 has quit IRC | 16:44 | |
pfreund | yes indeed it should work ! | 16:45 |
pfreund | thanks pas-ha | 16:45 |
*** asdf___ has quit IRC | 16:46 | |
pfreund | for my usecase it will work, but I don't think it covers everything | 16:46 |
pfreund | like many ports with different protocols and destinations | 16:46 |
*** harlowja_away is now known as harlowja | 16:49 | |
*** alexpilotti has quit IRC | 16:53 | |
*** sorantis has quit IRC | 16:55 | |
*** huangtianhua has joined #heat | 16:56 | |
*** sergmelikyan has quit IRC | 16:58 | |
*** sergmelikyan has joined #heat | 16:58 | |
*** ParsectiX has joined #heat | 17:01 | |
*** kebray has quit IRC | 17:04 | |
*** GonZo2000 has joined #heat | 17:05 | |
*** radez_g0n3 is now known as radez | 17:05 | |
*** GonZo2000 has quit IRC | 17:06 | |
*** GonZo2000 has joined #heat | 17:09 | |
*** GonZo2000 has quit IRC | 17:09 | |
*** GonZo2000 has joined #heat | 17:09 | |
*** GonZo2000 has quit IRC | 17:10 | |
*** coolsvap is now known as coolsvap|afk | 17:11 | |
*** jistr has quit IRC | 17:14 | |
*** randallburt has quit IRC | 17:18 | |
*** randallburt has joined #heat | 17:20 | |
*** smc7 has quit IRC | 17:24 | |
*** kebray has joined #heat | 17:25 | |
*** dulek has quit IRC | 17:25 | |
*** gokrokve has quit IRC | 17:28 | |
openstackgerrit | Rakesh H S proposed openstack/heat: Versioned-object SyncPoint https://review.openstack.org/164591 | 17:32 |
*** packet has quit IRC | 17:33 | |
*** achanda has joined #heat | 17:34 | |
*** ishant has joined #heat | 17:34 | |
*** kebray has quit IRC | 17:35 | |
*** sarob has joined #heat | 17:37 | |
*** reed has joined #heat | 17:42 | |
*** sarob has quit IRC | 17:42 | |
*** hdd has quit IRC | 17:45 | |
*** radez is now known as radez_g0n3 | 17:51 | |
*** ParsectiX has quit IRC | 17:51 | |
*** blues-man has quit IRC | 17:52 | |
*** ParsectiX has joined #heat | 17:52 | |
*** ParsectiX has quit IRC | 17:53 | |
*** ParsectiX has joined #heat | 17:53 | |
*** funzo has joined #heat | 17:54 | |
*** Raj1 has joined #heat | 17:55 | |
*** randallburt has quit IRC | 18:01 | |
*** randallburt has joined #heat | 18:01 | |
*** gokrokve has joined #heat | 18:02 | |
*** alexpilotti has joined #heat | 18:02 | |
*** hdd has joined #heat | 18:04 | |
*** shardy has quit IRC | 18:04 | |
*** rakesh_hs has joined #heat | 18:05 | |
*** smc7 has joined #heat | 18:05 | |
*** _shaps_ has quit IRC | 18:10 | |
*** jprovazn has quit IRC | 18:10 | |
*** rakesh_hs_ has joined #heat | 18:11 | |
*** rakesh_hs has quit IRC | 18:12 | |
*** Raj1 has quit IRC | 18:13 | |
*** sdake__ has joined #heat | 18:14 | |
*** radez_g0n3 is now known as radez | 18:15 | |
*** Tango has quit IRC | 18:15 | |
*** achanda has quit IRC | 18:16 | |
*** ParsectiX has quit IRC | 18:16 | |
*** ParsectiX has joined #heat | 18:17 | |
*** sdake has quit IRC | 18:18 | |
*** kebray has joined #heat | 18:18 | |
*** achanda has joined #heat | 18:21 | |
*** ParsectiX has quit IRC | 18:24 | |
*** ParsectiX has joined #heat | 18:24 | |
*** Drago has quit IRC | 18:26 | |
*** Drago has joined #heat | 18:26 | |
jdandrea | Can someone please point me to *examples* that illustrate how to use stack lifecycle plug points? I only find this: https://blueprints.launchpad.net/heat/+spec/stack-lifecycle-plugpoint (trying to deduce from the source in the meantime) | 18:28 |
*** IlyaE has quit IRC | 18:29 | |
*** Marga_ has joined #heat | 18:31 | |
*** radez is now known as radez_g0n3 | 18:35 | |
*** gokrokve has quit IRC | 18:38 | |
*** packet has joined #heat | 18:39 | |
*** radez_g0n3 is now known as radez | 18:40 | |
*** cdent has quit IRC | 18:40 | |
*** sdake has joined #heat | 18:45 | |
*** pm90_ has quit IRC | 18:46 | |
*** pm90_ has joined #heat | 18:48 | |
*** sdake__ has quit IRC | 18:48 | |
*** IlyaE has joined #heat | 18:51 | |
*** lsmola has quit IRC | 18:52 | |
*** nzrf has joined #heat | 18:52 | |
*** jcoufal has quit IRC | 18:53 | |
*** gokrokve has joined #heat | 18:53 | |
nzrf | I have question about using block devices as bootable volumes with heat and using source_volid. I have tried to have a bootable volume as the source, but always get "ERROR: Neither image nor bootable volume is specified for instance" the reason for the bootable volume is I am trying to deploy an appliance that was converted into a image that needs to be persistent so I do not lose what data will be saved there. Usually i would just use a bootable image, but | 18:56 |
nzrf | do not want to have this on ephermal storage. | 18:56 |
*** blomquisg has quit IRC | 18:56 | |
*** sarob has joined #heat | 19:00 | |
*** jmckind has joined #heat | 19:00 | |
*** GonZo2000 has joined #heat | 19:01 | |
*** pm90_ has quit IRC | 19:03 | |
*** InblEric1 has quit IRC | 19:03 | |
*** Drago has quit IRC | 19:06 | |
*** Drago1 has joined #heat | 19:06 | |
*** pm90_ has joined #heat | 19:06 | |
*** randallburt has quit IRC | 19:07 | |
*** che-arne has quit IRC | 19:08 | |
*** Marga_ has quit IRC | 19:08 | |
*** InblEric has joined #heat | 19:09 | |
*** blomquisg has joined #heat | 19:10 | |
openstackgerrit | Rakesh H S proposed openstack/heat: Convergence prepare traversal https://review.openstack.org/159444 | 19:11 |
*** InblEric1 has joined #heat | 19:11 | |
*** signed8bit has joined #heat | 19:11 | |
*** Raj1 has joined #heat | 19:12 | |
*** ishant has quit IRC | 19:13 | |
*** InblEric has quit IRC | 19:13 | |
*** radez is now known as radez_g0n3 | 19:16 | |
*** pas-ha has quit IRC | 19:16 | |
*** packet has quit IRC | 19:16 | |
*** InblEric has joined #heat | 19:19 | |
*** InblEric1 has quit IRC | 19:19 | |
*** rakesh_hs_ has quit IRC | 19:20 | |
*** randallburt has joined #heat | 19:23 | |
*** jcoufal has joined #heat | 19:26 | |
*** achanda has quit IRC | 19:33 | |
*** ParsectiX has quit IRC | 19:33 | |
*** ParsectiX has joined #heat | 19:34 | |
*** IlyaE has quit IRC | 19:35 | |
*** pm90_ has quit IRC | 19:38 | |
*** pm90_ has joined #heat | 19:39 | |
*** Raj1 has quit IRC | 19:46 | |
*** ParsectiX has quit IRC | 19:46 | |
*** ParsectiX has joined #heat | 19:46 | |
*** randallburt has quit IRC | 19:48 | |
*** pm90_ has quit IRC | 19:52 | |
*** radez_g0n3 is now known as radez | 19:54 | |
*** Raj1 has joined #heat | 19:57 | |
*** IlyaE has joined #heat | 20:04 | |
*** jcoufal has quit IRC | 20:07 | |
*** InblEric has quit IRC | 20:09 | |
*** InblEric1 has joined #heat | 20:09 | |
*** randallburt has joined #heat | 20:09 | |
*** InblEric has joined #heat | 20:12 | |
*** hdd has quit IRC | 20:12 | |
*** ParsectiX has quit IRC | 20:15 | |
*** InblEric1 has quit IRC | 20:15 | |
*** achanda has joined #heat | 20:19 | |
*** sdake__ has joined #heat | 20:21 | |
*** hdd has joined #heat | 20:23 | |
*** sdake has quit IRC | 20:25 | |
*** blomquisg has quit IRC | 20:26 | |
*** pm90_ has joined #heat | 20:29 | |
*** sarob has quit IRC | 20:32 | |
*** IlyaE has quit IRC | 20:35 | |
*** pm90_ has quit IRC | 20:40 | |
*** boris-42 has quit IRC | 20:42 | |
*** InblEric1 has joined #heat | 20:42 | |
*** InblEric has quit IRC | 20:43 | |
*** achanda has quit IRC | 20:44 | |
*** achanda has joined #heat | 20:45 | |
*** sdake has joined #heat | 20:45 | |
*** asalkeld has joined #heat | 20:48 | |
*** kebray has quit IRC | 20:48 | |
*** sdake__ has quit IRC | 20:49 | |
asalkeld | morning | 20:50 |
*** InblEric has joined #heat | 20:50 | |
*** InblEric1 has quit IRC | 20:51 | |
asalkeld | zaneb: you about? | 20:52 |
asalkeld | https://review.openstack.org/#/c/163743/5 | 20:52 |
zaneb | o/ | 20:53 |
zaneb | about, watching the TC meeting atm | 20:53 |
asalkeld | ok | 20:53 |
asalkeld | wow, much ado about nothing | 20:56 |
asalkeld | zaneb: where is the heckle channel;) | 20:57 |
zaneb | I think this is it | 20:57 |
asalkeld | har | 20:57 |
*** alexpilotti has quit IRC | 21:00 | |
*** alexpilotti has joined #heat | 21:02 | |
zaneb | asalkeld: so I see your point | 21:02 |
zaneb | I forgot that it sets IN_PROGRESS in the thread :( | 21:03 |
*** harlowja has quit IRC | 21:03 | |
*** alexpilotti has quit IRC | 21:03 | |
asalkeld | zaneb: i kinda solve that later | 21:03 |
zaneb | that seems sucky in general, not just for this specific case | 21:03 |
asalkeld | yes! | 21:03 |
*** harlowja_ has joined #heat | 21:03 | |
zaneb | as in, all users will potentially have that problem | 21:03 |
zaneb | and now we're seeing it because we're becoming one of our own users | 21:04 |
*** kebray has joined #heat | 21:04 | |
asalkeld | yeah | 21:04 |
*** skraynev has quit IRC | 21:04 | |
asalkeld | https://review.openstack.org/#/c/116336/35/heat/engine/resources/stack_resource.py | 21:04 |
asalkeld | line 301 there ^ | 21:05 |
*** smc7 has quit IRC | 21:05 | |
*** alexpilotti has joined #heat | 21:06 | |
zaneb | asalkeld: the good news is that convergence will solve this ;) | 21:06 |
*** skraynev has joined #heat | 21:06 | |
zaneb | no threads required | 21:06 |
asalkeld | zaneb: well, it will hide it | 21:06 |
*** alexpilotti has quit IRC | 21:06 | |
asalkeld | as the update will work | 21:06 |
asalkeld | but what sucks as we still won't be ablet to say "what is the state of my update" | 21:07 |
asalkeld | as we don't get an update "task id" | 21:07 |
asalkeld | we probably should have "stack/action/<task>/state | 21:08 |
zaneb | we could actually do that. convergence creates an update task id internally | 21:08 |
asalkeld | +1 to exposing that | 21:08 |
asalkeld | maybe api v2 | 21:08 |
zaneb | yeah | 21:09 |
*** pm90_ has joined #heat | 21:09 | |
asalkeld | so the user can actaully track what's going on | 21:09 |
asalkeld | zaneb: anyways if you can elaborate more on your issue with that patch or approve it please, cos' my other patches depend on it and time is running out | 21:13 |
*** EricGonc_ has joined #heat | 21:14 | |
zaneb | cleared my -1 | 21:14 |
*** Drago1 has quit IRC | 21:15 | |
asalkeld | no +2 ? | 21:15 |
*** pm90_ has quit IRC | 21:16 | |
*** smc7 has joined #heat | 21:17 | |
*** EricGonc_ has quit IRC | 21:18 | |
*** jtomasek has quit IRC | 21:18 | |
asalkeld | zaneb: so what is stopping you from approving? | 21:22 |
*** IlyaE has joined #heat | 21:23 | |
*** InblEric1 has joined #heat | 21:23 | |
asalkeld | i still haven't see any good technical argument why that is no good | 21:23 |
asalkeld | makes it difficult to progress | 21:23 |
*** IlyaE has quit IRC | 21:24 | |
*** InblEric has quit IRC | 21:25 | |
*** InblEric has joined #heat | 21:26 | |
*** arif-ali has quit IRC | 21:28 | |
*** InblEric1 has quit IRC | 21:28 | |
asalkeld | stevebaker: you do client releases quiet often, can you have a look at this: https://review.openstack.org/#/c/155072/5 | 21:30 |
asalkeld | (not sure if you already have) | 21:30 |
*** Marga_ has joined #heat | 21:31 | |
*** aweiteka has quit IRC | 21:31 | |
*** arif-ali has joined #heat | 21:34 | |
*** signed8bit has quit IRC | 21:41 | |
*** IlyaE has joined #heat | 21:50 | |
*** gokrokve has quit IRC | 21:52 | |
*** InblEric1 has joined #heat | 21:53 | |
*** IlyaE has quit IRC | 21:55 | |
*** InblEric has quit IRC | 21:55 | |
*** IlyaE has joined #heat | 21:55 | |
*** jtomasek has joined #heat | 21:55 | |
*** InblEric has joined #heat | 21:56 | |
*** vijendar has quit IRC | 21:57 | |
*** IlyaE has quit IRC | 21:58 | |
*** IlyaE has joined #heat | 21:59 | |
*** InblEric1 has quit IRC | 21:59 | |
*** IlyaE has quit IRC | 22:01 | |
*** InblEric has quit IRC | 22:03 | |
*** harlowja_ has quit IRC | 22:09 | |
*** jmckind has quit IRC | 22:09 | |
*** Raj1 has quit IRC | 22:11 | |
*** harlowja has joined #heat | 22:11 | |
*** IlyaE has joined #heat | 22:12 | |
*** IlyaE has quit IRC | 22:14 | |
*** Marga_ has quit IRC | 22:17 | |
*** Marga_ has joined #heat | 22:18 | |
*** Marga_ has quit IRC | 22:18 | |
*** Marga_ has joined #heat | 22:19 | |
*** IlyaE has joined #heat | 22:22 | |
*** spzala has quit IRC | 22:24 | |
asalkeld | zaneb: https://bugs.launchpad.net/heat/+bug/1433340 | 22:24 |
openstack | Launchpad bug 1433340 in heat "stack actions do not guarantee that the stack will be placed into IN_PROGRESS by the time they return" [High,Triaged] | 22:24 |
*** harlowja has quit IRC | 22:24 | |
*** harlowja_ has joined #heat | 22:24 | |
asalkeld | ok, bbl - taking kids to schools | 22:25 |
*** Tango has joined #heat | 22:30 | |
*** radez is now known as radez_g0n3 | 22:34 | |
*** Raj1 has joined #heat | 22:35 | |
*** smc7 has quit IRC | 22:35 | |
*** Raj1 has quit IRC | 22:35 | |
*** Raj1 has joined #heat | 22:36 | |
*** jtomasek has quit IRC | 22:36 | |
*** smc7 has joined #heat | 22:36 | |
*** smc7 has quit IRC | 22:36 | |
*** reed has quit IRC | 22:53 | |
*** sgordon has quit IRC | 22:56 | |
*** sabeen has quit IRC | 22:58 | |
*** randallburt has quit IRC | 23:07 | |
*** Raj1 has quit IRC | 23:08 | |
*** dims has quit IRC | 23:09 | |
*** pm90_ has joined #heat | 23:10 | |
asalkeld | sdake: ping | 23:13 |
*** Marga_ has quit IRC | 23:20 | |
*** dims has joined #heat | 23:20 | |
*** Marga_ has joined #heat | 23:23 | |
asalkeld | and the rain sets in | 23:23 |
*** Marga_ has quit IRC | 23:26 | |
*** Marga_ has joined #heat | 23:27 | |
*** Marga_ has quit IRC | 23:31 | |
*** hdd has quit IRC | 23:31 | |
*** Marga_ has joined #heat | 23:31 | |
*** Marga_ has quit IRC | 23:32 | |
*** Marga_ has joined #heat | 23:32 | |
*** IlyaE has quit IRC | 23:36 | |
*** tochi has joined #heat | 23:39 | |
*** randallburt has joined #heat | 23:40 | |
*** Qiming has joined #heat | 23:40 | |
*** hdd has joined #heat | 23:45 | |
*** Marga_ has quit IRC | 23:45 | |
*** randallburt has quit IRC | 23:48 | |
*** IlyaE has joined #heat | 23:49 | |
*** david-lyle is now known as david-lyle_afk | 23:50 | |
*** IlyaE has quit IRC | 23:51 | |
*** Marga_ has joined #heat | 23:56 | |
*** kebray has quit IRC | 23:56 | |
*** sgordon has joined #heat | 23:57 | |
*** Qiming has quit IRC | 23:58 | |
*** IlyaE has joined #heat | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!