*** pablosan has quit IRC | 00:02 | |
*** ChanServ changes topic to "support @ https://ask.openstack.org | developer wiki @ https://wiki.openstack.org/wiki/Heat | development @ https://launchpad.net/heat | logged @ http://eavesdrop.openstack.org/irclogs/%23heat/" | 00:02 | |
-openstackstatus- NOTICE: the gate is still fairly backed up, though nodepool is back on track and chipping away at remaining changes. some py3k/pypy node starvation is slowing recovery | 00:02 | |
*** matsuhashi has joined #heat | 00:04 | |
*** david-lyle has joined #heat | 00:09 | |
*** arbylee has joined #heat | 00:11 | |
*** varora has joined #heat | 00:13 | |
*** david-lyle has quit IRC | 00:13 | |
*** packet has quit IRC | 00:30 | |
SpamapS | stevebaker: if you're around.. | 00:31 |
---|---|---|
SpamapS | http://paste.ubuntu.com/7369880/ | 00:31 |
SpamapS | stevebaker: any ideas what would cause a 403? | 00:32 |
stevebaker | boo ya | 00:32 |
SpamapS | stevebaker: I don't see anything in heat-api.log | 00:32 |
SpamapS | stevebaker: heatclient 0.2.9 .. should be good right? | 00:34 |
stevebaker | SpamapS: it is probably not reaching heat-api because the 403 happened getting the keystone token | 00:34 |
SpamapS | oh dohhhh | 00:34 |
SpamapS | stevebaker: I know what this is | 00:34 |
SpamapS | no domain users | 00:34 |
SpamapS | :( | 00:34 |
SpamapS | fallback behavior probably | 00:34 |
stevebaker | I'd consider that a regression if you can be bothered tracking that down | 00:35 |
SpamapS | stevebaker: I've just done the silly thing and restarted keystone and turned up logging on it. We'll see. | 00:36 |
SpamapS | oh boy.. our keystone is wildly out of date | 00:36 |
SpamapS | Date: Sat Feb 15 02:17:10 2014 +0000 | 00:36 |
stevebaker | SpamapS: it could be heatclient isn't providing the right combo of project id/name, user id/name when not using heat domain users | 00:37 |
SpamapS | stevebaker: we're all using this a lot w/o domain users.. so I'm going to suspect keystone being old first. Updating it now. | 00:38 |
stevebaker | kk | 00:39 |
*** TravT has quit IRC | 00:43 | |
*** ramishra has joined #heat | 00:51 | |
*** ramishra has quit IRC | 00:55 | |
SpamapS | stevebaker: latest keystone did not fix it | 01:08 |
cody-somerville | SpamapS: told you it's broken :P | 01:11 |
SpamapS | cody-somerville: you did? | 01:14 |
*** nati_ueno has joined #heat | 01:16 | |
*** onorua has joined #heat | 01:16 | |
*** zns_ has joined #heat | 01:17 | |
openstackgerrit | Angus Salkeld proposed a change to openstack/heat: Don't dynamically create provider types in the global env https://review.openstack.org/89695 | 01:21 |
*** zns has quit IRC | 01:22 | |
*** zns_ has quit IRC | 01:22 | |
SpamapS | stevebaker: n/m .. policy.json | 01:28 |
openstackgerrit | A change was merged to openstack/heat-templates: Move below two templates to sub directory https://review.openstack.org/85232 | 01:32 |
*** lindsayk has quit IRC | 01:33 | |
*** alexheneveld has quit IRC | 01:45 | |
*** nati_ueno has quit IRC | 01:47 | |
*** nosnos has joined #heat | 01:49 | |
*** ramishra has joined #heat | 01:51 | |
*** mkollaro has joined #heat | 01:52 | |
*** ramishra has quit IRC | 01:56 | |
*** zhiyan_ is now known as zhiyan | 01:59 | |
*** Qiming has joined #heat | 02:00 | |
*** onorua has quit IRC | 02:00 | |
*** saju_m has joined #heat | 02:03 | |
*** lazy_prince has joined #heat | 02:28 | |
*** lazy_prince is now known as killer_prince | 02:28 | |
*** jrist is now known as jrist-afk | 02:30 | |
*** saju_m has quit IRC | 02:40 | |
*** saju_m has joined #heat | 02:40 | |
*** onorua has joined #heat | 02:46 | |
*** ramishra has joined #heat | 02:52 | |
*** ramishra has quit IRC | 02:56 | |
*** arbylee1 has joined #heat | 03:05 | |
*** arbylee has quit IRC | 03:08 | |
*** arbylee has joined #heat | 03:16 | |
*** arbylee1 has quit IRC | 03:16 | |
*** saju_m has quit IRC | 03:17 | |
*** zhiyan is now known as zhiyan_ | 03:18 | |
*** harlowja is now known as harlowja_away | 03:20 | |
*** arbylee1 has joined #heat | 03:20 | |
*** arbylee has quit IRC | 03:20 | |
*** harlowja_away is now known as harlowja | 03:21 | |
*** alexpilotti has quit IRC | 03:25 | |
*** cmyster has joined #heat | 03:26 | |
*** cmyster has joined #heat | 03:26 | |
cmyster | morning | 03:28 |
cmyster | stevebaker: Hi, are you here ? | 03:28 |
stevebaker | cmyster: hi | 03:28 |
*** matsuhashi has quit IRC | 03:28 | |
cmyster | hi, I was wondering about something in software configuration deployment, why is the server_id un-update-able ? | 03:29 |
stevebaker | cmyster: doing UpdateReplace seems correct to me. you may need to detail a scenario if you see an issue | 03:31 |
cmyster | stevebaker: if a person with a server and a configuration defines a new server for the same purpose that was configured slightly differently. might even have a slightly different configuration. Say that this person would like to migrate to the new server and re-use the deployment, he will need to create a new software deployment instead of just re-using the one he has. | 03:34 |
cmyster | also, why not use the same deployments for different servers | 03:35 |
cmyster | scratch last line... I thought about it again, | 03:35 |
cmyster | but reusing a deployment is a valid case no ? | 03:35 |
*** arbylee has joined #heat | 03:35 | |
cmyster | (the former server can be discarded for all he cares) | 03:35 |
lifeless | deployments bind configs to servers | 03:37 |
stevebaker | cmyster: the resource implementation handles all that. All you do is change the server in the heat template and do a stack update. You don't really care that heat is creating a new deployment under the hood | 03:37 |
lifeless | so I' not sure reusing it makes sense | 03:37 |
cmyster | only sense its making is leaving 'junk' in the DB | 03:38 |
stevebaker | cmyster: you have a unique perspective since you're testing the API, which was created purely to serve the needs of a heat resource | 03:38 |
*** arbylee1 has quit IRC | 03:39 | |
stevebaker | cmyster: also having the deployment id change has a nice side-effect in heat stack updates. Any resources which depend on that deployment will receive the new ID, so they know something has changed (triggering their update) | 03:40 |
cmyster | stevebaker: if there is a way to do something, I'd like to think about how a person will try to use it, and also much later when (if) Horison will have a way to update/change deployments, I can see people asking the 'why can't I just reuse' | 03:40 |
* cmyster takes a note of that | 03:41 | |
cmyster | will call for an interesting scenario test later | 03:41 |
stevebaker | I'd like users to interact with the configs api directly, but I'm assuming the deployments api will always be consumed directly only by heat, since manually booting servers that can consume deployments would be impractical | 03:42 |
stevebaker | cmyster: I'm working on image building stuff in devstack now, which is required for scenario tests | 03:44 |
cmyster | image building? with cinder? | 03:44 |
*** nosnos has quit IRC | 03:46 | |
*** mkollaro has quit IRC | 03:51 | |
*** ramishra has joined #heat | 03:53 | |
*** ramishra has quit IRC | 03:58 | |
stevebaker | cmyster: fully testing software config needs a custom glance image available which contains os-collect-config etc, plus the software-config hooks in the heat-templates repo | 03:58 |
cmyster | thats a bit over my head for now :) | 03:59 |
stevebaker | as long as you're using devstack currently, it will JustWork ;) | 03:59 |
cmyster | stevebaker: sure, but I need to test all those things on latest RDO as well. | 04:02 |
stevebaker | cmyster: yep, diskimage-builder will need to be used in the RDO test environment to build these custom test images | 04:06 |
stevebaker | cmyster: but baby steps, lets get it working upstream first | 04:07 |
*** faramir1 has quit IRC | 04:10 | |
*** ramishra has joined #heat | 04:19 | |
ramishra | stevebaker: hello | 04:23 |
ramishra | stevebaker: regarding your suggestion for https://review.openstack.org/#/c/82853, it would require calling api to resolve the gateway_network and floating network before we compare them. my assumption on the requirement is existing templates using id should work and new templates with id/name on the network field should work.. | 04:27 |
*** bleubeard has quit IRC | 04:28 | |
ramishra | stevebaker: we can warn the user not to mix them once it's deprecated, does that make sense? | 04:28 |
ramishra | stevebaker: if you have few mins can you please also have a look at https://review.openstack.org/#/c/90336/. It requires another +2..thanks | 04:29 |
*** matsuhashi has joined #heat | 04:35 | |
*** nosnos has joined #heat | 04:36 | |
*** matsuhashi has quit IRC | 04:48 | |
*** ramishra has quit IRC | 04:52 | |
*** matsuhashi has joined #heat | 04:53 | |
*** ramishra has joined #heat | 05:00 | |
*** IlyaE has joined #heat | 05:09 | |
*** ramishra has quit IRC | 05:20 | |
*** killer_prince is now known as lazy_prince | 05:24 | |
*** yogeshmehra has joined #heat | 05:31 | |
*** daneyon has quit IRC | 05:35 | |
*** harlowja is now known as harlowja_away | 05:37 | |
asalkeld | has anyone tried using (say nova list) with just a token? | 05:43 |
asalkeld | it keeps asking me for a password | 05:43 |
lifeless | how are you supplying the token? | 05:44 |
asalkeld | OS_AUTH_TOKEN | 05:44 |
asalkeld | OS_AUTH_URL | 05:44 |
asalkeld | unsetting the other stuff | 05:44 |
asalkeld | it wanted the username/tenantname - I provided that, then it wanted the password- it's getting greedy | 05:45 |
*** IlyaE has quit IRC | 05:53 | |
*** yogeshmehra has quit IRC | 05:53 | |
*** arbylee has quit IRC | 05:55 | |
*** derekh has joined #heat | 06:02 | |
*** IlyaE has joined #heat | 06:07 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/heat: Imported Translations from Transifex https://review.openstack.org/89750 | 06:10 |
*** achampion has quit IRC | 06:13 | |
*** achampion has joined #heat | 06:17 | |
*** yogeshmehra has joined #heat | 06:19 | |
*** yogeshmehra has quit IRC | 06:20 | |
*** IlyaE has quit IRC | 06:36 | |
*** cmyster has quit IRC | 06:39 | |
*** IlyaE has joined #heat | 06:42 | |
openstackgerrit | A change was merged to openstack/heat: Order and separate imports properly https://review.openstack.org/90526 | 06:44 |
openstackgerrit | A change was merged to openstack/heat: Fix all flake8 problems. https://review.openstack.org/90527 | 06:44 |
openstackgerrit | A change was merged to openstack/heat: Distribute create_heat_domain https://review.openstack.org/90515 | 06:44 |
openstackgerrit | A change was merged to openstack/heat: Make events return by insertion order https://review.openstack.org/90509 | 06:44 |
*** chandan_kumar has joined #heat | 06:44 | |
openstackgerrit | A change was merged to openstack/heat: Update openstack-common in prep for graceful stop https://review.openstack.org/89484 | 06:44 |
openstackgerrit | A change was merged to openstack/heat: Skip tests when loading plugins https://review.openstack.org/84117 | 06:45 |
*** lipinski has quit IRC | 06:45 | |
*** yogeshmehra has joined #heat | 06:49 | |
*** IlyaE has quit IRC | 06:51 | |
*** shardy_afk is now known as shardy | 07:06 | |
shardy | morning all | 07:06 |
*** chandan_kumar has quit IRC | 07:07 | |
openstackgerrit | Mitsuru Kanabuchi proposed a change to openstack/heat: Shut the heat-engine after all threads finished https://review.openstack.org/86497 | 07:08 |
*** matsuhashi has quit IRC | 07:09 | |
*** cmyster has joined #heat | 07:09 | |
*** cmyster has joined #heat | 07:09 | |
*** matsuhas_ has joined #heat | 07:12 | |
*** derekh has quit IRC | 07:13 | |
*** jstrachan has joined #heat | 07:16 | |
*** tspatzier has joined #heat | 07:21 | |
*** tspatzier has quit IRC | 07:21 | |
asalkeld | shardy, i need your keystone trust wisdom | 07:27 |
asalkeld | (maybe a bit later - making supper) | 07:27 |
asalkeld | egh trying to add trusts to solum | 07:28 |
shardy | hey asalkeld, sure ping me when you're ready :) | 07:36 |
*** Qiming has quit IRC | 07:39 | |
*** alexheneveld has joined #heat | 07:41 | |
*** mkerrin has joined #heat | 08:03 | |
mattoliverau | I'm calling it a day. Night all | 08:11 |
*** e0ne has joined #heat | 08:21 | |
*** e0ne has quit IRC | 08:25 | |
*** yogeshmehra has quit IRC | 08:26 | |
*** ramishra has joined #heat | 08:31 | |
*** matsuhas_ has quit IRC | 08:33 | |
*** matsuhashi has joined #heat | 08:41 | |
*** e0ne has joined #heat | 08:45 | |
*** derekh has joined #heat | 09:07 | |
*** jrist-afk has quit IRC | 09:08 | |
*** ramishra has quit IRC | 09:10 | |
*** jrist-afk has joined #heat | 09:12 | |
*** e0ne has quit IRC | 09:12 | |
*** shivam has joined #heat | 09:21 | |
*** shivam_ has quit IRC | 09:25 | |
*** shivam_ has joined #heat | 09:26 | |
*** shivam has quit IRC | 09:27 | |
*** ramishra has joined #heat | 09:29 | |
*** sdake_ has quit IRC | 09:31 | |
*** matsuhashi has quit IRC | 09:32 | |
*** matsuhashi has joined #heat | 09:33 | |
*** shivam_ has left #heat | 09:46 | |
*** shivam has joined #heat | 09:46 | |
asalkeld | shardy, is seems like it is working | 09:50 |
asalkeld | what do you know | 09:50 |
*** sdake_ has joined #heat | 09:53 | |
*** nosnos has quit IRC | 09:54 | |
shardy | asalkeld: \o/ | 09:59 |
*** mkollaro has joined #heat | 10:07 | |
*** Michalik- has joined #heat | 10:08 | |
openstackgerrit | A change was merged to openstack/heat: Truncate status_reason to column length https://review.openstack.org/90863 | 10:15 |
*** chandan_kumar has joined #heat | 10:15 | |
asalkeld | shardy, on g+? | 10:16 |
*** julienvey has joined #heat | 10:23 | |
openstackgerrit | Thomas Herve proposed a change to openstack/heat-templates: Remove unknown property in config example https://review.openstack.org/91543 | 10:25 |
*** onorua has quit IRC | 10:28 | |
openstackgerrit | Thomas Herve proposed a change to openstack/heat-templates: Fix exit code of validate-templates script https://review.openstack.org/91544 | 10:32 |
*** julienvey has quit IRC | 10:46 | |
*** asalkeld_ has joined #heat | 10:47 | |
*** asalkeld_ has quit IRC | 10:48 | |
*** asalkeld has quit IRC | 10:48 | |
openstackgerrit | Rabi Mishra proposed a change to openstack/heat: Provides ability to reference existing neutron resources https://review.openstack.org/82853 | 10:49 |
*** chandan_kumar has quit IRC | 10:52 | |
*** julienvey has joined #heat | 10:54 | |
*** e0ne has joined #heat | 10:54 | |
*** sdake_ has quit IRC | 10:58 | |
*** ramishra has quit IRC | 11:01 | |
*** radez_g0n3 is now known as radez | 11:03 | |
*** alexpilotti has joined #heat | 11:04 | |
*** ramishra has joined #heat | 11:09 | |
*** ramishra has quit IRC | 11:26 | |
*** denis_makogon has quit IRC | 11:35 | |
*** denis_makogon has joined #heat | 11:37 | |
*** julienvey has quit IRC | 11:38 | |
*** julienvey has joined #heat | 11:50 | |
*** julienvey has quit IRC | 11:52 | |
*** ramishra has joined #heat | 11:52 | |
openstackgerrit | A change was merged to openstack/heat: Allow empty sections in the yaml templates https://review.openstack.org/90058 | 11:54 |
openstackgerrit | Rabi Mishra proposed a change to openstack/heat: Provides ability to reference existing neutron resources https://review.openstack.org/82853 | 12:02 |
*** Qiming has joined #heat | 12:04 | |
*** lipinski has joined #heat | 12:09 | |
*** lazy_prince has quit IRC | 12:09 | |
*** achampion has quit IRC | 12:10 | |
*** ramishra has quit IRC | 12:12 | |
*** lazy_prince has joined #heat | 12:15 | |
*** lazy_prince is now known as killer_prince | 12:15 | |
*** faramir1 has joined #heat | 12:17 | |
*** rpothier_ has joined #heat | 12:23 | |
*** aweiteka has joined #heat | 12:24 | |
*** alexpilotti has quit IRC | 12:29 | |
*** cmyster has quit IRC | 12:34 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/heat: Updated from global requirements https://review.openstack.org/89232 | 12:36 |
*** mkollaro has quit IRC | 12:38 | |
*** rbuilta has joined #heat | 12:40 | |
*** alexpilotti has joined #heat | 12:41 | |
*** ramishra has joined #heat | 12:46 | |
*** alexpilotti has quit IRC | 12:47 | |
*** jdob has joined #heat | 12:47 | |
*** pafuent has joined #heat | 12:48 | |
*** sgordon has joined #heat | 12:52 | |
*** sgordon has quit IRC | 12:52 | |
*** sgordon has joined #heat | 12:52 | |
sdake | morning | 13:05 |
*** achampion has joined #heat | 13:06 | |
*** jrist-afk is now known as jrist | 13:09 | |
ramishra | hello All, Any reason we have contrib tests as part of gate-heat-python26 and not gate-heat-python26? | 13:17 |
ramishra | sorry,,,, part of gate-heat-python26 and not gate-heat-python27 | 13:18 |
*** ramishra has quit IRC | 13:29 | |
*** zns has joined #heat | 13:30 | |
*** zns has quit IRC | 13:36 | |
*** zns has joined #heat | 13:36 | |
*** sabeen has joined #heat | 13:36 | |
*** sabeen has quit IRC | 13:37 | |
*** sabeen has joined #heat | 13:37 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/heat: Updated from global requirements https://review.openstack.org/89232 | 13:44 |
*** arbylee has joined #heat | 13:44 | |
*** vijendar has joined #heat | 13:48 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/python-heatclient: Updated from global requirements https://review.openstack.org/89243 | 13:50 |
jdob | shardy: you mentioned that the parameters can automatically be passed to a nested stack without needing to manually map them with get_param. is that already in or just a blueprint? | 13:55 |
*** arbylee has quit IRC | 13:57 | |
*** shakamunyi has joined #heat | 13:59 | |
*** chandan_kumar has joined #heat | 14:01 | |
*** zz_gondoi is now known as gondoi | 14:02 | |
*** kgriffs|afk is now known as kgriffs | 14:02 | |
*** pafuent has left #heat | 14:05 | |
*** aweiteka has quit IRC | 14:05 | |
*** arbylee has joined #heat | 14:06 | |
*** sjmc7 has joined #heat | 14:07 | |
*** mwheckmann has joined #heat | 14:09 | |
*** zns has quit IRC | 14:13 | |
*** onorua has joined #heat | 14:16 | |
*** e0ne has quit IRC | 14:18 | |
*** aweiteka has joined #heat | 14:21 | |
*** gondoi is now known as zz_gondoi | 14:22 | |
*** pscheie has joined #heat | 14:22 | |
*** john-n-seattle2 has left #heat | 14:23 | |
*** zz_gondoi is now known as gondoi | 14:24 | |
*** alexpilotti has joined #heat | 14:24 | |
*** gondoi is now known as zz_gondoi | 14:26 | |
Qiming | hello? | 14:27 |
Qiming | any heaters have encountered this problem -- periodic watcher task won't stop even after a stack is been deleted? | 14:30 |
*** david-lyle has joined #heat | 14:31 | |
*** daneyon has joined #heat | 14:36 | |
*** onorua has quit IRC | 14:38 | |
*** zz_gondoi is now known as gondoi | 14:39 | |
*** pablosan has joined #heat | 14:41 | |
*** TravT has joined #heat | 14:41 | |
*** andrew_plunk has joined #heat | 14:46 | |
*** IlyaE has joined #heat | 14:48 | |
*** faramir1 has quit IRC | 14:52 | |
*** matsuhashi has quit IRC | 14:54 | |
shardy | jdob: Hi, sorry for the slow response | 14:55 |
shardy | jdob: I was actually slightly mistaken, there is a patch which enables passing the resource_registry into nested stacks: | 14:55 |
shardy | https://review.openstack.org/#/c/86228/ | 14:55 |
shardy | The logical next step is probably to enable global parameters too but there actually isn't code for that yet AFAICS | 14:55 |
jdob | ah, gotcha. i'll keep that in mind and file a blueprint | 14:56 |
shardy | jdob: good plan, it's definitely something which has been discussed | 14:56 |
jdob | depending on how we handle the parameter consolidation, we may not be able to use it | 14:57 |
jdob | but it's a possibility | 14:57 |
*** Michalik- has quit IRC | 15:02 | |
*** piyush has joined #heat | 15:04 | |
Qiming | shardy: got a few minutes? | 15:06 |
*** varora has left #heat | 15:09 | |
*** gondoi is now known as zz_gondoi | 15:09 | |
*** SushillKM has joined #heat | 15:18 | |
shardy | Qiming: sure | 15:20 |
Qiming | shardy: just pasted a template here: http://paste.openstack.org/show/78235/ | 15:21 |
Qiming | no error in stack-create or stack-delete | 15:21 |
shardy | jdob: for now, it seems safest to assume you have to pass the parameters explicitly, then it'll just be a cleanup if in future you can also use global parameters from the environment | 15:21 |
Qiming | but the periodic tasks (evaluating watch rules) won't stop | 15:22 |
*** aweiteka has quit IRC | 15:22 | |
jdob | ok, cool. we may never be able to use global parameters anyway, if we have to handle a scenario where we automatically namespace the params to avoid conflicts | 15:22 |
Qiming | it seems like a bug, but I am not quite sure ... | 15:22 |
jdob | but i'll update my design doc that it's not currently supported | 15:22 |
shardy | Qiming: I though you were planning to use ceilometer for alarms? | 15:22 |
shardy | s/though/thought | 15:22 |
shardy | regardless that sounds wrong | 15:23 |
Qiming | shardy: in this case, I am using CloudWatch alarm | 15:23 |
Qiming | not the ceilometer based one | 15:23 |
*** zz_gondoi is now known as gondoi | 15:23 | |
*** zns has joined #heat | 15:23 | |
Qiming | shardy: my question is whether we want to fix this (CloudWatch alarm), even if it could be a bug | 15:24 |
shardy | Qiming: there are two impelementations for CloudWatch alarm, depending on what you select in the global environment: | 15:24 |
shardy | https://github.com/openstack/heat/blob/master/etc/heat/environment.d/default.yaml#L6 | 15:24 |
shardy | Qiming: Are you running multiple heat engines? | 15:25 |
Qiming | shardy: no, just one | 15:25 |
shardy | Ok, then the watch rules should stop, let me test your template | 15:25 |
Qiming | shardy: thanks | 15:25 |
Qiming | 2014-05-02 11:26:14.780 ERROR heat.engine.service [req-8f716aae-23a1-4fd1-9ca1-0dd06b3eefce None None] Unable to retrieve stack 07be32e4-4d9e-473f-a219-0899a52e4180 for periodic task | 15:27 |
*** mestery has quit IRC | 15:27 | |
*** pablosan is now known as zz_pablosan | 15:30 | |
*** ramishra has joined #heat | 15:31 | |
*** IlyaE has quit IRC | 15:31 | |
*** onorua has joined #heat | 15:34 | |
*** zns has quit IRC | 15:34 | |
*** aweiteka has joined #heat | 15:35 | |
*** ramishra has quit IRC | 15:35 | |
*** zns has joined #heat | 15:38 | |
*** chandan_kumar has quit IRC | 15:39 | |
shardy | Qiming: I'm seeing the same, it looks like a regression caused by the stack locking rework | 15:44 |
*** shivamshukla has joined #heat | 15:44 | |
Qiming | shardy: thanks for the verification. should I file a bug for this? | 15:45 |
shardy | Qiming: it's OK, I'm raising one now | 15:45 |
shardy | thanks for spotting the issue! :) | 15:45 |
Qiming | cool. | 15:45 |
*** jstrachan has quit IRC | 15:46 | |
Qiming | shardy: another problem when I tried the Ceilometer style of alarm, by modifying environment.d/default.yaml | 15:46 |
Qiming | I used the template you used for tempest scenario test | 15:46 |
*** jstrachan has joined #heat | 15:46 | |
Qiming | and ... I cannot create the stack due to 'Circular dependency found'. | 15:47 |
*** gondoi is now known as zz_gondoi | 15:48 | |
Qiming | instance1 --> ha_alarm --> restarter --> instance1 | 15:48 |
*** zz_gondoi is now known as gondoi | 15:48 | |
*** IlyaE has joined #heat | 15:49 | |
*** SushillKM has quit IRC | 15:52 | |
shardy | Qiming: humm, OK please raise a bug with steps to reproduce and we'll take a look into it | 15:52 |
Qiming | shardy: will do then | 15:52 |
shardy | https://bugs.launchpad.net/heat/+bug/1315044 | 15:52 |
uvirtbot | Launchpad bug 1315044 in heat "Periodic watcher task not killed on stack delete" [Undecided,New] | 15:52 |
shardy | I'm having a look at a fix now | 15:53 |
Qiming | shardy: thanks | 15:53 |
*** daneyon has quit IRC | 15:59 | |
*** arbylee has quit IRC | 16:00 | |
*** IlyaE has quit IRC | 16:00 | |
*** sgran has quit IRC | 16:00 | |
*** zz_pablosan is now known as pablosan | 16:00 | |
*** packet has joined #heat | 16:01 | |
*** arbylee has joined #heat | 16:01 | |
*** packet has joined #heat | 16:02 | |
*** shivamshukla has quit IRC | 16:02 | |
Qiming | shardy: filed one bug here, https://bugs.launchpad.net/heat/+bug/1315048 | 16:03 |
uvirtbot | Launchpad bug 1315048 in heat "Circular dependency when using Ceilometer alrams" [Undecided,New] | 16:03 |
*** radez is now known as radez_g0n3 | 16:04 | |
*** radez_g0n3 is now known as radez | 16:07 | |
shardy | Qiming: thanks | 16:10 |
*** IlyaE has joined #heat | 16:11 | |
Qiming | shardy: CloudWatchAlarm has a 'strict_dependency = False', sigh | 16:11 |
*** IlyaE has quit IRC | 16:15 | |
*** pablosan is now known as zz_pablosan | 16:18 | |
*** zz_pablosan is now known as pablosan | 16:21 | |
jasond | shardy: i'm having trouble reproducing https://bugs.launchpad.net/heat/+bug/1315044 | 16:25 |
uvirtbot | Launchpad bug 1315044 in heat "Periodic watcher task not killed on stack delete" [Undecided,New] | 16:25 |
shardy | jasond: hi! Are you running one or >one engines? | 16:26 |
jasond | oh, it takes a bit for it to show up | 16:26 |
shardy | I reproduced it immediately on a single-engine devstack install | 16:26 |
jasond | single engine | 16:26 |
shardy | The issue seems to be we don't kill the timer set up in the threadgroup | 16:26 |
shardy | I'm not quite sure where the threadgroup.stop() should be called | 16:27 |
jasond | ok, will see if i can come up with a fix | 16:27 |
shardy | jasond: Ok, great, thanks! | 16:27 |
jasond | np | 16:27 |
*** sgran has joined #heat | 16:28 | |
shardy | jasond: when you've worked out a fix, can you pls check if it'll need to be backported to icehouse, and if so tag the bug icehouse-backport-potential? | 16:29 |
*** Michalik- has joined #heat | 16:30 | |
shardy | I'm guessing it probably will be | 16:30 |
jasond | shardy: sure | 16:30 |
jasond | unless it's related to https://review.openstack.org/#/c/89484 (checking now) | 16:30 |
*** nati_ueno has joined #heat | 16:31 | |
*** ramishra has joined #heat | 16:32 | |
jasond | it's not | 16:32 |
openstackgerrit | A change was merged to openstack/heat: Shut the heat-engine after all threads finished https://review.openstack.org/86497 | 16:34 |
*** alexpilotti has quit IRC | 16:34 | |
*** zns has quit IRC | 16:34 | |
*** slowe has joined #heat | 16:38 | |
*** Qiming has quit IRC | 16:39 | |
*** randallburt has joined #heat | 16:49 | |
*** ramishra has quit IRC | 16:52 | |
*** tspatzier has joined #heat | 16:57 | |
*** tspatzier has quit IRC | 16:58 | |
*** pablosan is now known as zz_pablosan | 17:01 | |
*** derekh has quit IRC | 17:06 | |
*** shakamunyi has quit IRC | 17:09 | |
*** radez is now known as radez_g0n3 | 17:11 | |
*** alexpilotti has joined #heat | 17:14 | |
*** zns has joined #heat | 17:17 | |
*** zns has quit IRC | 17:18 | |
*** zns has joined #heat | 17:19 | |
*** piyush has quit IRC | 17:22 | |
*** shivamshukla has joined #heat | 17:24 | |
*** e0ne has joined #heat | 17:26 | |
*** rpothier__ has joined #heat | 17:31 | |
*** shivamshukla has quit IRC | 17:31 | |
*** slowe has quit IRC | 17:32 | |
*** lipinski has quit IRC | 17:34 | |
*** rpothier_ has quit IRC | 17:34 | |
*** e0ne has quit IRC | 17:40 | |
*** lipinski has joined #heat | 17:42 | |
*** alexheneveld has quit IRC | 17:47 | |
*** piyush has joined #heat | 17:49 | |
*** e0ne has joined #heat | 17:49 | |
*** piyush1 has joined #heat | 17:50 | |
*** onorua has quit IRC | 17:51 | |
*** daneyon has joined #heat | 17:54 | |
*** piyush has quit IRC | 17:54 | |
*** zz_pablosan is now known as pablosan | 17:55 | |
*** jstrachan has quit IRC | 17:57 | |
*** mestery has joined #heat | 17:58 | |
*** yogesh has joined #heat | 18:05 | |
*** randallburt has quit IRC | 18:07 | |
*** randallburt has joined #heat | 18:09 | |
*** randallburt has quit IRC | 18:10 | |
*** randallburt has joined #heat | 18:10 | |
*** harlowja_away is now known as harlowja | 18:12 | |
*** alexheneveld has joined #heat | 18:16 | |
*** sdake has quit IRC | 18:21 | |
*** sdake has joined #heat | 18:22 | |
*** lindsayk has joined #heat | 18:23 | |
*** daneyon has quit IRC | 18:27 | |
*** jprovazn has joined #heat | 18:27 | |
*** randallburt has quit IRC | 18:30 | |
*** pablosan is now known as zz_pablosan | 18:31 | |
*** zz_pablosan is now known as pablosan | 18:31 | |
*** randallburt has joined #heat | 18:35 | |
*** e0ne has quit IRC | 18:45 | |
*** e0ne has joined #heat | 18:47 | |
*** zns has quit IRC | 18:47 | |
*** zns has joined #heat | 18:49 | |
*** jprovazn has quit IRC | 18:54 | |
*** lindsayk has quit IRC | 18:57 | |
*** vijendar has quit IRC | 18:59 | |
*** e0ne has quit IRC | 19:01 | |
*** e0ne has joined #heat | 19:02 | |
*** randallburt has quit IRC | 19:03 | |
*** e0ne has quit IRC | 19:05 | |
*** e0ne has joined #heat | 19:05 | |
*** lindsayk has joined #heat | 19:17 | |
*** kragniz has quit IRC | 19:18 | |
zaneb | yaaay. fixed all 450 of my unit test errors :) | 19:24 |
*** kragniz has joined #heat | 19:27 | |
*** tspatzier has joined #heat | 19:27 | |
*** lindsayk has quit IRC | 19:31 | |
sdake | zaneb nice - thats a ton of unit tests :) | 19:32 |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Stop periodic watcher tasks before deleting stack https://review.openstack.org/91656 | 19:32 |
zaneb | yeah. refactoring can be painful | 19:32 |
sdake | atleast we have good test cases to guard the gate :) | 19:33 |
sdake | I found the test case refactor of oslo.messaging painful as well - there were literally like 500 test cases that failed | 19:34 |
sdake | after summit need to get back to that | 19:34 |
*** pablosan is now known as zz_pablosan | 19:38 | |
*** tspatzier has quit IRC | 19:39 | |
zaneb | yeah, there's so much repeated code in unit tests | 19:41 |
zaneb | sometimes you can knock out 50 with one change | 19:41 |
zaneb | but quite often not :( | 19:41 |
zaneb | vim macros ftw | 19:41 |
*** kgriffs is now known as kgriffs|afk | 19:44 | |
*** nati_ueno has quit IRC | 19:45 | |
*** e0ne has quit IRC | 19:48 | |
*** e0ne has joined #heat | 19:48 | |
*** zhiyan_ is now known as zhiyan | 19:49 | |
*** packet has quit IRC | 19:58 | |
*** nati_ueno has joined #heat | 19:58 | |
*** zz_pablosan is now known as pablosan | 19:58 | |
*** alexheneveld has quit IRC | 19:59 | |
*** andrew_plunk has quit IRC | 20:00 | |
*** piyush1 has left #heat | 20:01 | |
*** e0ne has quit IRC | 20:05 | |
*** kgriffs|afk is now known as kgriffs | 20:05 | |
*** derekh_ has joined #heat | 20:06 | |
*** vijendar has joined #heat | 20:12 | |
*** vijendar has quit IRC | 20:12 | |
*** vijendar has joined #heat | 20:13 | |
*** lindsayk has joined #heat | 20:15 | |
*** derekh_ has quit IRC | 20:17 | |
*** radez_g0n3 is now known as radez | 20:24 | |
*** kgriffs is now known as kgriffs|afk | 20:27 | |
*** kgriffs|afk is now known as kgriffs | 20:38 | |
*** daneyon has joined #heat | 20:38 | |
*** daneyon has quit IRC | 20:45 | |
*** achampion has quit IRC | 20:45 | |
*** daneyon has joined #heat | 20:46 | |
*** daneyon has quit IRC | 20:47 | |
*** daneyon has joined #heat | 20:47 | |
*** e0ne has joined #heat | 20:49 | |
*** e0ne has quit IRC | 20:52 | |
*** daneyon has quit IRC | 20:52 | |
*** daneyon has joined #heat | 20:53 | |
*** akuznetsov has quit IRC | 20:54 | |
*** tspatzier has joined #heat | 20:54 | |
*** akuznetsov has joined #heat | 20:54 | |
*** e0ne has joined #heat | 20:56 | |
*** e0ne has quit IRC | 20:57 | |
*** e0ne has joined #heat | 20:57 | |
*** e0ne has quit IRC | 21:01 | |
*** jdob has quit IRC | 21:03 | |
*** david-lyle has quit IRC | 21:03 | |
*** radez is now known as radez_g0n3 | 21:04 | |
*** IlyaE has joined #heat | 21:06 | |
*** piyush has joined #heat | 21:10 | |
*** lindsayk has quit IRC | 21:11 | |
*** piyush1 has joined #heat | 21:12 | |
*** aweiteka has quit IRC | 21:13 | |
*** piyush has quit IRC | 21:14 | |
*** andersonvom has joined #heat | 21:16 | |
*** randallburt has joined #heat | 21:19 | |
*** andrew_plunk has joined #heat | 21:20 | |
*** andrew_plunk has quit IRC | 21:20 | |
*** IlyaE has quit IRC | 21:21 | |
*** andrew_plunk has joined #heat | 21:21 | |
*** IlyaE has joined #heat | 21:21 | |
*** lindsayk has joined #heat | 21:21 | |
*** asalkeld has joined #heat | 21:21 | |
*** zhiyan is now known as zhiyan_ | 21:24 | |
radix | huh | 21:25 |
radix | has anyone noticed a problem with "git review -d"? It's telling me it can't find 81394 | 21:25 |
radix | umm... ok, it worked the second time | 21:26 |
*** e0ne has joined #heat | 21:26 | |
*** IlyaE has quit IRC | 21:34 | |
openstackgerrit | Christopher Armstrong proposed a change to openstack/heat: Rolling updates for OS::Heat::AutoScalingGroup https://review.openstack.org/81394 | 21:37 |
*** zns has quit IRC | 21:37 | |
*** andersonvom_ has joined #heat | 21:37 | |
*** daneyon has quit IRC | 21:37 | |
*** sgordon has quit IRC | 21:38 | |
*** daneyon has joined #heat | 21:38 | |
*** andersonvom has quit IRC | 21:39 | |
openstackgerrit | Thomas Spatzier proposed a change to openstack/heat: Do not validate constraints in schema constructor https://review.openstack.org/91485 | 21:40 |
*** tspatzier has quit IRC | 21:42 | |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: API changes for param to show soft-deleted stacks https://review.openstack.org/88641 | 21:47 |
openstackgerrit | Jason Dunsmore proposed a change to openstack/heat: Engine changes for API param to show soft-deleted stacks https://review.openstack.org/88642 | 21:47 |
*** rpothier__ has quit IRC | 21:48 | |
openstackgerrit | Christopher Armstrong proposed a change to openstack/heat: Rolling updates for OS::Heat::AutoScalingGroup https://review.openstack.org/81394 | 21:48 |
*** asalkeld_ has joined #heat | 21:50 | |
*** daneyon has quit IRC | 21:53 | |
*** asalkeld has quit IRC | 21:54 | |
*** asalkeld_ is now known as asalkeld | 21:54 | |
*** lindsayk has quit IRC | 22:01 | |
*** lindsayk has joined #heat | 22:03 | |
*** vijendar has quit IRC | 22:04 | |
*** andrew_p_ has joined #heat | 22:05 | |
*** randallburt has quit IRC | 22:07 | |
*** asalkeld has quit IRC | 22:08 | |
mattoliverau | Morning all | 22:08 |
*** andrew_plunk has quit IRC | 22:08 | |
*** e0ne has quit IRC | 22:11 | |
*** e0ne has joined #heat | 22:12 | |
*** mwheckmann has quit IRC | 22:13 | |
*** IlyaE has joined #heat | 22:18 | |
*** asalkeld has joined #heat | 22:20 | |
*** blomquisg has quit IRC | 22:23 | |
*** yogesh has quit IRC | 22:30 | |
zaneb | it's a tight fit at at the bottom of this rabbit hole, but I'm gonna shave this yak | 22:33 |
asalkeld | zaneb, there are yak at the bottom of rabbit holes? | 22:34 |
*** andrew_p_ has quit IRC | 22:34 | |
asalkeld | so that's where they have been hiding | 22:34 |
zaneb | I know, right? | 22:35 |
zaneb | who knew | 22:35 |
*** andrew_plunk has joined #heat | 22:35 | |
*** andrew_p_ has joined #heat | 22:36 | |
*** piyush1 has quit IRC | 22:38 | |
*** andrew_plunk has quit IRC | 22:40 | |
*** andrew_p_ has quit IRC | 22:41 | |
*** IlyaE has quit IRC | 22:42 | |
*** gondoi is now known as zz_gondoi | 22:43 | |
*** daneyon has joined #heat | 22:49 | |
*** shakayumi has joined #heat | 22:50 | |
*** shakayumi has quit IRC | 22:50 | |
*** akuznetsov has quit IRC | 22:55 | |
*** sabeen has quit IRC | 22:58 | |
*** rbuilta has quit IRC | 23:03 | |
*** metral is now known as metral_zzz | 23:15 | |
*** zns has joined #heat | 23:16 | |
*** mikal is now known as stillbert | 23:18 | |
*** Michalik- has quit IRC | 23:21 | |
*** daneyon has quit IRC | 23:24 | |
*** e0ne has quit IRC | 23:24 | |
*** pablosan is now known as zz_pablosan | 23:26 | |
*** achampion has joined #heat | 23:27 | |
*** IlyaE has joined #heat | 23:30 | |
*** mestery has quit IRC | 23:31 | |
*** zz_pablosan is now known as pablosan | 23:32 | |
*** IlyaE has quit IRC | 23:37 | |
*** sjmc7 has quit IRC | 23:40 | |
*** shakamunyi has joined #heat | 23:43 | |
*** lindsayk has quit IRC | 23:46 | |
*** arbylee has quit IRC | 23:49 | |
*** andersonvom_ has quit IRC | 23:49 | |
*** IlyaE has joined #heat | 23:49 | |
*** IlyaE has quit IRC | 23:50 | |
*** lindsayk has joined #heat | 23:52 | |
*** faramir1 has joined #heat | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!