| *** htruta_ has joined #heat | 00:02 | |
| *** randallburt has quit IRC | 00:04 | |
| *** dsneddon is now known as dsneddon_biab | 00:05 | |
| *** randallburt has joined #heat | 00:06 | |
| *** tochi has quit IRC | 00:09 | |
| *** kebray has quit IRC | 00:12 | |
| *** ananta_ has quit IRC | 00:19 | |
| *** randallburt has quit IRC | 00:21 | |
| *** pm90_ has quit IRC | 00:22 | |
| *** sdake has quit IRC | 00:24 | |
| *** tochi has joined #heat | 00:24 | |
| *** lipinski has joined #heat | 00:27 | |
| *** lixinhui has joined #heat | 00:34 | |
| *** lixinhui has quit IRC | 00:38 | |
| *** erkules has quit IRC | 00:41 | |
| *** chlong has joined #heat | 00:42 | |
| *** sdake has joined #heat | 00:48 | |
| *** dsneddon_biab is now known as dsneddon | 00:48 | |
| *** kebray has joined #heat | 00:51 | |
| *** kebray has quit IRC | 00:55 | |
| *** sdake_ has joined #heat | 00:58 | |
| *** sdake has quit IRC | 01:01 | |
| *** tobe has joined #heat | 01:05 | |
| *** yuanying has joined #heat | 01:06 | |
| *** saurabhs has quit IRC | 01:08 | |
| *** _liusheng has joined #heat | 01:10 | |
| *** huangtianhua has joined #heat | 01:10 | |
| *** _liusheng has quit IRC | 01:11 | |
| *** LiJiansheng has joined #heat | 01:12 | |
| *** liusheng_ has joined #heat | 01:12 | |
| *** lee__ has joined #heat | 01:14 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Correct volume restore behavior https://review.openstack.org/182152 | 01:16 |
|---|---|---|
| *** LiJiansheng has quit IRC | 01:16 | |
| *** Qiming has joined #heat | 01:20 | |
| *** lixinhui has joined #heat | 01:20 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Add and apply cinder backup constraint https://review.openstack.org/183433 | 01:27 |
| *** vahidh has quit IRC | 01:35 | |
| *** sjmc7 has joined #heat | 01:41 | |
| *** sjmc7 has quit IRC | 01:46 | |
| *** zzxwill has joined #heat | 01:49 | |
| zzxwill | Can "heat stack-suspend" command be supported? | 01:50 |
| *** ahonda has quit IRC | 01:52 | |
| *** EricGonczer_ has joined #heat | 01:52 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Correct volume restore behavior https://review.openstack.org/182152 | 01:55 |
| *** kebray has joined #heat | 01:56 | |
| *** kebray has quit IRC | 01:57 | |
| sirushti | morning all | 02:02 |
| *** dims has quit IRC | 02:04 | |
| *** htruta_ has quit IRC | 02:05 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Add and apply cinder backup constraint https://review.openstack.org/183433 | 02:05 |
| *** kebray has joined #heat | 02:07 | |
| *** dims has joined #heat | 02:08 | |
| asalkeld | sirushti: should I merge these 3 patches? https://review.openstack.org/#/c/192290/1 https://review.openstack.org/#/c/192290/1 https://review.openstack.org/#/c/192290/1 | 02:13 |
| asalkeld | (i'll put co-authored-by all 3 people) | 02:13 |
| sirushti | They're all the same ;) | 02:13 |
| asalkeld | yeah | 02:13 |
| sirushti | oh | 02:13 |
| asalkeld | doh | 02:14 |
| asalkeld | hang on | 02:14 |
| *** Marga_ has quit IRC | 02:14 | |
| asalkeld | https://review.openstack.org/#/c/188690/8 https://review.openstack.org/192290 https://review.openstack.org/#/c/192049/3 | 02:14 |
| sirushti | sure, sounds fine, although this -> https://review.openstack.org/#/c/192290/ is dependent on another patch | 02:16 |
| *** Marga_ has joined #heat | 02:16 | |
| *** Marga_ has quit IRC | 02:16 | |
| sirushti | the other two are fine | 02:16 |
| asalkeld | ok, i'll look into it | 02:16 |
| sirushti | btw, could you take a look at this comment here? -> https://review.openstack.org/#/c/192049/3/heat/db/sqlalchemy/api.py | 02:17 |
| *** Marga_ has joined #heat | 02:17 | |
| asalkeld | sirushti: I agree with the entity_id = 0 (maybe do that seperately tho' | 02:18 |
| asalkeld | needs a schema change | 02:18 |
| sirushti | I had another question about your spec convergence-concurrent-workflow | 02:19 |
| *** dims has quit IRC | 02:19 | |
| asalkeld | ok | 02:19 |
| sirushti | what do you do when dealing with locked resources on a new update | 02:19 |
| *** EricGonczer_ has quit IRC | 02:20 | |
| asalkeld | sirushti: i think you just "return", and when that resource finishes, you carry on | 02:21 |
| asalkeld | sirushti: i need a functional test for this, it is a bit difficult to theorise - hoping we can get the test harness soon | 02:22 |
| sirushti | Well, so on a new update, who is going to trigger check_resource on that resource that was locked by a previous update? | 02:22 |
| zzxwill | Can "heat stack-suspend" command be supported? Office doc supports handle_suspend() http://docs.openstack.org/developer/heat/pluginguide.html#suspend-optional. | 02:23 |
| *** EricGonczer_ has joined #heat | 02:23 | |
| *** EricGonczer_ has quit IRC | 02:24 | |
| *** vijayagurug has joined #heat | 02:25 | |
| asalkeld | sirushti: maybe that's line178 here https://review.openstack.org/#/c/191631/4/heat/engine/worker.py | 02:25 |
| asalkeld | zzxwill: i think it a config option | 02:25 |
| sirushti | asalkeld, yup, my thoughts exactly, but I was just wondering if you had another idea for that | 02:26 |
| zzxwill | asalkeld: where can I config the option? | 02:26 |
| asalkeld | zzxwill: actually i don't see a config option, it always on | 02:27 |
| *** lipinski has quit IRC | 02:29 | |
| *** kebray has quit IRC | 02:32 | |
| zzxwill | heat: error: argument <subcommand> | 02:32 |
| zzxwill | I use OpenStack Icehouse. | 02:32 |
| *** Marga_ has quit IRC | 02:33 | |
| *** Marga_ has joined #heat | 02:34 | |
| asalkeld | zzxwill: that might be a bit old | 02:35 |
| *** Marga_ has quit IRC | 02:37 | |
| zzxwill | There is no that command in the official site http://docs.openstack.org/cli-reference/content/heatclient_commands.html. | 02:40 |
| *** jfluhmann has joined #heat | 02:41 | |
| *** kebray has joined #heat | 02:44 | |
| *** Yanyanhu has joined #heat | 02:44 | |
| zzxwill | action-suspend will trigger handle_suspend()? | 02:47 |
| *** liusheng_ has quit IRC | 02:48 | |
| *** liusheng has joined #heat | 02:48 | |
| sirushti | zzxwill, yup | 02:49 |
| zzxwill | Thanks, sirushti and asalkeld. | 02:52 |
| *** sdake_ is now known as sdake | 03:00 | |
| cmyster | morning | 03:03 |
| asalkeld | sirushti: how do i know which one is correct (heat.tests.test_engine_service.StackConvergenceCreateUpdateDeleteTest.test_conv_empty_template_stack_update_delete0 | 03:09 |
| asalkeld | reference = 'Dependencies([((3, False), (2, False)), ((3, False), (1, False)), ((5, False), (3, False)), ((4, False), (3, False))])' | 03:09 |
| asalkeld | actual = 'Dependencies([((3, False), None), ((2, False), None), ((1, False), None), ((5, False), None), ((4, False), None)])' | 03:09 |
| *** Marga_ has joined #heat | 03:09 | |
| *** liusheng has quit IRC | 03:09 | |
| *** liusheng has joined #heat | 03:10 | |
| sirushti | asalkeld, Oh, I see I forgot to mention the patch that was dependent on -> https://review.openstack.org/#/c/192212/4 | 03:11 |
| asalkeld | ok, thanks | 03:11 |
| sirushti | the former is correct btw | 03:11 |
| sirushti | asalkeld, perhaps, squash all 4? | 03:13 |
| asalkeld | ok, i'll do that | 03:13 |
| sirushti | sure, thanks :) | 03:13 |
| *** Marga_ has quit IRC | 03:14 | |
| *** yuanying_ has joined #heat | 03:19 | |
| *** yuanying has quit IRC | 03:20 | |
| *** htruta has quit IRC | 03:22 | |
| *** yuanying_ has quit IRC | 03:31 | |
| *** coolsvap|afk is now known as coolsvap | 03:34 | |
| openstackgerrit | Sirushti Murugesan proposed openstack/heat: Make all heat services console_scripts entry points https://review.openstack.org/192334 | 03:40 |
| *** Qiming_ has joined #heat | 03:41 | |
| *** Qiming has quit IRC | 03:41 | |
| openstackgerrit | Sirushti Murugesan proposed openstack/heat: Add console_scripts entry points for all heat services https://review.openstack.org/192334 | 03:42 |
| *** Marga_ has joined #heat | 03:43 | |
| *** Marga__ has joined #heat | 03:45 | |
| *** Marga_ has quit IRC | 03:47 | |
| *** Marga_ has joined #heat | 03:48 | |
| openstackgerrit | Angus Salkeld proposed openstack/heat: convergence concurrent workflow https://review.openstack.org/191631 | 03:48 |
| openstackgerrit | Angus Salkeld proposed openstack/heat: Add the convergence resource replacement logic https://review.openstack.org/180022 | 03:48 |
| openstackgerrit | Angus Salkeld proposed openstack/heat: Move listener rpc client to rpc/listener_client.py https://review.openstack.org/191630 | 03:48 |
| openstackgerrit | Angus Salkeld proposed openstack/heat: DNM: Take convergence for a spin https://review.openstack.org/191632 | 03:48 |
| openstackgerrit | Angus Salkeld proposed openstack/heat: convergence: sync_point fixes https://review.openstack.org/188690 | 03:48 |
| openstackgerrit | Angus Salkeld proposed openstack/heat: convergence: (temporary) convert int entity_id to string https://review.openstack.org/192513 | 03:48 |
| asalkeld | sirushti: ^ | 03:48 |
| * asalkeld having lunch brb | 03:49 | |
| *** Marga__ has quit IRC | 03:49 | |
| *** hdd has joined #heat | 03:51 | |
| *** yuanying has joined #heat | 03:53 | |
| *** vijayagurug has quit IRC | 03:55 | |
| stevebaker | btw, stable/kilo backports to reduce memory usage https://review.openstack.org/#/q/status:open+project:openstack/heat+branch:stable/kilo+topic:bug/1455589,n,z | 03:56 |
| *** yuanying has quit IRC | 03:59 | |
| *** Drago has quit IRC | 04:00 | |
| *** Drago has joined #heat | 04:01 | |
| *** yuanying has joined #heat | 04:08 | |
| *** lee__ has quit IRC | 04:17 | |
| *** achanda has joined #heat | 04:23 | |
| *** r0j4z0 has joined #heat | 04:25 | |
| *** gberginc has joined #heat | 04:29 | |
| openstackgerrit | Merged openstack/heat: Add _add_event at the end of update_task https://review.openstack.org/191848 | 04:30 |
| *** achanda has quit IRC | 04:32 | |
| *** yuanying has quit IRC | 04:32 | |
| openstackgerrit | Merged openstack/heat: Remove deprecated headers in auth_password https://review.openstack.org/187525 | 04:32 |
| *** yuanying has joined #heat | 04:34 | |
| *** yuanying has joined #heat | 04:35 | |
| *** yuanying has quit IRC | 04:37 | |
| *** yuanying has joined #heat | 04:37 | |
| *** sabeen has quit IRC | 04:41 | |
| *** elynn has joined #heat | 04:42 | |
| openstackgerrit | Merged openstack/python-heatclient: Add first pass at post_test_hook for functional https://review.openstack.org/180539 | 04:53 |
| *** ananta_ has joined #heat | 04:55 | |
| *** ananta_ has quit IRC | 04:57 | |
| *** achanda has joined #heat | 05:02 | |
| openstackgerrit | Merged openstack/python-heatclient: Move test_event_utils.py module to unit directory https://review.openstack.org/189699 | 05:03 |
| *** hdd has quit IRC | 05:03 | |
| *** kebray has quit IRC | 05:10 | |
| *** nihilifer has joined #heat | 05:12 | |
| *** ananta_ has joined #heat | 05:13 | |
| *** LimorStotland has joined #heat | 05:14 | |
| *** sjmc7 has joined #heat | 05:19 | |
| *** huangtianhua has quit IRC | 05:23 | |
| *** sjmc7 has quit IRC | 05:23 | |
| *** LimorStotland has quit IRC | 05:26 | |
| *** LimorStotland has joined #heat | 05:26 | |
| *** erkules has joined #heat | 05:26 | |
| *** vijayagurug has joined #heat | 05:29 | |
| *** achanda has quit IRC | 05:31 | |
| *** serg_melikyan has joined #heat | 05:33 | |
| openstackgerrit | Rico Lin proposed openstack/heat: Missing template file on update fails silently https://review.openstack.org/192520 | 05:36 |
| *** nkhare has joined #heat | 05:37 | |
| openstackgerrit | Merged openstack/heat: Add previous_status to SupportStatus https://review.openstack.org/186339 | 05:38 |
| openstackgerrit | Merged openstack/heat: Add additional info for DEPRECATED objects https://review.openstack.org/168868 | 05:38 |
| *** tobe has quit IRC | 05:39 | |
| ananta_ | skraynev: hi | 05:41 |
| *** vijayagurug has left #heat | 05:46 | |
| *** LimorStotland has quit IRC | 05:47 | |
| *** serg_melikyan has quit IRC | 06:01 | |
| *** ishant has joined #heat | 06:03 | |
| *** tsandall has quit IRC | 06:05 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Imported Translations from Transifex https://review.openstack.org/190492 | 06:06 |
| *** huangtianhua has joined #heat | 06:07 | |
| *** nitzikow has joined #heat | 06:07 | |
| *** inc0 has joined #heat | 06:09 | |
| *** tobe has joined #heat | 06:20 | |
| *** Marga_ has quit IRC | 06:23 | |
| openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Designate client plugin https://review.openstack.org/189196 | 06:25 |
| openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Conditionally expose resources based on available services https://review.openstack.org/191034 | 06:26 |
| openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Make sure default_client_name declared for required resources https://review.openstack.org/191097 | 06:26 |
| openstackgerrit | Kanagaraj Manickam proposed openstack/heat: List resource_type based on availability https://review.openstack.org/191096 | 06:26 |
| openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Adds service_types to client_plugins https://review.openstack.org/192529 | 06:26 |
| *** KanagarajM has joined #heat | 06:29 | |
| *** pal has joined #heat | 06:30 | |
| *** serg_melikyan has joined #heat | 06:35 | |
| *** serg_melikyan has quit IRC | 06:38 | |
| *** LimorStotland has joined #heat | 06:41 | |
| *** boris-42 has quit IRC | 06:42 | |
| *** nitzikow has quit IRC | 06:43 | |
| *** nitzikow has joined #heat | 06:45 | |
| *** serg_melikyan has joined #heat | 06:51 | |
| *** gcivitella has joined #heat | 06:55 | |
| *** Qiming__ has joined #heat | 06:59 | |
| *** Drago has quit IRC | 07:02 | |
| *** Qiming_ has quit IRC | 07:03 | |
| *** r0j4z0 has quit IRC | 07:05 | |
| *** jtomasek has quit IRC | 07:07 | |
| *** sjmc7 has joined #heat | 07:08 | |
| *** nitzikow has quit IRC | 07:09 | |
| *** nitzikow has joined #heat | 07:10 | |
| KanagarajM | asalkeld: hi, I tried to test with https://review.openstack.org/#/c/188690/ | 07:10 |
| KanagarajM | asalkeld: for create, update and delete in convergence mode by using (template with one resource and dependent resources) and it worked. | 07:11 |
| *** sjmc7 has quit IRC | 07:12 | |
| *** BManojlovic has joined #heat | 07:12 | |
| KanagarajM | asalkeld: And i were facing issue on the serilization of input_data while sending acorss RPC and found the fix, but your patch already fixed it. Thanks ! | 07:13 |
| *** nitzikow has quit IRC | 07:14 | |
| *** Adri2000 has quit IRC | 07:15 | |
| *** xuhaiwei_ has quit IRC | 07:16 | |
| *** Adri2000 has joined #heat | 07:18 | |
| *** sdake has quit IRC | 07:20 | |
| *** jprovazn has joined #heat | 07:20 | |
| *** LimorStotland has quit IRC | 07:23 | |
| openstackgerrit | Anant Patil proposed openstack/heat: Reusable empty template https://review.openstack.org/191666 | 07:27 |
| *** serg_melikyan has quit IRC | 07:29 | |
| *** serg_melikyan has joined #heat | 07:30 | |
| skraynev | ananta_: hi | 07:33 |
| ananta_ | skraynev: | 07:34 |
| ananta_ | skraynev: hi | 07:34 |
| *** serg_melikyan has quit IRC | 07:34 | |
| ananta_ | I just upadted the patch...you may want to have a look | 07:35 |
| skraynev | which one? | 07:35 |
| skraynev | could you give a link please :) | 07:36 |
| ananta_ | skraynev: for the empty template one | 07:36 |
| ananta_ | yeah...one min | 07:36 |
| skraynev | ok. got it . will look | 07:36 |
| openstackgerrit | Anant Patil proposed openstack/heat: Reusable empty template https://review.openstack.org/191666 | 07:36 |
| *** Qiming__ is now known as Qiming | 07:36 | |
| ananta_ | skraynev: the above one ^ | 07:37 |
| skraynev | ananta_: wow! cool. I thought about such approach. you safe my time | 07:38 |
| *** rakesh_hs has joined #heat | 07:38 | |
| skraynev | one minor suggestion | 07:38 |
| skraynev | can we use self.version attribute instead of passing additional parameter?? | 07:39 |
| ananta_ | skraynev: yeah, thought about it, but is a class method, so left it | 07:40 |
| ananta_ | if one has an instance of template, they can just pass the version of that | 07:40 |
| ananta_ | like I did in the tests | 07:40 |
| ananta_ | it is class method so that the client can just call it without having any ref to an instance of template | 07:42 |
| *** nitzikow has joined #heat | 07:43 | |
| *** tspatzier has joined #heat | 07:44 | |
| *** serg_melikyan has joined #heat | 07:47 | |
| skraynev | so. you did it to be free from instances of class, right? | 07:48 |
| ananta_ | skraynev: yes | 07:48 |
| *** ifarkas has joined #heat | 07:50 | |
| *** tspatzier has quit IRC | 07:53 | |
| skraynev | ananta_: I updated my comment. So just add description of version parameter in docstring | 07:54 |
| *** serg_melikyan has quit IRC | 07:54 | |
| *** serg_melikyan has joined #heat | 07:54 | |
| ananta_ | skraynev: I regret adding the doc comment altogether | 07:57 |
| *** nitzikow has quit IRC | 07:57 | |
| *** nitzikow has joined #heat | 07:59 | |
| *** LimorStotland has joined #heat | 08:02 | |
| *** nitzikow has quit IRC | 08:02 | |
| *** nitzikow has joined #heat | 08:03 | |
| *** nitzikow has quit IRC | 08:06 | |
| *** r0j4z0 has joined #heat | 08:06 | |
| *** nitzikow has joined #heat | 08:06 | |
| *** jcoufal has joined #heat | 08:08 | |
| *** nitzikow_ has joined #heat | 08:08 | |
| *** pal has quit IRC | 08:08 | |
| *** jcoufal has quit IRC | 08:09 | |
| *** nitzikow has quit IRC | 08:09 | |
| *** serg_melikyan has quit IRC | 08:09 | |
| *** serg_melikyan has joined #heat | 08:10 | |
| *** jcoufal has joined #heat | 08:10 | |
| *** sorantis has joined #heat | 08:10 | |
| *** derekh has joined #heat | 08:12 | |
| *** serg_mel_ has joined #heat | 08:14 | |
| huangtianhua | hope someone have a look at https://review.openstack.org/#/c/184209/, thanks | 08:15 |
| *** serg_melikyan has quit IRC | 08:17 | |
| openstackgerrit | Divakar Padiyar Nandavar proposed openstack/heat: Coverage: Additional test case for better coverage https://review.openstack.org/192546 | 08:18 |
| *** chlong has quit IRC | 08:18 | |
| *** yassine has joined #heat | 08:24 | |
| *** serg_mel_ has quit IRC | 08:32 | |
| *** pal has joined #heat | 08:34 | |
| *** LiJiansheng has joined #heat | 08:34 | |
| *** mgershen has joined #heat | 08:35 | |
| *** lee__ has joined #heat | 08:38 | |
| openstackgerrit | Anant Patil proposed openstack/heat: Reusable empty template https://review.openstack.org/191666 | 08:39 |
| *** LimorStotland has quit IRC | 08:40 | |
| *** LiJiansheng has quit IRC | 08:41 | |
| *** serg_melikyan has joined #heat | 08:42 | |
| *** serg_mel_ has joined #heat | 08:43 | |
| *** serg_melikyan has quit IRC | 08:46 | |
| openstackgerrit | Merged openstack/heat: Imported Translations from Transifex https://review.openstack.org/190492 | 08:47 |
| *** coolsvap is now known as coolsvap|afk | 08:52 | |
| *** nitzikow_ has quit IRC | 08:52 | |
| *** nitzikow has joined #heat | 08:53 | |
| *** cdent has joined #heat | 08:53 | |
| *** tspatzier has joined #heat | 08:56 | |
| *** nitzikow has quit IRC | 08:56 | |
| *** sjmc7 has joined #heat | 08:56 | |
| *** tobe has quit IRC | 08:58 | |
| *** tobe has joined #heat | 08:59 | |
| *** cdent has quit IRC | 09:00 | |
| *** cdent has joined #heat | 09:00 | |
| *** tobe_ has joined #heat | 09:01 | |
| *** tobe_ has quit IRC | 09:01 | |
| *** sjmc7 has quit IRC | 09:01 | |
| *** Slower has quit IRC | 09:01 | |
| *** nijaba has quit IRC | 09:02 | |
| *** coolsvap|afk is now known as coolsvap | 09:03 | |
| *** tobe has quit IRC | 09:03 | |
| *** lee__ has quit IRC | 09:06 | |
| *** lee__ has joined #heat | 09:07 | |
| *** daneyon has joined #heat | 09:09 | |
| *** nijaba has joined #heat | 09:10 | |
| *** nijaba has quit IRC | 09:10 | |
| *** nijaba has joined #heat | 09:10 | |
| *** Slower has joined #heat | 09:13 | |
| *** daneyon has quit IRC | 09:14 | |
| *** elynn_ has joined #heat | 09:14 | |
| *** pal has quit IRC | 09:15 | |
| *** elynn has quit IRC | 09:18 | |
| *** tobe has joined #heat | 09:23 | |
| *** multi_io has quit IRC | 09:25 | |
| *** multi_io has joined #heat | 09:26 | |
| *** gcivitella has quit IRC | 09:27 | |
| *** gcivitella has joined #heat | 09:27 | |
| openstackgerrit | Rico Lin proposed openstack/heat: Stack updated error if creation fails https://review.openstack.org/190039 | 09:29 |
| openstackgerrit | huangtianhua proposed openstack/heat: Remove unnecessary has_client() checks https://review.openstack.org/192561 | 09:30 |
| *** jtomasek has joined #heat | 09:32 | |
| *** akuznetsova_ is now known as akuznetsova | 09:33 | |
| *** rakesh_hs_ has joined #heat | 09:34 | |
| *** e0ne has joined #heat | 09:36 | |
| *** serg_mel_ has quit IRC | 09:36 | |
| *** rakesh_hs has quit IRC | 09:38 | |
| *** rakesh_hs_ has quit IRC | 09:39 | |
| openstackgerrit | Andrew Orlov proposed openstack/heat: Added tests for checking of handling AssertionErrors https://review.openstack.org/192175 | 09:39 |
| *** LiJiansheng has joined #heat | 09:42 | |
| *** e0ne is now known as e0ne_ | 09:43 | |
| openstackgerrit | Sergey Kraynev proposed openstack/heat: Update headers in aws api to use X-Project-* https://review.openstack.org/192564 | 09:43 |
| *** lee__ has quit IRC | 09:44 | |
| *** e0ne_ is now known as e0ne | 09:47 | |
| *** serg_melikyan has joined #heat | 09:52 | |
| *** Yanyanhu has quit IRC | 09:52 | |
| *** Yanyanhu has joined #heat | 09:53 | |
| *** Yanyanhu has quit IRC | 09:53 | |
| *** Marga_ has joined #heat | 09:54 | |
| openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Adds designate.domain constrain https://review.openstack.org/192569 | 10:04 |
| openstackgerrit | Sergey Kraynev proposed openstack/python-heatclient: *** just for testing DON'T MERGE *** https://review.openstack.org/192570 | 10:04 |
| *** elynn_ has quit IRC | 10:08 | |
| *** Qiming has quit IRC | 10:13 | |
| skraynev | asalkeld: ping | 10:15 |
| *** dims has joined #heat | 10:17 | |
| *** tobe has quit IRC | 10:17 | |
| *** dims has quit IRC | 10:17 | |
| *** dims has joined #heat | 10:18 | |
| openstackgerrit | huangtianhua proposed openstack/heat: Remove unnecessary has_client() checks https://review.openstack.org/192561 | 10:28 |
| *** inc0 has quit IRC | 10:30 | |
| *** sorantis has quit IRC | 10:30 | |
| openstackgerrit | Andrew Orlov proposed openstack/heat: Added tests for checking of handling AssertionErrors https://review.openstack.org/192175 | 10:30 |
| *** serg_melikyan has quit IRC | 10:33 | |
| *** inc0 has joined #heat | 10:34 | |
| openstackgerrit | Ritesh proposed openstack/heat-specs: Pause and unpause actions for a stack https://review.openstack.org/187524 | 10:40 |
| *** inc0 has quit IRC | 10:41 | |
| *** serg_melikyan has joined #heat | 10:41 | |
| *** inc0 has joined #heat | 10:42 | |
| *** sjmc7 has joined #heat | 10:45 | |
| *** inc0 has quit IRC | 10:46 | |
| *** zzxwill has quit IRC | 10:47 | |
| *** sorantis has joined #heat | 10:48 | |
| *** e0ne is now known as e0ne_ | 10:49 | |
| *** inc0 has joined #heat | 10:49 | |
| *** sjmc7 has quit IRC | 10:50 | |
| *** serg_melikyan has quit IRC | 10:51 | |
| asalkeld | hi skraynev | 10:53 |
| *** e0ne_ has quit IRC | 10:54 | |
| skraynev | hi asalkeld, I wanted to ask you about comment for external resource spec | 10:54 |
| asalkeld | ok | 10:55 |
| skraynev | asalkeld: have you read it ? | 10:55 |
| *** serg_melikyan has joined #heat | 10:55 | |
| asalkeld | yeah, it probably falls into the catagory of the resource_data | 10:56 |
| asalkeld | (if it is not supported, we need to document it - not sure exactly how) | 10:56 |
| *** e0ne has joined #heat | 10:56 | |
| *** inc0 has quit IRC | 10:57 | |
| *** daneyon has joined #heat | 10:58 | |
| *** serg_melikyan has quit IRC | 10:58 | |
| skraynev | asalkeld: if you will not forget about it I can approve spec :) | 10:59 |
| asalkeld | ok, your call | 10:59 |
| skraynev | asalkeld: done ;) | 11:01 |
| *** Marga_ has quit IRC | 11:02 | |
| openstackgerrit | Merged openstack/heat-specs: Add support for external resources https://review.openstack.org/134848 | 11:02 |
| *** daneyon has quit IRC | 11:02 | |
| asalkeld | thanks skraynev | 11:03 |
| *** sorantis has quit IRC | 11:04 | |
| openstackgerrit | Rico Lin proposed openstack/heat: Stack updated error if creation fails https://review.openstack.org/190039 | 11:06 |
| *** KanagarajM has quit IRC | 11:07 | |
| *** Marga_ has joined #heat | 11:09 | |
| *** KanagarajM has joined #heat | 11:11 | |
| KanagarajM | asalkeld: hi | 11:14 |
| KanagarajM | asalkeld: in heat common exception, there is an NotFound defined https://github.com/openstack/heat/blob/master/heat/common/exception.py#L409 | 11:14 |
| *** ananta_ has quit IRC | 11:15 | |
| asalkeld | and? | 11:18 |
| asalkeld | sirushti: wanted to add that extra exception as it was raised somewhere | 11:18 |
| *** ananta_ has joined #heat | 11:20 | |
| KanagarajM | NotFound and ResourceNotFound would mean that not found, so felt that it would be better to make NotFound as base class for ResourceNotFound. | 11:21 |
| KanagarajM | by looking at the code, NotFound is used in the palces where resource is not found | 11:22 |
| asalkeld | KanagarajM: I see, i think someone is working on moving to EntityNotFound | 11:22 |
| *** coolsvap is now known as coolsvap|away | 11:22 | |
| asalkeld | but imo not a biggie | 11:22 |
| *** Qiming has joined #heat | 11:23 | |
| KanagarajM | ok. I will make it +1 and let us take care of that EntityNotFound one. | 11:23 |
| *** inc0 has joined #heat | 11:24 | |
| KanagarajM | asalkeld: made +1. didn't realize about EntityNotFound. thanks for pointing out it. | 11:28 |
| *** inc0 has quit IRC | 11:28 | |
| *** e0ne is now known as e0ne_ | 11:29 | |
| asalkeld | thanks | 11:29 |
| * asalkeld heading to bed - night all | 11:30 | |
| *** mgershen has quit IRC | 11:30 | |
| *** asalkeld has quit IRC | 11:30 | |
| openstackgerrit | Andrew Orlov proposed openstack/heat: Added tests for checking of handling AssertionErrors https://review.openstack.org/192175 | 11:33 |
| *** inc0 has joined #heat | 11:33 | |
| *** huangtianhua has quit IRC | 11:33 | |
| *** KanagarajM has quit IRC | 11:34 | |
| *** e0ne_ has quit IRC | 11:34 | |
| openstackgerrit | Ritesh proposed openstack/heat-specs: Pause and unpause actions for a stack https://review.openstack.org/187524 | 11:40 |
| *** sdake has joined #heat | 11:41 | |
| openstackgerrit | Qiming Teng proposed openstack/heat: Split engine service test cases (7) https://review.openstack.org/191062 | 11:43 |
| *** huangtianhua has joined #heat | 11:45 | |
| *** serg_melikyan has joined #heat | 11:45 | |
| *** yuanying has quit IRC | 11:49 | |
| *** huangtianhua has quit IRC | 11:50 | |
| *** ananta_ has quit IRC | 11:58 | |
| *** Qiming_ has joined #heat | 12:02 | |
| *** sdake has quit IRC | 12:04 | |
| *** Marga_ has quit IRC | 12:04 | |
| *** Qiming has quit IRC | 12:05 | |
| *** htruta has joined #heat | 12:06 | |
| openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add apache2 support for heat API services https://review.openstack.org/190687 | 12:09 |
| *** tochi has quit IRC | 12:10 | |
| *** erkules has quit IRC | 12:16 | |
| *** erkules has joined #heat | 12:16 | |
| *** Marga_ has joined #heat | 12:16 | |
| *** r0j4z0 has quit IRC | 12:19 | |
| *** e0ne has joined #heat | 12:19 | |
| *** Marga_ has quit IRC | 12:25 | |
| *** lkarm has joined #heat | 12:25 | |
| *** sjmc7 has joined #heat | 12:34 | |
| *** lipinski has joined #heat | 12:34 | |
| *** lipinski has left #heat | 12:35 | |
| *** dims has quit IRC | 12:36 | |
| *** dims has joined #heat | 12:36 | |
| *** sjmc7 has quit IRC | 12:39 | |
| *** daneyon has joined #heat | 12:46 | |
| *** serg_melikyan has quit IRC | 12:47 | |
| *** lixinhui has quit IRC | 12:48 | |
| *** daneyon has quit IRC | 12:51 | |
| *** e0ne is now known as e0ne_ | 12:55 | |
| *** e0ne_ is now known as e0ne | 12:57 | |
| *** serg_melikyan has joined #heat | 13:03 | |
| *** inc0 has quit IRC | 13:05 | |
| *** rakesh_hs has joined #heat | 13:06 | |
| *** randallburt has joined #heat | 13:06 | |
| *** dyasny has joined #heat | 13:09 | |
| *** jamielennox is now known as jamielennox|away | 13:13 | |
| *** nihilifer has quit IRC | 13:14 | |
| openstackgerrit | Qiming Teng proposed openstack/heat: Split engine service test cases (7) https://review.openstack.org/191062 | 13:18 |
| *** LiJiansheng has quit IRC | 13:19 | |
| *** jasond has joined #heat | 13:20 | |
| *** tlashchova has quit IRC | 13:20 | |
| *** tlashchova has joined #heat | 13:21 | |
| *** jamielennox|away is now known as jamielennox | 13:21 | |
| *** rpothier has joined #heat | 13:27 | |
| *** gcivitella has quit IRC | 13:28 | |
| *** gcivitella has joined #heat | 13:28 | |
| openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add template-version-list https://review.openstack.org/192668 | 13:31 |
| *** jamielennox is now known as jamielennox|away | 13:33 | |
| *** gcivitella_ has joined #heat | 13:39 | |
| *** gcivitella has quit IRC | 13:39 | |
| *** gcivitella_ is now known as gcivitella | 13:40 | |
| *** ochuprykov has joined #heat | 13:41 | |
| *** jamielennox|away is now known as jamielennox | 13:42 | |
| *** kbyrne has quit IRC | 13:46 | |
| *** pm90_ has joined #heat | 13:48 | |
| *** pm90_ has quit IRC | 13:49 | |
| *** pm90_ has joined #heat | 13:50 | |
| openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add template-version-list https://review.openstack.org/192668 | 14:00 |
| *** kbee has joined #heat | 14:00 | |
| openstackgerrit | Merged openstack/heat: Coverage: Additional test case for better coverage https://review.openstack.org/192353 | 14:00 |
| openstackgerrit | Qiming Teng proposed openstack/heat: WIP: Fix filter name inconsistency in stack_list https://review.openstack.org/188411 | 14:01 |
| *** skraynev has quit IRC | 14:02 | |
| *** crose has joined #heat | 14:02 | |
| *** sjmc7 has joined #heat | 14:02 | |
| *** skraynev has joined #heat | 14:02 | |
| openstackgerrit | Qiming Teng proposed openstack/heat: Split engine service test cases (7) https://review.openstack.org/191062 | 14:05 |
| *** jdandrea has joined #heat | 14:05 | |
| *** jdandrea has left #heat | 14:06 | |
| *** jdandrea has joined #heat | 14:06 | |
| *** eandersson has quit IRC | 14:13 | |
| *** jprovazn has quit IRC | 14:14 | |
| *** kbyrne has joined #heat | 14:15 | |
| *** Drago has joined #heat | 14:15 | |
| openstackgerrit | Tetiana Lashchova proposed openstack/python-heatclient: Add support for template-version-list command https://review.openstack.org/192696 | 14:19 |
| *** kbee has quit IRC | 14:20 | |
| *** aweiteka has joined #heat | 14:21 | |
| *** kbee has joined #heat | 14:21 | |
| *** eandersson has joined #heat | 14:23 | |
| *** Marga_ has joined #heat | 14:26 | |
| *** kbee has quit IRC | 14:27 | |
| *** nkhare has quit IRC | 14:29 | |
| *** rakesh_hs has quit IRC | 14:30 | |
| *** ochuprykov has quit IRC | 14:31 | |
| openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add template-version-list https://review.openstack.org/192668 | 14:34 |
| *** daneyon has joined #heat | 14:35 | |
| *** EricGonczer_ has joined #heat | 14:36 | |
| *** daneyon has quit IRC | 14:40 | |
| *** Drago has quit IRC | 14:40 | |
| *** BManojlovic has quit IRC | 14:44 | |
| *** EricGonczer_ has quit IRC | 14:47 | |
| *** yuanying has joined #heat | 14:51 | |
| *** sdake_ has joined #heat | 14:53 | |
| *** pm90_ has quit IRC | 14:54 | |
| *** yuanying has quit IRC | 14:55 | |
| *** vijayagurug has joined #heat | 14:55 | |
| *** vijayagurug has left #heat | 14:55 | |
| *** Qiming_ has quit IRC | 14:57 | |
| *** Drago has joined #heat | 14:57 | |
| *** sabeen1 has joined #heat | 15:02 | |
| *** sabeen2 has joined #heat | 15:03 | |
| *** openstackgerrit has quit IRC | 15:05 | |
| *** openstackgerrit has joined #heat | 15:05 | |
| *** sabeen1 has quit IRC | 15:06 | |
| *** jfluhmann has quit IRC | 15:09 | |
| *** tsandall has joined #heat | 15:10 | |
| *** hdd has joined #heat | 15:11 | |
| *** serg_melikyan has quit IRC | 15:20 | |
| *** kebray has joined #heat | 15:21 | |
| *** philibar has joined #heat | 15:25 | |
| *** serg_melikyan has joined #heat | 15:26 | |
| *** philibar has quit IRC | 15:27 | |
| *** kebray has quit IRC | 15:28 | |
| *** kebray has joined #heat | 15:38 | |
| *** jamielennox is now known as jamielennox|away | 15:38 | |
| *** jprovazn has joined #heat | 15:41 | |
| *** jamielennox|away is now known as jamielennox | 15:47 | |
| *** ifarkas has quit IRC | 15:47 | |
| *** ishant has quit IRC | 15:47 | |
| gcivitella | Hi all, I've got an Icehouse Heat configured this way for what concerns the stack domain part: http://paste.openstack.org/show/298664/ When a scaleup policy is triggered i get this error in heat-api-cfn.log: http://paste.openstack.org/show/298666/ Can someone help me to figure out where the problem is? | 15:48 |
| *** pm90_ has joined #heat | 15:49 | |
| *** jamielennox is now known as jamielennox|away | 15:58 | |
| openstackgerrit | Anant Patil proposed openstack/heat: Reusable empty template https://review.openstack.org/191666 | 16:01 |
| *** jfluhmann has joined #heat | 16:01 | |
| *** pm90__ has joined #heat | 16:02 | |
| *** daneyon has joined #heat | 16:04 | |
| *** daneyon_ has joined #heat | 16:04 | |
| *** pm90_ has quit IRC | 16:06 | |
| *** jamielennox|away is now known as jamielennox | 16:06 | |
| *** kbee has joined #heat | 16:06 | |
| *** daneyon has quit IRC | 16:08 | |
| *** pm90__ has quit IRC | 16:08 | |
| *** pm90_ has joined #heat | 16:09 | |
| *** jcoufal has quit IRC | 16:10 | |
| openstackgerrit | Merged openstack/heat: Designate client plugin https://review.openstack.org/189196 | 16:10 |
| *** dims_ has joined #heat | 16:11 | |
| *** achanda has joined #heat | 16:12 | |
| *** dims has quit IRC | 16:13 | |
| *** achanda_ has joined #heat | 16:21 | |
| *** achanda has quit IRC | 16:24 | |
| *** sdake_ is now known as sdake | 16:25 | |
| *** EricGonczer_ has joined #heat | 16:27 | |
| *** kbee has quit IRC | 16:30 | |
| *** jtomasek has quit IRC | 16:30 | |
| *** kbee has joined #heat | 16:30 | |
| *** achanda_ has quit IRC | 16:31 | |
| openstackgerrit | Pratik Mallya proposed openstack/heat: Permit DRAINING condition for RS lb https://review.openstack.org/192761 | 16:32 |
| *** openstackgerrit has quit IRC | 16:33 | |
| *** sjmc7 has quit IRC | 16:34 | |
| *** openstackgerrit has joined #heat | 16:34 | |
| *** spzala has joined #heat | 16:34 | |
| openstackgerrit | Sirushti Murugesan proposed openstack/heat: make heat-manage a console_script entry point https://review.openstack.org/190304 | 16:34 |
| *** jamielennox is now known as jamielennox|away | 16:35 | |
| *** Marga_ has quit IRC | 16:35 | |
| *** tlashchova_ has joined #heat | 16:36 | |
| *** tspatzier has quit IRC | 16:37 | |
| *** tspatzier has joined #heat | 16:38 | |
| openstackgerrit | Sirushti Murugesan proposed openstack/heat: make heat-manage a console_script entry point https://review.openstack.org/190304 | 16:38 |
| *** tspatzier has quit IRC | 16:38 | |
| *** sjmc7 has joined #heat | 16:38 | |
| randallburt | thanks, skraynev! | 16:39 |
| *** Tross1 has joined #heat | 16:43 | |
| *** cdent_ has joined #heat | 16:43 | |
| *** Tross has quit IRC | 16:43 | |
| *** cdent has quit IRC | 16:45 | |
| *** cdent_ is now known as cdent | 16:45 | |
| *** serg_melikyan has quit IRC | 16:46 | |
| *** a| has joined #heat | 16:46 | |
| *** a| has quit IRC | 16:46 | |
| *** logan2 has joined #heat | 16:47 | |
| *** jamielennox|away is now known as jamielennox | 16:49 | |
| *** serg_melikyan has joined #heat | 16:49 | |
| *** DandyPandy_ is now known as DandyPandy | 16:51 | |
| *** gberginc has quit IRC | 16:51 | |
| *** Marga_ has joined #heat | 16:51 | |
| *** alexpilotti has joined #heat | 16:51 | |
| *** serg_melikyan has quit IRC | 16:54 | |
| *** achanda has joined #heat | 16:57 | |
| *** derekh has quit IRC | 16:58 | |
| *** e0ne has quit IRC | 17:00 | |
| *** Marga_ has quit IRC | 17:01 | |
| *** achanda has quit IRC | 17:02 | |
| *** dsneddon has quit IRC | 17:02 | |
| *** kbee has quit IRC | 17:05 | |
| *** achanda has joined #heat | 17:05 | |
| *** Marga_ has joined #heat | 17:08 | |
| *** randallburt has quit IRC | 17:08 | |
| *** gcivitella has quit IRC | 17:10 | |
| *** Marga_ has quit IRC | 17:11 | |
| *** achanda has quit IRC | 17:11 | |
| *** jamielennox is now known as jamielennox|away | 17:13 | |
| *** dims_ has quit IRC | 17:16 | |
| *** dims has joined #heat | 17:17 | |
| *** dsneddon has joined #heat | 17:18 | |
| *** dsneddon has quit IRC | 17:18 | |
| *** achanda has joined #heat | 17:18 | |
| *** dsneddon has joined #heat | 17:19 | |
| *** achanda_ has joined #heat | 17:22 | |
| *** achanda has quit IRC | 17:25 | |
| *** sdake_ has joined #heat | 17:30 | |
| openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Conditionally expose resources based on available services https://review.openstack.org/191034 | 17:30 |
| openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Make sure default_client_name declared for required resources https://review.openstack.org/191097 | 17:30 |
| openstackgerrit | Kanagaraj Manickam proposed openstack/heat: List resource_type based on availability https://review.openstack.org/191096 | 17:30 |
| openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Adds service_types to client_plugins https://review.openstack.org/192529 | 17:30 |
| *** achanda_ has quit IRC | 17:33 | |
| *** sdake has quit IRC | 17:34 | |
| *** yassine has quit IRC | 17:39 | |
| *** eandersson has quit IRC | 17:48 | |
| *** sasukeh has quit IRC | 17:48 | |
| *** Marga__ has joined #heat | 17:50 | |
| *** e0ne has joined #heat | 17:51 | |
| openstackgerrit | Merged openstack/heat: Permit DRAINING condition for RS lb https://review.openstack.org/192761 | 17:53 |
| *** achanda has joined #heat | 17:54 | |
| openstackgerrit | Divakar Padiyar Nandavar proposed openstack/heat: Coverage: Additional test case for better coverage https://review.openstack.org/192546 | 17:57 |
| *** kokekoke has joined #heat | 17:57 | |
| *** sdake has joined #heat | 17:58 | |
| *** kokekoke has quit IRC | 17:58 | |
| *** cody-somerville has quit IRC | 18:01 | |
| openstackgerrit | Divakar Padiyar Nandavar proposed openstack/heat: Coverage: Additional test coverage for engine event https://review.openstack.org/192546 | 18:01 |
| *** sdake_ has quit IRC | 18:01 | |
| *** cody-somerville has joined #heat | 18:02 | |
| *** Marga__ has quit IRC | 18:03 | |
| *** dsneddon is now known as dsneddon_biab | 18:09 | |
| *** sdake_ has joined #heat | 18:10 | |
| *** signed8bit has joined #heat | 18:11 | |
| *** sdake has quit IRC | 18:14 | |
| *** achanda has quit IRC | 18:17 | |
| *** randallburt has joined #heat | 18:18 | |
| *** cdent has quit IRC | 18:21 | |
| openstackgerrit | Kanagaraj Manickam proposed openstack/heat-specs: Updates designate spec Domain properties https://review.openstack.org/192823 | 18:24 |
| *** tlashchova_ has left #heat | 18:24 | |
| *** dsneddon_biab is now known as dsneddon | 18:25 | |
| *** tlashchova_ has joined #heat | 18:25 | |
| *** tlashchova_ has quit IRC | 18:26 | |
| *** tlashchova_ has joined #heat | 18:26 | |
| *** Marga_ has joined #heat | 18:29 | |
| *** Marga_ has quit IRC | 18:40 | |
| *** vahidh has joined #heat | 18:42 | |
| *** daneyon_ has quit IRC | 18:45 | |
| *** daneyon has joined #heat | 18:46 | |
| *** sasukeh has joined #heat | 18:49 | |
| *** daneyon_ has joined #heat | 18:49 | |
| *** daneyon has quit IRC | 18:52 | |
| *** randallburt has quit IRC | 18:52 | |
| *** sasukeh has quit IRC | 18:53 | |
| *** sjmc7 has quit IRC | 18:56 | |
| *** Marga_ has joined #heat | 18:59 | |
| *** openstackgerrit has quit IRC | 19:16 | |
| *** randallburt has joined #heat | 19:16 | |
| *** openstackgerrit has joined #heat | 19:17 | |
| openstackgerrit | Merged openstack/heat-specs: Updates designate spec Domain properties https://review.openstack.org/192823 | 19:22 |
| *** EricGonczer_ has quit IRC | 19:27 | |
| *** serg_melikyan has joined #heat | 19:30 | |
| *** tspatzier has joined #heat | 19:30 | |
| *** Marga_ has quit IRC | 19:31 | |
| *** Marga_ has joined #heat | 19:31 | |
| *** randallburt has quit IRC | 19:34 | |
| *** Marga_ has quit IRC | 19:40 | |
| *** thedodd has joined #heat | 19:40 | |
| *** randallburt has joined #heat | 19:48 | |
| *** sasukeh has joined #heat | 19:50 | |
| *** skraynev_ has joined #heat | 19:53 | |
| *** sasukeh has quit IRC | 19:54 | |
| stevebaker | meeting time | 20:00 |
| *** serg_melikyan has quit IRC | 20:00 | |
| *** dyasny has quit IRC | 20:02 | |
| *** jruano has joined #heat | 20:03 | |
| *** pm90_ has quit IRC | 20:03 | |
| *** Marga_ has joined #heat | 20:06 | |
| *** sjmc7 has joined #heat | 20:06 | |
| *** pm90_ has joined #heat | 20:10 | |
| *** hdd has quit IRC | 20:18 | |
| *** aweiteka has quit IRC | 20:18 | |
| *** achanda has joined #heat | 20:19 | |
| *** achanda_ has joined #heat | 20:23 | |
| *** achanda has quit IRC | 20:26 | |
| *** jprovazn has quit IRC | 20:29 | |
| *** docaedo has joined #heat | 20:30 | |
| *** dyasny has joined #heat | 20:31 | |
| *** dyasny has quit IRC | 20:32 | |
| *** dyasny has joined #heat | 20:32 | |
| *** e0ne has quit IRC | 20:32 | |
| *** e0ne has joined #heat | 20:33 | |
| *** achanda_ has quit IRC | 20:38 | |
| *** pm90__ has joined #heat | 20:38 | |
| *** pm90_ has quit IRC | 20:39 | |
| *** e0ne has quit IRC | 20:41 | |
| *** sasukeh has joined #heat | 20:50 | |
| *** sabeen2 has quit IRC | 20:52 | |
| *** sasukeh has quit IRC | 20:56 | |
| *** aweiteka has joined #heat | 20:57 | |
| *** hdd has joined #heat | 21:02 | |
| stevebaker | huh, ochuprykov is gone | 21:03 |
| *** jruano has quit IRC | 21:04 | |
| *** ochuprykov has joined #heat | 21:05 | |
| ochuprykov | stevebaker: ping | 21:06 |
| stevebaker | ochuprykov: hey | 21:08 |
| stevebaker | ochuprykov | stevebaker: 1)rolling_update updates only existing instanves 2)asg and rg have different naming conventions and deletion policies | 21:08 |
| ochuprykov | yes | 21:08 |
| stevebaker | ochuprykov: I'd like to see properties added to asg so that it can optionally behave like rg's naming convention and deletion policy | 21:09 |
| stevebaker | ochuprykov: and it looks like 1) is a thing which needs to be fixed anyway | 21:09 |
| ochuprykov | stevebaker: so we end up with 2 resources with the same functionality | 21:10 |
| ochuprykov | stevebaker: ok, seems we need refactoring first, prior to batching? | 21:10 |
| stevebaker | ochuprykov: we have an asg which has default behaviour, and can be made to behave like rg. somebody needs to do that refactoring | 21:11 |
| ochuprykov | stevebaker: what about batching? | 21:11 |
| stevebaker | batching sounds desirable for asg too, but maybe once it is possible to switch from rg to asg we won't need to add batching to rg | 21:12 |
| stevebaker | or maybe we will, I don't really mind | 21:13 |
| ryansb | I think it'd be good to have in both | 21:13 |
| *** rpothier has quit IRC | 21:13 | |
| ryansb | my 2c | 21:13 |
| ochuprykov | I think we don't nedd both at all | 21:13 |
| ochuprykov | so, what is the conclusion? we need to refactor this 2 and then add batching possibility? | 21:15 |
| stevebaker | ochuprykov: its only a historic accident that we have asg and rg, converging them is highly desirable even if that means we end up with 2 very similar resources | 21:15 |
| ochuprykov | i'm not against refactoring | 21:15 |
| stevebaker | ochuprykov: yes, that sounds like a plan. personally I would be very grateful | 21:16 |
| ochuprykov | s it right to do refactoring within this spec? | 21:16 |
| ochuprykov | all maybe it will be better to create bluprint and another spec for discussion? | 21:17 |
| ochuprykov | or* | 21:17 |
| *** tspatzier has quit IRC | 21:18 | |
| *** kebray has quit IRC | 21:18 | |
| ochuprykov | and then add batching to refactored resource | 21:19 |
| *** randallburt has quit IRC | 21:20 | |
| stevebaker | ochuprykov: there is this blueprint which is not yet complete. It may need revising though http://specs.openstack.org/openstack/heat-specs/specs/juno/reorg-autoscaling-group.html | 21:22 |
| *** kebray has joined #heat | 21:22 | |
| *** Marga_ has quit IRC | 21:24 | |
| *** openstackgerrit has quit IRC | 21:24 | |
| stevebaker | ochuprykov: I think Qiming's current autoscaling focus is Senlin, so you could probably take that blueprint | 21:24 |
| *** Marga_ has joined #heat | 21:24 | |
| *** openstackgerrit has joined #heat | 21:24 | |
| ochuprykov | stevebaker: ok, i will look on it, but seems it not about converge interfaces between asg and rg | 21:25 |
| stevebaker | ochuprykov: not specifically the interfaces, no | 21:25 |
| *** sdake_ is now known as sdake | 21:25 | |
| skraynev_ | stevebaker: just to clarify: 1 - refactoring 2. - adding batching or visa versa ? | 21:26 |
| stevebaker | skraynev_: 1 - refactoring 2. - adding batching | 21:26 |
| skraynev_ | stevebaker: got it. thx ;) | 21:26 |
| skraynev_ | oh. midnight for me. go to sleep. g'night all | 21:27 |
| stevebaker | skraynev_: \o | 21:27 |
| ochuprykov | bye | 21:27 |
| skraynev_ | stevebaker: ochuprykov: bb | 21:27 |
| *** skraynev_ has quit IRC | 21:27 | |
| stevebaker | ochuprykov: take a look at reorg-autoscaling-group and decide for yourself if there should be a new blueprint for converging the interfaces | 21:29 |
| ochuprykov | stevebaker: ok | 21:31 |
| stevebaker | ochuprykov: thanks | 21:33 |
| *** Marga_ has quit IRC | 21:33 | |
| *** Marga_ has joined #heat | 21:34 | |
| ochuprykov | stevebaker: thanks you for a detailed explanation | 21:34 |
| ochuprykov | i'm going to sleep | 21:35 |
| ochuprykov | bye | 21:35 |
| *** kebray has quit IRC | 21:36 | |
| *** achanda has joined #heat | 21:36 | |
| *** ochuprykov has quit IRC | 21:36 | |
| *** achanda has quit IRC | 21:42 | |
| *** aweiteka has quit IRC | 21:42 | |
| openstackgerrit | Merged openstack/heat: Continue to check if nova task is in progress https://review.openstack.org/190558 | 21:51 |
| *** jasond has quit IRC | 21:51 | |
| *** docaedo has left #heat | 22:00 | |
| *** thedodd has quit IRC | 22:01 | |
| *** asalkeld has joined #heat | 22:01 | |
| *** randallburt has joined #heat | 22:05 | |
| *** tlashchova_ has quit IRC | 22:11 | |
| *** kebray has joined #heat | 22:23 | |
| *** dims has quit IRC | 22:26 | |
| *** sasukeh has joined #heat | 22:27 | |
| *** kebray has quit IRC | 22:30 | |
| *** kebray has joined #heat | 22:31 | |
| *** sasukeh has quit IRC | 22:32 | |
| *** lkarm has quit IRC | 22:41 | |
| *** signed8bit has quit IRC | 22:43 | |
| asalkeld | stevebaker: sorry slept late, read the meeting log - seemed no real outcome to "let's merge convergence patches a bit faster" | 22:45 |
| stevebaker | yeah | 22:45 |
| zaneb | stevebaker: I just added you as a reviewer to https://review.openstack.org/#/c/184857/ - nice idea with a potentially scary implementation. would be good to get your input on how it might fit with our Neutron strategy in Heat | 22:48 |
| *** Marga_ has quit IRC | 22:49 | |
| *** Marga_ has joined #heat | 22:50 | |
| stevebaker | zaneb: looking now | 22:51 |
| *** pm90__ has quit IRC | 22:59 | |
| *** hdd has quit IRC | 23:00 | |
| *** serg_melikyan has joined #heat | 23:01 | |
| *** Drago has quit IRC | 23:03 | |
| *** serg_melikyan has quit IRC | 23:05 | |
| *** Marga_ has quit IRC | 23:07 | |
| stevebaker | zaneb: to me it looks like the tenant policies should be heat templates which create the project/admin-user/private-network etc | 23:09 |
| *** crose has quit IRC | 23:09 | |
| stevebaker | asalkeld: bug #1466239 may be related to bug #1459837 | 23:10 |
| openstack | bug 1466239 in heat "Stack creation failed with: AttributeError: 'module' object has no attribute 'MessagingTimeout'" [High,Triaged] https://launchpad.net/bugs/1466239 | 23:10 |
| openstack | bug 1459837 in heat "Error messages from nested stacks are awful" [High,In progress] https://launchpad.net/bugs/1459837 - Assigned to Angus Salkeld (asalkeld) | 23:10 |
| asalkeld | looking | 23:10 |
| asalkeld | mmm, not sure - but easy to fix | 23:11 |
| *** sjmc7 has quit IRC | 23:18 | |
| *** nijaba has quit IRC | 23:18 | |
| *** randallburt has quit IRC | 23:20 | |
| *** dims has joined #heat | 23:24 | |
| *** yuanying has joined #heat | 23:26 | |
| *** tochi has joined #heat | 23:27 | |
| *** Marga_ has joined #heat | 23:27 | |
| *** dims has quit IRC | 23:28 | |
| *** dims has joined #heat | 23:28 | |
| *** Qiming has joined #heat | 23:30 | |
| *** spzala has quit IRC | 23:33 | |
| *** dims has quit IRC | 23:33 | |
| *** Qiming has quit IRC | 23:35 | |
| *** Qiming has joined #heat | 23:35 | |
| *** chlong has joined #heat | 23:38 | |
| openstackgerrit | Angus Salkeld proposed openstack/heat: Not all exceptions from remote stacks are internal exceptions https://review.openstack.org/192938 | 23:51 |
| asalkeld | stevebaker: ^ | 23:51 |
| stevebaker | asalkeld: cool, looks good | 23:52 |
| asalkeld | one minor change | 23:54 |
| openstackgerrit | Angus Salkeld proposed openstack/heat: Not all exceptions from remote stacks are internal exceptions https://review.openstack.org/192938 | 23:54 |
| *** Qiming has quit IRC | 23:56 | |
| *** sdake_ has joined #heat | 23:59 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!