stevebaker | horizon can prompt for environments to invoke, then may prompt for more parameters based on those environment decisions | 00:00 |
---|---|---|
stevebaker | absolutely environments should be in the app catalog | 00:00 |
kfox1111 | so I guess part of it is, in the catalog, does an environment + heat template constitute a new app, | 00:00 |
kfox1111 | or is it just one app, and the set of env's is a choise to prompt the user intially... | 00:00 |
stevebaker | I would say the latter | 00:01 |
kfox1111 | so the ui for that could be tricky and may need a fair amount of metadata. | 00:02 |
kfox1111 | this env works or needs that other one... | 00:02 |
kfox1111 | or some kind of, "if your cloud provides X, load this env. If y, this other. If none, this app won't work at all for you. | 00:02 |
kfox1111 | and the resource_registry is part of the environment files? | 00:03 |
kfox1111 | (still reading through the spec) | 00:04 |
stevebaker | yep, all that. In the short term it could just be documentation with the app, but eventually there could be a way of whittling environment choices by introspection of the host cloud | 00:04 |
kfox1111 | I'm hoping the eventually part includes clouds becoming more like each other through standardization, but... well, you know. :) | 00:05 |
kfox1111 | Ok. I'll mull this over for a while. its an interesting solution to some of the problems I've run into. | 00:06 |
stevebaker | yeah, this is the world we live in ;) | 00:06 |
kfox1111 | it does give me an excuse to look further into hot instead of cfn too. | 00:07 |
kfox1111 | stevebaker: have you run across the nova instance user spec yet? | 00:08 |
kfox1111 | https://review.openstack.org/#/c/186617 if you get a few minutes of free time. | 00:08 |
kfox1111 | I guess one other question related to environment management is, does it really kind of belong to the app catalog or heat? if the heat tempate writer is providing them, should heat inventory them itself somehow? since it may provide some of the logic of which work with each other? | 00:10 |
stevebaker | kfox1111: has that been aligned with the keystone dynamic policy stuff? I suspect they're attempting to solve similar issues | 00:10 |
kfox1111 | it should work with the dynamic policy stuff. I think they are orthoganal. | 00:11 |
kfox1111 | ayoung has had a look at it for sure. | 00:11 |
stevebaker | ok, just checking | 00:11 |
kfox1111 | yeah. I'm really looking forward to dynamic policy too. | 00:12 |
kfox1111 | its practically impossible to create a nagios user to monitor things without giving it the keys to the world. :/ | 00:12 |
kfox1111 | I'm hoping this instance user spec will really help enable templates to be written where secrets aren't passed through heat paramaters, and to allow heat to use zaqar easily for software deployments. | 00:13 |
kfox1111 | so long term, no more polling. | 00:13 |
stevebaker | yeah, that sounds good | 00:14 |
kfox1111 | do you know who's in charge of the heat horizon ui? | 00:16 |
kfox1111 | if we go with env's in the app catalog, we would need to support passing multiples to the horizon ui in the Liberty timeframe. | 00:16 |
kfox1111 | or we could generate a single env file that includes the rest. if that feature could be landed in Liberty time frame. | 00:16 |
stevebaker | I'm not sure anyone is specifically, I'd just raise it as a general horizon issue and see what happens | 00:17 |
kfox1111 | ok. cool. thanks. :) | 00:17 |
*** logan2 has quit IRC | 00:19 | |
kfox1111 | we've got an app catalog meeting thursday. I'll bring up the env thing. | 00:19 |
*** chlong has joined #heat | 00:22 | |
*** logan2 has joined #heat | 00:22 | |
*** Qiming has quit IRC | 00:23 | |
kfox1111 | so.... with the spec you referenced, | 00:23 |
asalkeld | cringe, not sure i like it | 00:23 |
kfox1111 | youd have one environment and potentially in the UI, you would be given choices on which sets of things you could choose? | 00:24 |
stevebaker | kfox1111: thanks, proper env support would have been there from the start if early app-catalog development had been more open ;) | 00:24 |
kfox1111 | agreed. I wasn't involved in it early on either. :/ | 00:24 |
kfox1111 | didn't know it existed before the summit. | 00:24 |
kfox1111 | asalkeld: which thing are you not sure you like? | 00:25 |
asalkeld | resource-type-mapping | 00:25 |
* kfox1111 nods | 00:25 | |
kfox1111 | still reading... | 00:26 |
kfox1111 | I think the gut reaction is, its flexable which is cool, but it may be hard for the user to not be a developer to use it. | 00:26 |
kfox1111 | which may work ok for services that wrap around heat, like tripleo or sahara. | 00:26 |
asalkeld | kfox1111: the resource_registry part is for people that have complex templates | 00:27 |
kfox1111 | but may not work so well for the app catalog, that is just hading the template/env over to heat. | 00:27 |
kfox1111 | yeah. I have a lot of complex templates I need to write/launch. :/ | 00:27 |
kfox1111 | I wrote sharded elasticsearch/mongodb ones with cfn. that was somewhat unplesent... :/ | 00:28 |
*** sirushti has quit IRC | 00:28 | |
*** sdake has quit IRC | 00:29 | |
kfox1111 | other question. say you launch a template with a ResourceGroup of 100 subtemplates. What happens if 90 come up ok and the other 10 error? Can you just get it to retry the remaining 10, or do you have to start at something managable, and start increasing the number a few at a time? | 00:29 |
asalkeld | kfox1111: we are working on that | 00:30 |
asalkeld | sahara has that exact problem | 00:30 |
kfox1111 | I know thats part of convergience, but am curious what's possible in junoish. | 00:30 |
kfox1111 | I've been just using a for loop to launch instance templates to work around that. | 00:30 |
kfox1111 | but wonder, now that you can recover a template from error state, how does that play with ResourceGroups. | 00:31 |
asalkeld | https://review.openstack.org/#/c/183506/ | 00:31 |
asalkeld | i think currently it will just fail | 00:31 |
kfox1111 | ah. cool. thanks. | 00:31 |
kfox1111 | the whole resource group? | 00:31 |
kfox1111 | so if it fails, does it delete the working ones? | 00:31 |
asalkeld | i think, but not tested (just turn off rollback) | 00:32 |
asalkeld | and do an update | 00:32 |
kfox1111 | ok. I'll try and test that eventually. for now I'll just do another for loop since I know it works today. | 00:32 |
*** dims has joined #heat | 00:32 | |
*** sirushti has joined #heat | 00:33 | |
kfox1111 | gotta head out. thanks. :) | 00:33 |
asalkeld | later | 00:33 |
*** kfox1111 is now known as kfox1111_away | 00:33 | |
*** dims_ has joined #heat | 00:35 | |
*** dims has quit IRC | 00:39 | |
*** sthillma has quit IRC | 00:48 | |
*** steveg_afk has quit IRC | 00:54 | |
*** yuanying has joined #heat | 00:56 | |
*** boris-42 has quit IRC | 01:02 | |
*** tellesnobrega_ has joined #heat | 01:05 | |
*** dsneddon_ has joined #heat | 01:05 | |
*** dsneddon has quit IRC | 01:06 | |
*** pratikma_ has quit IRC | 01:09 | |
*** dsneddon_ is now known as dsneddon | 01:09 | |
*** dsneddon is now known as dsneddon_afk | 01:12 | |
*** Qiming_ has joined #heat | 01:19 | |
openstackgerrit | Kylin CG proposed openstack/heat: Use public discover_extensions from novaclient https://review.openstack.org/180812 | 01:20 |
*** liusheng has joined #heat | 01:31 | |
*** Marga_ has joined #heat | 01:32 | |
*** tellesnobrega_ has quit IRC | 01:38 | |
*** hdd has joined #heat | 01:40 | |
*** Yanyanhu has joined #heat | 01:46 | |
*** Qiming_ is now known as Qiming | 01:49 | |
*** erkules has quit IRC | 01:51 | |
*** erkules has joined #heat | 01:52 | |
openstackgerrit | huangtianhua proposed openstack/heat: Correct volume restore behavior https://review.openstack.org/182152 | 01:56 |
*** sdake has joined #heat | 01:57 | |
*** sdake_ has joined #heat | 01:59 | |
*** sdake has quit IRC | 02:02 | |
*** elynn_ has joined #heat | 02:03 | |
*** jruano has quit IRC | 02:05 | |
*** noa_koffman has quit IRC | 02:06 | |
*** ananta_ has joined #heat | 02:09 | |
*** sdake_ has quit IRC | 02:10 | |
*** sdake has joined #heat | 02:10 | |
*** noa_koffman has joined #heat | 02:12 | |
*** coolsvap|away has quit IRC | 02:13 | |
ananta_ | good morning | 02:13 |
ananta_ | stevebaker: I have added the convergence patches under review in https://etherpad.openstack.org/p/heat-reviews | 02:14 |
*** coolsvap|away has joined #heat | 02:15 | |
elynn_ | morning :) | 02:17 |
*** gberginc has joined #heat | 02:19 | |
*** tobe has joined #heat | 02:29 | |
*** elynn_ has quit IRC | 02:35 | |
openstackgerrit | huangtianhua proposed openstack/heat: Support project access manager for volume type https://review.openstack.org/194478 | 02:37 |
*** ricolin has quit IRC | 02:41 | |
openstackgerrit | Merged openstack/heat: Abstract handle_delete() for stack resource https://review.openstack.org/195946 | 02:42 |
*** jruano has joined #heat | 02:44 | |
*** elynn has joined #heat | 02:46 | |
*** Drago has quit IRC | 02:48 | |
*** gberginc has quit IRC | 02:56 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Update stack attributes. https://review.openstack.org/196536 | 03:02 |
openstackgerrit | Anant Patil proposed openstack/heat: DNM: Convergence Testing: Reduced build timeout https://review.openstack.org/193269 | 03:02 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Delete the resources from DB when delete is called https://review.openstack.org/195387 | 03:02 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: More fixes https://review.openstack.org/194266 | 03:02 |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Fix for finding best existing res https://review.openstack.org/196619 | 03:02 |
openstackgerrit | Anant Patil proposed openstack/heat: convergence: cleanup replaces on delete https://review.openstack.org/194952 | 03:02 |
openstackgerrit | Anant Patil proposed openstack/heat: convergence: normalize the replaced resource dependencies https://review.openstack.org/194609 | 03:02 |
*** jruano has quit IRC | 03:03 | |
openstackgerrit | Angus Salkeld proposed openstack/heat: wip: validate template resources based on other templates https://review.openstack.org/197402 | 03:04 |
*** jruano has joined #heat | 03:05 | |
openstackgerrit | Merged openstack/heat: Re-enable ceilometer alarm test https://review.openstack.org/196057 | 03:10 |
openstackgerrit | Angus Salkeld proposed openstack/python-heatclient: Support having resources under "resources" https://review.openstack.org/197404 | 03:15 |
*** dyasny has joined #heat | 03:21 | |
*** htruta_ has quit IRC | 03:28 | |
*** jruano has quit IRC | 03:30 | |
*** gberginc has joined #heat | 03:32 | |
*** yuanying has quit IRC | 03:32 | |
openstackgerrit | huangtianhua proposed openstack/heat: Add and apply cinder backup constraint https://review.openstack.org/183433 | 03:33 |
*** yuanying has joined #heat | 03:33 | |
openstackgerrit | huangtianhua proposed openstack/heat: Support glance image sharing with projects https://review.openstack.org/194971 | 03:35 |
*** jecarey has joined #heat | 03:43 | |
*** liusheng has quit IRC | 03:55 | |
*** liusheng has joined #heat | 03:55 | |
*** dyasny has quit IRC | 04:00 | |
*** dims_ has quit IRC | 04:03 | |
openstackgerrit | Rico Lin proposed openstack/heat: support list resources with details https://review.openstack.org/196571 | 04:04 |
*** coolsvap|away is now known as coolsvap | 04:14 | |
openstackgerrit | huangtianhua proposed openstack/heat: Allow 'mac_address' updatable for neutron port https://review.openstack.org/197414 | 04:16 |
*** achanda has joined #heat | 04:19 | |
*** jecarey has quit IRC | 04:21 | |
*** morganfainberg is now known as caerbannograbbit | 04:24 | |
*** caerbannograbbit is now known as CaerbannogRabbit | 04:24 | |
*** Qiming has quit IRC | 04:26 | |
*** tobe has quit IRC | 04:26 | |
openstackgerrit | Rakesh H S proposed openstack/heat: Consolidates cinder unit tests https://review.openstack.org/196510 | 04:27 |
openstackgerrit | Rakesh H S proposed openstack/heat: Resource plugin for cinder volume encryption https://review.openstack.org/195103 | 04:27 |
*** Yanyanhu has quit IRC | 04:29 | |
*** ananta_ has quit IRC | 04:32 | |
asalkeld | there are just too many specs to review | 04:32 |
*** achanda has quit IRC | 04:38 | |
*** hdd has quit IRC | 04:46 | |
*** tsandall has quit IRC | 04:47 | |
*** tsandall has joined #heat | 04:48 | |
ramishra | morning all | 04:50 |
*** nihilifer has joined #heat | 04:58 | |
*** skraynev has joined #heat | 05:02 | |
*** ifarkas has quit IRC | 05:03 | |
*** chlong has quit IRC | 05:03 | |
*** kairat_kushaev has joined #heat | 05:04 | |
*** dims has joined #heat | 05:07 | |
*** dims has quit IRC | 05:12 | |
*** vijayagurug has joined #heat | 05:20 | |
*** chlong has joined #heat | 05:21 | |
*** ifarkas has joined #heat | 05:24 | |
openstackgerrit | Merged openstack/python-heatclient: Updated from global requirements https://review.openstack.org/197275 | 05:26 |
*** ricolin has joined #heat | 05:26 | |
*** tobe has joined #heat | 05:26 | |
*** tlashchova_ has joined #heat | 05:31 | |
*** tsandall has quit IRC | 05:32 | |
*** tshtilma has joined #heat | 05:41 | |
*** jtomasek has joined #heat | 05:45 | |
sirushti | morning all | 05:55 |
*** tobe has quit IRC | 05:59 | |
*** e0ne has joined #heat | 05:59 | |
*** chlong has quit IRC | 06:01 | |
*** chlong has joined #heat | 06:01 | |
*** ishant has joined #heat | 06:11 | |
*** e0ne has quit IRC | 06:11 | |
*** gokrokve has joined #heat | 06:16 | |
*** gokrokve has quit IRC | 06:18 | |
*** chlong has quit IRC | 06:19 | |
*** kairat_kushaev has quit IRC | 06:34 | |
*** chlong has joined #heat | 06:34 | |
*** skraynev has quit IRC | 06:35 | |
*** tspatzier has joined #heat | 06:50 | |
*** tobe has joined #heat | 06:53 | |
*** skraynev has joined #heat | 06:56 | |
*** kairat_kushaev has joined #heat | 07:00 | |
*** Marga_ has quit IRC | 07:02 | |
*** elynn_ has joined #heat | 07:06 | |
*** elynn has quit IRC | 07:09 | |
skraynev | Good morning all ! | 07:15 |
openstackgerrit | Merged openstack/heat: Update logging according oslo.i18n recommendations https://review.openstack.org/195129 | 07:18 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Designate Domain resource https://review.openstack.org/193897 | 07:19 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Designate Record resource https://review.openstack.org/193898 | 07:19 |
*** chlong has quit IRC | 07:24 | |
*** KanagarajM has joined #heat | 07:28 | |
*** shadower has quit IRC | 07:32 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Designate Record resource https://review.openstack.org/193898 | 07:41 |
*** Marga_ has joined #heat | 07:42 | |
*** jistr has joined #heat | 07:45 | |
*** jtomasek has quit IRC | 07:48 | |
*** jcoufal has joined #heat | 07:49 | |
*** BManojlovic has joined #heat | 07:50 | |
*** shardy has joined #heat | 07:50 | |
*** prazumovsky has joined #heat | 07:52 | |
*** e0ne has joined #heat | 07:56 | |
*** shardy has quit IRC | 08:00 | |
*** shardy has joined #heat | 08:00 | |
*** dsneddon_afk is now known as dsneddon | 08:01 | |
*** dkusidlo has joined #heat | 08:02 | |
*** Marga_ has quit IRC | 08:02 | |
*** dkusidlo has quit IRC | 08:15 | |
*** liusheng has quit IRC | 08:23 | |
*** liusheng has joined #heat | 08:23 | |
*** Marga_ has joined #heat | 08:23 | |
*** elynn has joined #heat | 08:24 | |
*** elynn_ has quit IRC | 08:25 | |
*** lsmola has joined #heat | 08:30 | |
openstackgerrit | Merged openstack/heat: Removes redundant validation of template (1) https://review.openstack.org/173710 | 08:30 |
*** yassine__ has joined #heat | 08:36 | |
*** e0ne is now known as e0ne_ | 08:36 | |
*** e0ne_ is now known as e0ne | 08:38 | |
*** rdo has quit IRC | 08:39 | |
*** rdo has joined #heat | 08:41 | |
*** e0ne has quit IRC | 08:41 | |
*** Murali has joined #heat | 08:44 | |
*** tochi has quit IRC | 08:47 | |
*** pas-ha has joined #heat | 08:54 | |
*** sorantis has joined #heat | 08:55 | |
gpaz | If someone can answer this : is this necessary to use Keystone v3 for using the following Heat resources OS::Heat::WaitCondition & OS::Heat::SoftwareDeployment ? | 08:57 |
*** dkusidlo has joined #heat | 09:00 | |
openstackgerrit | Grzegorz Grasza (xek) proposed openstack/heat-specs: Versioned Object Compatibility Mode https://review.openstack.org/196670 | 09:02 |
pas-ha | gpaz, it is necessary if you want them to be available for non-admin users | 09:04 |
*** dkusidlo has quit IRC | 09:04 | |
pas-ha | since for non-admin users to use them, they have to be able to create users in Keystone, and that is possible only via heat domain in Keystone and trusts, which are available only via Keystone V3 | 09:05 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Adds testcase to check template is not validated more than once https://review.openstack.org/197479 | 09:06 |
*** dims has joined #heat | 09:08 | |
*** ricolin has quit IRC | 09:11 | |
*** yuanying has quit IRC | 09:12 | |
*** dims has quit IRC | 09:14 | |
openstackgerrit | Merged openstack/heat: Add nova.network custom constraint https://review.openstack.org/195538 | 09:15 |
*** dsneddon is now known as dsneddon_afk | 09:15 | |
*** dkusidlo has joined #heat | 09:20 | |
gpaz | pas-ha, thanks for your response | 09:24 |
openstackgerrit | Merged openstack/heat: Use public discover_extensions from novaclient https://review.openstack.org/180812 | 09:28 |
openstackgerrit | Kanagaraj Manickam proposed openstack/heat: Re-org openstack resource plugin test cases https://review.openstack.org/197485 | 09:28 |
shardy | gpaz: context http://hardysteven.blogspot.co.uk/2014/04/heat-auth-model-updates-part-2-stack.html | 09:30 |
*** tlashchova_ has quit IRC | 09:31 | |
*** elynn has quit IRC | 09:34 | |
*** e0ne has joined #heat | 09:35 | |
gpaz | shardy, thanks Steve | 09:40 |
*** dkusidlo has quit IRC | 09:45 | |
*** sdake has quit IRC | 09:46 | |
*** mikeit has joined #heat | 09:47 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/195108 | 09:55 |
*** dims has joined #heat | 09:59 | |
*** steveg_afk has joined #heat | 10:04 | |
*** steveg_afk has quit IRC | 10:10 | |
*** sorantis has quit IRC | 10:24 | |
*** dkusidlo has joined #heat | 10:30 | |
*** Marga_ has quit IRC | 10:34 | |
*** e0ne is now known as e0ne_ | 10:39 | |
*** e0ne_ is now known as e0ne | 10:39 | |
openstackgerrit | Merged openstack/heat: Coverage: Full coverage for heat identifier https://review.openstack.org/196467 | 10:48 |
*** sergmelikyan has joined #heat | 10:49 | |
*** sorantis has joined #heat | 10:51 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Update wsgi.py to support reload from conf on SIGHUP https://review.openstack.org/184768 | 10:59 |
openstackgerrit | Merged openstack/heat: Fix validation error for parameter group https://review.openstack.org/196956 | 11:00 |
openstackgerrit | Merged openstack/heat: Fixes JSON to YAML conversion bug https://review.openstack.org/191311 | 11:00 |
*** sorantis_ has joined #heat | 11:04 | |
*** sorantis has quit IRC | 11:07 | |
*** sorantis_ is now known as sorantis | 11:07 | |
*** prazumovsky has quit IRC | 11:08 | |
*** vijayagurug has quit IRC | 11:09 | |
*** vijayagurug has joined #heat | 11:10 | |
*** mikeit has quit IRC | 11:14 | |
*** sergmelikyan has quit IRC | 11:17 | |
*** e0ne is now known as e0ne_ | 11:24 | |
*** e0ne_ is now known as e0ne | 11:24 | |
*** sergmelikyan has joined #heat | 11:25 | |
*** sergmelikyan has quit IRC | 11:29 | |
*** sergmelikyan has joined #heat | 11:29 | |
*** sergmelikyan has quit IRC | 11:31 | |
*** sergmelikyan has joined #heat | 11:32 | |
*** sergmelikyan has quit IRC | 11:36 | |
*** Marga_ has joined #heat | 11:40 | |
*** jcoufal has quit IRC | 11:42 | |
*** Marga_ has quit IRC | 11:43 | |
*** steveg_afk has joined #heat | 11:44 | |
*** Marga_ has joined #heat | 11:44 | |
*** tobe has quit IRC | 11:46 | |
*** jcoufal has joined #heat | 11:49 | |
*** jcoufal is now known as Guest52168 | 11:50 | |
*** Guest52168 has quit IRC | 11:50 | |
*** jcoufal_ has joined #heat | 11:50 | |
*** sergmelikyan has joined #heat | 11:52 | |
*** sergmelikyan has quit IRC | 11:52 | |
*** sergmelikyan has joined #heat | 11:52 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Move internal test resources to generic_resource https://review.openstack.org/189754 | 11:55 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Specify network for server in test_validation https://review.openstack.org/194149 | 11:55 |
*** KanagarajM has quit IRC | 11:55 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat-specs: Improvements in deprecation process https://review.openstack.org/153235 | 11:55 |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add template-version-list https://review.openstack.org/192668 | 11:58 |
*** sergmelikyan has quit IRC | 11:59 | |
*** pas-ha has quit IRC | 12:00 | |
*** sergmelikyan has joined #heat | 12:04 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Use percent sign as string formatting operator https://review.openstack.org/197539 | 12:09 |
*** dkusidlo has quit IRC | 12:10 | |
*** dkusidlo has joined #heat | 12:12 | |
*** ishant has quit IRC | 12:12 | |
*** pas-ha has joined #heat | 12:13 | |
*** sergmelikyan has quit IRC | 12:13 | |
*** Marga_ has quit IRC | 12:13 | |
*** Marga__ has joined #heat | 12:13 | |
*** Marga__ has quit IRC | 12:14 | |
*** sergmelikyan has joined #heat | 12:15 | |
*** sergmelikyan has quit IRC | 12:15 | |
*** Marga_ has joined #heat | 12:15 | |
*** sergmelikyan has joined #heat | 12:15 | |
*** sergmelikyan has quit IRC | 12:16 | |
*** sergmelikyan has joined #heat | 12:16 | |
*** sergmelikyan has quit IRC | 12:16 | |
*** vijayagurug has quit IRC | 12:18 | |
*** rakesh_hs has joined #heat | 12:20 | |
*** radez_g0n3 is now known as radez | 12:21 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/195108 | 12:23 |
*** jcoufal_ has quit IRC | 12:23 | |
*** sergmelikyan has joined #heat | 12:24 | |
*** sergmelikyan has quit IRC | 12:24 | |
*** shardy has quit IRC | 12:27 | |
*** dkusidlo has quit IRC | 12:27 | |
*** sergmelikyan has joined #heat | 12:27 | |
*** sergmelikyan has quit IRC | 12:28 | |
*** sergmelikyan has joined #heat | 12:29 | |
*** shardy has joined #heat | 12:31 | |
*** nihilifer has quit IRC | 12:32 | |
*** sergmelikyan has quit IRC | 12:32 | |
*** sergmelikyan has joined #heat | 12:35 | |
*** sergmelikyan has quit IRC | 12:35 | |
*** sergmelikyan has joined #heat | 12:35 | |
*** sergmelikyan has quit IRC | 12:35 | |
*** sergmelikyan has joined #heat | 12:35 | |
*** sergmelikyan has quit IRC | 12:37 | |
*** tellesnobrega_ has joined #heat | 12:40 | |
*** e0ne is now known as e0ne_ | 12:41 | |
*** e0ne_ is now known as e0ne | 12:42 | |
*** dkusidlo has joined #heat | 12:46 | |
*** tellesnobrega__ has joined #heat | 12:47 | |
*** sergmelikyan has joined #heat | 12:48 | |
*** tellesnobrega_ has quit IRC | 12:49 | |
*** e0ne is now known as e0ne_ | 12:53 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add nova.network constraint to ManilaShareNetwork https://review.openstack.org/195539 | 12:55 |
*** tellesnobrega__ has quit IRC | 12:55 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Use percent sign as string formatting operator https://review.openstack.org/197539 | 12:57 |
*** e0ne_ is now known as e0ne | 12:57 | |
*** jecarey has joined #heat | 13:00 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Add template-version-list https://review.openstack.org/192668 | 13:01 |
*** shardy has quit IRC | 13:01 | |
*** shardy has joined #heat | 13:01 | |
openstackgerrit | Merged openstack/heat: Convergence: Fix for finding best existing res https://review.openstack.org/196619 | 13:02 |
*** kbyrne has quit IRC | 13:03 | |
*** radez is now known as radez_g0n3 | 13:06 | |
*** jonesbr has joined #heat | 13:06 | |
*** spzala has joined #heat | 13:11 | |
openstackgerrit | Steven Hardy proposed openstack/heat: Add str_split function to HOT 2015-10-15 https://review.openstack.org/195629 | 13:15 |
*** pratikmallya has joined #heat | 13:16 | |
*** pratikmallya has quit IRC | 13:16 | |
*** hdd has joined #heat | 13:16 | |
*** pratikmallya has joined #heat | 13:16 | |
*** rpothier has joined #heat | 13:19 | |
*** kbyrne has joined #heat | 13:22 | |
openstackgerrit | Merged openstack/heat: Convergence: Update stack attributes. https://review.openstack.org/196536 | 13:23 |
*** coolsvap is now known as coolsvap|away | 13:26 | |
*** jcoufal has joined #heat | 13:30 | |
*** jcoufal has quit IRC | 13:33 | |
*** jcoufal has joined #heat | 13:35 | |
openstackgerrit | Tetiana Lashchova proposed openstack/heat: Update wsgi.py to support reload from conf on SIGHUP https://review.openstack.org/184768 | 13:36 |
*** rakesh_hs has quit IRC | 13:37 | |
openstackgerrit | JinjingX Li proposed openstack/heat: Add MTU for Neutron https://review.openstack.org/197584 | 13:37 |
*** tshtilma has quit IRC | 13:37 | |
*** erkules has quit IRC | 13:44 | |
*** erkules has joined #heat | 13:44 | |
*** radez_g0n3 is now known as radez | 13:50 | |
*** vijayagurug has joined #heat | 13:50 | |
*** vijayagurug has left #heat | 13:51 | |
*** sergmelikyan has quit IRC | 13:53 | |
*** gokrokve has joined #heat | 13:56 | |
*** jcoufal has quit IRC | 13:56 | |
*** jcoufal has joined #heat | 13:57 | |
*** jcoufal has quit IRC | 13:58 | |
*** dims has quit IRC | 13:59 | |
*** jcoufal has joined #heat | 14:00 | |
*** dims has joined #heat | 14:00 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/195108 | 14:01 |
*** dkusidlo has quit IRC | 14:02 | |
*** tsandall has joined #heat | 14:07 | |
*** Murali has quit IRC | 14:07 | |
*** e0ne is now known as e0ne_ | 14:08 | |
*** EricGonczer_ has joined #heat | 14:09 | |
*** dkusidlo has joined #heat | 14:11 | |
*** jcoufal has quit IRC | 14:11 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/195108 | 14:12 |
*** jcoufal has joined #heat | 14:13 | |
*** dkusidlo has quit IRC | 14:16 | |
*** sergmelikyan has joined #heat | 14:16 | |
*** sergmelikyan has quit IRC | 14:17 | |
*** vijayagurug has joined #heat | 14:19 | |
*** jaime49 has joined #heat | 14:20 | |
*** jaime49 has quit IRC | 14:23 | |
*** jaime49 has joined #heat | 14:23 | |
*** shardy has quit IRC | 14:24 | |
*** jcoufal has quit IRC | 14:24 | |
*** shardy has joined #heat | 14:24 | |
*** sergmelikyan has joined #heat | 14:25 | |
*** jcoufal has joined #heat | 14:25 | |
*** vijayagurug has quit IRC | 14:29 | |
*** vijayagurug has joined #heat | 14:29 | |
openstackgerrit | Steven Hardy proposed openstack/heat-specs: Add noop resource spec https://review.openstack.org/197610 | 14:29 |
*** pas-ha has quit IRC | 14:30 | |
openstackgerrit | Thomas Herve proposed openstack/heat: Support snapshot deletion policy in Server https://review.openstack.org/185582 | 14:31 |
*** tshtilma has joined #heat | 14:32 | |
*** vijayagurug has quit IRC | 14:37 | |
*** vahidh has quit IRC | 14:38 | |
*** serverascode_ has joined #heat | 14:40 | |
*** tshtilma has quit IRC | 14:40 | |
*** multi_io_ has joined #heat | 14:41 | |
*** BManojlo1ic has joined #heat | 14:41 | |
*** sergmelikyan has quit IRC | 14:42 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Updated from global requirements https://review.openstack.org/197612 | 14:43 |
*** sergmelikyan has joined #heat | 14:45 | |
*** radez` has joined #heat | 14:45 | |
*** EmilienM_ has joined #heat | 14:45 | |
*** mtreinish_ has joined #heat | 14:45 | |
*** fbo- has joined #heat | 14:45 | |
*** DandyPandy_ has joined #heat | 14:45 | |
*** dgonzalez_ has joined #heat | 14:45 | |
*** BManojlovic has quit IRC | 14:46 | |
*** multi_io has quit IRC | 14:46 | |
*** fbo has quit IRC | 14:46 | |
*** mtreinish has quit IRC | 14:46 | |
*** EmilienM has quit IRC | 14:46 | |
*** radez has quit IRC | 14:46 | |
*** otoolee has quit IRC | 14:46 | |
*** serverascode has quit IRC | 14:46 | |
*** flaper87 has quit IRC | 14:46 | |
*** mburns has quit IRC | 14:46 | |
*** DandyPandy has quit IRC | 14:46 | |
*** dgonzalez has quit IRC | 14:46 | |
*** EmilienM_ is now known as EmilienM | 14:46 | |
*** strictlyb is now known as sb | 14:46 | |
*** mtreinish_ is now known as mtreinish | 14:46 | |
*** dgonzalez_ is now known as dgonzalez | 14:46 | |
*** Marga_ has quit IRC | 14:47 | |
*** sergmelikyan has quit IRC | 14:47 | |
*** flaper87 has joined #heat | 14:49 | |
*** flaper87 has quit IRC | 14:49 | |
*** flaper87 has joined #heat | 14:49 | |
*** shardy has quit IRC | 14:49 | |
*** DandyPandy_ is now known as DandyPandy | 14:50 | |
*** mburns has joined #heat | 14:50 | |
*** sb has quit IRC | 14:51 | |
*** dsneddon_afk is now known as dsneddon | 14:51 | |
*** yassine__ has quit IRC | 14:51 | |
*** strictlyb has joined #heat | 14:51 | |
*** sergmelikyan has joined #heat | 14:54 | |
openstackgerrit | Steven Hardy proposed openstack/heat: Add str_split function to HOT 2015-10-15 https://review.openstack.org/195629 | 14:54 |
*** serverascode_ is now known as serverascode | 14:56 | |
*** shardy has joined #heat | 14:56 | |
*** sergmelikyan has quit IRC | 14:57 | |
*** sergmelikyan has joined #heat | 14:58 | |
*** Marga_ has joined #heat | 15:02 | |
*** derekh has joined #heat | 15:03 | |
*** sergmelikyan has quit IRC | 15:05 | |
*** BManojlo1ic has quit IRC | 15:07 | |
*** e0ne_ is now known as e0ne | 15:07 | |
*** dyasny has joined #heat | 15:10 | |
*** otoolee has joined #heat | 15:12 | |
*** dkusidlo has joined #heat | 15:14 | |
*** Drago has joined #heat | 15:17 | |
*** sorantis has quit IRC | 15:17 | |
*** Drago has quit IRC | 15:17 | |
*** Drago has joined #heat | 15:18 | |
*** sorantis has joined #heat | 15:18 | |
*** sorantis has quit IRC | 15:18 | |
*** randallburt has joined #heat | 15:19 | |
*** e0ne is now known as e0ne_ | 15:19 | |
*** e0ne_ is now known as e0ne | 15:20 | |
*** dkusidlo has quit IRC | 15:24 | |
openstackgerrit | Oleksii Chuprykov proposed openstack/heat: Updated from global requirements https://review.openstack.org/197612 | 15:27 |
*** sergmelikyan has joined #heat | 15:29 | |
*** CaerbannogRabbit is now known as morganfainberg | 15:30 | |
*** sergmelikyan has quit IRC | 15:31 | |
*** sergmelikyan has joined #heat | 15:31 | |
*** coolsvap|away is now known as coolsvap | 15:33 | |
*** sergmelikyan has quit IRC | 15:33 | |
*** signed8bit has joined #heat | 15:35 | |
*** kfox1111_away is now known as kfox1111 | 15:35 | |
kfox1111 | stevebaker: been thinking about it some more. the app catalog is going to need to spend a lot of effort plugging in the catalog entries into the various ui's for installing/launching. | 15:37 |
*** jaypipes has quit IRC | 15:37 | |
kfox1111 | I'm thinking, for the most part, the catalog should just hand over the template/environment data, and its up to the heat ui to let the user choose how to customize if multiple environment options are available? | 15:37 |
kfox1111 | otherwise, it seems like the generic app catalog starts implementing features of heat. | 15:39 |
jdandrea | Reality check: %index% (from ResourceGroup) is usable within a ResourceGroup's properties, but *not* within any intrinsics contained in those properties, yes? (Also checking source.) | 15:39 |
kfox1111 | the resource-type-mapping thing seems to be a piece of the solution. since it seems like that allows one environment to be provided with all the options built in? | 15:40 |
kfox1111 | jdandrea: I don't know the answer, but am curious to know too. | 15:41 |
*** Marga_ has quit IRC | 15:41 | |
jdandrea | If I'm reading the source properly, %index% (the default, can be renamed) is used within ResourceGroup properties, but it looks as though intrinsics aren't in scope. https://github.com/openstack/heat/blob/master/heat/engine/resources/openstack/heat/resource_group.py | 15:42 |
*** LimorStotland has quit IRC | 15:43 | |
*** sergmelikyan has joined #heat | 15:43 | |
jdandrea | Perhaps intrinsics are parsed before ResourceGroup has a chance to take a swing at the property replacement? | 15:44 |
*** sergmelikyan has quit IRC | 15:44 | |
*** coolsvap is now known as coolsvap|away | 15:44 | |
*** gcivitella has joined #heat | 15:48 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add domain when list users in heat-keystone-setup-domain https://review.openstack.org/197630 | 15:49 |
*** dkusidlo has joined #heat | 15:50 | |
*** sergmelikyan has joined #heat | 15:50 | |
*** sergmelikyan has quit IRC | 15:54 | |
openstackgerrit | Anant Patil proposed openstack/heat: Convergence: Delete the resources from DB when delete is called https://review.openstack.org/195387 | 15:54 |
*** dkusidlo has quit IRC | 15:55 | |
kfox1111 | jdandrea, could try str_replace the % in the '%index%' and see what you get. | 16:02 |
*** Drago1 has joined #heat | 16:03 | |
randallburt | jdandrea: you are right. the intrinsics are evaluated prior to the %index% replacement so using it inside the intrinsic will break. | 16:03 |
*** Drago1 has quit IRC | 16:03 | |
*** Drago1 has joined #heat | 16:03 | |
jdandrea | randallburt: Ok. I have a use case where it would be extremely handy to have that substitution happen before intrinsics are evaluated. I'm willing to file a bug against it and assign myself to investigate. (Not sure how easy/tricky that would be.) | 16:04 |
*** Drago has quit IRC | 16:04 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Use openstack client in heat-keystone-setup https://review.openstack.org/194496 | 16:04 |
jdandrea | kfox1111: Thanks! Sounds like it may not work though, at least not at the moment. ^^ | 16:05 |
randallburt | jdandrea: you can give it a shot. IIRC a colleague and I looked into it before and its very tricky if possible at all. | 16:05 |
randallburt | Drago1: ^^ | 16:05 |
jdandrea | randallburt: Roger that. :) | 16:05 |
kfox1111 | yeah. I'd think it wouldn't work either. | 16:05 |
kfox1111 | you could probably just do a nested stack, and pass the index as a param. | 16:06 |
kfox1111 | it should resolve then. | 16:06 |
Drago1 | Yeah, that's the best workaround I've found | 16:06 |
kfox1111 | then intrinsics in the nested stack shoudl work. | 16:06 |
jdandrea | kfox1111: "It sounds so crazy it just might work." :D | 16:06 |
kfox1111 | :) | 16:06 |
jdandrea | Ok. I'm going to file something and assign myself. | 16:07 |
* jdandrea jumps down the rabbit hole, happily | 16:07 | |
*** jistr has quit IRC | 16:08 | |
*** jcoufal has quit IRC | 16:08 | |
*** tspatzier has quit IRC | 16:09 | |
*** tspatzier has joined #heat | 16:10 | |
*** tspatzier has quit IRC | 16:10 | |
*** sergmelikyan has joined #heat | 16:11 | |
*** sergmelikyan has quit IRC | 16:12 | |
*** sergmelikyan has joined #heat | 16:13 | |
*** sergmelikyan has quit IRC | 16:18 | |
*** pratikmallya has quit IRC | 16:23 | |
*** sdake has joined #heat | 16:24 | |
openstackgerrit | Randall Burt proposed openstack/heat: Add a new crypt method using cryptography https://review.openstack.org/195018 | 16:24 |
*** sergmelikyan has joined #heat | 16:28 | |
*** Marga_ has joined #heat | 16:28 | |
*** sergmelikyan has quit IRC | 16:28 | |
*** jaime49 has quit IRC | 16:31 | |
therve | People keep steeling my patch :/ | 16:35 |
therve | stealing even | 16:35 |
kfox1111 | thats not cool. | 16:37 |
*** derekh has quit IRC | 16:39 | |
*** tspatzier has joined #heat | 16:40 | |
*** Marga_ has quit IRC | 16:44 | |
openstackgerrit | Chris St. Pierre proposed openstack/heat: Add public_endpoint config option for OpenStack and CFN APIs https://review.openstack.org/197655 | 16:46 |
randallburt | therve: sorry about that. I didn't realize the rebase would change the ownership | 16:47 |
randallburt | therve: was trying to be helpful, honest! :D | 16:47 |
*** gcivitella has quit IRC | 16:48 | |
therve | randallburt, No worries :) | 16:50 |
*** sergmelikyan has joined #heat | 16:54 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Sync (test-)requirements-py3.txt files https://review.openstack.org/196511 | 16:56 |
*** sergmelikyan has quit IRC | 16:56 | |
*** hdd has quit IRC | 16:56 | |
*** sergmelikyan has joined #heat | 17:01 | |
*** pratikmallya has joined #heat | 17:02 | |
*** rpothier has quit IRC | 17:04 | |
*** sergmelikyan has quit IRC | 17:04 | |
*** Marga_ has joined #heat | 17:05 | |
*** sabeen1 has joined #heat | 17:17 | |
*** sdake_ has joined #heat | 17:18 | |
*** e0ne is now known as e0ne_ | 17:19 | |
*** e0ne_ is now known as e0ne | 17:20 | |
*** sabeen2 has joined #heat | 17:21 | |
*** sdake has quit IRC | 17:21 | |
openstackgerrit | Chris St. Pierre proposed openstack/heat: Add public_endpoint config option for OpenStack and CFN APIs https://review.openstack.org/197655 | 17:22 |
*** jaypipes has joined #heat | 17:22 | |
*** achanda has joined #heat | 17:23 | |
*** sabeen1 has quit IRC | 17:24 | |
*** rpothier has joined #heat | 17:24 | |
*** gokrokve_ has joined #heat | 17:26 | |
*** gokrokve has quit IRC | 17:27 | |
*** hdd has joined #heat | 17:28 | |
*** e0ne is now known as e0ne_ | 17:29 | |
*** e0ne_ is now known as e0ne | 17:32 | |
*** e0ne has quit IRC | 17:35 | |
*** sdake_ is now known as sdake | 17:39 | |
*** sdake has quit IRC | 17:44 | |
*** sdake has joined #heat | 17:46 | |
jdandrea | Naive question: Is it possible to somehow orchestrate the OVS plugin in Neutron through a Neutron Heat Resource? (I'm flying blind here on this one.) | 17:48 |
*** sdake has quit IRC | 17:48 | |
*** sdake has joined #heat | 17:49 | |
*** rwsu has quit IRC | 17:50 | |
*** shardy has quit IRC | 17:53 | |
*** shardy has joined #heat | 17:54 | |
*** rwsu has joined #heat | 17:54 | |
*** sthillma has joined #heat | 17:55 | |
*** Marga_ has quit IRC | 17:55 | |
*** Marga_ has joined #heat | 18:12 | |
*** pratikmallya has quit IRC | 18:13 | |
*** pratikmallya has joined #heat | 18:13 | |
*** jaime49 has joined #heat | 18:17 | |
*** jaime49 has quit IRC | 18:17 | |
*** jaime49 has joined #heat | 18:18 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Remove (test-)requirements-py3.txt files https://review.openstack.org/196511 | 18:20 |
sirushti | That might fix the currently broken Heat requirements gate^ | 18:22 |
*** sthillma has quit IRC | 18:22 | |
*** e0ne has joined #heat | 18:23 | |
*** e0ne is now known as e0ne_ | 18:23 | |
*** tspatzier has quit IRC | 18:23 | |
*** sthillma has joined #heat | 18:23 | |
*** e0ne_ is now known as e0ne | 18:23 | |
*** e0ne has quit IRC | 18:23 | |
*** e0ne has joined #heat | 18:24 | |
*** Marga_ has quit IRC | 18:25 | |
openstackgerrit | Sirushti Murugesan proposed openstack/heat: Remove (test-)requirements-py3.txt files https://review.openstack.org/196511 | 18:27 |
*** packet has joined #heat | 18:29 | |
*** kairat_kushaev has quit IRC | 18:29 | |
*** kairat_kushaev has joined #heat | 18:30 | |
*** e0ne is now known as e0ne_ | 18:34 | |
*** pratikmallya has quit IRC | 18:35 | |
*** signed8bit has quit IRC | 18:36 | |
*** e0ne_ is now known as e0ne | 18:37 | |
*** pratikmallya has joined #heat | 18:37 | |
*** sdake has quit IRC | 18:38 | |
*** sdake has joined #heat | 18:38 | |
*** Marga_ has joined #heat | 18:40 | |
*** multi_io_ has quit IRC | 18:40 | |
*** sdake_ has joined #heat | 18:41 | |
*** Marga__ has joined #heat | 18:42 | |
*** Marga__ has quit IRC | 18:42 | |
*** tspatzier has joined #heat | 18:42 | |
*** multi_io has joined #heat | 18:42 | |
*** Marga__ has joined #heat | 18:43 | |
*** sdake has quit IRC | 18:44 | |
*** Marga_ has quit IRC | 18:44 | |
*** signed8bit has joined #heat | 18:46 | |
*** gokrokve_ has quit IRC | 18:50 | |
*** shardy has quit IRC | 18:55 | |
*** shardy has joined #heat | 18:55 | |
*** Marga__ has quit IRC | 18:56 | |
*** sergmelikyan has joined #heat | 18:57 | |
*** Marga_ has joined #heat | 18:57 | |
*** tspatzier has quit IRC | 18:57 | |
jdandrea | Can intrinsics be nested? | 19:06 |
jdandrea | Asking due to this: http://paste.openstack.org/show/332927/ | 19:06 |
*** Marga_ has quit IRC | 19:09 | |
*** tspatzier has joined #heat | 19:10 | |
*** gokrokve has joined #heat | 19:10 | |
*** boris-42 has joined #heat | 19:13 | |
zaneb | jdandrea: yeah, they can | 19:14 |
jdandrea | Whew. Thanks zaneb :) | 19:14 |
*** sergmelikyan has quit IRC | 19:20 | |
*** tspatzier has quit IRC | 19:20 | |
*** sdake has joined #heat | 19:21 | |
*** sdake has quit IRC | 19:23 | |
*** sdake has joined #heat | 19:23 | |
pratikmallya | Hello, could some core reviewers please look at https://review.openstack.org/#/c/195018/? | 19:24 |
*** sdake_ has quit IRC | 19:25 | |
*** tspatzier has joined #heat | 19:26 | |
*** Marga_ has joined #heat | 19:29 | |
*** jaime49 has quit IRC | 19:31 | |
*** gokrokve has quit IRC | 19:36 | |
*** e0ne has quit IRC | 19:38 | |
*** sergmelikyan has joined #heat | 19:43 | |
*** kraynevs has joined #heat | 19:52 | |
*** kraynevs is now known as skraynev_ | 19:53 | |
*** pas-ha has joined #heat | 19:53 | |
*** Tristitia has joined #heat | 19:56 | |
*** sergmelikyan has quit IRC | 19:56 | |
stevebaker | morning | 19:58 |
pas-ha | meeting in 2? | 19:58 |
pas-ha | and good morning :) | 19:59 |
stevebaker | yup | 19:59 |
stevebaker | meeting time | 20:00 |
*** shardy_ has joined #heat | 20:01 | |
*** lapalm has joined #heat | 20:01 | |
*** achanda has quit IRC | 20:03 | |
*** achanda has joined #heat | 20:07 | |
*** achanda has quit IRC | 20:09 | |
*** jaime49 has joined #heat | 20:10 | |
*** jaime49 has quit IRC | 20:11 | |
*** jaime49 has joined #heat | 20:11 | |
*** daneyon has joined #heat | 20:11 | |
*** pas-ha has quit IRC | 20:14 | |
*** pas-ha has joined #heat | 20:14 | |
*** tspatzier has quit IRC | 20:14 | |
*** tspatzier has joined #heat | 20:16 | |
*** e0ne has joined #heat | 20:18 | |
*** packet has quit IRC | 20:28 | |
*** openstackgerrit has quit IRC | 20:37 | |
*** Marga_ has quit IRC | 20:37 | |
*** openstackgerrit has joined #heat | 20:37 | |
*** spzala has quit IRC | 20:41 | |
*** daneyon has quit IRC | 20:47 | |
stevebaker | shardy: do we link to that? | 21:00 |
*** shardy_ has quit IRC | 21:01 | |
*** pas-ha has quit IRC | 21:01 | |
*** rpothier has quit IRC | 21:02 | |
*** lapalm has quit IRC | 21:04 | |
skraynev_ | g'night all | 21:04 |
*** skraynev_ has quit IRC | 21:04 | |
*** spzala has joined #heat | 21:05 | |
*** sdake_ has joined #heat | 21:07 | |
*** e0ne has quit IRC | 21:08 | |
*** jaime49 has quit IRC | 21:08 | |
*** sdake has quit IRC | 21:09 | |
*** tspatzier has quit IRC | 21:14 | |
*** jonesbr has left #heat | 21:21 | |
*** radez` is now known as radez_g0n3 | 21:35 | |
*** spzala has quit IRC | 21:44 | |
openstackgerrit | Hongbin Lu proposed openstack/heat: Fix TypeError on joining list parameters https://review.openstack.org/193842 | 22:06 |
*** nkoffman has joined #heat | 22:08 | |
*** chlong has joined #heat | 22:11 | |
*** noa_koffman has quit IRC | 22:11 | |
*** jfluhmann has joined #heat | 22:16 | |
*** sdake_ is now known as sdake | 22:17 | |
*** dims_ has joined #heat | 22:17 | |
*** signed8bit has quit IRC | 22:19 | |
*** dims has quit IRC | 22:21 | |
kfox1111 | stevebaker: alive? | 22:28 |
stevebaker | kfox1111: hi | 22:28 |
kfox1111 | hey. been thinking about the env thing some more. | 22:28 |
kfox1111 | with the resource mapping thing, it almost seems like there should be just one env file by default, with all the possibilites inside? | 22:29 |
*** sdake is now known as sdake_ | 22:29 | |
*** chlong has quit IRC | 22:30 | |
*** chlong has joined #heat | 22:30 | |
stevebaker | we allow one or more env, but one should suit most purposes | 22:31 |
kfox1111 | it looks like heat itself will know which combinations will be allowed so it probably should be the project providing the ui to select from between the options? | 22:31 |
kfox1111 | if thats the case, the app catalog would only need to be extended to provide one env file. the heat ui could allow the user to provide others, and then select between the possibilities. | 22:33 |
stevebaker | yes. eventually heat will eventually know which combinations are allowed | 22:33 |
stevebaker | one env file is probably all the app catalog needs. The blueprint to allow one env file to include others is purely a heatclient change, so it shouldn't actually be that much work | 22:34 |
kfox1111 | k. then we'll not put in a bunch of logic related to environments since heat does seem like it will know how to better handle that logic. | 22:36 |
kfox1111 | I don't think we have much developer time at all yet but I'll stear people towards helping add the features to heat directly. | 22:37 |
*** jaime49 has joined #heat | 22:41 | |
stevebaker | yeah, definitely | 22:42 |
kfox1111 | did I remember seeing a review about conditional resource loading? ie, supporting a resource only if the cloud provides it? | 22:46 |
*** tlashchova_ has joined #heat | 22:47 | |
kfox1111 | ah. here we go... https://blueprints.launchpad.net/heat/+spec/keystone-based-resource-availability | 22:49 |
kfox1111 | would it be possible to make the environment include support conditionally including only if a resource type is available? | 22:50 |
kfox1111 | :) | 22:50 |
kfox1111 | so a very rough form of automatically selecting neutron vs nova-network environments would be .include neutron.yaml (ifresource OS::Neutron::Port) or something like that? | 22:52 |
*** sdake_ has quit IRC | 22:54 | |
kfox1111 | or alternately, in the env, allow a flag to say the type is only available if another is avalible? so rather then fail to validate, just treat it like its not there in the first place? | 22:54 |
*** randallburt has quit IRC | 22:55 | |
*** jecarey has quit IRC | 22:57 | |
asalkeld | morning | 23:07 |
*** pratikma_ has joined #heat | 23:13 | |
*** sabeen2 has quit IRC | 23:13 | |
kfox1111 | morning. | 23:16 |
kfox1111 | asalkeld, another conditional one for you... | 23:16 |
kfox1111 | optional resources. | 23:16 |
*** pratikmallya has quit IRC | 23:16 | |
kfox1111 | ie, if designate's available, create a dns entry for the instance using a designate resource. | 23:17 |
kfox1111 | if its not avaible, thats ok, don't break. | 23:17 |
asalkeld | ok | 23:18 |
*** EricGonczer_ has quit IRC | 23:19 | |
kfox1111 | the https://blueprints.launchpad.net/heat/+spec/keystone-based-resource-availability kind of does this. but it fails rather then just cancels out a resource request. | 23:21 |
*** fbo- has quit IRC | 23:31 | |
*** yuanying has joined #heat | 23:34 | |
*** tochi has joined #heat | 23:36 | |
*** Qiming has joined #heat | 23:41 | |
*** sabeen has joined #heat | 23:46 | |
*** jaime49 has quit IRC | 23:54 | |
*** Qiming has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!