Wednesday, 2015-07-01

stevebakerhorizon can prompt for environments to invoke, then may prompt for more parameters based on those environment decisions00:00
stevebakerabsolutely environments should be in the app catalog00:00
kfox1111so I guess part of it is, in the catalog, does an environment + heat template constitute a new app,00:00
kfox1111or is it just one app, and the set of env's is a choise to prompt the user intially...00:00
stevebakerI would say the latter00:01
kfox1111so the ui for that could be tricky and may need a fair amount of metadata.00:02
kfox1111this env works or needs that other one...00:02
kfox1111or 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
kfox1111and the resource_registry is part of the environment files?00:03
kfox1111(still reading through the spec)00:04
stevebakeryep, 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 cloud00:04
kfox1111I'm hoping the eventually part includes clouds becoming more like each other through standardization, but... well, you know. :)00:05
kfox1111Ok. I'll mull this over for a while. its an interesting solution to some of the problems I've run into.00:06
stevebakeryeah, this is the world we live in ;)00:06
kfox1111it does give me an excuse to look further into hot instead of cfn too.00:07
kfox1111stevebaker: have you run across the nova instance user spec yet?00:08
kfox1111https://review.openstack.org/#/c/186617 if you get a few minutes of free time.00:08
kfox1111I 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
stevebakerkfox1111: has that been aligned with the keystone dynamic policy stuff? I suspect they're attempting to solve similar issues00:10
kfox1111it should work with the dynamic policy stuff. I think they are orthoganal.00:11
kfox1111ayoung has had a look at it for sure.00:11
stevebakerok, just checking00:11
kfox1111yeah. I'm really looking forward to dynamic policy too.00:12
kfox1111its practically impossible to create a nagios user to monitor things without giving it the keys to the world. :/00:12
kfox1111I'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
kfox1111so long term, no more polling.00:13
stevebakeryeah, that sounds good00:14
kfox1111do you know who's in charge of the heat horizon ui?00:16
kfox1111if 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
kfox1111or we could generate a single env file that includes the rest. if that feature could be landed in Liberty time frame.00:16
stevebakerI'm not sure anyone is specifically, I'd just raise it as a general horizon issue and see what happens00:17
kfox1111ok. cool. thanks. :)00:17
*** logan2 has quit IRC00:19
kfox1111we've got an app catalog meeting thursday. I'll bring up the env thing.00:19
*** chlong has joined #heat00:22
*** logan2 has joined #heat00:22
*** Qiming has quit IRC00:23
kfox1111so.... with the spec you referenced,00:23
asalkeldcringe, not sure i like it00:23
kfox1111youd have one environment and potentially in the UI, you would be given choices on which sets of things you could choose?00:24
stevebakerkfox1111: thanks, proper env support would have been there from the start if early app-catalog development had been more open ;)00:24
kfox1111agreed. I wasn't involved in it early on either. :/00:24
kfox1111didn't know it existed before the summit.00:24
kfox1111asalkeld: which thing are you not sure you like?00:25
asalkeldresource-type-mapping00:25
* kfox1111 nods00:25
kfox1111still reading...00:26
kfox1111I 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
kfox1111which may work ok for services that wrap around heat, like tripleo or sahara.00:26
asalkeldkfox1111: the resource_registry part is for people that have complex templates00:27
kfox1111but may not work so well for the app catalog, that is just hading the template/env over to heat.00:27
kfox1111yeah. I have a lot of complex templates I need to write/launch. :/00:27
kfox1111I wrote sharded elasticsearch/mongodb ones with cfn. that was somewhat unplesent... :/00:28
*** sirushti has quit IRC00:28
*** sdake has quit IRC00:29
kfox1111other 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
asalkeldkfox1111: we are working on that00:30
asalkeldsahara has that exact problem00:30
kfox1111I know thats part of convergience, but am curious what's possible in junoish.00:30
kfox1111I've been just using a for loop to launch instance templates to work around that.00:30
kfox1111but wonder, now that you can recover a template from error state, how does that play with ResourceGroups.00:31
asalkeldhttps://review.openstack.org/#/c/183506/00:31
asalkeldi think currently it will just fail00:31
kfox1111ah. cool. thanks.00:31
kfox1111the whole resource group?00:31
kfox1111so if it fails, does it delete the working ones?00:31
asalkeldi think, but not tested (just turn off rollback)00:32
asalkeldand do an update00:32
kfox1111ok. 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 #heat00:32
*** sirushti has joined #heat00:33
kfox1111gotta head out. thanks. :)00:33
asalkeldlater00:33
*** kfox1111 is now known as kfox1111_away00:33
*** dims_ has joined #heat00:35
*** dims has quit IRC00:39
*** sthillma has quit IRC00:48
*** steveg_afk has quit IRC00:54
*** yuanying has joined #heat00:56
*** boris-42 has quit IRC01:02
*** tellesnobrega_ has joined #heat01:05
*** dsneddon_ has joined #heat01:05
*** dsneddon has quit IRC01:06
*** pratikma_ has quit IRC01:09
*** dsneddon_ is now known as dsneddon01:09
*** dsneddon is now known as dsneddon_afk01:12
*** Qiming_ has joined #heat01:19
openstackgerritKylin CG proposed openstack/heat: Use public discover_extensions from novaclient  https://review.openstack.org/18081201:20
*** liusheng has joined #heat01:31
*** Marga_ has joined #heat01:32
*** tellesnobrega_ has quit IRC01:38
*** hdd has joined #heat01:40
*** Yanyanhu has joined #heat01:46
*** Qiming_ is now known as Qiming01:49
*** erkules has quit IRC01:51
*** erkules has joined #heat01:52
openstackgerrithuangtianhua proposed openstack/heat: Correct volume restore behavior  https://review.openstack.org/18215201:56
*** sdake has joined #heat01:57
*** sdake_ has joined #heat01:59
*** sdake has quit IRC02:02
*** elynn_ has joined #heat02:03
*** jruano has quit IRC02:05
*** noa_koffman has quit IRC02:06
*** ananta_ has joined #heat02:09
*** sdake_ has quit IRC02:10
*** sdake has joined #heat02:10
*** noa_koffman has joined #heat02:12
*** coolsvap|away has quit IRC02:13
ananta_good morning02:13
ananta_stevebaker: I have added the convergence patches under review in https://etherpad.openstack.org/p/heat-reviews02:14
*** coolsvap|away has joined #heat02:15
elynn_morning :)02:17
*** gberginc has joined #heat02:19
*** tobe has joined #heat02:29
*** elynn_ has quit IRC02:35
openstackgerrithuangtianhua proposed openstack/heat: Support project access manager for volume type  https://review.openstack.org/19447802:37
*** ricolin has quit IRC02:41
openstackgerritMerged openstack/heat: Abstract handle_delete() for stack resource  https://review.openstack.org/19594602:42
*** jruano has joined #heat02:44
*** elynn has joined #heat02:46
*** Drago has quit IRC02:48
*** gberginc has quit IRC02:56
openstackgerritAnant Patil proposed openstack/heat: Convergence: Update stack attributes.  https://review.openstack.org/19653603:02
openstackgerritAnant Patil proposed openstack/heat: DNM: Convergence Testing: Reduced build timeout  https://review.openstack.org/19326903:02
openstackgerritAnant Patil proposed openstack/heat: Convergence: Delete the resources from DB when delete is called  https://review.openstack.org/19538703:02
openstackgerritAnant Patil proposed openstack/heat: Convergence: More fixes  https://review.openstack.org/19426603:02
openstackgerritAnant Patil proposed openstack/heat: Convergence: Fix for finding best existing res  https://review.openstack.org/19661903:02
openstackgerritAnant Patil proposed openstack/heat: convergence: cleanup replaces on delete  https://review.openstack.org/19495203:02
openstackgerritAnant Patil proposed openstack/heat: convergence: normalize the replaced resource dependencies  https://review.openstack.org/19460903:02
*** jruano has quit IRC03:03
openstackgerritAngus Salkeld proposed openstack/heat: wip: validate template resources based on other templates  https://review.openstack.org/19740203:04
*** jruano has joined #heat03:05
openstackgerritMerged openstack/heat: Re-enable ceilometer alarm test  https://review.openstack.org/19605703:10
openstackgerritAngus Salkeld proposed openstack/python-heatclient: Support having resources under "resources"  https://review.openstack.org/19740403:15
*** dyasny has joined #heat03:21
*** htruta_ has quit IRC03:28
*** jruano has quit IRC03:30
*** gberginc has joined #heat03:32
*** yuanying has quit IRC03:32
openstackgerrithuangtianhua proposed openstack/heat: Add and apply cinder backup constraint  https://review.openstack.org/18343303:33
*** yuanying has joined #heat03:33
openstackgerrithuangtianhua proposed openstack/heat: Support glance image sharing with projects  https://review.openstack.org/19497103:35
*** jecarey has joined #heat03:43
*** liusheng has quit IRC03:55
*** liusheng has joined #heat03:55
*** dyasny has quit IRC04:00
*** dims_ has quit IRC04:03
openstackgerritRico Lin proposed openstack/heat: support list resources with details  https://review.openstack.org/19657104:04
*** coolsvap|away is now known as coolsvap04:14
openstackgerrithuangtianhua proposed openstack/heat: Allow 'mac_address' updatable for neutron port  https://review.openstack.org/19741404:16
*** achanda has joined #heat04:19
*** jecarey has quit IRC04:21
*** morganfainberg is now known as caerbannograbbit04:24
*** caerbannograbbit is now known as CaerbannogRabbit04:24
*** Qiming has quit IRC04:26
*** tobe has quit IRC04:26
openstackgerritRakesh H S proposed openstack/heat: Consolidates cinder unit tests  https://review.openstack.org/19651004:27
openstackgerritRakesh H S proposed openstack/heat: Resource plugin for cinder volume encryption  https://review.openstack.org/19510304:27
*** Yanyanhu has quit IRC04:29
*** ananta_ has quit IRC04:32
asalkeldthere are just too many specs to review04:32
*** achanda has quit IRC04:38
*** hdd has quit IRC04:46
*** tsandall has quit IRC04:47
*** tsandall has joined #heat04:48
ramishramorning all04:50
*** nihilifer has joined #heat04:58
*** skraynev has joined #heat05:02
*** ifarkas has quit IRC05:03
*** chlong has quit IRC05:03
*** kairat_kushaev has joined #heat05:04
*** dims has joined #heat05:07
*** dims has quit IRC05:12
*** vijayagurug has joined #heat05:20
*** chlong has joined #heat05:21
*** ifarkas has joined #heat05:24
openstackgerritMerged openstack/python-heatclient: Updated from global requirements  https://review.openstack.org/19727505:26
*** ricolin has joined #heat05:26
*** tobe has joined #heat05:26
*** tlashchova_ has joined #heat05:31
*** tsandall has quit IRC05:32
*** tshtilma has joined #heat05:41
*** jtomasek has joined #heat05:45
sirushtimorning all05:55
*** tobe has quit IRC05:59
*** e0ne has joined #heat05:59
*** chlong has quit IRC06:01
*** chlong has joined #heat06:01
*** ishant has joined #heat06:11
*** e0ne has quit IRC06:11
*** gokrokve has joined #heat06:16
*** gokrokve has quit IRC06:18
*** chlong has quit IRC06:19
*** kairat_kushaev has quit IRC06:34
*** chlong has joined #heat06:34
*** skraynev has quit IRC06:35
*** tspatzier has joined #heat06:50
*** tobe has joined #heat06:53
*** skraynev has joined #heat06:56
*** kairat_kushaev has joined #heat07:00
*** Marga_ has quit IRC07:02
*** elynn_ has joined #heat07:06
*** elynn has quit IRC07:09
skraynevGood morning all !07:15
openstackgerritMerged openstack/heat: Update logging according oslo.i18n recommendations  https://review.openstack.org/19512907:18
openstackgerritKanagaraj Manickam proposed openstack/heat: Designate Domain resource  https://review.openstack.org/19389707:19
openstackgerritKanagaraj Manickam proposed openstack/heat: Designate Record resource  https://review.openstack.org/19389807:19
*** chlong has quit IRC07:24
*** KanagarajM has joined #heat07:28
*** shadower has quit IRC07:32
openstackgerritKanagaraj Manickam proposed openstack/heat: Designate Record resource  https://review.openstack.org/19389807:41
*** Marga_ has joined #heat07:42
*** jistr has joined #heat07:45
*** jtomasek has quit IRC07:48
*** jcoufal has joined #heat07:49
*** BManojlovic has joined #heat07:50
*** shardy has joined #heat07:50
*** prazumovsky has joined #heat07:52
*** e0ne has joined #heat07:56
*** shardy has quit IRC08:00
*** shardy has joined #heat08:00
*** dsneddon_afk is now known as dsneddon08:01
*** dkusidlo has joined #heat08:02
*** Marga_ has quit IRC08:02
*** dkusidlo has quit IRC08:15
*** liusheng has quit IRC08:23
*** liusheng has joined #heat08:23
*** Marga_ has joined #heat08:23
*** elynn has joined #heat08:24
*** elynn_ has quit IRC08:25
*** lsmola has joined #heat08:30
openstackgerritMerged openstack/heat: Removes redundant validation of template (1)  https://review.openstack.org/17371008:30
*** yassine__ has joined #heat08:36
*** e0ne is now known as e0ne_08:36
*** e0ne_ is now known as e0ne08:38
*** rdo has quit IRC08:39
*** rdo has joined #heat08:41
*** e0ne has quit IRC08:41
*** Murali has joined #heat08:44
*** tochi has quit IRC08:47
*** pas-ha has joined #heat08:54
*** sorantis has joined #heat08:55
gpazIf 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 #heat09:00
openstackgerritGrzegorz Grasza (xek) proposed openstack/heat-specs: Versioned Object Compatibility Mode  https://review.openstack.org/19667009:02
pas-hagpaz, it is necessary if you want them to be available for non-admin users09:04
*** dkusidlo has quit IRC09:04
pas-hasince 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 V309:05
openstackgerritKanagaraj Manickam proposed openstack/heat: Adds testcase to check template is not validated more than once  https://review.openstack.org/19747909:06
*** dims has joined #heat09:08
*** ricolin has quit IRC09:11
*** yuanying has quit IRC09:12
*** dims has quit IRC09:14
openstackgerritMerged openstack/heat: Add nova.network custom constraint  https://review.openstack.org/19553809:15
*** dsneddon is now known as dsneddon_afk09:15
*** dkusidlo has joined #heat09:20
gpazpas-ha, thanks for your response09:24
openstackgerritMerged openstack/heat: Use public discover_extensions from novaclient  https://review.openstack.org/18081209:28
openstackgerritKanagaraj Manickam proposed openstack/heat: Re-org openstack resource plugin test cases  https://review.openstack.org/19748509:28
shardygpaz: context http://hardysteven.blogspot.co.uk/2014/04/heat-auth-model-updates-part-2-stack.html09:30
*** tlashchova_ has quit IRC09:31
*** elynn has quit IRC09:34
*** e0ne has joined #heat09:35
gpazshardy, thanks Steve09:40
*** dkusidlo has quit IRC09:45
*** sdake has quit IRC09:46
*** mikeit has joined #heat09:47
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/19510809:55
*** dims has joined #heat09:59
*** steveg_afk has joined #heat10:04
*** steveg_afk has quit IRC10:10
*** sorantis has quit IRC10:24
*** dkusidlo has joined #heat10:30
*** Marga_ has quit IRC10:34
*** e0ne is now known as e0ne_10:39
*** e0ne_ is now known as e0ne10:39
openstackgerritMerged openstack/heat: Coverage: Full coverage for heat identifier  https://review.openstack.org/19646710:48
*** sergmelikyan has joined #heat10:49
*** sorantis has joined #heat10:51
openstackgerritTetiana Lashchova proposed openstack/heat: Update wsgi.py to support reload from conf on SIGHUP  https://review.openstack.org/18476810:59
openstackgerritMerged openstack/heat: Fix validation error for  parameter group  https://review.openstack.org/19695611:00
openstackgerritMerged openstack/heat: Fixes JSON to YAML conversion bug  https://review.openstack.org/19131111:00
*** sorantis_ has joined #heat11:04
*** sorantis has quit IRC11:07
*** sorantis_ is now known as sorantis11:07
*** prazumovsky has quit IRC11:08
*** vijayagurug has quit IRC11:09
*** vijayagurug has joined #heat11:10
*** mikeit has quit IRC11:14
*** sergmelikyan has quit IRC11:17
*** e0ne is now known as e0ne_11:24
*** e0ne_ is now known as e0ne11:24
*** sergmelikyan has joined #heat11:25
*** sergmelikyan has quit IRC11:29
*** sergmelikyan has joined #heat11:29
*** sergmelikyan has quit IRC11:31
*** sergmelikyan has joined #heat11:32
*** sergmelikyan has quit IRC11:36
*** Marga_ has joined #heat11:40
*** jcoufal has quit IRC11:42
*** Marga_ has quit IRC11:43
*** steveg_afk has joined #heat11:44
*** Marga_ has joined #heat11:44
*** tobe has quit IRC11:46
*** jcoufal has joined #heat11:49
*** jcoufal is now known as Guest5216811:50
*** Guest52168 has quit IRC11:50
*** jcoufal_ has joined #heat11:50
*** sergmelikyan has joined #heat11:52
*** sergmelikyan has quit IRC11:52
*** sergmelikyan has joined #heat11:52
openstackgerritSergey Kraynev proposed openstack/heat: Move internal test resources to generic_resource  https://review.openstack.org/18975411:55
openstackgerritSergey Kraynev proposed openstack/heat: Specify network for server in test_validation  https://review.openstack.org/19414911:55
*** KanagarajM has quit IRC11:55
openstackgerritSergey Kraynev proposed openstack/heat-specs: Improvements in deprecation process  https://review.openstack.org/15323511:55
openstackgerritOleksii Chuprykov proposed openstack/heat: Add template-version-list  https://review.openstack.org/19266811:58
*** sergmelikyan has quit IRC11:59
*** pas-ha has quit IRC12:00
*** sergmelikyan has joined #heat12:04
openstackgerritTetiana Lashchova proposed openstack/heat: Use percent sign as string formatting operator  https://review.openstack.org/19753912:09
*** dkusidlo has quit IRC12:10
*** dkusidlo has joined #heat12:12
*** ishant has quit IRC12:12
*** pas-ha has joined #heat12:13
*** sergmelikyan has quit IRC12:13
*** Marga_ has quit IRC12:13
*** Marga__ has joined #heat12:13
*** Marga__ has quit IRC12:14
*** sergmelikyan has joined #heat12:15
*** sergmelikyan has quit IRC12:15
*** Marga_ has joined #heat12:15
*** sergmelikyan has joined #heat12:15
*** sergmelikyan has quit IRC12:16
*** sergmelikyan has joined #heat12:16
*** sergmelikyan has quit IRC12:16
*** vijayagurug has quit IRC12:18
*** rakesh_hs has joined #heat12:20
*** radez_g0n3 is now known as radez12:21
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/19510812:23
*** jcoufal_ has quit IRC12:23
*** sergmelikyan has joined #heat12:24
*** sergmelikyan has quit IRC12:24
*** shardy has quit IRC12:27
*** dkusidlo has quit IRC12:27
*** sergmelikyan has joined #heat12:27
*** sergmelikyan has quit IRC12:28
*** sergmelikyan has joined #heat12:29
*** shardy has joined #heat12:31
*** nihilifer has quit IRC12:32
*** sergmelikyan has quit IRC12:32
*** sergmelikyan has joined #heat12:35
*** sergmelikyan has quit IRC12:35
*** sergmelikyan has joined #heat12:35
*** sergmelikyan has quit IRC12:35
*** sergmelikyan has joined #heat12:35
*** sergmelikyan has quit IRC12:37
*** tellesnobrega_ has joined #heat12:40
*** e0ne is now known as e0ne_12:41
*** e0ne_ is now known as e0ne12:42
*** dkusidlo has joined #heat12:46
*** tellesnobrega__ has joined #heat12:47
*** sergmelikyan has joined #heat12:48
*** tellesnobrega_ has quit IRC12:49
*** e0ne is now known as e0ne_12:53
openstackgerritOleksii Chuprykov proposed openstack/heat: Add nova.network constraint to ManilaShareNetwork  https://review.openstack.org/19553912:55
*** tellesnobrega__ has quit IRC12:55
openstackgerritTetiana Lashchova proposed openstack/heat: Use percent sign as string formatting operator  https://review.openstack.org/19753912:57
*** e0ne_ is now known as e0ne12:57
*** jecarey has joined #heat13:00
openstackgerritOleksii Chuprykov proposed openstack/heat: Add template-version-list  https://review.openstack.org/19266813:01
*** shardy has quit IRC13:01
*** shardy has joined #heat13:01
openstackgerritMerged openstack/heat: Convergence: Fix for finding best existing res  https://review.openstack.org/19661913:02
*** kbyrne has quit IRC13:03
*** radez is now known as radez_g0n313:06
*** jonesbr has joined #heat13:06
*** spzala has joined #heat13:11
openstackgerritSteven Hardy proposed openstack/heat: Add str_split function to HOT 2015-10-15  https://review.openstack.org/19562913:15
*** pratikmallya has joined #heat13:16
*** pratikmallya has quit IRC13:16
*** hdd has joined #heat13:16
*** pratikmallya has joined #heat13:16
*** rpothier has joined #heat13:19
*** kbyrne has joined #heat13:22
openstackgerritMerged openstack/heat: Convergence: Update stack attributes.  https://review.openstack.org/19653613:23
*** coolsvap is now known as coolsvap|away13:26
*** jcoufal has joined #heat13:30
*** jcoufal has quit IRC13:33
*** jcoufal has joined #heat13:35
openstackgerritTetiana Lashchova proposed openstack/heat: Update wsgi.py to support reload from conf on SIGHUP  https://review.openstack.org/18476813:36
*** rakesh_hs has quit IRC13:37
openstackgerritJinjingX Li proposed openstack/heat: Add MTU for Neutron  https://review.openstack.org/19758413:37
*** tshtilma has quit IRC13:37
*** erkules has quit IRC13:44
*** erkules has joined #heat13:44
*** radez_g0n3 is now known as radez13:50
*** vijayagurug has joined #heat13:50
*** vijayagurug has left #heat13:51
*** sergmelikyan has quit IRC13:53
*** gokrokve has joined #heat13:56
*** jcoufal has quit IRC13:56
*** jcoufal has joined #heat13:57
*** jcoufal has quit IRC13:58
*** dims has quit IRC13:59
*** jcoufal has joined #heat14:00
*** dims has joined #heat14:00
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/19510814:01
*** dkusidlo has quit IRC14:02
*** tsandall has joined #heat14:07
*** Murali has quit IRC14:07
*** e0ne is now known as e0ne_14:08
*** EricGonczer_ has joined #heat14:09
*** dkusidlo has joined #heat14:11
*** jcoufal has quit IRC14:11
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/19510814:12
*** jcoufal has joined #heat14:13
*** dkusidlo has quit IRC14:16
*** sergmelikyan has joined #heat14:16
*** sergmelikyan has quit IRC14:17
*** vijayagurug has joined #heat14:19
*** jaime49 has joined #heat14:20
*** jaime49 has quit IRC14:23
*** jaime49 has joined #heat14:23
*** shardy has quit IRC14:24
*** jcoufal has quit IRC14:24
*** shardy has joined #heat14:24
*** sergmelikyan has joined #heat14:25
*** jcoufal has joined #heat14:25
*** vijayagurug has quit IRC14:29
*** vijayagurug has joined #heat14:29
openstackgerritSteven Hardy proposed openstack/heat-specs: Add noop resource spec  https://review.openstack.org/19761014:29
*** pas-ha has quit IRC14:30
openstackgerritThomas Herve proposed openstack/heat: Support snapshot deletion policy in Server  https://review.openstack.org/18558214:31
*** tshtilma has joined #heat14:32
*** vijayagurug has quit IRC14:37
*** vahidh has quit IRC14:38
*** serverascode_ has joined #heat14:40
*** tshtilma has quit IRC14:40
*** multi_io_ has joined #heat14:41
*** BManojlo1ic has joined #heat14:41
*** sergmelikyan has quit IRC14:42
openstackgerritOleksii Chuprykov proposed openstack/heat: Updated from global requirements  https://review.openstack.org/19761214:43
*** sergmelikyan has joined #heat14:45
*** radez` has joined #heat14:45
*** EmilienM_ has joined #heat14:45
*** mtreinish_ has joined #heat14:45
*** fbo- has joined #heat14:45
*** DandyPandy_ has joined #heat14:45
*** dgonzalez_ has joined #heat14:45
*** BManojlovic has quit IRC14:46
*** multi_io has quit IRC14:46
*** fbo has quit IRC14:46
*** mtreinish has quit IRC14:46
*** EmilienM has quit IRC14:46
*** radez has quit IRC14:46
*** otoolee has quit IRC14:46
*** serverascode has quit IRC14:46
*** flaper87 has quit IRC14:46
*** mburns has quit IRC14:46
*** DandyPandy has quit IRC14:46
*** dgonzalez has quit IRC14:46
*** EmilienM_ is now known as EmilienM14:46
*** strictlyb is now known as sb14:46
*** mtreinish_ is now known as mtreinish14:46
*** dgonzalez_ is now known as dgonzalez14:46
*** Marga_ has quit IRC14:47
*** sergmelikyan has quit IRC14:47
*** flaper87 has joined #heat14:49
*** flaper87 has quit IRC14:49
*** flaper87 has joined #heat14:49
*** shardy has quit IRC14:49
*** DandyPandy_ is now known as DandyPandy14:50
*** mburns has joined #heat14:50
*** sb has quit IRC14:51
*** dsneddon_afk is now known as dsneddon14:51
*** yassine__ has quit IRC14:51
*** strictlyb has joined #heat14:51
*** sergmelikyan has joined #heat14:54
openstackgerritSteven Hardy proposed openstack/heat: Add str_split function to HOT 2015-10-15  https://review.openstack.org/19562914:54
*** serverascode_ is now known as serverascode14:56
*** shardy has joined #heat14:56
*** sergmelikyan has quit IRC14:57
*** sergmelikyan has joined #heat14:58
*** Marga_ has joined #heat15:02
*** derekh has joined #heat15:03
*** sergmelikyan has quit IRC15:05
*** BManojlo1ic has quit IRC15:07
*** e0ne_ is now known as e0ne15:07
*** dyasny has joined #heat15:10
*** otoolee has joined #heat15:12
*** dkusidlo has joined #heat15:14
*** Drago has joined #heat15:17
*** sorantis has quit IRC15:17
*** Drago has quit IRC15:17
*** Drago has joined #heat15:18
*** sorantis has joined #heat15:18
*** sorantis has quit IRC15:18
*** randallburt has joined #heat15:19
*** e0ne is now known as e0ne_15:19
*** e0ne_ is now known as e0ne15:20
*** dkusidlo has quit IRC15:24
openstackgerritOleksii Chuprykov proposed openstack/heat: Updated from global requirements  https://review.openstack.org/19761215:27
*** sergmelikyan has joined #heat15:29
*** CaerbannogRabbit is now known as morganfainberg15:30
*** sergmelikyan has quit IRC15:31
*** sergmelikyan has joined #heat15:31
*** coolsvap|away is now known as coolsvap15:33
*** sergmelikyan has quit IRC15:33
*** signed8bit has joined #heat15:35
*** kfox1111_away is now known as kfox111115:35
kfox1111stevebaker: 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 IRC15:37
kfox1111I'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
kfox1111otherwise, it seems like the generic app catalog starts implementing features of heat.15:39
jdandreaReality 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
kfox1111the 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
kfox1111jdandrea: I don't know the answer, but am curious to know too.15:41
*** Marga_ has quit IRC15:41
jdandreaIf 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.py15:42
*** LimorStotland has quit IRC15:43
*** sergmelikyan has joined #heat15:43
jdandreaPerhaps intrinsics are parsed before ResourceGroup has a chance to take a swing at the property replacement?15:44
*** sergmelikyan has quit IRC15:44
*** coolsvap is now known as coolsvap|away15:44
*** gcivitella has joined #heat15:48
openstackgerritEthan Lynn proposed openstack/heat: Add domain when list users in heat-keystone-setup-domain  https://review.openstack.org/19763015:49
*** dkusidlo has joined #heat15:50
*** sergmelikyan has joined #heat15:50
*** sergmelikyan has quit IRC15:54
openstackgerritAnant Patil proposed openstack/heat: Convergence: Delete the resources from DB when delete is called  https://review.openstack.org/19538715:54
*** dkusidlo has quit IRC15:55
kfox1111jdandrea, could try str_replace the % in the '%index%' and see what you get.16:02
*** Drago1 has joined #heat16:03
randallburtjdandrea:  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 IRC16:03
*** Drago1 has joined #heat16:03
jdandrearandallburt: 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 IRC16:04
openstackgerritEthan Lynn proposed openstack/heat: Use openstack client in heat-keystone-setup  https://review.openstack.org/19449616:04
jdandreakfox1111: Thanks! Sounds like it may not work though, at least not at the moment. ^^16:05
randallburtjdandrea:  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
randallburtDrago1:  ^^16:05
jdandrearandallburt: Roger that. :)16:05
kfox1111yeah. I'd think it wouldn't work either.16:05
kfox1111you could probably just do a nested stack, and pass the index as a param.16:06
kfox1111it should resolve then.16:06
Drago1Yeah, that's the best workaround I've found16:06
kfox1111then intrinsics in the nested stack shoudl work.16:06
jdandreakfox1111: "It sounds so crazy it just might work." :D16:06
kfox1111:)16:06
jdandreaOk. I'm going to file something and assign myself.16:07
* jdandrea jumps down the rabbit hole, happily16:07
*** jistr has quit IRC16:08
*** jcoufal has quit IRC16:08
*** tspatzier has quit IRC16:09
*** tspatzier has joined #heat16:10
*** tspatzier has quit IRC16:10
*** sergmelikyan has joined #heat16:11
*** sergmelikyan has quit IRC16:12
*** sergmelikyan has joined #heat16:13
*** sergmelikyan has quit IRC16:18
*** pratikmallya has quit IRC16:23
*** sdake has joined #heat16:24
openstackgerritRandall Burt proposed openstack/heat: Add a new crypt method using cryptography  https://review.openstack.org/19501816:24
*** sergmelikyan has joined #heat16:28
*** Marga_ has joined #heat16:28
*** sergmelikyan has quit IRC16:28
*** jaime49 has quit IRC16:31
thervePeople keep steeling my patch :/16:35
thervestealing even16:35
kfox1111thats not cool.16:37
*** derekh has quit IRC16:39
*** tspatzier has joined #heat16:40
*** Marga_ has quit IRC16:44
openstackgerritChris St. Pierre proposed openstack/heat: Add public_endpoint config option for OpenStack and CFN APIs  https://review.openstack.org/19765516:46
randallburttherve:  sorry about that. I didn't realize the rebase would change the ownership16:47
randallburttherve:  was trying to be helpful, honest! :D16:47
*** gcivitella has quit IRC16:48
therverandallburt, No worries :)16:50
*** sergmelikyan has joined #heat16:54
openstackgerritSirushti Murugesan proposed openstack/heat: Sync (test-)requirements-py3.txt files  https://review.openstack.org/19651116:56
*** sergmelikyan has quit IRC16:56
*** hdd has quit IRC16:56
*** sergmelikyan has joined #heat17:01
*** pratikmallya has joined #heat17:02
*** rpothier has quit IRC17:04
*** sergmelikyan has quit IRC17:04
*** Marga_ has joined #heat17:05
*** sabeen1 has joined #heat17:17
*** sdake_ has joined #heat17:18
*** e0ne is now known as e0ne_17:19
*** e0ne_ is now known as e0ne17:20
*** sabeen2 has joined #heat17:21
*** sdake has quit IRC17:21
openstackgerritChris St. Pierre proposed openstack/heat: Add public_endpoint config option for OpenStack and CFN APIs  https://review.openstack.org/19765517:22
*** jaypipes has joined #heat17:22
*** achanda has joined #heat17:23
*** sabeen1 has quit IRC17:24
*** rpothier has joined #heat17:24
*** gokrokve_ has joined #heat17:26
*** gokrokve has quit IRC17:27
*** hdd has joined #heat17:28
*** e0ne is now known as e0ne_17:29
*** e0ne_ is now known as e0ne17:32
*** e0ne has quit IRC17:35
*** sdake_ is now known as sdake17:39
*** sdake has quit IRC17:44
*** sdake has joined #heat17:46
jdandreaNaive 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 IRC17:48
*** sdake has joined #heat17:49
*** rwsu has quit IRC17:50
*** shardy has quit IRC17:53
*** shardy has joined #heat17:54
*** rwsu has joined #heat17:54
*** sthillma has joined #heat17:55
*** Marga_ has quit IRC17:55
*** Marga_ has joined #heat18:12
*** pratikmallya has quit IRC18:13
*** pratikmallya has joined #heat18:13
*** jaime49 has joined #heat18:17
*** jaime49 has quit IRC18:17
*** jaime49 has joined #heat18:18
openstackgerritSirushti Murugesan proposed openstack/heat: Remove (test-)requirements-py3.txt files  https://review.openstack.org/19651118:20
sirushtiThat might fix the currently broken Heat requirements gate^18:22
*** sthillma has quit IRC18:22
*** e0ne has joined #heat18:23
*** e0ne is now known as e0ne_18:23
*** tspatzier has quit IRC18:23
*** sthillma has joined #heat18:23
*** e0ne_ is now known as e0ne18:23
*** e0ne has quit IRC18:23
*** e0ne has joined #heat18:24
*** Marga_ has quit IRC18:25
openstackgerritSirushti Murugesan proposed openstack/heat: Remove (test-)requirements-py3.txt files  https://review.openstack.org/19651118:27
*** packet has joined #heat18:29
*** kairat_kushaev has quit IRC18:29
*** kairat_kushaev has joined #heat18:30
*** e0ne is now known as e0ne_18:34
*** pratikmallya has quit IRC18:35
*** signed8bit has quit IRC18:36
*** e0ne_ is now known as e0ne18:37
*** pratikmallya has joined #heat18:37
*** sdake has quit IRC18:38
*** sdake has joined #heat18:38
*** Marga_ has joined #heat18:40
*** multi_io_ has quit IRC18:40
*** sdake_ has joined #heat18:41
*** Marga__ has joined #heat18:42
*** Marga__ has quit IRC18:42
*** tspatzier has joined #heat18:42
*** multi_io has joined #heat18:42
*** Marga__ has joined #heat18:43
*** sdake has quit IRC18:44
*** Marga_ has quit IRC18:44
*** signed8bit has joined #heat18:46
*** gokrokve_ has quit IRC18:50
*** shardy has quit IRC18:55
*** shardy has joined #heat18:55
*** Marga__ has quit IRC18:56
*** sergmelikyan has joined #heat18:57
*** Marga_ has joined #heat18:57
*** tspatzier has quit IRC18:57
jdandreaCan intrinsics be nested?19:06
jdandreaAsking due to this: http://paste.openstack.org/show/332927/19:06
*** Marga_ has quit IRC19:09
*** tspatzier has joined #heat19:10
*** gokrokve has joined #heat19:10
*** boris-42 has joined #heat19:13
zanebjdandrea: yeah, they can19:14
jdandreaWhew. Thanks zaneb :)19:14
*** sergmelikyan has quit IRC19:20
*** tspatzier has quit IRC19:20
*** sdake has joined #heat19:21
*** sdake has quit IRC19:23
*** sdake has joined #heat19:23
pratikmallyaHello, could some core reviewers please look at https://review.openstack.org/#/c/195018/?19:24
*** sdake_ has quit IRC19:25
*** tspatzier has joined #heat19:26
*** Marga_ has joined #heat19:29
*** jaime49 has quit IRC19:31
*** gokrokve has quit IRC19:36
*** e0ne has quit IRC19:38
*** sergmelikyan has joined #heat19:43
*** kraynevs has joined #heat19:52
*** kraynevs is now known as skraynev_19:53
*** pas-ha has joined #heat19:53
*** Tristitia has joined #heat19:56
*** sergmelikyan has quit IRC19:56
stevebakermorning19:58
pas-hameeting in 2?19:58
pas-haand good morning :)19:59
stevebakeryup19:59
stevebakermeeting time20:00
*** shardy_ has joined #heat20:01
*** lapalm has joined #heat20:01
*** achanda has quit IRC20:03
*** achanda has joined #heat20:07
*** achanda has quit IRC20:09
*** jaime49 has joined #heat20:10
*** jaime49 has quit IRC20:11
*** jaime49 has joined #heat20:11
*** daneyon has joined #heat20:11
*** pas-ha has quit IRC20:14
*** pas-ha has joined #heat20:14
*** tspatzier has quit IRC20:14
*** tspatzier has joined #heat20:16
*** e0ne has joined #heat20:18
*** packet has quit IRC20:28
*** openstackgerrit has quit IRC20:37
*** Marga_ has quit IRC20:37
*** openstackgerrit has joined #heat20:37
*** spzala has quit IRC20:41
*** daneyon has quit IRC20:47
stevebakershardy: do we link to that?21:00
*** shardy_ has quit IRC21:01
*** pas-ha has quit IRC21:01
*** rpothier has quit IRC21:02
*** lapalm has quit IRC21:04
skraynev_g'night all21:04
*** skraynev_ has quit IRC21:04
*** spzala has joined #heat21:05
*** sdake_ has joined #heat21:07
*** e0ne has quit IRC21:08
*** jaime49 has quit IRC21:08
*** sdake has quit IRC21:09
*** tspatzier has quit IRC21:14
*** jonesbr has left #heat21:21
*** radez` is now known as radez_g0n321:35
*** spzala has quit IRC21:44
openstackgerritHongbin Lu proposed openstack/heat: Fix TypeError on joining list parameters  https://review.openstack.org/19384222:06
*** nkoffman has joined #heat22:08
*** chlong has joined #heat22:11
*** noa_koffman has quit IRC22:11
*** jfluhmann has joined #heat22:16
*** sdake_ is now known as sdake22:17
*** dims_ has joined #heat22:17
*** signed8bit has quit IRC22:19
*** dims has quit IRC22:21
kfox1111stevebaker: alive?22:28
stevebakerkfox1111: hi22:28
kfox1111hey. been thinking about the env thing some more.22:28
kfox1111with 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 IRC22:30
*** chlong has joined #heat22:30
stevebakerwe allow one or more env, but one should suit most purposes22:31
kfox1111it 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
kfox1111if 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
stevebakeryes. eventually heat will eventually know which combinations are allowed22:33
stevebakerone 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 work22:34
kfox1111k. 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
kfox1111I 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 #heat22:41
stevebakeryeah, definitely22:42
kfox1111did I remember seeing a review about conditional resource loading? ie, supporting a resource only if the cloud provides it?22:46
*** tlashchova_ has joined #heat22:47
kfox1111ah. here we go... https://blueprints.launchpad.net/heat/+spec/keystone-based-resource-availability22:49
kfox1111would it be possible to make the environment include support conditionally including only if a resource type is available?22:50
kfox1111:)22:50
kfox1111so 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 IRC22:54
kfox1111or 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 IRC22:55
*** jecarey has quit IRC22:57
asalkeldmorning23:07
*** pratikma_ has joined #heat23:13
*** sabeen2 has quit IRC23:13
kfox1111morning.23:16
kfox1111asalkeld, another conditional one for you...23:16
kfox1111optional resources.23:16
*** pratikmallya has quit IRC23:16
kfox1111ie, if designate's available, create a dns entry for the instance using a designate resource.23:17
kfox1111if its not avaible, thats ok, don't break.23:17
asalkeldok23:18
*** EricGonczer_ has quit IRC23:19
kfox1111the 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 IRC23:31
*** yuanying has joined #heat23:34
*** tochi has joined #heat23:36
*** Qiming has joined #heat23:41
*** sabeen has joined #heat23:46
*** jaime49 has quit IRC23:54
*** Qiming has quit IRC23:55

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!