Wednesday, 2016-08-24

*** spzala has quit IRC00:00
*** david-lyle has quit IRC00:01
*** zhurong has quit IRC00:05
*** david-lyle has joined #heat00:07
openstackgerritLars Kellogg-Stedman proposed openstack/heat: add concat and unique intrinsinc functions  https://review.openstack.org/35938000:10
*** elynn_ has quit IRC00:21
*** david-lyle has quit IRC00:26
*** bwallis has joined #heat00:28
*** sdake has quit IRC00:36
*** Zer0Byt__ has joined #heat00:36
*** sdake has joined #heat00:37
*** Zer0Byte__ has quit IRC00:38
*** caowei has quit IRC00:41
*** Zer0Byt__ has quit IRC00:42
*** code-R has joined #heat00:56
*** code-R_ has joined #heat00:57
*** code-R has quit IRC01:01
*** vishwanathj has quit IRC01:11
*** zhurong has joined #heat01:13
*** pt_15 has quit IRC01:16
*** bana_k has quit IRC01:18
*** yanyanhu has joined #heat01:19
*** chlong has joined #heat01:20
*** code-R_ has quit IRC01:26
openstackgerritOpenStack Proposal Bot proposed openstack/heat: Updated from global requirements  https://review.openstack.org/35945401:31
*** bana_k has joined #heat01:36
*** sabeen has quit IRC01:46
*** sabeen has joined #heat01:49
*** elynn has joined #heat01:52
*** willise has joined #heat01:53
*** willise has left #heat01:54
*** bana_k has quit IRC01:55
*** elynn_ has joined #heat01:59
*** vijendar has joined #heat01:59
*** caowei has joined #heat02:02
*** elynn has quit IRC02:02
*** vijendar has quit IRC02:03
openstackgerritDan Prince proposed openstack/heat: heat-all: all-in-one heat launcher  https://review.openstack.org/34750402:04
openstackgerritDan Prince proposed openstack/heat: Add noauth middleware  https://review.openstack.org/34750502:04
*** zz_dimtruck is now known as dimtruck02:19
*** spzala has joined #heat02:25
ramishrastevebaker: done :)02:31
*** jdob has quit IRC02:31
stevebakerramishra: thanks02:38
ramishrastevebaker: btw, do you still have any reservations for https://review.openstack.org/#/c/351095/, I've added some tests. Though these tests are rrmoved in the later patch when we use param schema02:39
ramishraprobably you can look at https://review.openstack.org/#/c/346850/02:39
stevebakerramishra: I'll take a look02:40
*** caowei has quit IRC02:40
*** caowei has joined #heat02:41
ramishraone more thing I wanted to ask the other day and forgot.02:41
ramishrastevebaker: I'm still seeing ConcurrentTransaction excptions with meta_data_push when number of requests are more. specificially when registering/deregistering nodes in a cluster and all push data to master.02:43
ramishrastevebaker: Is there any better way to handle it that you know?02:44
stevebakerramishra: there will be a limit to what we can do without adopting a proper DLM02:45
stevebakerbiab, school run02:46
*** sdake has quit IRC02:46
*** sdake has joined #heat02:49
*** yuanying_ has joined #heat02:51
*** yuanying has quit IRC02:52
*** yuanying has joined #heat02:53
*** yuanying has quit IRC02:55
*** yuanying has joined #heat02:56
ramishrastevebaker: yeah, I was looking at tooz, but still not been able to make it work with heat though02:57
*** yuanying_ has quit IRC02:57
ramishranp, ttyl02:57
openstackgerritgengchc2 proposed openstack/heat: Using oslo_config's min attribute in heat  https://review.openstack.org/35906403:02
*** blomquisg_gone is now known as blomquisg03:03
openstackgerrithuangtianhua proposed openstack/heat: Provide 'or' function  https://review.openstack.org/34775303:06
openstackgerrithuangtianhua proposed openstack/heat: Provides 'if' intrinsic function  https://review.openstack.org/28347903:06
openstackgerrithuangtianhua proposed openstack/heat: Support condition for output  https://review.openstack.org/34718203:06
openstackgerrithuangtianhua proposed openstack/heat: Provides 'not' condition function  https://review.openstack.org/34765503:06
openstackgerrithuangtianhua proposed openstack/heat: Provide 'and' function  https://review.openstack.org/34773103:06
openstackgerrithuangtianhua proposed openstack/heat: Add a Macro class to heat.engine.function  https://review.openstack.org/32224803:06
*** vishwanathj has joined #heat03:11
*** code-R has joined #heat03:18
*** vishwanathj is now known as vishwanathj_zzz03:19
stevebakerback03:21
*** tochi has quit IRC03:26
*** dimtruck is now known as zz_dimtruck03:28
*** zz_dimtruck is now known as dimtruck03:34
*** yuanying has quit IRC03:48
*** spzala has quit IRC03:50
*** yuanying has joined #heat03:51
stevebakerramishra: I'm thinking we could use tooz but still have the ConcurrentTransaction checks. Then the default tooz config could use a local driver like the IPC driver so that at least heat-engines on the same host would cooperate. And downstream installers could configure tooz for zookeeper if available03:56
*** bigdogstl has joined #heat04:01
ramishrawhat about oslo_concurrency lockutils for local locks?04:01
ramishralike in https://github.com/openstack/vmware-nsx/blob/master/vmware_nsx/common/locking.py04:01
*** bigdogstl has quit IRC04:05
*** dimtruck is now known as zz_dimtruck04:05
stevebakerbecause the local tooz driver would just be the default, a real DLM would be ideal04:09
*** tochi has joined #heat04:09
stevebakerbut not every operator wants to install teh javas04:09
*** sabeen has quit IRC04:10
ramishrastevebaker: in the nsx locking it does not use tooz/zookeeper when locking_coordinator_url is not defined in config.04:11
ramishraThough not sue it would work with multiple engines in the same host04:11
ramishrayeah, we may keep it configurable, to use any tooz driver, but it would probably not work with many of the drivers.04:12
stevebakerno, we'd need to be careful about which drivers to use04:13
stevebakerrather, endorse04:13
ramishramysql driver last time I've seen uses a connection per lock, which is too much.04:13
ramishrayeah, my understanding is the distributed locking would probably work only with zookeper or may be etcd.04:14
ramishrafor us04:14
*** jraju has joined #heat04:14
stevebakermaybe consul too04:14
ramishrathough I agree not everyone likes zookeeper;)04:14
ramishrayep consul too04:14
ramishramost of us hate java;)04:15
*** jraju has quit IRC04:15
ramishraI'll try and finish the poc soon so we can discuss this during the summit.04:16
stevebakerramishra: sounds good04:23
*** bana_k has joined #heat04:27
ramishrastevebaker: would you be able to have a look at https://review.openstack.org/#/c/352329/, a work around the experimental job is passing with it.04:30
stevebakersure04:31
*** elynn_ has quit IRC04:31
stevebakeri'm happy someone is pushing the devstack work04:32
ramishrait's already there04:32
stevebakeryeah just need to use it04:32
ramishrayou mean this https://review.openstack.org/#/c/317618/ right?04:33
stevebakerand this https://review.openstack.org/#/c/317817/504:34
ramishrathe order is first the heat patch lands, then the project-config patch and next the devstack patch04:35
stevebakerok04:35
*** blomquisg is now known as blomquisg_gone04:41
*** mohankumar has joined #heat04:59
openstackgerritMerged openstack/heat: Use a variable for which conf file to write to  https://review.openstack.org/34973905:06
*** jaosorior has joined #heat05:07
*** jaosorior has quit IRC05:09
openstackgerritMerged openstack/heat: Load resources from DB for resource list  https://review.openstack.org/27823105:09
openstackgerritMerged openstack/heat: Refactor validate_resource_definitions()  https://review.openstack.org/35893105:09
*** jaosorior has joined #heat05:10
*** mohankumar has quit IRC05:21
*** mohankumar has joined #heat05:21
openstackgerritgengchc2 proposed openstack/heat: Using oslo_config's min attribute in heat  https://review.openstack.org/35906405:36
*** harlowja_at_home has joined #heat05:39
*** elynn_ has joined #heat05:45
*** elynn_ has quit IRC05:50
*** elynn_ has joined #heat05:50
*** code-R_ has joined #heat05:51
*** code-R has quit IRC05:54
openstackgerritCrag Wolfe proposed openstack/heat: Add new hot function str_replace_strict  https://review.openstack.org/35514306:03
openstackgerritCrag Wolfe proposed openstack/heat: Add allow_empty_param_val argument to str_replace_strict function  https://review.openstack.org/35960506:03
*** bana_k has quit IRC06:14
*** rcernin has joined #heat06:24
*** jprovazn has joined #heat06:24
*** FL1SK has quit IRC06:27
*** ccamacho has joined #heat06:32
*** ccamacho has quit IRC06:32
openstackgerrithuangtianhua proposed openstack/heat: Support condition for output  https://review.openstack.org/34718206:35
*** ccamacho has joined #heat06:36
*** mohankumar has quit IRC06:42
*** code-R_ has quit IRC06:43
*** harlowja_at_home has quit IRC06:44
*** fragatina has quit IRC06:44
*** fragatina has joined #heat06:46
*** mohankumar has joined #heat06:49
*** fragatina has quit IRC06:51
*** sorantis has joined #heat07:25
*** code-R has joined #heat07:29
*** code-R_ has joined #heat07:31
*** jpich has joined #heat07:32
*** code-R has quit IRC07:34
*** ccard has quit IRC07:36
*** mohankumar has quit IRC07:45
*** code-R_ has quit IRC07:48
*** code-R has joined #heat07:48
*** ricolin has joined #heat07:54
ramishrahi all, team meeting in 5 mins on #openstack-meeting07:55
*** zzzeek has quit IRC08:00
*** zzzeek has joined #heat08:00
ricolinDear all, Meeting time~08:01
ramishrastevebaker, tiantian, skraynev meeting time08:01
*** yassine has joined #heat08:02
*** yassine is now known as Guest6885808:02
openstackgerritMerged openstack/heat: Updated from global requirements  https://review.openstack.org/35945408:04
openstackgerritMerged openstack/heat: Include heat_integrationtests in setup.py install  https://review.openstack.org/35935608:04
*** derekh has joined #heat08:08
*** boogibugs has joined #heat08:17
*** dbecker has quit IRC08:19
*** dbecker has joined #heat08:22
*** FL1SK has joined #heat08:26
*** sorantis has quit IRC08:30
*** mohankumar has joined #heat08:44
*** ricolin has quit IRC08:48
*** code-R_ has joined #heat08:50
*** code-R has quit IRC08:53
openstackgerritEthan Lynn proposed openstack/heat: Add action check function to senlin plugin  https://review.openstack.org/35972509:18
openstackgerritEthan Lynn proposed openstack/heat: Check action status instead of node status for node creation  https://review.openstack.org/35972609:18
openstackgerritEthan Lynn proposed openstack/heat: Refactor senlin node update logic  https://review.openstack.org/35972709:18
*** sorantis has joined #heat09:20
*** jaosorior is now known as jaosorior_lunch09:21
*** sshnaidm|afk is now known as sshnaidm09:27
openstackgerritSergey Kraynev proposed openstack/heat: Don't raise error in custom guidelines on IOError  https://review.openstack.org/35587009:36
openstackgerritMerged openstack/heat: Do not use env var conf defaults  https://review.openstack.org/34974009:46
openstackgerritMerged openstack/heat: Convergence: fix input to check_stack_complete  https://review.openstack.org/35788109:47
*** yanyanhu has quit IRC09:51
openstackgerritEthan Lynn proposed openstack/heat: Check action status instead of cluster status for cluster creation  https://review.openstack.org/35975509:56
openstackgerritEthan Lynn proposed openstack/heat: Minor fix for senlin cluster update  https://review.openstack.org/35975609:56
openstackgerritSergey Kraynev proposed openstack/heat: Support condition for resource  https://review.openstack.org/34712309:57
*** zhurong has quit IRC09:59
*** bks has joined #heat10:18
openstackgerritPeter Razumovsky proposed openstack/heat: Improve validation in OS::Monasca::Notification  https://review.openstack.org/35791010:28
*** sdake has quit IRC10:28
*** jaosorior_lunch is now known as jaosorior10:30
openstackgerritEthan Lynn proposed openstack/heat: Use correct args to resolve senlin node attributes  https://review.openstack.org/35978210:40
*** elynn_ has quit IRC10:43
*** bks has quit IRC10:50
*** d0ugal has quit IRC10:59
*** d0ugal has joined #heat10:59
*** bks has joined #heat11:02
*** caowei has quit IRC11:12
*** jtomasek_ is now known as jtomasek11:13
*** ramishra has quit IRC11:20
*** jprovazn has quit IRC11:21
*** ramishra has joined #heat11:22
*** tochi has quit IRC11:39
*** jprovazn has joined #heat11:41
*** zhihui has quit IRC11:43
*** prazumovsky has joined #heat11:49
*** jaosorior has quit IRC11:51
*** zhihui has joined #heat11:51
*** jaosorior has joined #heat11:52
*** steveg_afk has joined #heat11:53
*** sshnaidm is now known as sshnaidm|afk11:54
*** jdob has joined #heat12:12
*** dprince has joined #heat12:12
*** ccamacho is now known as ccamacho|lunch12:12
*** zhihui has quit IRC12:16
*** pradk has joined #heat12:18
*** bks has quit IRC12:38
*** caowei has joined #heat12:42
openstackgerritPeter Razumovsky proposed openstack/heat: Add way to use custom paths in translation  https://review.openstack.org/29504312:48
openstackgerritPeter Razumovsky proposed openstack/heat: Small refactoring translation mechanism  https://review.openstack.org/35985212:48
openstackgerritPeter Razumovsky proposed openstack/heat: Hidden policies property of OS::Mistral::Workflow  https://review.openstack.org/35985312:48
openstackgerritPeter Razumovsky proposed openstack/heat: Hidden policies property of OS::Mistral::Workflow  https://review.openstack.org/35985312:50
*** pradk has quit IRC12:51
*** sshnaidm|afk is now known as sshnaidm12:52
*** vishwanathj_zzz is now known as vishwanthj13:03
*** elynn_ has joined #heat13:05
*** dprince has quit IRC13:08
*** dprince has joined #heat13:09
openstackgerritMerged openstack/heat: Fix devstack plugin  https://review.openstack.org/35232913:10
openstackgerritMerged openstack/heat: Move merge_environment to environment_util module  https://review.openstack.org/35109413:11
*** jdandrea_ is now known as jdandrea13:22
*** steveg_afk has quit IRC13:23
*** openstackgerrit has quit IRC13:26
*** openstackgerrit has joined #heat13:27
*** sdake has joined #heat13:34
*** sdake_ has joined #heat13:37
*** zhurong has joined #heat13:38
*** blomquisg_gone is now known as blomquisg13:39
*** sdake has quit IRC13:40
*** zhurong has quit IRC13:41
*** zhurong has joined #heat13:43
*** pt_15 has joined #heat13:51
*** pradk has joined #heat13:59
*** zz_dimtruck is now known as dimtruck14:00
*** sabeen has joined #heat14:01
*** elynn_ has quit IRC14:05
*** prazumovsky has quit IRC14:06
*** jasond has joined #heat14:07
*** spotz_zzz is now known as spotz14:11
*** ccard has joined #heat14:12
*** spedione|AWAY is now known as spedione14:19
*** mohankumar has quit IRC14:20
*** steveg_afk has joined #heat14:22
openstackgerritRabi Mishra proposed openstack/heat: Add functional test coverage for files API  https://review.openstack.org/34093214:22
*** vijendar has joined #heat14:22
*** elynn_ has joined #heat14:23
*** ccamacho|lunch is now known as ccamacho14:30
*** sorantis has quit IRC14:31
*** ayoung has joined #heat14:31
*** blomquisg is now known as blomquisg_gone14:42
openstackgerritJulian proposed openstack/heat-specs: New Resource Type OS::Cinder::Quota  https://review.openstack.org/35562714:43
syjulianhi guys, would anyone be available to provide reviews to this change https://review.openstack.org/#/c/358889/14:49
*** Drago has joined #heat14:52
*** Drago has quit IRC14:52
*** jasond has quit IRC14:52
*** Drago has joined #heat14:53
*** elynn_ has quit IRC14:54
*** randallburt has joined #heat14:59
*** jistr is now known as jistr|mtg15:00
*** randallburt1 has joined #heat15:00
*** randallburt has quit IRC15:03
*** code-R_ has quit IRC15:07
*** zhurong has quit IRC15:08
*** sabeen has quit IRC15:09
*** elynn_ has joined #heat15:12
*** caowei has quit IRC15:15
*** jasond has joined #heat15:15
*** david-lyle has joined #heat15:17
*** david-lyle_ has joined #heat15:25
*** sdake_ has quit IRC15:25
*** david-lyle_ has quit IRC15:26
*** sergio_nubeliu has quit IRC15:31
*** fragatina has joined #heat15:31
*** fragatin_ has joined #heat15:32
*** fragatina has quit IRC15:35
*** sdake has joined #heat15:36
*** bana_k has joined #heat15:42
*** code-R has joined #heat15:44
*** Zer0Byte__ has joined #heat15:51
*** adrian_otto has joined #heat15:55
*** vishwanthj has quit IRC15:56
openstackgerritGábor Antal proposed openstack/heat: Use more specific asserts in tests  https://review.openstack.org/35999316:00
*** elynn_ has quit IRC16:01
*** blomquisg_gone is now known as blomquisg16:02
openstackgerritJason Dunsmore proposed openstack/heat: Fail stack action on unexpected resource plugin exception  https://review.openstack.org/33925016:08
*** jistr|mtg is now known as jistr16:08
*** steveg_afk has quit IRC16:14
*** Zer0Byte__ has quit IRC16:15
*** bwallis has quit IRC16:19
*** fragatin_ has quit IRC16:21
*** dsneddon has quit IRC16:23
*** bana_k has quit IRC16:23
*** dsneddon has joined #heat16:27
*** jpich has quit IRC16:29
*** rcernin has quit IRC16:29
*** bwallis has joined #heat16:43
*** derekh has quit IRC16:45
*** jaosorior has quit IRC16:47
zanebsyjulian: add it to the etherpad16:51
*** vishwanathj has joined #heat16:52
syjulianzaneb: where can I get the link for it?16:53
*** Zer0Byte__ has joined #heat16:53
zanebin the mailing list16:54
zanebhttps://etherpad.openstack.org/p/heat-newton-reviews16:54
syjulianzaneb: ah. thanks!16:55
*** code-R has quit IRC16:58
*** code-R has joined #heat16:59
*** Zer0Byte__ has quit IRC17:01
openstackgerritJulian proposed openstack/heat: Add OS::Cinder::Quota resource  https://review.openstack.org/35888917:02
*** Zer0Byte__ has joined #heat17:06
*** jdob has quit IRC17:10
openstackgerritMerged openstack/heat: A context cache for Resource objects  https://review.openstack.org/31722017:12
*** selena_091 has joined #heat17:12
*** jcoufal has joined #heat17:12
*** code-R_ has joined #heat17:12
*** rafael__ has joined #heat17:12
openstackgerritEmilien Macchi proposed openstack/heat: Revert "Add a replace_on_change option to the SW Config input schema"  https://review.openstack.org/36001517:14
*** code-R has quit IRC17:15
*** tushar_k has joined #heat17:15
selena_091hello..have question..the neutron/designate integration was added in mitaka and its working http://docs.openstack.org/mitaka/networking-guide/adv-config-dns.html but its support for heat templates of neutron was just added recently.  https://review.openstack.org/#/c/339372/ and https://review.openstack.org/#/c/339373/17:16
*** thumpba has joined #heat17:17
*** bana_k has joined #heat17:18
selena_091i have cherry-picked the two commits to mitaka https://review.openstack.org/#/c/360012/ https://review.openstack.org/#/c/360013 ..it will be great if we have this support in mitaka too17:18
*** sabeen has joined #heat17:18
selena_091have seen *17:19
*** thumpba has quit IRC17:22
*** thumpba has joined #heat17:22
*** sshnaidm is now known as sshnaidm|afk17:23
openstackgerritEmilien Macchi proposed openstack/heat: Revert "Add a replace_on_change option to the SW Config input schema"  https://review.openstack.org/36001517:23
*** dyasny has quit IRC17:24
*** rcernin has joined #heat17:24
*** sergio_nubeliu has joined #heat17:25
*** pt_15 has quit IRC17:26
*** code-R_ has quit IRC17:34
*** dyasny has joined #heat17:39
*** vijendar has quit IRC17:43
*** steveg_afk has joined #heat17:44
*** vijendar has joined #heat17:46
zanebselena_091: sorry, no new features in stable branches. they're for bug fixes only17:51
openstackgerritAbhishek Chanda proposed openstack/heat: Pass insecure and ca_certificate option for cfn transport  https://review.openstack.org/36002517:52
*** blinky_ghost has joined #heat17:53
blinky_ghosthi, can anybody explain me how do I use a SRIOV port in a neutron port using heat? thanks17:53
*** selena_091 has quit IRC17:58
*** jasond has quit IRC17:59
*** jasond has joined #heat17:59
*** sabeen has quit IRC17:59
*** rafael__ has quit IRC18:00
*** sabeen has joined #heat18:00
*** blinky_ghost has quit IRC18:09
*** Drago has quit IRC18:14
*** jdob has joined #heat18:21
*** jdob1 has joined #heat18:23
*** jdob has quit IRC18:23
*** vishwanathj has quit IRC18:25
*** vishwanathj has joined #heat18:26
*** sabeen has quit IRC18:44
*** fragatina has joined #heat18:46
*** adrian_otto has quit IRC18:48
*** steveg_afk has quit IRC18:48
*** Drago has joined #heat18:53
*** jcoufal has quit IRC18:59
*** bwallis has quit IRC19:01
*** vijendar has quit IRC19:06
*** ccamacho has quit IRC19:07
*** vijendar has joined #heat19:10
*** sdake has quit IRC19:20
*** blomquisg is now known as blomquisg_gone19:30
*** thumpba_ has joined #heat19:39
*** thumpba_ has quit IRC19:39
*** thumpba has quit IRC19:41
*** jprovazn has quit IRC19:43
*** dprince has quit IRC20:09
*** obedmr has quit IRC20:10
*** dimtruck is now known as zz_dimtruck20:13
*** steveg_afk has joined #heat20:13
openstackgerritJason Dunsmore proposed openstack/heat: Allow a stack with invalid resolved properties to be updated  https://review.openstack.org/32489820:16
*** obedmr- has joined #heat20:17
*** sabeen has joined #heat20:41
*** Drago has quit IRC20:41
*** vijendar has quit IRC20:42
*** Drago has joined #heat20:42
*** jdob1 has quit IRC20:55
*** vijendar has joined #heat21:06
*** sergio_nubeliu has quit IRC21:15
*** rafael__ has joined #heat21:20
*** rafael__ has quit IRC21:20
*** rafael__ has joined #heat21:21
*** vijendar has quit IRC21:23
openstackgerritJason Dunsmore proposed openstack/heat: Cancel threads during stack delete  https://review.openstack.org/29193121:48
*** sdake has joined #heat21:48
*** sdake_ has joined #heat21:50
*** tushar_k has quit IRC21:51
*** tushar_k has joined #heat21:51
*** obedmr- is now known as obedmr21:52
*** sdake has quit IRC21:54
*** jasond has quit IRC22:01
zanebstevebaker: we've never done a stable branch release for Mitaka? can that be right?22:01
*** sdake_ has quit IRC22:01
*** bwallis has joined #heat22:02
*** vishwanathj has quit IRC22:02
*** tushar_k has quit IRC22:03
stevebakerzaneb: looks like it http://git.openstack.org/cgit/openstack/releases/tree/deliverables/mitaka/heat.yaml22:03
*** sdake has joined #heat22:03
zanebyikes22:04
zanebsomebody should slap our stable branch liaison22:04
*** spotz is now known as spotz_zzz22:06
zanebman, the wiki CAPTCHAs keep getting harder22:07
*** bwallis has quit IRC22:12
stevebakerI didn't know we had one, apparently its zaneb22:13
*** vijendar has joined #heat22:13
*** bwallis has joined #heat22:13
*** vijendar1 has joined #heat22:14
*** Guest68858 has quit IRC22:15
*** sileht has quit IRC22:16
*** spedione is now known as spedione|AWAY22:16
*** sileht has joined #heat22:17
*** vijendar has quit IRC22:18
larsksIf anyone has a moment, I would like to add a couple of intrinsic functions for merging lists: https://review.openstack.org/#/c/359380/22:22
larsksPasses CI and has docs!22:22
zaneblarsks: example use cases?22:22
*** dsneddon has quit IRC22:29
*** dsneddon has joined #heat22:30
*** dsneddon has quit IRC22:32
*** jrist has quit IRC22:33
*** dsneddon has joined #heat22:36
*** jrist has joined #heat22:45
*** rcernin has quit IRC22:53
*** bigdogstl has joined #heat22:54
*** zigo has quit IRC22:56
*** sdake has quit IRC22:57
*** zigo has joined #heat22:57
*** bigdogstl has quit IRC22:59
*** zz_dimtruck is now known as dimtruck23:00
*** vijendar1 has quit IRC23:05
*** pradk has quit IRC23:06
*** sdake has joined #heat23:07
*** elynn_ has joined #heat23:14
*** rafael__ has quit IRC23:16
*** jcoufal has joined #heat23:36
*** Drago has quit IRC23:39
*** tochi has joined #heat23:40
larskszaneb: https://review.openstack.org/#/c/353506/17/puppet/services/services.yaml23:42
larsks(for the concat function)23:42
larsks(and for unique, actually)23:43
larsksThere was an existing blueprint, and of course we already have map_merge so being able to do the same thing with lists seemed like an obvious solution.23:43
*** jcoufal has quit IRC23:44
*** randallburt1 has quit IRC23:46
openstackgerritZane Bitter proposed openstack/heat: Fix SoftwareDeployment when dealing with deleted configs  https://review.openstack.org/36012223:53
*** zhurong has joined #heat23:54
larskszaneb: have to put kids to bed but I will bue around in an hour or so. And again in the morning us/eastern...23:56
zaneblarsks: also trying to knock off for the day :)23:56
zanebstevebaker: could you review https://review.openstack.org/360122 at your earliest convenience?23:57
zanebit's blocking the tripleo gate23:57

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