*** spzala has quit IRC | 00:00 | |
*** david-lyle has quit IRC | 00:01 | |
*** zhurong has quit IRC | 00:05 | |
*** david-lyle has joined #heat | 00:07 | |
openstackgerrit | Lars Kellogg-Stedman proposed openstack/heat: add concat and unique intrinsinc functions https://review.openstack.org/359380 | 00:10 |
---|---|---|
*** elynn_ has quit IRC | 00:21 | |
*** david-lyle has quit IRC | 00:26 | |
*** bwallis has joined #heat | 00:28 | |
*** sdake has quit IRC | 00:36 | |
*** Zer0Byt__ has joined #heat | 00:36 | |
*** sdake has joined #heat | 00:37 | |
*** Zer0Byte__ has quit IRC | 00:38 | |
*** caowei has quit IRC | 00:41 | |
*** Zer0Byt__ has quit IRC | 00:42 | |
*** code-R has joined #heat | 00:56 | |
*** code-R_ has joined #heat | 00:57 | |
*** code-R has quit IRC | 01:01 | |
*** vishwanathj has quit IRC | 01:11 | |
*** zhurong has joined #heat | 01:13 | |
*** pt_15 has quit IRC | 01:16 | |
*** bana_k has quit IRC | 01:18 | |
*** yanyanhu has joined #heat | 01:19 | |
*** chlong has joined #heat | 01:20 | |
*** code-R_ has quit IRC | 01:26 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/359454 | 01:31 |
*** bana_k has joined #heat | 01:36 | |
*** sabeen has quit IRC | 01:46 | |
*** sabeen has joined #heat | 01:49 | |
*** elynn has joined #heat | 01:52 | |
*** willise has joined #heat | 01:53 | |
*** willise has left #heat | 01:54 | |
*** bana_k has quit IRC | 01:55 | |
*** elynn_ has joined #heat | 01:59 | |
*** vijendar has joined #heat | 01:59 | |
*** caowei has joined #heat | 02:02 | |
*** elynn has quit IRC | 02:02 | |
*** vijendar has quit IRC | 02:03 | |
openstackgerrit | Dan Prince proposed openstack/heat: heat-all: all-in-one heat launcher https://review.openstack.org/347504 | 02:04 |
openstackgerrit | Dan Prince proposed openstack/heat: Add noauth middleware https://review.openstack.org/347505 | 02:04 |
*** zz_dimtruck is now known as dimtruck | 02:19 | |
*** spzala has joined #heat | 02:25 | |
ramishra | stevebaker: done :) | 02:31 |
*** jdob has quit IRC | 02:31 | |
stevebaker | ramishra: thanks | 02:38 |
ramishra | stevebaker: 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 schema | 02:39 |
ramishra | probably you can look at https://review.openstack.org/#/c/346850/ | 02:39 |
stevebaker | ramishra: I'll take a look | 02:40 |
*** caowei has quit IRC | 02:40 | |
*** caowei has joined #heat | 02:41 | |
ramishra | one more thing I wanted to ask the other day and forgot. | 02:41 |
ramishra | stevebaker: 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 |
ramishra | stevebaker: Is there any better way to handle it that you know? | 02:44 |
stevebaker | ramishra: there will be a limit to what we can do without adopting a proper DLM | 02:45 |
stevebaker | biab, school run | 02:46 |
*** sdake has quit IRC | 02:46 | |
*** sdake has joined #heat | 02:49 | |
*** yuanying_ has joined #heat | 02:51 | |
*** yuanying has quit IRC | 02:52 | |
*** yuanying has joined #heat | 02:53 | |
*** yuanying has quit IRC | 02:55 | |
*** yuanying has joined #heat | 02:56 | |
ramishra | stevebaker: yeah, I was looking at tooz, but still not been able to make it work with heat though | 02:57 |
*** yuanying_ has quit IRC | 02:57 | |
ramishra | np, ttyl | 02:57 |
openstackgerrit | gengchc2 proposed openstack/heat: Using oslo_config's min attribute in heat https://review.openstack.org/359064 | 03:02 |
*** blomquisg_gone is now known as blomquisg | 03:03 | |
openstackgerrit | huangtianhua proposed openstack/heat: Provide 'or' function https://review.openstack.org/347753 | 03:06 |
openstackgerrit | huangtianhua proposed openstack/heat: Provides 'if' intrinsic function https://review.openstack.org/283479 | 03:06 |
openstackgerrit | huangtianhua proposed openstack/heat: Support condition for output https://review.openstack.org/347182 | 03:06 |
openstackgerrit | huangtianhua proposed openstack/heat: Provides 'not' condition function https://review.openstack.org/347655 | 03:06 |
openstackgerrit | huangtianhua proposed openstack/heat: Provide 'and' function https://review.openstack.org/347731 | 03:06 |
openstackgerrit | huangtianhua proposed openstack/heat: Add a Macro class to heat.engine.function https://review.openstack.org/322248 | 03:06 |
*** vishwanathj has joined #heat | 03:11 | |
*** code-R has joined #heat | 03:18 | |
*** vishwanathj is now known as vishwanathj_zzz | 03:19 | |
stevebaker | back | 03:21 |
*** tochi has quit IRC | 03:26 | |
*** dimtruck is now known as zz_dimtruck | 03:28 | |
*** zz_dimtruck is now known as dimtruck | 03:34 | |
*** yuanying has quit IRC | 03:48 | |
*** spzala has quit IRC | 03:50 | |
*** yuanying has joined #heat | 03:51 | |
stevebaker | ramishra: 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 available | 03:56 |
*** bigdogstl has joined #heat | 04:01 | |
ramishra | what about oslo_concurrency lockutils for local locks? | 04:01 |
ramishra | like in https://github.com/openstack/vmware-nsx/blob/master/vmware_nsx/common/locking.py | 04:01 |
*** bigdogstl has quit IRC | 04:05 | |
*** dimtruck is now known as zz_dimtruck | 04:05 | |
stevebaker | because the local tooz driver would just be the default, a real DLM would be ideal | 04:09 |
*** tochi has joined #heat | 04:09 | |
stevebaker | but not every operator wants to install teh javas | 04:09 |
*** sabeen has quit IRC | 04:10 | |
ramishra | stevebaker: in the nsx locking it does not use tooz/zookeeper when locking_coordinator_url is not defined in config. | 04:11 |
ramishra | Though not sue it would work with multiple engines in the same host | 04:11 |
ramishra | yeah, we may keep it configurable, to use any tooz driver, but it would probably not work with many of the drivers. | 04:12 |
stevebaker | no, we'd need to be careful about which drivers to use | 04:13 |
stevebaker | rather, endorse | 04:13 |
ramishra | mysql driver last time I've seen uses a connection per lock, which is too much. | 04:13 |
ramishra | yeah, my understanding is the distributed locking would probably work only with zookeper or may be etcd. | 04:14 |
ramishra | for us | 04:14 |
*** jraju has joined #heat | 04:14 | |
stevebaker | maybe consul too | 04:14 |
ramishra | though I agree not everyone likes zookeeper;) | 04:14 |
ramishra | yep consul too | 04:14 |
ramishra | most of us hate java;) | 04:15 |
*** jraju has quit IRC | 04:15 | |
ramishra | I'll try and finish the poc soon so we can discuss this during the summit. | 04:16 |
stevebaker | ramishra: sounds good | 04:23 |
*** bana_k has joined #heat | 04:27 | |
ramishra | stevebaker: 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 |
stevebaker | sure | 04:31 |
*** elynn_ has quit IRC | 04:31 | |
stevebaker | i'm happy someone is pushing the devstack work | 04:32 |
ramishra | it's already there | 04:32 |
stevebaker | yeah just need to use it | 04:32 |
ramishra | you mean this https://review.openstack.org/#/c/317618/ right? | 04:33 |
stevebaker | and this https://review.openstack.org/#/c/317817/5 | 04:34 |
ramishra | the order is first the heat patch lands, then the project-config patch and next the devstack patch | 04:35 |
stevebaker | ok | 04:35 |
*** blomquisg is now known as blomquisg_gone | 04:41 | |
*** mohankumar has joined #heat | 04:59 | |
openstackgerrit | Merged openstack/heat: Use a variable for which conf file to write to https://review.openstack.org/349739 | 05:06 |
*** jaosorior has joined #heat | 05:07 | |
*** jaosorior has quit IRC | 05:09 | |
openstackgerrit | Merged openstack/heat: Load resources from DB for resource list https://review.openstack.org/278231 | 05:09 |
openstackgerrit | Merged openstack/heat: Refactor validate_resource_definitions() https://review.openstack.org/358931 | 05:09 |
*** jaosorior has joined #heat | 05:10 | |
*** mohankumar has quit IRC | 05:21 | |
*** mohankumar has joined #heat | 05:21 | |
openstackgerrit | gengchc2 proposed openstack/heat: Using oslo_config's min attribute in heat https://review.openstack.org/359064 | 05:36 |
*** harlowja_at_home has joined #heat | 05:39 | |
*** elynn_ has joined #heat | 05:45 | |
*** elynn_ has quit IRC | 05:50 | |
*** elynn_ has joined #heat | 05:50 | |
*** code-R_ has joined #heat | 05:51 | |
*** code-R has quit IRC | 05:54 | |
openstackgerrit | Crag Wolfe proposed openstack/heat: Add new hot function str_replace_strict https://review.openstack.org/355143 | 06:03 |
openstackgerrit | Crag Wolfe proposed openstack/heat: Add allow_empty_param_val argument to str_replace_strict function https://review.openstack.org/359605 | 06:03 |
*** bana_k has quit IRC | 06:14 | |
*** rcernin has joined #heat | 06:24 | |
*** jprovazn has joined #heat | 06:24 | |
*** FL1SK has quit IRC | 06:27 | |
*** ccamacho has joined #heat | 06:32 | |
*** ccamacho has quit IRC | 06:32 | |
openstackgerrit | huangtianhua proposed openstack/heat: Support condition for output https://review.openstack.org/347182 | 06:35 |
*** ccamacho has joined #heat | 06:36 | |
*** mohankumar has quit IRC | 06:42 | |
*** code-R_ has quit IRC | 06:43 | |
*** harlowja_at_home has quit IRC | 06:44 | |
*** fragatina has quit IRC | 06:44 | |
*** fragatina has joined #heat | 06:46 | |
*** mohankumar has joined #heat | 06:49 | |
*** fragatina has quit IRC | 06:51 | |
*** sorantis has joined #heat | 07:25 | |
*** code-R has joined #heat | 07:29 | |
*** code-R_ has joined #heat | 07:31 | |
*** jpich has joined #heat | 07:32 | |
*** code-R has quit IRC | 07:34 | |
*** ccard has quit IRC | 07:36 | |
*** mohankumar has quit IRC | 07:45 | |
*** code-R_ has quit IRC | 07:48 | |
*** code-R has joined #heat | 07:48 | |
*** ricolin has joined #heat | 07:54 | |
ramishra | hi all, team meeting in 5 mins on #openstack-meeting | 07:55 |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #heat | 08:00 | |
ricolin | Dear all, Meeting time~ | 08:01 |
ramishra | stevebaker, tiantian, skraynev meeting time | 08:01 |
*** yassine has joined #heat | 08:02 | |
*** yassine is now known as Guest68858 | 08:02 | |
openstackgerrit | Merged openstack/heat: Updated from global requirements https://review.openstack.org/359454 | 08:04 |
openstackgerrit | Merged openstack/heat: Include heat_integrationtests in setup.py install https://review.openstack.org/359356 | 08:04 |
*** derekh has joined #heat | 08:08 | |
*** boogibugs has joined #heat | 08:17 | |
*** dbecker has quit IRC | 08:19 | |
*** dbecker has joined #heat | 08:22 | |
*** FL1SK has joined #heat | 08:26 | |
*** sorantis has quit IRC | 08:30 | |
*** mohankumar has joined #heat | 08:44 | |
*** ricolin has quit IRC | 08:48 | |
*** code-R_ has joined #heat | 08:50 | |
*** code-R has quit IRC | 08:53 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Add action check function to senlin plugin https://review.openstack.org/359725 | 09:18 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Check action status instead of node status for node creation https://review.openstack.org/359726 | 09:18 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Refactor senlin node update logic https://review.openstack.org/359727 | 09:18 |
*** sorantis has joined #heat | 09:20 | |
*** jaosorior is now known as jaosorior_lunch | 09:21 | |
*** sshnaidm|afk is now known as sshnaidm | 09:27 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Don't raise error in custom guidelines on IOError https://review.openstack.org/355870 | 09:36 |
openstackgerrit | Merged openstack/heat: Do not use env var conf defaults https://review.openstack.org/349740 | 09:46 |
openstackgerrit | Merged openstack/heat: Convergence: fix input to check_stack_complete https://review.openstack.org/357881 | 09:47 |
*** yanyanhu has quit IRC | 09:51 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Check action status instead of cluster status for cluster creation https://review.openstack.org/359755 | 09:56 |
openstackgerrit | Ethan Lynn proposed openstack/heat: Minor fix for senlin cluster update https://review.openstack.org/359756 | 09:56 |
openstackgerrit | Sergey Kraynev proposed openstack/heat: Support condition for resource https://review.openstack.org/347123 | 09:57 |
*** zhurong has quit IRC | 09:59 | |
*** bks has joined #heat | 10:18 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Improve validation in OS::Monasca::Notification https://review.openstack.org/357910 | 10:28 |
*** sdake has quit IRC | 10:28 | |
*** jaosorior_lunch is now known as jaosorior | 10:30 | |
openstackgerrit | Ethan Lynn proposed openstack/heat: Use correct args to resolve senlin node attributes https://review.openstack.org/359782 | 10:40 |
*** elynn_ has quit IRC | 10:43 | |
*** bks has quit IRC | 10:50 | |
*** d0ugal has quit IRC | 10:59 | |
*** d0ugal has joined #heat | 10:59 | |
*** bks has joined #heat | 11:02 | |
*** caowei has quit IRC | 11:12 | |
*** jtomasek_ is now known as jtomasek | 11:13 | |
*** ramishra has quit IRC | 11:20 | |
*** jprovazn has quit IRC | 11:21 | |
*** ramishra has joined #heat | 11:22 | |
*** tochi has quit IRC | 11:39 | |
*** jprovazn has joined #heat | 11:41 | |
*** zhihui has quit IRC | 11:43 | |
*** prazumovsky has joined #heat | 11:49 | |
*** jaosorior has quit IRC | 11:51 | |
*** zhihui has joined #heat | 11:51 | |
*** jaosorior has joined #heat | 11:52 | |
*** steveg_afk has joined #heat | 11:53 | |
*** sshnaidm is now known as sshnaidm|afk | 11:54 | |
*** jdob has joined #heat | 12:12 | |
*** dprince has joined #heat | 12:12 | |
*** ccamacho is now known as ccamacho|lunch | 12:12 | |
*** zhihui has quit IRC | 12:16 | |
*** pradk has joined #heat | 12:18 | |
*** bks has quit IRC | 12:38 | |
*** caowei has joined #heat | 12:42 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add way to use custom paths in translation https://review.openstack.org/295043 | 12:48 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Small refactoring translation mechanism https://review.openstack.org/359852 | 12:48 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Hidden policies property of OS::Mistral::Workflow https://review.openstack.org/359853 | 12:48 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Hidden policies property of OS::Mistral::Workflow https://review.openstack.org/359853 | 12:50 |
*** pradk has quit IRC | 12:51 | |
*** sshnaidm|afk is now known as sshnaidm | 12:52 | |
*** vishwanathj_zzz is now known as vishwanthj | 13:03 | |
*** elynn_ has joined #heat | 13:05 | |
*** dprince has quit IRC | 13:08 | |
*** dprince has joined #heat | 13:09 | |
openstackgerrit | Merged openstack/heat: Fix devstack plugin https://review.openstack.org/352329 | 13:10 |
openstackgerrit | Merged openstack/heat: Move merge_environment to environment_util module https://review.openstack.org/351094 | 13:11 |
*** jdandrea_ is now known as jdandrea | 13:22 | |
*** steveg_afk has quit IRC | 13:23 | |
*** openstackgerrit has quit IRC | 13:26 | |
*** openstackgerrit has joined #heat | 13:27 | |
*** sdake has joined #heat | 13:34 | |
*** sdake_ has joined #heat | 13:37 | |
*** zhurong has joined #heat | 13:38 | |
*** blomquisg_gone is now known as blomquisg | 13:39 | |
*** sdake has quit IRC | 13:40 | |
*** zhurong has quit IRC | 13:41 | |
*** zhurong has joined #heat | 13:43 | |
*** pt_15 has joined #heat | 13:51 | |
*** pradk has joined #heat | 13:59 | |
*** zz_dimtruck is now known as dimtruck | 14:00 | |
*** sabeen has joined #heat | 14:01 | |
*** elynn_ has quit IRC | 14:05 | |
*** prazumovsky has quit IRC | 14:06 | |
*** jasond has joined #heat | 14:07 | |
*** spotz_zzz is now known as spotz | 14:11 | |
*** ccard has joined #heat | 14:12 | |
*** spedione|AWAY is now known as spedione | 14:19 | |
*** mohankumar has quit IRC | 14:20 | |
*** steveg_afk has joined #heat | 14:22 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Add functional test coverage for files API https://review.openstack.org/340932 | 14:22 |
*** vijendar has joined #heat | 14:22 | |
*** elynn_ has joined #heat | 14:23 | |
*** ccamacho|lunch is now known as ccamacho | 14:30 | |
*** sorantis has quit IRC | 14:31 | |
*** ayoung has joined #heat | 14:31 | |
*** blomquisg is now known as blomquisg_gone | 14:42 | |
openstackgerrit | Julian proposed openstack/heat-specs: New Resource Type OS::Cinder::Quota https://review.openstack.org/355627 | 14:43 |
syjulian | hi guys, would anyone be available to provide reviews to this change https://review.openstack.org/#/c/358889/ | 14:49 |
*** Drago has joined #heat | 14:52 | |
*** Drago has quit IRC | 14:52 | |
*** jasond has quit IRC | 14:52 | |
*** Drago has joined #heat | 14:53 | |
*** elynn_ has quit IRC | 14:54 | |
*** randallburt has joined #heat | 14:59 | |
*** jistr is now known as jistr|mtg | 15:00 | |
*** randallburt1 has joined #heat | 15:00 | |
*** randallburt has quit IRC | 15:03 | |
*** code-R_ has quit IRC | 15:07 | |
*** zhurong has quit IRC | 15:08 | |
*** sabeen has quit IRC | 15:09 | |
*** elynn_ has joined #heat | 15:12 | |
*** caowei has quit IRC | 15:15 | |
*** jasond has joined #heat | 15:15 | |
*** david-lyle has joined #heat | 15:17 | |
*** david-lyle_ has joined #heat | 15:25 | |
*** sdake_ has quit IRC | 15:25 | |
*** david-lyle_ has quit IRC | 15:26 | |
*** sergio_nubeliu has quit IRC | 15:31 | |
*** fragatina has joined #heat | 15:31 | |
*** fragatin_ has joined #heat | 15:32 | |
*** fragatina has quit IRC | 15:35 | |
*** sdake has joined #heat | 15:36 | |
*** bana_k has joined #heat | 15:42 | |
*** code-R has joined #heat | 15:44 | |
*** Zer0Byte__ has joined #heat | 15:51 | |
*** adrian_otto has joined #heat | 15:55 | |
*** vishwanthj has quit IRC | 15:56 | |
openstackgerrit | Gábor Antal proposed openstack/heat: Use more specific asserts in tests https://review.openstack.org/359993 | 16:00 |
*** elynn_ has quit IRC | 16:01 | |
*** blomquisg_gone is now known as blomquisg | 16:02 | |
openstackgerrit | Jason Dunsmore proposed openstack/heat: Fail stack action on unexpected resource plugin exception https://review.openstack.org/339250 | 16:08 |
*** jistr|mtg is now known as jistr | 16:08 | |
*** steveg_afk has quit IRC | 16:14 | |
*** Zer0Byte__ has quit IRC | 16:15 | |
*** bwallis has quit IRC | 16:19 | |
*** fragatin_ has quit IRC | 16:21 | |
*** dsneddon has quit IRC | 16:23 | |
*** bana_k has quit IRC | 16:23 | |
*** dsneddon has joined #heat | 16:27 | |
*** jpich has quit IRC | 16:29 | |
*** rcernin has quit IRC | 16:29 | |
*** bwallis has joined #heat | 16:43 | |
*** derekh has quit IRC | 16:45 | |
*** jaosorior has quit IRC | 16:47 | |
zaneb | syjulian: add it to the etherpad | 16:51 |
*** vishwanathj has joined #heat | 16:52 | |
syjulian | zaneb: where can I get the link for it? | 16:53 |
*** Zer0Byte__ has joined #heat | 16:53 | |
zaneb | in the mailing list | 16:54 |
zaneb | https://etherpad.openstack.org/p/heat-newton-reviews | 16:54 |
syjulian | zaneb: ah. thanks! | 16:55 |
*** code-R has quit IRC | 16:58 | |
*** code-R has joined #heat | 16:59 | |
*** Zer0Byte__ has quit IRC | 17:01 | |
openstackgerrit | Julian proposed openstack/heat: Add OS::Cinder::Quota resource https://review.openstack.org/358889 | 17:02 |
*** Zer0Byte__ has joined #heat | 17:06 | |
*** jdob has quit IRC | 17:10 | |
openstackgerrit | Merged openstack/heat: A context cache for Resource objects https://review.openstack.org/317220 | 17:12 |
*** selena_091 has joined #heat | 17:12 | |
*** jcoufal has joined #heat | 17:12 | |
*** code-R_ has joined #heat | 17:12 | |
*** rafael__ has joined #heat | 17:12 | |
openstackgerrit | Emilien Macchi proposed openstack/heat: Revert "Add a replace_on_change option to the SW Config input schema" https://review.openstack.org/360015 | 17:14 |
*** code-R has quit IRC | 17:15 | |
*** tushar_k has joined #heat | 17:15 | |
selena_091 | hello..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 #heat | 17:17 | |
*** bana_k has joined #heat | 17:18 | |
selena_091 | i 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 too | 17:18 |
*** sabeen has joined #heat | 17:18 | |
selena_091 | have seen * | 17:19 |
*** thumpba has quit IRC | 17:22 | |
*** thumpba has joined #heat | 17:22 | |
*** sshnaidm is now known as sshnaidm|afk | 17:23 | |
openstackgerrit | Emilien Macchi proposed openstack/heat: Revert "Add a replace_on_change option to the SW Config input schema" https://review.openstack.org/360015 | 17:23 |
*** dyasny has quit IRC | 17:24 | |
*** rcernin has joined #heat | 17:24 | |
*** sergio_nubeliu has joined #heat | 17:25 | |
*** pt_15 has quit IRC | 17:26 | |
*** code-R_ has quit IRC | 17:34 | |
*** dyasny has joined #heat | 17:39 | |
*** vijendar has quit IRC | 17:43 | |
*** steveg_afk has joined #heat | 17:44 | |
*** vijendar has joined #heat | 17:46 | |
zaneb | selena_091: sorry, no new features in stable branches. they're for bug fixes only | 17:51 |
openstackgerrit | Abhishek Chanda proposed openstack/heat: Pass insecure and ca_certificate option for cfn transport https://review.openstack.org/360025 | 17:52 |
*** blinky_ghost has joined #heat | 17:53 | |
blinky_ghost | hi, can anybody explain me how do I use a SRIOV port in a neutron port using heat? thanks | 17:53 |
*** selena_091 has quit IRC | 17:58 | |
*** jasond has quit IRC | 17:59 | |
*** jasond has joined #heat | 17:59 | |
*** sabeen has quit IRC | 17:59 | |
*** rafael__ has quit IRC | 18:00 | |
*** sabeen has joined #heat | 18:00 | |
*** blinky_ghost has quit IRC | 18:09 | |
*** Drago has quit IRC | 18:14 | |
*** jdob has joined #heat | 18:21 | |
*** jdob1 has joined #heat | 18:23 | |
*** jdob has quit IRC | 18:23 | |
*** vishwanathj has quit IRC | 18:25 | |
*** vishwanathj has joined #heat | 18:26 | |
*** sabeen has quit IRC | 18:44 | |
*** fragatina has joined #heat | 18:46 | |
*** adrian_otto has quit IRC | 18:48 | |
*** steveg_afk has quit IRC | 18:48 | |
*** Drago has joined #heat | 18:53 | |
*** jcoufal has quit IRC | 18:59 | |
*** bwallis has quit IRC | 19:01 | |
*** vijendar has quit IRC | 19:06 | |
*** ccamacho has quit IRC | 19:07 | |
*** vijendar has joined #heat | 19:10 | |
*** sdake has quit IRC | 19:20 | |
*** blomquisg is now known as blomquisg_gone | 19:30 | |
*** thumpba_ has joined #heat | 19:39 | |
*** thumpba_ has quit IRC | 19:39 | |
*** thumpba has quit IRC | 19:41 | |
*** jprovazn has quit IRC | 19:43 | |
*** dprince has quit IRC | 20:09 | |
*** obedmr has quit IRC | 20:10 | |
*** dimtruck is now known as zz_dimtruck | 20:13 | |
*** steveg_afk has joined #heat | 20:13 | |
openstackgerrit | Jason Dunsmore proposed openstack/heat: Allow a stack with invalid resolved properties to be updated https://review.openstack.org/324898 | 20:16 |
*** obedmr- has joined #heat | 20:17 | |
*** sabeen has joined #heat | 20:41 | |
*** Drago has quit IRC | 20:41 | |
*** vijendar has quit IRC | 20:42 | |
*** Drago has joined #heat | 20:42 | |
*** jdob1 has quit IRC | 20:55 | |
*** vijendar has joined #heat | 21:06 | |
*** sergio_nubeliu has quit IRC | 21:15 | |
*** rafael__ has joined #heat | 21:20 | |
*** rafael__ has quit IRC | 21:20 | |
*** rafael__ has joined #heat | 21:21 | |
*** vijendar has quit IRC | 21:23 | |
openstackgerrit | Jason Dunsmore proposed openstack/heat: Cancel threads during stack delete https://review.openstack.org/291931 | 21:48 |
*** sdake has joined #heat | 21:48 | |
*** sdake_ has joined #heat | 21:50 | |
*** tushar_k has quit IRC | 21:51 | |
*** tushar_k has joined #heat | 21:51 | |
*** obedmr- is now known as obedmr | 21:52 | |
*** sdake has quit IRC | 21:54 | |
*** jasond has quit IRC | 22:01 | |
zaneb | stevebaker: we've never done a stable branch release for Mitaka? can that be right? | 22:01 |
*** sdake_ has quit IRC | 22:01 | |
*** bwallis has joined #heat | 22:02 | |
*** vishwanathj has quit IRC | 22:02 | |
*** tushar_k has quit IRC | 22:03 | |
stevebaker | zaneb: looks like it http://git.openstack.org/cgit/openstack/releases/tree/deliverables/mitaka/heat.yaml | 22:03 |
*** sdake has joined #heat | 22:03 | |
zaneb | yikes | 22:04 |
zaneb | somebody should slap our stable branch liaison | 22:04 |
*** spotz is now known as spotz_zzz | 22:06 | |
zaneb | man, the wiki CAPTCHAs keep getting harder | 22:07 |
*** bwallis has quit IRC | 22:12 | |
stevebaker | I didn't know we had one, apparently its zaneb | 22:13 |
*** vijendar has joined #heat | 22:13 | |
*** bwallis has joined #heat | 22:13 | |
*** vijendar1 has joined #heat | 22:14 | |
*** Guest68858 has quit IRC | 22:15 | |
*** sileht has quit IRC | 22:16 | |
*** spedione is now known as spedione|AWAY | 22:16 | |
*** sileht has joined #heat | 22:17 | |
*** vijendar has quit IRC | 22:18 | |
larsks | If 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 |
larsks | Passes CI and has docs! | 22:22 |
zaneb | larsks: example use cases? | 22:22 |
*** dsneddon has quit IRC | 22:29 | |
*** dsneddon has joined #heat | 22:30 | |
*** dsneddon has quit IRC | 22:32 | |
*** jrist has quit IRC | 22:33 | |
*** dsneddon has joined #heat | 22:36 | |
*** jrist has joined #heat | 22:45 | |
*** rcernin has quit IRC | 22:53 | |
*** bigdogstl has joined #heat | 22:54 | |
*** zigo has quit IRC | 22:56 | |
*** sdake has quit IRC | 22:57 | |
*** zigo has joined #heat | 22:57 | |
*** bigdogstl has quit IRC | 22:59 | |
*** zz_dimtruck is now known as dimtruck | 23:00 | |
*** vijendar1 has quit IRC | 23:05 | |
*** pradk has quit IRC | 23:06 | |
*** sdake has joined #heat | 23:07 | |
*** elynn_ has joined #heat | 23:14 | |
*** rafael__ has quit IRC | 23:16 | |
*** jcoufal has joined #heat | 23:36 | |
*** Drago has quit IRC | 23:39 | |
*** tochi has joined #heat | 23:40 | |
larsks | zaneb: https://review.openstack.org/#/c/353506/17/puppet/services/services.yaml | 23:42 |
larsks | (for the concat function) | 23:42 |
larsks | (and for unique, actually) | 23:43 |
larsks | There 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 IRC | 23:44 | |
*** randallburt1 has quit IRC | 23:46 | |
openstackgerrit | Zane Bitter proposed openstack/heat: Fix SoftwareDeployment when dealing with deleted configs https://review.openstack.org/360122 | 23:53 |
*** zhurong has joined #heat | 23:54 | |
larsks | zaneb: 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 |
zaneb | larsks: also trying to knock off for the day :) | 23:56 |
zaneb | stevebaker: could you review https://review.openstack.org/360122 at your earliest convenience? | 23:57 |
zaneb | it's blocking the tripleo gate | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!