*** dsneddon has joined #heat | 00:01 | |
*** zhurong has quit IRC | 00:01 | |
*** code-R_ has quit IRC | 00:18 | |
*** code-R has joined #heat | 00:18 | |
*** zz_dimtruck is now known as dimtruck | 00:34 | |
*** code-R_ has joined #heat | 00:38 | |
*** code-R has quit IRC | 00:38 | |
*** dimtruck is now known as zz_dimtruck | 00:44 | |
*** code-R_ has quit IRC | 01:01 | |
*** code-R has joined #heat | 01:11 | |
*** code-R has quit IRC | 01:11 | |
*** zhurong has joined #heat | 01:12 | |
*** yanyanhu has joined #heat | 01:30 | |
*** steveg_afk has joined #heat | 01:30 | |
*** zz_dimtruck is now known as dimtruck | 02:03 | |
openstackgerrit | shizhihui proposed openstack/python-heatclient: Remove openstack/common from the exclude list of flake8 in tox https://review.openstack.org/351594 | 02:05 |
---|---|---|
*** eldon has joined #heat | 02:06 | |
*** hoonetorg has quit IRC | 02:20 | |
*** fragatina has joined #heat | 02:38 | |
*** Berezin has quit IRC | 02:40 | |
*** fragatina has quit IRC | 02:43 | |
openstackgerrit | Qiming Teng proposed openstack/heat: Fix software config api-ref doc https://review.openstack.org/352019 | 02:51 |
openstackgerrit | shizhihui proposed openstack/python-heatclient: Remove openstack/common from the exclude list of flake8 in tox https://review.openstack.org/351594 | 02:56 |
*** FL1SK has quit IRC | 03:03 | |
*** Berezin has joined #heat | 03:20 | |
openstackgerrit | huangtianhua proposed openstack/heat-specs: Support OS::Aodh::CompositeAlarm resource https://review.openstack.org/352202 | 03:24 |
*** chlong has quit IRC | 03:25 | |
*** ayoung has quit IRC | 03:39 | |
openstackgerrit | Qiming Teng proposed openstack/heat: Fix software config api-ref doc https://review.openstack.org/352019 | 03:47 |
*** sdake has joined #heat | 03:58 | |
*** zhurong has quit IRC | 04:04 | |
*** zhurong has joined #heat | 04:05 | |
*** jaosorior has joined #heat | 04:14 | |
*** flwang1 has quit IRC | 05:01 | |
*** FL1SK has joined #heat | 05:03 | |
*** fragatina has joined #heat | 05:07 | |
*** dimtruck is now known as zz_dimtruck | 05:08 | |
*** fragatina has quit IRC | 05:13 | |
openstackgerrit | shizhihui proposed openstack/python-heatclient: Remove openstack/common from the exclude list of flake8 in tox https://review.openstack.org/351594 | 05:34 |
*** chlong has joined #heat | 05:59 | |
openstackgerrit | shizhihui proposed openstack/python-heatclient: Remove unused logging import https://review.openstack.org/352232 | 06:04 |
*** code-R has joined #heat | 06:12 | |
*** code-R_ has joined #heat | 06:12 | |
*** jprovazn has joined #heat | 06:16 | |
*** code-R has quit IRC | 06:16 | |
*** zaneb has quit IRC | 06:25 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Remove tenant_safe flag from rpc and db api https://review.openstack.org/344086 | 06:27 |
*** flwang1 has joined #heat | 06:37 | |
*** sdake has quit IRC | 06:38 | |
*** rcernin has joined #heat | 06:41 | |
*** deepak_jon has joined #heat | 06:42 | |
*** jprovazn has quit IRC | 06:42 | |
*** nizam037 has joined #heat | 06:43 | |
nizam037 | what is the usage of the command config-create? | 06:44 |
*** fragatina has joined #heat | 06:47 | |
*** fragatina has quit IRC | 06:52 | |
ramishra | nizam037: that's to create a software configuration, you can use -h/--help to get the details. | 06:56 |
nizam037 | yea i created configuration.. how to run that script? | 07:00 |
nizam037 | i have passed a small script file as a argument for config-create | 07:00 |
*** code-R_ has quit IRC | 07:01 | |
*** code-R has joined #heat | 07:01 | |
ramishra | nizam037: a software config is to be associated with a deployment which in turn is to be associated with a server(with the agents installed) where you want to run the script. | 07:03 |
ramishra | you can refer to this blg post by steve hardy http://hardysteven.blogspot.in/2015/05/heat-softwareconfig-resources.html | 07:04 |
openstackgerrit | Qiming Teng proposed openstack/heat: Fix api-ref doc for software deployment. https://review.openstack.org/352246 | 07:05 |
*** flwang1 has quit IRC | 07:06 | |
*** flwang1 has joined #heat | 07:06 | |
*** zaneb has joined #heat | 07:06 | |
*** flwang1 has quit IRC | 07:06 | |
nizam037 | u mean to say after creating a configuration using software-config command we need to deploy it using the command deployment-create...?? | 07:09 |
nizam037 | can u provide me a simple template in which i can create a simple configuration and deploy it... | 07:13 |
ramishra | https://github.com/openstack/heat-templates/blob/master/hot/software-config/example-templates/example-script-template.yaml | 07:14 |
ramishra | It would be better if you read through the docs and the blog to understand the concept before trying to use the template/api. | 07:16 |
openstackgerrit | Merged openstack/heat: Unit tests: Use Properties objects instead of dicts https://review.openstack.org/351885 | 07:20 |
*** FL1SK has quit IRC | 07:21 | |
*** permalac has joined #heat | 07:24 | |
*** jprovazn has joined #heat | 07:28 | |
*** jpich has joined #heat | 07:36 | |
*** flwang1 has joined #heat | 07:48 | |
*** code-R has quit IRC | 07:48 | |
nizam037 | ramishra: i used the above template to create the stack which includes the configuration ,deployments and associated server.It successfully created the configuration n servers resources. but deployment will be in progress for long time... | 07:51 |
nizam037 | why it is so? | 07:52 |
nizam037 | and where i can see the script outputs? | 07:52 |
*** flwang1 has quit IRC | 07:54 | |
ramishra | nizam037: are you using image with the software config script element/hook? https://github.com/openstack/heat-templates/tree/master/hot/software-config/elements | 07:58 |
ramishra | either you've to build an image with the hook or use boot config with the images, which would install the hooks. | 07:59 |
ramishra | https://github.com/openstack/heat-templates/blob/master/hot/software-config/boot-config/templates/install_config_agent_fedora_yum.yaml | 07:59 |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #heat | 08:00 | |
*** ramishra_ has joined #heat | 08:02 | |
*** sorantis has joined #heat | 08:03 | |
*** ramishra has quit IRC | 08:05 | |
*** jtomasek has quit IRC | 08:07 | |
*** jtomasek has joined #heat | 08:12 | |
*** yassine has joined #heat | 08:36 | |
nizam037 | hi ramishra | 08:36 |
*** yassine is now known as yassou | 08:36 | |
-openstackstatus- NOTICE: Gerrit is going to be restarted | 08:37 | |
*** bks has joined #heat | 08:46 | |
*** fragatina has joined #heat | 08:50 | |
*** jistr|mtg is now known as jistr | 08:50 | |
*** bks has quit IRC | 08:53 | |
*** bks has joined #heat | 08:53 | |
*** fragatina has quit IRC | 08:55 | |
*** kumarb has joined #heat | 09:02 | |
*** bks has quit IRC | 09:06 | |
*** kumarb has quit IRC | 09:06 | |
*** bks has joined #heat | 09:07 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/351986 | 09:08 |
*** FL1SK has joined #heat | 09:19 | |
*** akuznetsov has joined #heat | 09:34 | |
*** kumarb has joined #heat | 09:35 | |
*** bks has quit IRC | 09:38 | |
openstackgerrit | Denes Nemeth proposed openstack/heat: Fix resouce group resource removal policy name inconsistency with DB https://review.openstack.org/352297 | 09:48 |
*** fragatina has joined #heat | 09:51 | |
*** mohankumar has joined #heat | 09:52 | |
*** akuznetsov has quit IRC | 09:55 | |
*** fragatina has quit IRC | 09:56 | |
*** zhurong has quit IRC | 10:03 | |
nizam037 | i have created a stack using below template. It successfully creates the software configuration and server resources but deployment wil be in progress state... why? | 10:08 |
nizam037 | https://github.com/openstack/heat-templates/blob/master/hot/software-config/example-templates/cirros-example/cirros-hello-world.yaml | 10:08 |
nizam037 | the script wch i passed under softwareConfig resource will not get executed.. why? | 10:09 |
*** yanyanhu has quit IRC | 10:12 | |
*** sshnaidm has quit IRC | 10:20 | |
*** sorantis has quit IRC | 10:23 | |
*** kebray has quit IRC | 10:25 | |
ramishra_ | gate seems broken with tempest changes, looks like https://review.openstack.org/#/c/352214/ would fix it. Not sure though. | 10:27 |
*** sorantis has joined #heat | 10:29 | |
*** kebray has joined #heat | 10:37 | |
*** sshnaidm has joined #heat | 10:40 | |
*** sshnaidm is now known as sshnaidm|afk | 10:40 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/351986 | 10:41 |
openstackgerrit | Rabi Mishra proposed openstack/heat: WIP Fix devstack plugin https://review.openstack.org/352329 | 10:46 |
*** eldon has quit IRC | 10:50 | |
*** sdake has joined #heat | 11:08 | |
*** sdake has quit IRC | 11:08 | |
*** sdake has joined #heat | 11:08 | |
*** permalac has quit IRC | 11:09 | |
openstackgerrit | huangtianhua proposed openstack/heat: Support composite alarm https://review.openstack.org/352354 | 11:11 |
openstackgerrit | Denes Nemeth proposed openstack/heat: Fix resouce group resource removal policy name inconsistency with DB https://review.openstack.org/352297 | 11:17 |
*** jaosorior has quit IRC | 11:27 | |
*** sshnaidm|afk is now known as sshnaidm | 11:28 | |
*** jaosorior has joined #heat | 11:28 | |
*** sdake has quit IRC | 11:36 | |
*** sdake has joined #heat | 11:39 | |
*** sdake has quit IRC | 11:41 | |
openstackgerrit | Merged openstack/heat: Fix software config api-ref doc https://review.openstack.org/352019 | 11:43 |
*** sdake has joined #heat | 11:43 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat: Updated from global requirements https://review.openstack.org/351986 | 11:50 |
openstackgerrit | shizhihui proposed openstack/python-heatclient: Remove openstack/common from the exclude list of flake8 in tox https://review.openstack.org/351594 | 11:52 |
*** dprince has joined #heat | 12:00 | |
*** mohankumar has quit IRC | 12:01 | |
*** sorantis has quit IRC | 12:02 | |
*** tosky has joined #heat | 12:09 | |
*** pradk has joined #heat | 12:12 | |
tosky | I'm hitting this bug while running the scenario tests for Sahara: https://bugs.launchpad.net/heat/+bug/1499669 but the question is more: how do I unluck a stack which is stuck in the DELETE_IN_PROGRESS state? | 12:13 |
openstack | Launchpad bug 1499669 in heat "Heat stucks in DELETE_IN_PROGRESS for some input data" [Medium,Triaged] | 12:13 |
tosky | manipulate the database? | 12:13 |
jidar | tosky: if you restart the heat service it might kick the in progress out, assuming all of the resources in use have been properly deleted | 12:16 |
tosky | oh | 12:17 |
* tosky tries | 12:17 | |
tosky | just the -engine I suppose | 12:17 |
jidar | correct | 12:17 |
*** mohankumar has joined #heat | 12:17 | |
tosky | now one of the two resources changed to DELETE_FAILED | 12:18 |
tosky | and a new delete worked | 12:18 |
jidar | :) | 12:19 |
tosky | but... shouldn't there be some "timeout_of_the_death"? | 12:19 |
jidar | it's like an hour or something | 12:19 |
tosky | (thanks, btw) | 12:19 |
tosky | uhm, I thought it was already past that time | 12:19 |
tosky | I will recheck better next time | 12:20 |
*** prazumovsky has joined #heat | 12:20 | |
tosky | but about that bug above, as we are here... is there anything I can do to help? I see it consistently when something goes wrong during the Sahara scenario tests and there is a quick killing of the resources | 12:20 |
jidar | so, it's per resource | 12:21 |
jidar | if the first 100 resources delete properly and they take an hour, and the last one fails you have to wait an hour on that one | 12:21 |
jidar | iirc | 12:21 |
jidar | basically, it isn't the best right now and I think there are some recent patches that give you an option to force it | 12:21 |
tosky | one hour because of that timeout and the heat tries to rekill everything, and so on and so on? | 12:22 |
jidar | I'm fairly sure the default timeout in heat is 1 hour, yea | 12:24 |
jidar | at least in all my tripleo deploys it's roughly 60-90 minutes | 12:24 |
jidar | and those things take forever to fail, but it's getting better | 12:24 |
*** kumarb has quit IRC | 12:26 | |
*** jdob has joined #heat | 12:33 | |
*** fragatina has joined #heat | 12:52 | |
*** fragatina has quit IRC | 12:58 | |
*** dyasny has joined #heat | 13:02 | |
*** fragatina has joined #heat | 13:15 | |
*** dyasny has quit IRC | 13:19 | |
*** dyasny has joined #heat | 13:20 | |
*** fragatina has quit IRC | 13:20 | |
*** zhurong has joined #heat | 13:27 | |
*** zhurong has quit IRC | 13:31 | |
*** zhurong has joined #heat | 13:32 | |
*** ayoung has joined #heat | 13:34 | |
*** ayoung has quit IRC | 13:37 | |
*** jcoufal has joined #heat | 13:39 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Fix devstack plugin https://review.openstack.org/352329 | 13:43 |
*** ayoung has joined #heat | 13:43 | |
*** ccamacho is now known as ccamacho|lunch | 13:44 | |
*** Drago has joined #heat | 13:46 | |
*** Drago has quit IRC | 13:46 | |
*** Drago has joined #heat | 13:46 | |
*** sergio_nubeliu has joined #heat | 13:51 | |
*** iurygregory has joined #heat | 13:56 | |
*** randallburt has joined #heat | 14:05 | |
*** akuznetsov has joined #heat | 14:05 | |
*** randallburt1 has joined #heat | 14:07 | |
*** randallburt has quit IRC | 14:09 | |
*** jasond has joined #heat | 14:10 | |
*** akuznetsov has quit IRC | 14:10 | |
*** spzala has joined #heat | 14:10 | |
*** mohankumar has quit IRC | 14:11 | |
*** zz_dimtruck is now known as dimtruck | 14:15 | |
*** jasond has quit IRC | 14:15 | |
*** spzala has quit IRC | 14:15 | |
*** spzala has joined #heat | 14:15 | |
*** jasond has joined #heat | 14:16 | |
*** code-R has joined #heat | 14:16 | |
*** spzala has quit IRC | 14:16 | |
*** spzala has joined #heat | 14:16 | |
*** fragatina has joined #heat | 14:17 | |
*** code-R_ has joined #heat | 14:20 | |
*** permalac has joined #heat | 14:21 | |
*** GonZo2000 has joined #heat | 14:21 | |
*** fragatina has quit IRC | 14:21 | |
*** code-R has quit IRC | 14:23 | |
openstackgerrit | Rabi Mishra proposed openstack/heat: Fix devstack plugin https://review.openstack.org/352329 | 14:24 |
*** rajpatel has joined #heat | 14:26 | |
*** mohankumar has joined #heat | 14:27 | |
*** beekneemech is now known as bnemec | 14:27 | |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add properties groups schema for Resource https://review.openstack.org/340459 | 14:29 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add properties_groups_schema to resources https://review.openstack.org/344439 | 14:29 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add operators for properties group https://review.openstack.org/338211 | 14:29 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Add versions resolving to properties groups https://review.openstack.org/344923 | 14:29 |
openstackgerrit | Peter Razumovsky proposed openstack/heat: Implement Properties Group schema https://review.openstack.org/337663 | 14:29 |
*** rajpatel1 has joined #heat | 14:32 | |
*** prazumovsky has quit IRC | 14:33 | |
*** DaveJ__ has joined #heat | 14:34 | |
*** rajpatel has quit IRC | 14:35 | |
*** ccamacho|lunch is now known as ccamacho | 14:38 | |
*** Drago has quit IRC | 14:40 | |
*** jprovazn has quit IRC | 14:42 | |
*** fragatina has joined #heat | 14:43 | |
*** jasond has quit IRC | 14:45 | |
*** jaosorior has quit IRC | 14:56 | |
*** kebray has quit IRC | 15:03 | |
*** fragatina has quit IRC | 15:03 | |
*** fragatina has joined #heat | 15:04 | |
*** deepak_jon has quit IRC | 15:05 | |
*** kebray has joined #heat | 15:05 | |
*** vijendar has joined #heat | 15:06 | |
*** spotz_zzz is now known as spotz | 15:07 | |
*** akuznetsov has joined #heat | 15:08 | |
*** steveg_afk has quit IRC | 15:09 | |
*** blomquisg_gone is now known as blomquisg | 15:12 | |
*** akuznetsov has quit IRC | 15:13 | |
*** Drago has joined #heat | 15:13 | |
*** dprince has quit IRC | 15:14 | |
*** zhurong has quit IRC | 15:18 | |
*** rajpatel1 has quit IRC | 15:25 | |
zaneb | do we know that grenade jobs are broken? http://logs.openstack.org/82/351382/2/check/gate-grenade-dsvm-heat/de96b9b/console.html | 15:30 |
*** rajpatel has joined #heat | 15:32 | |
*** code-R_ has quit IRC | 15:37 | |
*** harlowja_at_home has joined #heat | 15:42 | |
openstackgerrit | Dmitriy Uvarenkov proposed openstack/heat: Add v2 glance image props https://review.openstack.org/352487 | 15:43 |
*** rajpatel1 has joined #heat | 15:46 | |
*** rajpatel has quit IRC | 15:46 | |
*** fragatina has quit IRC | 15:49 | |
*** sshnaidm has quit IRC | 16:01 | |
*** rcernin has quit IRC | 16:01 | |
*** sabeen1 has joined #heat | 16:03 | |
*** akuznetsov has joined #heat | 16:09 | |
*** permalac has quit IRC | 16:12 | |
*** dimtruck is now known as zz_dimtruck | 16:12 | |
*** adrian_otto has joined #heat | 16:12 | |
*** sshnaidm has joined #heat | 16:13 | |
*** akuznetsov has quit IRC | 16:14 | |
*** code-R has joined #heat | 16:22 | |
*** code-R_ has joined #heat | 16:23 | |
*** sabeen1 has quit IRC | 16:26 | |
*** code-R has quit IRC | 16:26 | |
*** Akanksha08 has joined #heat | 16:28 | |
*** rajpatel has joined #heat | 16:28 | |
*** catintheroof has joined #heat | 16:28 | |
*** harlowja_at_home has quit IRC | 16:29 | |
*** david-lyle_ has joined #heat | 16:29 | |
*** rajpatel1 has quit IRC | 16:31 | |
*** david-lyle has quit IRC | 16:33 | |
openstackgerrit | Andy Hsiang proposed openstack/heat: Add key/value support for orchestrating images https://review.openstack.org/318973 | 16:33 |
*** rafael__ has joined #heat | 16:36 | |
*** zz_dimtruck is now known as dimtruck | 16:36 | |
*** rafael__ has quit IRC | 16:38 | |
*** rajpatel has quit IRC | 16:38 | |
*** rook has quit IRC | 16:39 | |
*** rajpatel has joined #heat | 16:40 | |
*** rook has joined #heat | 16:45 | |
*** rook is now known as Guest51625 | 16:45 | |
*** code-R has joined #heat | 16:47 | |
*** code-R_ has quit IRC | 16:48 | |
*** bana_k has joined #heat | 16:50 | |
*** fragatina has joined #heat | 16:50 | |
*** jpich has quit IRC | 16:51 | |
ramishra_ | zaneb: it seems like a tempest/neutron issue http://logs.openstack.org/92/352292/1/check/gate-grenade-dsvm-neutron-multinode/1100d3d/console.html | 16:57 |
ramishra_ | their jobs with neutron are also failing | 16:58 |
zaneb | ramishra_: excellent, thanks | 16:58 |
*** jasond has joined #heat | 17:09 | |
*** akuznetsov has joined #heat | 17:11 | |
*** Guest51625 has quit IRC | 17:13 | |
*** sdake_ has joined #heat | 17:13 | |
*** crose has joined #heat | 17:14 | |
*** sdake has quit IRC | 17:15 | |
*** akuznetsov has quit IRC | 17:16 | |
*** rajpatel1 has joined #heat | 17:18 | |
*** rook_ has joined #heat | 17:19 | |
*** rajpatel has quit IRC | 17:19 | |
*** daneyon has joined #heat | 17:22 | |
*** daneyon_ has joined #heat | 17:23 | |
*** daneyon has quit IRC | 17:27 | |
*** rafael__ has joined #heat | 17:28 | |
*** Berezin has quit IRC | 17:34 | |
*** pt_15 has joined #heat | 17:36 | |
*** crose has quit IRC | 17:41 | |
*** code-R has quit IRC | 17:41 | |
*** david-lyle_ has quit IRC | 17:42 | |
*** david-lyle has joined #heat | 17:46 | |
*** rafael__ is now known as rafael_ | 17:50 | |
*** vijendar has quit IRC | 17:51 | |
*** sabeen has joined #heat | 17:54 | |
*** Berezin has joined #heat | 17:54 | |
*** bana_k has quit IRC | 17:55 | |
*** sdake has joined #heat | 17:55 | |
*** tosky has quit IRC | 17:55 | |
*** sdake_ has quit IRC | 17:57 | |
*** code-R has joined #heat | 18:00 | |
*** jprovazn has joined #heat | 18:05 | |
*** bana_k has joined #heat | 18:08 | |
*** dprince has joined #heat | 18:08 | |
*** adrian_otto has quit IRC | 18:16 | |
*** blomquisg is now known as blomquisg_gone | 18:25 | |
openstackgerrit | Andy Hsiang proposed openstack/heat: Add key/value support for orchestrating images https://review.openstack.org/318973 | 18:26 |
*** ayoung has quit IRC | 18:27 | |
*** blomquisg_gone is now known as blomquisg | 18:38 | |
*** mohankumar has quit IRC | 18:38 | |
*** rajpatel has joined #heat | 18:41 | |
*** rajpatel1 has quit IRC | 18:41 | |
*** kebray has quit IRC | 18:42 | |
*** vijendar has joined #heat | 18:42 | |
openstackgerrit | Andy Hsiang proposed openstack/heat: Add key/value support for orchestrating images https://review.openstack.org/318973 | 18:44 |
*** Akanksha08 has quit IRC | 18:48 | |
*** cmyster_ has joined #heat | 18:50 | |
*** mfisch` has joined #heat | 18:50 | |
*** mfisch has quit IRC | 18:50 | |
*** Dave has quit IRC | 18:50 | |
*** cmyster has quit IRC | 18:50 | |
*** Dave__ has joined #heat | 18:50 | |
*** mohankumar has joined #heat | 18:50 | |
*** DaveJ__ has quit IRC | 18:51 | |
*** om has joined #heat | 18:53 | |
*** dprince has quit IRC | 18:54 | |
*** code-R has quit IRC | 18:56 | |
*** code-R has joined #heat | 18:59 | |
*** vijendar has quit IRC | 19:03 | |
*** mohankumar has quit IRC | 19:16 | |
*** steveg_afk has joined #heat | 19:18 | |
*** steveg_afk has quit IRC | 19:19 | |
*** jistr has quit IRC | 19:44 | |
*** vijendar has joined #heat | 19:46 | |
*** cmyster_ has quit IRC | 19:47 | |
*** cmyster_ has joined #heat | 19:47 | |
*** jistr has joined #heat | 19:48 | |
*** jistr has quit IRC | 19:53 | |
*** jistr has joined #heat | 19:56 | |
*** adrian_otto has joined #heat | 19:57 | |
*** jcoufal has quit IRC | 20:03 | |
*** sergio_nubeliu has quit IRC | 20:11 | |
*** dprince has joined #heat | 20:11 | |
*** jprovazn has quit IRC | 20:23 | |
*** spzala has quit IRC | 20:25 | |
*** spzala has joined #heat | 20:27 | |
*** edtubill has joined #heat | 20:31 | |
*** dprince has quit IRC | 20:33 | |
*** sdake has quit IRC | 20:33 | |
*** dprince has joined #heat | 20:35 | |
*** rajpatel1 has joined #heat | 20:35 | |
*** rajpatel has quit IRC | 20:35 | |
*** rajpatel has joined #heat | 20:37 | |
*** rajpatel1 has quit IRC | 20:38 | |
*** Drago has quit IRC | 20:41 | |
*** Drago1 has joined #heat | 20:41 | |
*** jdandrea has quit IRC | 20:52 | |
*** ayoung has joined #heat | 20:55 | |
*** vijendar has quit IRC | 20:59 | |
*** dprince has quit IRC | 21:02 | |
*** vijendar has joined #heat | 21:08 | |
stevebaker | morning | 21:11 |
openstackgerrit | Zane Bitter proposed openstack/heat: Single definition of top-level SoftwareConfig keys https://review.openstack.org/350286 | 21:13 |
openstackgerrit | Zane Bitter proposed openstack/heat: Validate the input/output configs in Software Config https://review.openstack.org/350287 | 21:13 |
openstackgerrit | Zane Bitter proposed openstack/heat: Add a replace_on_change option to the SW Config input schema https://review.openstack.org/352605 | 21:13 |
*** vijendar has quit IRC | 21:21 | |
*** pradk has quit IRC | 21:22 | |
*** dimtruck is now known as zz_dimtruck | 21:43 | |
*** zz_dimtruck is now known as dimtruck | 21:43 | |
*** catintheroof has quit IRC | 21:43 | |
*** GonZo2K has joined #heat | 21:48 | |
*** spzala has quit IRC | 21:49 | |
*** GonZo2000 has quit IRC | 21:51 | |
*** dimtruck is now known as zz_dimtruck | 21:52 | |
openstackgerrit | Jason Dunsmore proposed openstack/heat: Ensure stack-list honors global_tenant param for admin user https://review.openstack.org/352613 | 21:56 |
*** edtubill has quit IRC | 22:06 | |
openstackgerrit | Zane Bitter proposed openstack/heat: Begin move of UpdateReplace back to its rightful location https://review.openstack.org/352617 | 22:07 |
*** jasond has quit IRC | 22:09 | |
*** spotz is now known as spotz_zzz | 22:33 | |
*** chlong has quit IRC | 22:35 | |
*** rajpatel has quit IRC | 22:37 | |
*** kebray has joined #heat | 22:38 | |
*** sshnaidm is now known as sshnaidm|afk | 22:38 | |
*** code-R has quit IRC | 22:44 | |
*** code-R has joined #heat | 22:44 | |
*** blomquisg is now known as blomquisg_gone | 22:46 | |
openstackgerrit | Zane Bitter proposed openstack/heat: Move NoActionRequired exception back where it belongs https://review.openstack.org/352624 | 22:47 |
*** kebray has quit IRC | 23:00 | |
*** Drago1 has quit IRC | 23:10 | |
*** sabeen has quit IRC | 23:10 | |
*** code-R has quit IRC | 23:12 | |
*** vishwanathj has quit IRC | 23:20 | |
zaneb | random software deployment question... | 23:32 |
zaneb | stevebaker: why do we create a derived config that includes values in the input definition (including substituting in the defaults) but then we also pass the user-supplied input values _again_ when we create the deployment based on the derived config? | 23:33 |
*** zz_dimtruck is now known as dimtruck | 23:34 | |
stevebaker | zaneb: all that is sent to the server is the derived configs, that data needs to be complete | 23:36 |
zaneb | stevebaker: ok, good to know | 23:36 |
zaneb | stevebaker: so why is user-input-values an input to the sw deployment? | 23:37 |
stevebaker | zaneb: they're not used in the mechanics of deployment, but the user may want to query what was set | 23:39 |
stevebaker | zaneb: one config could have many deployments which set different input values | 23:40 |
zaneb | stevebaker: ok, fair enough | 23:40 |
zaneb | I was just surprised that the defaults weren't passed there | 23:40 |
zaneb | since toggling between the default and a non-default value is just as interesting as toggling between two different non-default values | 23:41 |
zaneb | but if it's informational-only then I think it's ok. e.g. it's no problem that when users use the api directly we can't force them to pass the Right Thing | 23:42 |
stevebaker | zaneb: hmm, so storing the default in the deployment input-values if they're not set? Yeah, that would be useful for the user if they didn't want to look up the original config | 23:42 |
zaneb | yeah. it's a thought for the future anyway | 23:44 |
stevebaker | +1 | 23:45 |
*** zhurong has joined #heat | 23:46 | |
*** zhurong has quit IRC | 23:55 | |
*** code-R has joined #heat | 23:55 | |
*** sdake has joined #heat | 23:56 | |
*** code-R_ has joined #heat | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!