*** _fragatina has joined #heat | 00:01 | |
*** mikecmpbll has joined #heat | 00:05 | |
*** sdake has quit IRC | 00:23 | |
*** sdake has joined #heat | 00:25 | |
*** hongbin has joined #heat | 00:27 | |
*** kei-ichi has joined #heat | 00:30 | |
*** jcoufal has quit IRC | 00:36 | |
*** hongbin has quit IRC | 01:18 | |
*** hongbin has joined #heat | 01:20 | |
*** _fragatina has quit IRC | 01:27 | |
*** sdake has quit IRC | 01:28 | |
*** _fragatina has joined #heat | 01:28 | |
*** _fragatina has quit IRC | 01:32 | |
*** ricolin_ has joined #heat | 02:01 | |
*** mikecmpbll has quit IRC | 02:12 | |
*** mikecmpbll has joined #heat | 02:16 | |
*** sdake has joined #heat | 02:31 | |
*** sdake has quit IRC | 02:37 | |
*** sdake has joined #heat | 02:38 | |
*** sdake has quit IRC | 02:58 | |
*** sdake has joined #heat | 02:59 | |
*** gkadam has joined #heat | 03:11 | |
*** _fragatina has joined #heat | 03:12 | |
*** _fragatina has quit IRC | 03:13 | |
*** _fragatina has joined #heat | 03:14 | |
*** maddtux has joined #heat | 03:16 | |
*** sdake has quit IRC | 03:26 | |
*** sdake has joined #heat | 03:29 | |
*** openstackgerrit has joined #heat | 03:33 | |
openstackgerrit | Merged openstack/heat master: Increase limit for RandomString test_overlapping_classes https://review.openstack.org/571247 | 03:33 |
---|---|---|
*** sdake has quit IRC | 03:42 | |
openstackgerrit | Zane Bitter proposed openstack/heat master: Allow update of previously-replaced resources https://review.openstack.org/600278 | 03:58 |
openstackgerrit | Zane Bitter proposed openstack/heat master: Improve best existing resource selection https://review.openstack.org/599833 | 03:58 |
zaneb | ricolin_: I have a question about your comment on https://review.openstack.org/#/c/568903/3 | 04:07 |
*** _fragatina has quit IRC | 04:08 | |
*** ricolin_ has quit IRC | 04:11 | |
*** ricolin has joined #heat | 04:11 | |
ricolin | zaneb, about the common lib release note part? | 04:11 |
zaneb | yeah | 04:12 |
ricolin | zaneb, I'm fine to land it without releasenote, not sure if that's really required by anyone anyway | 04:14 |
zaneb | ok, cool | 04:15 |
ricolin | I mean, is there anyone actually calling common lib from heat?:) | 04:15 |
zaneb | I certainly hope not | 04:18 |
zaneb | and if they are it's their problem, because we never said that was a public interface | 04:18 |
zaneb | it's for code that is common between heat.engine and heat.api | 04:19 |
ricolin | zaneb, as long as that part is clear, there needs no release note for sure. | 04:27 |
ricolin | zaneb, I put some reply to your comment in https://review.openstack.org/#/c/580550 | 04:42 |
ricolin | let me know what you think:) | 04:44 |
*** sdake has joined #heat | 04:49 | |
*** spsurya has joined #heat | 05:05 | |
*** jtomasek has joined #heat | 05:36 | |
*** sdake has quit IRC | 05:41 | |
*** radeks_ has joined #heat | 05:44 | |
*** sdake has joined #heat | 05:50 | |
*** jtomasek has quit IRC | 06:02 | |
*** ygk_12345 has joined #heat | 06:14 | |
ygk_12345 | hi all | 06:14 |
ygk_12345 | can someone help with my designate template | 06:15 |
openstackgerrit | Zane Bitter proposed openstack/heat master: Handle unicode in constraints https://review.openstack.org/585791 | 06:17 |
*** hongbin has quit IRC | 06:21 | |
openstackgerrit | Merged openstack/heat master: Ignore exceptions getting FloatingIP dependencies https://review.openstack.org/489276 | 06:21 |
openstackgerrit | Zane Bitter proposed openstack/heat master: Handle unicode in constraints https://review.openstack.org/585791 | 06:22 |
zaneb | ygk_12345: maybe :) | 06:26 |
ygk_12345 | zaneb: this is the template I am using | 06:27 |
ygk_12345 | zaneb: http://paste.openstack.org/show/744154/ | 06:28 |
ygk_12345 | zaneb: it is throwing this error "Error: ERROR: Property error: : resources.dns.properties.zone: : 'Client' object has no attribute 'zones'" | 06:29 |
zaneb | ygk_12345: next question is gonna be what version of OpenStack you're running | 06:30 |
ygk_12345 | zaneb: rocky | 06:30 |
zaneb | hmmm... that seems like a bug then | 06:32 |
ygk_12345 | zaneb: any workaroud available ? | 06:32 |
*** ramishra has joined #heat | 06:33 | |
zaneb | ygk_12345: not that I know of. TBH it's a bit of a mystery what could cause that | 06:34 |
ygk_12345 | zaneb: shall I raisea bug against it ? | 06:35 |
zaneb | yes | 06:35 |
ygk_12345 | zaneb: link please ? | 06:35 |
zaneb | https://storyboard.openstack.org/#!/project/openstack/heat | 06:35 |
zaneb | ygk_12345: can you put in the bug what version of python-designateclient Heat is using? | 06:38 |
ygk_12345 | sure | 06:39 |
ygk_12345 | zaneb: https://storyboard.openstack.org/#!/story/2004881 | 06:39 |
*** strigazi has quit IRC | 06:42 | |
*** strigazi has joined #heat | 06:43 | |
zaneb | ygk_12345: I think I see the bug | 06:43 |
ygk_12345 | zaneb: what is it ? | 06:44 |
ygk_12345 | zaneb: oh ok | 06:44 |
zaneb | ygk_12345: workaround would be to use the zone ID instead of the name | 06:44 |
zaneb | looks like Heat is using the wrong client version to look up the name | 06:44 |
zaneb | will submit a patch right now | 06:44 |
*** skramaja has joined #heat | 06:45 | |
ygk_12345 | zaneb: even with the zone id its the same error | 06:52 |
zaneb | uh oh | 06:52 |
openstackgerrit | Zane Bitter proposed openstack/heat master: Fix Designate Zone lookup by name https://review.openstack.org/633662 | 06:53 |
zaneb | there's a patch ^ | 06:53 |
ygk_12345 | zaneb: where exaclty ? | 06:54 |
zaneb | https://review.openstack.org/633662 | 06:54 |
ygk_12345 | zaneb: ok got it | 06:55 |
ygk_12345 | zaneb: please provide the patch as soon as possible as it is affecting our new productions setup | 06:56 |
ygk_12345 | zaneb: can you help how to apply this patch to an already installed setup | 07:00 |
ricolin | zaneb, could you add `Story: #2004881` before approve it, thx | 07:01 |
zaneb | ricolin: no need any more, tasks can link to stories now | 07:01 |
*** radeks_ has quit IRC | 07:01 | |
ricolin | zaneb, oh! thx, good to know | 07:01 |
zaneb | ygk_12345: you can download the patch at https://review.openstack.org/changes/633662/revisions/8c79ae0aeb8f937f45d94f5f549de344d7ea5817/patch?zip then unzip, apply, restart heat-engine | 07:02 |
ygk_12345 | zaneb: ok let me check that | 07:03 |
ramishra | zaneb, ricolin I think designate v1 api has been removed since queens, we should change the default_version to v2 instead | 07:06 |
ramishra | https://docs.openstack.org/python-designateclient/latest/ | 07:06 |
zaneb | yeah, we should do that | 07:06 |
ricolin | agree | 07:06 |
zaneb | we should also implement a way for people with v1 stacks to migrate | 07:06 |
zaneb | but we didn't :/ | 07:06 |
ygk_12345 | zaneb: after unzipping i got a file 8c79ae0.diff. now how to apply this ? | 07:06 |
zaneb | context: https://review.openstack.org/#/c/545885/ | 07:07 |
ricolin | ygk_12345, `git apply 8c79ae0.diff` on your heat repo | 07:08 |
ygk_12345 | zaneb: any idea ? | 07:08 |
ygk_12345 | ricolin: shoul I go to the heat files location ? | 07:08 |
zaneb | ygk_12345: patch -p1 -d /usr/lib/python2.7/site-packages --dry-run <8c79ae0.diff | 07:09 |
zaneb | if that goes well, you can remove --dry-run ;) | 07:09 |
zaneb | you'll need to run with sudo, obviously | 07:10 |
ygk_12345 | zaneb: in my case it is at "/openstack/venvs/heat-18.1.2/lib/python2.7/site-"packages/ | 07:10 |
zaneb | yeah, use that path instead then | 07:10 |
*** jawad_axd has joined #heat | 07:15 | |
*** mikecmpbll has quit IRC | 07:18 | |
ygk_12345 | zaneb: when I applied the patch, the heat is complaining that the zone cant be found even though it exists when I do openstack zone list | 07:25 |
ygk_12345 | zaneb: oh ok let me check it once more | 07:26 |
zaneb | that's progress at least ;) | 07:38 |
openstackgerrit | Asmita Singh proposed openstack/heat master: Add a Blazar Lease resource https://review.openstack.org/580943 | 07:42 |
openstackgerrit | Asmita Singh proposed openstack/heat master: Add a Blazar Host resource https://review.openstack.org/583429 | 07:42 |
ygk_12345 | zaneb: its workign now :) thanks | 07:46 |
*** radeks_ has joined #heat | 07:49 | |
*** e0ne has joined #heat | 07:59 | |
e0ne | ricolin: hi Rico. could you please merge https://review.openstack.org/#/c/633558/ to unblock gates? | 08:00 |
ricolin | e0ne, checking now | 08:01 |
e0ne | ricolin: thanks. we need it to merge https://review.openstack.org/#/c/630616/ | 08:01 |
*** shardy has joined #heat | 08:02 | |
ricolin | e0ne, done | 08:02 |
e0ne | ricolin: thank you for the help | 08:02 |
ricolin | e0ne, actually thank you! | 08:02 |
e0ne | you're welcome! | 08:03 |
*** gmoro has quit IRC | 08:07 | |
*** gmoro has joined #heat | 08:08 | |
*** sdake has quit IRC | 08:11 | |
*** shardy has quit IRC | 08:11 | |
*** shardy has joined #heat | 08:12 | |
zaneb | ricolin: do we have a meeting tomorrow or did we drop back to every 2 weeks? | 08:16 |
zaneb | ygk_12345: awesome, thanks for letting us know | 08:16 |
ricolin | zaneb, I think we can do one tomorrow if you guys will be there | 08:18 |
zaneb | I was planning to be there but now I might have other plans | 08:18 |
zaneb | I definitely *won't* be there next week though | 08:19 |
ricolin | got it | 08:19 |
zaneb | ricolin: I added a couple of things to the agenda | 08:20 |
ricolin | zaneb, nice, I will go catch up with it | 08:20 |
zaneb | first one is do we have a way of tagging stories to say that we should be reviewing them for Stein-3 | 08:20 |
zaneb | the second is a feature I think we should review for Stein-3 ;) | 08:21 |
*** gfidente has joined #heat | 08:21 | |
zaneb | I updated the patch + story today with some context about why it'll make a difference to users | 08:21 |
ricolin | zaneb, those probably two most important issue we need to solve now | 08:23 |
ricolin | to tag, and to update/review features | 08:23 |
ricolin | I had been spent crazy amount of time on product and some personal stuff, but I will do review right away | 08:25 |
*** gfidente has quit IRC | 08:25 | |
*** ttsiouts has joined #heat | 08:27 | |
zaneb | looks like I can make the meeting tomorrow | 08:29 |
ricolin | zaneb, sweet | 08:29 |
*** bnemec has joined #heat | 08:29 | |
*** ramishra_ has joined #heat | 08:34 | |
*** ramishra has quit IRC | 08:35 | |
*** ttsiouts has quit IRC | 08:39 | |
*** ttsiouts has joined #heat | 08:40 | |
*** ttsiouts has quit IRC | 08:44 | |
*** ygk_12345 has quit IRC | 08:55 | |
*** ttsiouts has joined #heat | 09:02 | |
*** mikecmpbll has joined #heat | 09:04 | |
*** jtomasek has joined #heat | 09:06 | |
*** gfidente has joined #heat | 09:06 | |
*** ricolin has quit IRC | 09:07 | |
*** k_mouza has joined #heat | 09:16 | |
openstackgerrit | Asmita Singh proposed openstack/heat master: Add a Blazar Host resource https://review.openstack.org/583429 | 09:51 |
openstackgerrit | Asmita Singh proposed openstack/heat master: Add a Blazar Lease resource https://review.openstack.org/580943 | 09:52 |
*** ttsiouts has quit IRC | 10:02 | |
*** ttsiouts has joined #heat | 10:02 | |
openstackgerrit | Merged openstack/heat master: Fix Designate Zone lookup by name https://review.openstack.org/633662 | 10:03 |
*** ttsiouts has quit IRC | 10:07 | |
*** zaneb has quit IRC | 10:16 | |
*** ramishra_ has quit IRC | 10:23 | |
*** ramishra has joined #heat | 10:30 | |
*** ttsiouts has joined #heat | 10:35 | |
*** ttsiouts has quit IRC | 11:40 | |
*** ttsiouts has joined #heat | 11:40 | |
*** ttsiouts has quit IRC | 11:44 | |
*** ttsiouts has joined #heat | 12:11 | |
*** ttsiouts has quit IRC | 12:16 | |
*** ttsiouts has joined #heat | 12:18 | |
*** skramaja has quit IRC | 12:22 | |
*** maddtux has quit IRC | 12:38 | |
*** e0ne has quit IRC | 13:13 | |
*** hjensas is now known as hjensas|afk | 13:15 | |
*** gkadam has quit IRC | 13:20 | |
*** e0ne has joined #heat | 13:29 | |
*** ttsiouts has quit IRC | 13:32 | |
*** ttsiouts has joined #heat | 13:33 | |
*** ttsiouts has quit IRC | 13:37 | |
*** jcoufal has joined #heat | 13:44 | |
*** ttsiouts has joined #heat | 13:50 | |
*** jcoufal has quit IRC | 14:07 | |
*** mchlumsky has joined #heat | 14:16 | |
*** jcoufal has joined #heat | 14:16 | |
*** sdake has joined #heat | 14:48 | |
*** sdake has quit IRC | 14:51 | |
*** e0ne has quit IRC | 14:51 | |
*** sdake has joined #heat | 14:53 | |
*** e0ne has joined #heat | 14:54 | |
*** sshnaidm is now known as sshnaidm|mtg | 15:04 | |
*** ttsiouts has quit IRC | 15:23 | |
*** ttsiouts has joined #heat | 15:23 | |
*** jawad_axd has quit IRC | 15:27 | |
*** ttsiouts has quit IRC | 15:28 | |
*** jawad_axd has joined #heat | 15:28 | |
*** jawad_axd has quit IRC | 15:29 | |
*** sdake has quit IRC | 15:32 | |
*** sshnaidm|mtg is now known as sshnaidm | 15:33 | |
*** sdake has joined #heat | 15:35 | |
*** livelace has joined #heat | 15:37 | |
*** livelace has quit IRC | 15:39 | |
*** ttsiouts has joined #heat | 15:42 | |
*** openstackgerrit has quit IRC | 15:51 | |
*** hjensas|afk is now known as hjensas | 16:10 | |
*** jawad_axd has joined #heat | 16:28 | |
*** e0ne has quit IRC | 16:31 | |
*** jawad_axd has quit IRC | 16:35 | |
*** mchlumsky has quit IRC | 16:45 | |
*** sdake has quit IRC | 16:46 | |
*** mchlumsky has joined #heat | 16:48 | |
*** ttsiouts has quit IRC | 17:06 | |
*** ttsiouts has joined #heat | 17:06 | |
*** ttsiouts has quit IRC | 17:10 | |
*** ramishra has quit IRC | 17:25 | |
*** bnemec has quit IRC | 17:27 | |
*** mikecmpbll has quit IRC | 17:32 | |
*** k_mouza_ has joined #heat | 17:43 | |
*** sdake has joined #heat | 17:44 | |
*** k_mouza has quit IRC | 17:46 | |
*** e0ne has joined #heat | 17:46 | |
*** k_mouza_ has quit IRC | 17:47 | |
*** k_mouza has joined #heat | 18:08 | |
*** jtomasek has quit IRC | 18:10 | |
*** sdake has quit IRC | 18:10 | |
*** k_mouza has quit IRC | 18:13 | |
*** mikecmpbll has joined #heat | 18:19 | |
*** sdake has joined #heat | 18:37 | |
*** e0ne has quit IRC | 18:53 | |
*** _fragatina has joined #heat | 19:01 | |
*** e0ne has joined #heat | 19:07 | |
*** k_mouza has joined #heat | 19:44 | |
*** k_mouza has quit IRC | 19:48 | |
*** k_mouza has joined #heat | 20:05 | |
*** k_mouza has quit IRC | 20:10 | |
*** ttsiouts has joined #heat | 20:26 | |
*** zaneb has joined #heat | 20:36 | |
*** jtomasek has joined #heat | 20:41 | |
*** e0ne has quit IRC | 20:42 | |
*** sdake has quit IRC | 20:45 | |
*** gfidente has quit IRC | 21:32 | |
*** jcoufal has quit IRC | 21:39 | |
*** openstackgerrit has joined #heat | 21:51 | |
openstackgerrit | Deepak proposed openstack/heat master: Heat support for Tap-as-a-Service resources https://review.openstack.org/589238 | 21:51 |
*** mchlumsky has quit IRC | 22:00 | |
*** jtomasek has quit IRC | 22:01 | |
*** sdake has joined #heat | 22:15 | |
-openstackstatus- NOTICE: http://zuul.openstack.org is not working. https://zuul.openstack.org does work. Please use that while we investigate. | 23:12 | |
*** radeks_ has quit IRC | 23:15 | |
*** sdake has quit IRC | 23:35 | |
*** sdake has joined #heat | 23:37 | |
*** rcernin has quit IRC | 23:53 | |
*** sdake has quit IRC | 23:55 | |
*** sdake has joined #heat | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!