*** dimsum__ has joined #heat | 00:02 | |
*** shadower has quit IRC | 00:23 | |
openstackgerrit | Takashi NATSUME proposed openstack/python-heatclient: Use OS::Heat::RandomString in test templates https://review.openstack.org/220853 | 00:23 |
---|---|---|
*** shadower has joined #heat | 00:23 | |
stevebaker | asalkeld: do you think heat-resource-type-search should be in liberty? | 00:24 |
*** hdd has quit IRC | 00:27 | |
asalkeld | *could* be, not sure how much people are needing it | 00:28 |
asalkeld | but it's like 2 or 3 patches, so easy enough to backport | 00:29 |
asalkeld | does tripleO need it? | 00:29 |
*** jamielennox is now known as jamielennox|away | 00:31 | |
stevebaker | I don't think so. it seems fairly low risk | 00:34 |
openstackgerrit | Merged openstack/heat: Search resource type based on version https://review.openstack.org/214983 | 00:46 |
openstackgerrit | Merged openstack/heat: Fix validation failure for TemplateResource https://review.openstack.org/220402 | 00:48 |
*** zengyingzhe has joined #heat | 00:50 | |
*** kencjohn_ has joined #heat | 00:54 | |
*** tiantian has joined #heat | 01:00 | |
*** pm90_ has quit IRC | 01:00 | |
*** Qiming_ has joined #heat | 01:03 | |
*** tochi has quit IRC | 01:10 | |
*** tochi has joined #heat | 01:10 | |
asalkeld | pain with having to support newer versions of clients: bug 1492759 | 01:15 |
openstack | bug 1492759 in OpenStack Compute (nova) "heat-engine refers to a non-existent novaclient's method" [Undecided,Incomplete] https://launchpad.net/bugs/1492759 | 01:15 |
asalkeld | do we even support Kilo still? | 01:15 |
*** ricolin has joined #heat | 01:17 | |
*** thumpba has joined #heat | 01:19 | |
*** eliqiao has joined #heat | 01:22 | |
eliqiao | hello heater. I am using latest heat (installed by devstack), but failed to start the service due to package conflict , I reported a bug #https://bugs.launchpad.net/heat/+bug/1492866 | 01:23 |
openstack | Launchpad bug 1492866 in heat "can not start heat service" [Undecided,Confirmed] | 01:23 |
eliqiao | does anyone know this issue? | 01:23 |
Qiming_ | stevebaker, a question about tempest? | 01:25 |
stevebaker | Qiming_: sure | 01:25 |
Qiming_ | stevebaker, refer to this: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/orchestration | 01:25 |
Qiming_ | we are testing very limited subset of Heat APIs in tempest | 01:26 |
Qiming_ | I am now being asked to help work out something related to defcore | 01:26 |
stevebaker | Qiming_: indeed we are. | 01:26 |
Qiming_ | and defcore ... is based on the test cases we have at tempest | 01:26 |
stevebaker | yep | 01:27 |
Qiming_ | so, question: what's the plan/direction? | 01:27 |
Qiming_ | add more test to tempest to fully cover Heat APIs? | 01:27 |
Qiming_ | or we suggest defcore to look into our integration tests instead? | 01:28 |
*** liusheng has joined #heat | 01:29 | |
stevebaker | Qiming_: if heat is being made part of defcore I assume that tempest validation would consist purely of validation of the heat REST API calls. We wouldn't necessarily need to create real resources in those tests | 01:29 |
Qiming_ | I see. So we may want to remove test_neutron_resources .... et cet ra | 01:30 |
Qiming_ | and, add the tests for APIs that are not covered today | 01:31 |
stevebaker | Qiming_: yep, and make sure existing API tests are appropriate for testing against something which claims to be heat | 01:32 |
*** Yanyanhu has joined #heat | 01:33 | |
Qiming_ | okay, got the points, thanks. | 01:33 |
*** thumpba has quit IRC | 01:35 | |
asalkeld | eliqiao: having a look | 01:35 |
stevebaker | Qiming_: We've never had the discussion within the project, but I don't think heat defcore needs any DesignatedSections. If the API complies, its heat. Having said that, we would need language (and tests) which say that resource types must exist for any other defcore endpoints | 01:36 |
asalkeld | eliqiao: i'd suggest upgrade your zaqarclient | 01:37 |
asalkeld | eliqiao: "sudo pip install -U python-zaqarclient" | 01:37 |
Qiming_ | stevebaker, my top concern at the moment is whether the defcore people are looking into the right "capabilities" | 01:38 |
openstackgerrit | Merged openstack/heat: Updates resource type filtering with name, version https://review.openstack.org/217684 | 01:38 |
Qiming_ | stevebaker, it looks weird if they are testing swift resources (for example) as one of the core capabilities of Heat | 01:39 |
eliqiao | asalkeld: hi , thanks, python-zaqarclient is the latest version I can found in #link https://pypi.python.org/simple/python-zaqarclient/ | 01:39 |
eliqiao | asalkeld: do you know other repository for python-zaqarclient? | 01:39 |
asalkeld | eliqiao: maybe just install from git | 01:40 |
asalkeld | https://github.com/openstack/python-zaqarclient/blob/master/requirements.txt#L4 | 01:40 |
Qiming_ | when we have the correct list of capabilities, we can proceed to evaluate whether it is a "must", whether it is complete, stable, ... | 01:40 |
asalkeld | i see they have fixed that pbr reqirement | 01:40 |
openstackgerrit | huangtianhua proposed openstack/heat: Support string format 'tags' for stack preview https://review.openstack.org/216142 | 01:40 |
eliqiao | asalkeld: hmm. I will try it from git. | 01:40 |
asalkeld | eliqiao: really that is a zaqarclient bug IMO | 01:41 |
asalkeld | they need to release | 01:41 |
stevebaker | Qiming_: that would likely be appropriate since the swift api is in defcore, but getting full coverage on our REST API should be the first priority | 01:41 |
Qiming_ | stevebaker, yep, understood | 01:42 |
Qiming_ | I'd talk to the people working on this to hold on | 01:42 |
stevebaker | Qiming_: do you know anything about the process, who is involved? I didn't realise they were finally ready to look at heat | 01:42 |
Qiming_ | the work has just started | 01:42 |
eliqiao | asalkeld: agreed, thanks for looking into this, but it's really blocking..... | 01:43 |
Qiming_ | stevebaker, at some stage, the PTL will be invited to review the matrix | 01:43 |
stevebaker | that seems backwards, but ok ;) | 01:43 |
Qiming_ | before that happens, it is pure labor | 01:43 |
stevebaker | sure | 01:43 |
Qiming_ | stevebaker, I will talk to those guys and keep you posted | 01:44 |
eliqiao | asalkeld: I installed from git, it works :) | 01:45 |
asalkeld | cool | 01:45 |
eliqiao | asalkeld: I mirror this bug to zaqarclient, hope some one will help to fix that. | 01:46 |
asalkeld | yeah i see, nice work | 01:46 |
*** elynn has joined #heat | 01:57 | |
*** thumpba has joined #heat | 01:57 | |
*** hdd has joined #heat | 02:00 | |
*** pm90_ has joined #heat | 02:01 | |
*** sergmelikyan has joined #heat | 02:03 | |
*** pm90_ has quit IRC | 02:05 | |
*** vishwanathj has joined #heat | 02:06 | |
*** zengyingzhe has quit IRC | 02:06 | |
*** zengyingzhe has joined #heat | 02:07 | |
stevebaker | Qiming_: cool, thanks | 02:07 |
*** zhenguo_ has joined #heat | 02:07 | |
*** elynn_ has joined #heat | 02:08 | |
*** elynn_ has quit IRC | 02:08 | |
elynn | morning | 02:08 |
*** wendar_ has joined #heat | 02:08 | |
*** thumpba_ has joined #heat | 02:09 | |
*** pleia2_ has joined #heat | 02:10 | |
*** gus_ has joined #heat | 02:10 | |
*** d0ugal_ has joined #heat | 02:13 | |
*** wirehead_1 has joined #heat | 02:15 | |
*** thumpba has quit IRC | 02:15 | |
*** sparr has quit IRC | 02:15 | |
*** vishwana_ has quit IRC | 02:15 | |
*** zhenguo has quit IRC | 02:15 | |
*** wirehead_ has quit IRC | 02:15 | |
*** gus has quit IRC | 02:15 | |
*** dsneddon has quit IRC | 02:15 | |
*** wendar has quit IRC | 02:15 | |
*** jamielennox|away has quit IRC | 02:15 | |
*** flaper87 has quit IRC | 02:15 | |
*** d0ugal has quit IRC | 02:15 | |
*** pleia2 has quit IRC | 02:15 | |
*** d0ugal_ is now known as d0ugal | 02:15 | |
*** d0ugal is now known as Guest32267 | 02:15 | |
*** zhenguo_ is now known as zhenguo | 02:16 | |
*** flaper87 has joined #heat | 02:18 | |
*** dsneddon has joined #heat | 02:20 | |
*** sparr has joined #heat | 02:24 | |
*** jamielennox|away has joined #heat | 02:26 | |
*** kencjoh__ has joined #heat | 02:26 | |
*** sergmelikyan has quit IRC | 02:26 | |
*** jamielennox|away is now known as jamielennox | 02:26 | |
*** sergmelikyan has joined #heat | 02:26 | |
*** sergmelikyan has quit IRC | 02:27 | |
*** thumpba_ has quit IRC | 02:28 | |
*** cyli_ has joined #heat | 02:29 | |
*** slagle_ has joined #heat | 02:29 | |
*** metral_ has joined #heat | 02:31 | |
*** pleia2 has joined #heat | 02:32 | |
*** kencjoh__ has quit IRC | 02:33 | |
*** sgran_ has joined #heat | 02:33 | |
*** dhellmann_ has joined #heat | 02:34 | |
*** slagle has quit IRC | 02:34 | |
*** metral has quit IRC | 02:34 | |
*** kencjohn_ has quit IRC | 02:34 | |
*** cyli has quit IRC | 02:34 | |
*** dhellmann has quit IRC | 02:34 | |
*** shadower has quit IRC | 02:34 | |
*** pfreund has quit IRC | 02:34 | |
*** sgran has quit IRC | 02:34 | |
*** pleia2_ has quit IRC | 02:34 | |
*** bapalm has quit IRC | 02:34 | |
*** metral_ is now known as metral | 02:34 | |
*** pfreund has joined #heat | 02:35 | |
*** zengyingzhe has quit IRC | 02:35 | |
*** zengyingzhe has joined #heat | 02:35 | |
*** dhellmann_ is now known as dhellmann | 02:36 | |
*** bapalm has joined #heat | 02:37 | |
openstackgerrit | Merged openstack/heat: Split out calculation of the next batch into a separate function https://review.openstack.org/217133 | 02:45 |
*** yuanying has joined #heat | 02:48 | |
*** yuanying_ has quit IRC | 02:57 | |
*** dhubbard has quit IRC | 02:57 | |
*** dhubbard has joined #heat | 03:02 | |
*** david-lyle has joined #heat | 03:06 | |
*** aignatov has quit IRC | 03:07 | |
*** Qiming__ has joined #heat | 03:07 | |
*** Qiming_ has quit IRC | 03:07 | |
*** abramley has quit IRC | 03:08 | |
*** elynn has quit IRC | 03:08 | |
*** david-ly_ has quit IRC | 03:08 | |
*** kmARC has quit IRC | 03:09 | |
*** elynn has joined #heat | 03:09 | |
*** kmARC has joined #heat | 03:10 | |
*** abramley has joined #heat | 03:14 | |
*** sdake has joined #heat | 03:14 | |
*** aignatov has joined #heat | 03:14 | |
*** tiantian has quit IRC | 03:19 | |
*** tiantian has joined #heat | 03:19 | |
*** kebray has joined #heat | 03:37 | |
*** vishwanathj has quit IRC | 03:38 | |
*** sdake_ has joined #heat | 03:42 | |
*** Qiming__ has quit IRC | 03:44 | |
*** sdake has quit IRC | 03:44 | |
*** dimsum__ has quit IRC | 03:55 | |
*** hdd has quit IRC | 03:56 | |
*** MasterPiece has joined #heat | 04:01 | |
*** MasterPiece has quit IRC | 04:08 | |
*** gus_ is now known as gus | 04:21 | |
*** KanagarajM has joined #heat | 04:41 | |
KanagarajM | good morning all ! | 04:41 |
ricolin | morning | 04:52 |
*** dimsum__ has joined #heat | 04:55 | |
openstackgerrit | Merged openstack/heat: Start scaling down in an InstanceGroup rolling update ASAP https://review.openstack.org/218451 | 04:59 |
*** dimsum__ has quit IRC | 05:01 | |
*** l0r3zz_ has quit IRC | 05:08 | |
*** Qiming__ has joined #heat | 05:23 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat-templates: Sample auto-scaling template using monasca https://review.openstack.org/217654 | 05:24 |
asalkeld | something funny going on with the stack.timeout (at least with convergence) | 05:43 |
asalkeld | grrr. rounding error | 05:55 |
asalkeld | heat.engine.stack updated_time:2015-09-07 05:53:52, created_time:2015-09-07 05:53:52, now:2015-09-07 05:53:51.982189 elapsed:86399 | 05:55 |
asalkeld | now is before start time | 05:55 |
*** eliqiao has quit IRC | 06:04 | |
*** ishant has joined #heat | 06:14 | |
*** flaper87 has quit IRC | 06:30 | |
*** flaper87 has joined #heat | 06:30 | |
*** jtomasek has quit IRC | 06:33 | |
*** KanagarajM has quit IRC | 06:33 | |
*** jtomasek has joined #heat | 06:46 | |
*** eliqiao has joined #heat | 06:58 | |
openstackgerrit | Merged openstack/heat: Fix outdated link in sample plugin https://review.openstack.org/220815 | 07:09 |
*** jprovazn has joined #heat | 07:10 | |
*** zeih has joined #heat | 07:11 | |
*** zeih has quit IRC | 07:16 | |
cmyster | asalkeld: localtime changes ? | 07:19 |
cmyster | morning | 07:19 |
*** kebray has quit IRC | 07:22 | |
*** LimorStotland has joined #heat | 07:23 | |
*** shardy has joined #heat | 07:31 | |
*** zengyingzhe_ has joined #heat | 07:35 | |
*** zengyingzhe has quit IRC | 07:35 | |
*** kbyrne has joined #heat | 07:37 | |
openstackgerrit | Merged openstack/heat: Refactor ResourceGroup batched updates and add tests https://review.openstack.org/217430 | 07:37 |
openstackgerrit | Merged openstack/heat: Calculate ResourceGroup batch sizes using scaling library https://review.openstack.org/213552 | 07:37 |
openstackgerrit | Merged openstack/heat: Return the correct size for the ResourceGroup from _get_batches() https://review.openstack.org/217431 | 07:38 |
*** zeih has joined #heat | 07:39 | |
*** sorantis has joined #heat | 07:39 | |
*** jcoufal has joined #heat | 07:39 | |
*** tiantian has quit IRC | 07:41 | |
*** tiantian has joined #heat | 07:41 | |
*** zeih has quit IRC | 07:43 | |
stevebaker | good grief, getting the scaling-group-common changes to land is like pulling teeth | 07:46 |
asalkeld | cmyster: no, the db truncates the microseconds but utcnow() does not | 07:54 |
asalkeld | (since my patch got reverted :-( ) | 07:54 |
*** pas-ha has joined #heat | 07:55 | |
pas-ha | morning all | 07:56 |
*** inc0 has joined #heat | 07:57 | |
*** lsmola has joined #heat | 08:00 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: round the elapsed time to the nearest second https://review.openstack.org/220903 | 08:00 |
*** tlashchova has joined #heat | 08:03 | |
*** yassine__ has joined #heat | 08:05 | |
*** derekh has joined #heat | 08:08 | |
*** chlong has quit IRC | 08:09 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Add OS::Sahara::JobBinary resource https://review.openstack.org/210045 | 08:10 |
*** e0ne has joined #heat | 08:14 | |
*** kmARC has quit IRC | 08:16 | |
*** kmARC has joined #heat | 08:16 | |
*** pbrooko has joined #heat | 08:16 | |
*** pbrooko_ has joined #heat | 08:20 | |
*** pbrooko has quit IRC | 08:22 | |
*** e0ne has quit IRC | 08:24 | |
*** e0ne has joined #heat | 08:28 | |
*** e0ne has quit IRC | 08:28 | |
*** Beetnik has joined #heat | 08:32 | |
*** zeih has joined #heat | 08:33 | |
*** pbrooko has joined #heat | 08:34 | |
*** pbrooko_ has quit IRC | 08:36 | |
*** zeih has quit IRC | 08:37 | |
*** zengyingzhe_ has quit IRC | 08:37 | |
*** zengyingzhe_ has joined #heat | 08:38 | |
*** shardy_ has joined #heat | 08:41 | |
*** shardy has quit IRC | 08:43 | |
*** shardy_ has quit IRC | 08:46 | |
*** shardy has joined #heat | 08:47 | |
*** vgridnev has joined #heat | 08:48 | |
*** KanagarajM has joined #heat | 08:55 | |
*** jistr has joined #heat | 08:56 | |
*** blues-man has joined #heat | 08:58 | |
*** dimsum__ has joined #heat | 08:59 | |
*** e0ne has joined #heat | 09:06 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/python-heatclient: Enable filters for heat resource-type-list https://review.openstack.org/217697 | 09:06 |
*** zeih has joined #heat | 09:07 | |
*** dimsum__ has quit IRC | 09:07 | |
*** alexpilotti__ is now known as alexpilotti | 09:10 | |
*** kse has quit IRC | 09:11 | |
*** kbyrne has quit IRC | 09:15 | |
openstackgerrit | Pavlo Shchelokovskyy proposed openstack/heat: Create integration tests requirements on the fly https://review.openstack.org/218929 | 09:23 |
openstackgerrit | huangtianhua proposed openstack/python-heatclient: Support redirect when location not start with endpoint https://review.openstack.org/220921 | 09:25 |
*** kbyrne has joined #heat | 09:28 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Check number of deployments after stack creation https://review.openstack.org/218627 | 09:32 |
*** pm90_ has joined #heat | 09:36 | |
*** ananta_ has joined #heat | 09:39 | |
*** rakesh_hs has joined #heat | 09:40 | |
*** pm90_ has quit IRC | 09:41 | |
rakesh_hs | skraynev: Hi, can you review https://review.openstack.org/#/c/204793.. when you find time. | 09:44 |
skraynev | rakesh_hs: sure | 09:44 |
rakesh_hs | thanks :) | 09:44 |
*** tiantian has quit IRC | 09:48 | |
*** tiantian has joined #heat | 09:49 | |
*** liusheng has quit IRC | 10:00 | |
*** Kennan_Vacation2 has joined #heat | 10:02 | |
*** Kennan_Vacation has quit IRC | 10:02 | |
*** elynn has quit IRC | 10:03 | |
*** sorantis has quit IRC | 10:15 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add show resource function to Keystone https://review.openstack.org/214267 | 10:15 |
*** ricolin has quit IRC | 10:22 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add show resource function to Keystone https://review.openstack.org/214267 | 10:23 |
openstackgerrit | Merged openstack/heat: Don't do unnecessary updates in ResourceGroup rolling updates https://review.openstack.org/217432 | 10:23 |
*** sgran_ is now known as sgran | 10:29 | |
openstackgerrit | Merged openstack/heat: Clarify name of scaling resource_templates() function https://review.openstack.org/213553 | 10:38 |
*** sorantis has joined #heat | 10:39 | |
openstackgerrit | Anant Patil proposed openstack/heat: convergence scenario tests https://review.openstack.org/203661 | 10:41 |
ananta_ | could someone please review https://review.openstack.org/#/c/204793 | 10:42 |
LimorStotland | Hi all | 10:48 |
LimorStotland | can anyone please review https://review.openstack.org/#/c/218633/? thanks | 10:48 |
*** e0ne has quit IRC | 10:48 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add intrinsic creating port for server https://review.openstack.org/217753 | 10:49 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Use parent handle_delete for keystone https://review.openstack.org/220949 | 10:53 |
*** Qiming__ has quit IRC | 10:53 | |
*** zhonghua-lee has joined #heat | 10:54 | |
*** Yanyanhu has quit IRC | 10:56 | |
*** blues-man has quit IRC | 10:56 | |
*** jprovazn has quit IRC | 10:58 | |
*** jprovazn has joined #heat | 11:02 | |
*** tochi has quit IRC | 11:02 | |
*** pbrooko has quit IRC | 11:05 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add immutable parameter for schema in pluginguide https://review.openstack.org/220954 | 11:10 |
*** prazumovsky has joined #heat | 11:15 | |
openstackgerrit | Merged openstack/heat: Convergence: Stack concurrent update https://review.openstack.org/195380 | 11:17 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Remove unnecessary validation for resource group https://review.openstack.org/220957 | 11:20 |
*** blues-man has joined #heat | 11:22 | |
*** blues-man has joined #heat | 11:22 | |
*** kbyrne has quit IRC | 11:24 | |
*** liusheng has joined #heat | 11:25 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Use parent handle_delete for keystone https://review.openstack.org/220949 | 11:25 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add batching create to ResourceGroup https://review.openstack.org/185385 | 11:26 |
*** pbrooko has joined #heat | 11:30 | |
*** dimsum__ has joined #heat | 11:33 | |
*** e0ne has joined #heat | 11:35 | |
*** pm90_ has joined #heat | 11:36 | |
*** dimsum__ has quit IRC | 11:40 | |
*** pm90_ has quit IRC | 11:41 | |
*** Dave has joined #heat | 11:43 | |
*** kbyrne has joined #heat | 11:43 | |
*** kbyrne has quit IRC | 11:49 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Use parent handle_delete for keystone https://review.openstack.org/220949 | 11:51 |
*** zengyingzhe_ has quit IRC | 11:56 | |
*** zhonghua-lee has quit IRC | 11:57 | |
*** zengyingzhe has joined #heat | 12:02 | |
*** zhonghua-lee has joined #heat | 12:02 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Add hadoop_version validation to sahara resources https://review.openstack.org/220967 | 12:04 |
*** Qiming_ has joined #heat | 12:12 | |
*** kbyrne has joined #heat | 12:13 | |
*** kbyrne has quit IRC | 12:14 | |
*** KanagarajM has quit IRC | 12:16 | |
*** vijayagurug has joined #heat | 12:21 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Add hadoop_version validation to sahara resources https://review.openstack.org/220967 | 12:28 |
*** dimsum__ has joined #heat | 12:30 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Clarify definition of server network prop in doc https://review.openstack.org/220977 | 12:32 |
*** Qiming_ has quit IRC | 12:33 | |
*** Qiming__ has joined #heat | 12:33 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Concurrency subtle issues https://review.openstack.org/218233 | 12:33 |
*** dimsum__ has quit IRC | 12:34 | |
*** jprovazn has quit IRC | 12:38 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat-templates: Add templates to test autoscaling using mistral resources https://review.openstack.org/205939 | 12:39 |
*** kbyrne has joined #heat | 12:43 | |
*** inc0 has quit IRC | 12:44 | |
*** prazumovsky has quit IRC | 12:47 | |
*** zengyingzhe has quit IRC | 12:48 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Copy resource data in _delete_backup_stack https://review.openstack.org/220986 | 12:59 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Correctly handle port resource during Replace https://review.openstack.org/220502 | 12:59 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Handle pre-replace and pre-rollback actions https://review.openstack.org/220501 | 13:00 |
*** zhenguo has quit IRC | 13:00 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Extra check for stack_update in integration tests https://review.openstack.org/220428 | 13:00 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Correctly handle port resource during Replace https://review.openstack.org/220502 | 13:00 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Copy resource data in _delete_backup_stack https://review.openstack.org/220986 | 13:01 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Copy resource data in _delete_backup_stack https://review.openstack.org/220986 | 13:01 |
*** kbyrne has quit IRC | 13:01 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Remove unnecessary validation for resource group https://review.openstack.org/220957 | 13:10 |
*** kbyrne has joined #heat | 13:16 | |
*** liusheng has quit IRC | 13:17 | |
*** liusheng has joined #heat | 13:18 | |
*** jprovazn has joined #heat | 13:24 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add validation of update_policy to resource https://review.openstack.org/220993 | 13:25 |
*** kbyrne has quit IRC | 13:25 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add validation of update_policy to resource https://review.openstack.org/220993 | 13:25 |
*** ananta_ has quit IRC | 13:26 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Copy resource data in _delete_backup_stack https://review.openstack.org/220986 | 13:26 |
*** kbyrne has joined #heat | 13:29 | |
rakesh_hs | skraynev: Hi, could you please review https://review.openstack.org/#/c/204793/, we need to get in scenario tests as soon as possible so that other changes won't break convergence. | 13:30 |
*** skraynev has left #heat | 13:31 | |
*** skraynev has joined #heat | 13:31 | |
skraynev | rakesh_hs: sure | 13:31 |
skraynev | rakesh_hs: done, also , why do scenario test fail ? | 13:34 |
skraynev | I mean https://review.openstack.org/#/c/203661/ | 13:34 |
*** dimsum__ has joined #heat | 13:34 | |
skraynev | and -1 from Jenkins | 13:34 |
rakesh_hs | We had fixed it last week, after rebase today it is failing due to some new changes, we need to still investigate. Will update soon. | 13:36 |
*** kencjohn_ has joined #heat | 13:39 | |
*** e0ne has quit IRC | 13:39 | |
*** dimsum__ has quit IRC | 13:40 | |
*** vijayagurug has left #heat | 13:41 | |
*** ishant has quit IRC | 13:41 | |
*** kbyrne has quit IRC | 13:42 | |
*** rakesh_hs has quit IRC | 13:43 | |
skraynev | rakesh_hs: ok. sounds good ;) wait, when it became green ;) | 13:45 |
*** kbyrne has joined #heat | 13:46 | |
*** e0ne has joined #heat | 13:48 | |
*** kbyrne has quit IRC | 13:49 | |
*** inc0 has joined #heat | 13:53 | |
*** kbyrne has joined #heat | 13:57 | |
*** kbyrne has quit IRC | 13:57 | |
*** zhonghua-lee has quit IRC | 13:58 | |
*** kbyrne has joined #heat | 14:02 | |
*** kbyrne has quit IRC | 14:02 | |
*** kbyrne has joined #heat | 14:03 | |
*** kbyrne has quit IRC | 14:03 | |
zigo | FYI guys, I've noticed that Heat Liberty b3 in fact needs ceilometer 1.4.0, and not 1.3.0 as advertized. | 14:03 |
zigo | Please fix this in the global-requirements.txt and in Heat's requirements.txt | 14:04 |
*** kbyrne has joined #heat | 14:04 | |
zigo | (sorry, I have no time to do this CR right now...) | 14:04 |
*** kbyrne has quit IRC | 14:04 | |
openstackgerrit | Merged openstack/heat: Add show resource function to Keystone https://review.openstack.org/214267 | 14:07 |
openstackgerrit | Merged openstack/heat: Use parent handle_delete for keystone https://review.openstack.org/220949 | 14:07 |
*** kbyrne has joined #heat | 14:07 | |
*** kbyrne has quit IRC | 14:07 | |
*** kbyrne has joined #heat | 14:09 | |
*** kbyrne has quit IRC | 14:09 | |
*** kbyrne has joined #heat | 14:10 | |
*** kbyrne has quit IRC | 14:10 | |
*** kencjohn_ has quit IRC | 14:14 | |
*** alexpilotti has quit IRC | 14:16 | |
openstackgerrit | Merged openstack/heat: Convergence: pass the input_data into Stack.load() https://review.openstack.org/204793 | 14:17 |
openstackgerrit | Merged openstack/heat: Convergence: Resolve attributes during rollback https://review.openstack.org/219699 | 14:22 |
*** dimsum__ has joined #heat | 14:23 | |
*** kebray has joined #heat | 14:30 | |
*** inc0 has quit IRC | 14:36 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add tests for parent handle_delete method https://review.openstack.org/221022 | 14:40 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Delete children handle_delete testing (Barbican) https://review.openstack.org/221023 | 14:40 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Delete children handle_delete testing (Ceilometer) https://review.openstack.org/221024 | 14:40 |
*** inc0 has joined #heat | 14:42 | |
*** dimsum__ has quit IRC | 14:46 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Delete children handle_delete testing (Cinder) https://review.openstack.org/221029 | 14:49 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Delete children handle_delete testing (Glance) https://review.openstack.org/221030 | 14:49 |
*** kbyrne has joined #heat | 14:53 | |
*** kbyrne has quit IRC | 14:54 | |
*** kbyrne has joined #heat | 14:55 | |
*** liusheng has quit IRC | 14:55 | |
*** kbyrne has quit IRC | 14:55 | |
*** kbyrne has joined #heat | 14:56 | |
*** kbyrne has quit IRC | 14:56 | |
*** kbyrne has joined #heat | 14:57 | |
*** kbyrne has quit IRC | 14:57 | |
*** jprovazn has quit IRC | 14:58 | |
*** kbyrne has joined #heat | 14:58 | |
*** kbyrne has quit IRC | 14:58 | |
*** kbyrne has joined #heat | 15:00 | |
*** kbyrne has quit IRC | 15:00 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Handle replace and rollback cases for Server https://review.openstack.org/221032 | 15:00 |
*** inc0 has quit IRC | 15:01 | |
*** kbyrne has joined #heat | 15:04 | |
*** kbyrne has quit IRC | 15:04 | |
*** kbyrne has joined #heat | 15:06 | |
*** kbyrne has quit IRC | 15:06 | |
*** jcoufal has quit IRC | 15:07 | |
*** zeih has quit IRC | 15:10 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/221041 | 15:13 |
*** inc0 has joined #heat | 15:14 | |
*** sorantis has quit IRC | 15:18 | |
*** jamielennox is now known as jamielennox|away | 15:20 | |
*** blues-man has quit IRC | 15:27 | |
*** Qiming__ has quit IRC | 15:28 | |
*** zeih has joined #heat | 15:28 | |
*** vijayagurug has joined #heat | 15:29 | |
*** inc0 has quit IRC | 15:30 | |
*** vgridnev has quit IRC | 15:33 | |
*** wendar_ is now known as wendar | 15:36 | |
*** sabeen1 has joined #heat | 15:37 | |
*** kbyrne has joined #heat | 15:40 | |
*** inc0 has joined #heat | 15:40 | |
*** blues-man has joined #heat | 15:42 | |
*** zeih has quit IRC | 15:43 | |
*** dimsum__ has joined #heat | 15:46 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Concurrency subtle issues https://review.openstack.org/218233 | 15:47 |
*** sabeen2 has joined #heat | 15:51 | |
*** dimsum__ has quit IRC | 15:53 | |
*** vgridnev has joined #heat | 15:54 | |
*** vgridnev has quit IRC | 15:55 | |
*** sabeen1 has quit IRC | 15:55 | |
*** zeih has joined #heat | 15:58 | |
*** jistr has quit IRC | 16:01 | |
*** kebray has quit IRC | 16:01 | |
*** zeih has quit IRC | 16:03 | |
*** ishant has joined #heat | 16:06 | |
*** hdd has joined #heat | 16:11 | |
*** inc0 has quit IRC | 16:13 | |
*** e0ne has quit IRC | 16:15 | |
*** pbrooko has quit IRC | 16:20 | |
*** inc0 has joined #heat | 16:26 | |
*** AlexeyElagin has joined #heat | 16:30 | |
*** vijayagurug has quit IRC | 16:35 | |
*** ishant has quit IRC | 16:36 | |
*** dimsum__ has joined #heat | 16:43 | |
*** dimsum__ has quit IRC | 16:49 | |
*** pm90_ has joined #heat | 16:53 | |
*** inc0 has quit IRC | 16:57 | |
*** kencjohn_ has joined #heat | 17:00 | |
*** inc0 has joined #heat | 17:01 | |
*** e0ne has joined #heat | 17:02 | |
*** derekh has quit IRC | 17:03 | |
*** inc0 has quit IRC | 17:06 | |
*** daneyon has joined #heat | 17:13 | |
*** e0ne has quit IRC | 17:13 | |
*** e0ne has joined #heat | 17:17 | |
*** lsmola has quit IRC | 17:17 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Add sahara.plugin custom constraint https://review.openstack.org/220485 | 17:19 |
*** daneyon has quit IRC | 17:19 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Add hadoop_version validation to sahara resources https://review.openstack.org/220967 | 17:19 |
*** pas-ha has quit IRC | 17:20 | |
*** inc0 has joined #heat | 17:25 | |
*** blues-man has quit IRC | 17:26 | |
*** tlashchova has quit IRC | 17:28 | |
*** hdd has quit IRC | 17:29 | |
*** inc0 has quit IRC | 17:29 | |
*** boris-42 has quit IRC | 17:30 | |
*** vgridnev has joined #heat | 17:44 | |
*** kencjohn_ has quit IRC | 17:47 | |
*** dimsum__ has joined #heat | 17:50 | |
*** e0ne has quit IRC | 17:54 | |
*** dimsum__ has quit IRC | 17:56 | |
*** inc0 has joined #heat | 17:56 | |
*** e0ne has joined #heat | 17:58 | |
*** e0ne has quit IRC | 18:03 | |
*** inc0 has quit IRC | 18:03 | |
*** e0ne has joined #heat | 18:07 | |
*** eliqiao has quit IRC | 18:11 | |
*** yassine__ has quit IRC | 18:22 | |
openstackgerrit | Merged openstack/heat: Updated from global requirements https://review.openstack.org/221041 | 18:26 |
*** e0ne has quit IRC | 18:26 | |
*** vgridnev has quit IRC | 18:28 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Add sahara.plugin custom constraint https://review.openstack.org/220485 | 18:29 |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Add hadoop_version validation to sahara resources https://review.openstack.org/220967 | 18:29 |
*** e0ne has joined #heat | 18:30 | |
*** dimsum__ has joined #heat | 18:34 | |
*** e0ne has quit IRC | 18:38 | |
*** vgridnev has joined #heat | 18:40 | |
*** e0ne has joined #heat | 18:41 | |
*** e0ne has quit IRC | 18:43 | |
*** e0ne has joined #heat | 18:47 | |
*** dimsum__ has quit IRC | 18:47 | |
*** e0ne has quit IRC | 18:50 | |
*** jtomasek has quit IRC | 19:11 | |
*** dimsum__ has joined #heat | 19:13 | |
*** daneyon has joined #heat | 19:24 | |
*** daneyon_ has joined #heat | 19:36 | |
*** daneyon has quit IRC | 19:39 | |
*** boris-42 has joined #heat | 19:54 | |
*** dimsum__ has quit IRC | 20:36 | |
openstackgerrit | Steve Baker proposed openstack/heat: Handle scaling up in scaling library next_batch() function https://review.openstack.org/218957 | 20:44 |
openstackgerrit | Steve Baker proposed openstack/heat: Allow ResourceGroup rolling update to scale up https://review.openstack.org/218958 | 20:44 |
openstackgerrit | Steve Baker proposed openstack/heat: Don't return resource names from ResourceGroup._get_batches() https://review.openstack.org/218459 | 20:44 |
openstackgerrit | Steve Baker proposed openstack/heat: Allow a custom new ID function for member_definitions() https://review.openstack.org/213554 | 20:44 |
openstackgerrit | Steve Baker proposed openstack/heat: Allow ResourceGroup rolling update to scale down https://review.openstack.org/218959 | 20:44 |
openstackgerrit | Steve Baker proposed openstack/heat: Allow member_definitions() to customise each member that it defines https://review.openstack.org/213555 | 20:44 |
openstackgerrit | Steve Baker proposed openstack/heat: Use the member_definition library func in ResourceGroup rolling updates https://review.openstack.org/213556 | 20:44 |
openstackgerrit | Steve Baker proposed openstack/heat: Don't repeatedly overwrite definitions in RG rolling update https://review.openstack.org/217433 | 20:44 |
openstackgerrit | Steve Baker proposed openstack/heat: Add unit tests for ResourceGroup._assemble_for_rolling_update() https://review.openstack.org/218453 | 20:44 |
openstackgerrit | Steve Baker proposed openstack/heat: Return max_upd from ResourceGroup._get_batches() https://review.openstack.org/218452 | 20:44 |
openstackgerrit | Steve Baker proposed openstack/heat: Refactor ResourceGroup._get_batches() to be much, much simpler https://review.openstack.org/218454 | 20:44 |
*** dimsum__ has joined #heat | 20:51 | |
*** sdake_ has quit IRC | 20:55 | |
asalkeld | wow stevebaker .. | 21:03 |
stevebaker | its just a rebase of zaneb's series | 21:03 |
asalkeld | aaa | 21:03 |
*** shardy has quit IRC | 21:31 | |
*** pm90_ has quit IRC | 21:39 | |
*** Beetnik has quit IRC | 21:44 | |
stevebaker | the gate is quiet, is the US on holiday> | 21:46 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/221110 | 21:53 |
asalkeld | nice | 21:59 |
stevebaker | asalkeld: could you take a look at this series from here onwards? https://review.openstack.org/#/c/218459/4 | 22:06 |
*** jamielennox|away is now known as jamielennox | 22:11 | |
asalkeld | ok | 22:15 |
*** vgridnev has quit IRC | 22:17 | |
asalkeld | stevebaker: there are jenkins -1's | 22:18 |
asalkeld | https://review.openstack.org/#/c/218454/3 | 22:18 |
openstackgerrit | Merged openstack/heat: Allow a custom new ID function for member_definitions() https://review.openstack.org/213554 | 22:18 |
stevebaker | asalkeld: its an unrelated failure, I've seen it before but not looked into it yet http://logs.openstack.org/54/218454/3/check/gate-heat-dsvm-functional-orig-mysql/481f598/console.html#_2015-09-07_21_42_41_505 | 22:19 |
stevebaker | asalkeld: I've just raised https://bugs.launchpad.net/heat/+bug/1493166 | 22:22 |
openstack | Launchpad bug 1493166 in heat "Stack RemoteStackTest failed to reach DELETE_COMPLETE" [High,Triaged] | 22:22 |
openstackgerrit | Merged openstack/heat: Allow member_definitions() to customise each member that it defines https://review.openstack.org/213555 | 22:23 |
openstackgerrit | Merged openstack/heat: Return max_upd from ResourceGroup._get_batches() https://review.openstack.org/218452 | 22:23 |
openstackgerrit | Merged openstack/heat: Add unit tests for ResourceGroup._assemble_for_rolling_update() https://review.openstack.org/218453 | 22:27 |
asalkeld | stevebaker: i suspect fixed by: https://review.openstack.org/#/c/220903/ | 22:29 |
asalkeld | (i'll clean that up and add tests) | 22:29 |
asalkeld | I see: | 22:30 |
asalkeld | keystoneclient/service_catalog.py:196: UserWarning: Providing attr without filter_value to get_urls() is deprecated as of the 1.7.0 release and may be removed in the 2.0.0 release. Either both should be provided or neither should be provided. | 22:30 |
*** david-lyle has quit IRC | 22:39 | |
stevebaker | cool. this one is happening quite often too https://bugs.launchpad.net/heat/+bug/1483670 | 22:43 |
openstack | Launchpad bug 1483670 in heat "Intermittent failure in test_template_resource_update_template_schema" [High,Triaged] | 22:43 |
*** david-lyle has joined #heat | 22:44 | |
jamielennox | asalkeld: that warning should be easy to fix | 22:44 |
*** sdake has joined #heat | 22:53 | |
*** pm90_ has joined #heat | 23:21 | |
*** kse has joined #heat | 23:36 | |
openstackgerrit | Merged openstack/heat: Use the member_definition library func in ResourceGroup rolling updates https://review.openstack.org/213556 | 23:39 |
*** chlong has joined #heat | 23:40 | |
*** Qiming__ has joined #heat | 23:41 | |
*** sdake has quit IRC | 23:42 | |
openstackgerrit | Merged openstack/heat: Don't repeatedly overwrite definitions in RG rolling update https://review.openstack.org/217433 | 23:44 |
*** tochi has joined #heat | 23:44 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: Round the elapsed time to the nearest second https://review.openstack.org/220903 | 23:49 |
*** kencjohn_ has joined #heat | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!