Tuesday, 2019-01-29

*** _fragatina has joined #heat00:01
*** mikecmpbll has joined #heat00:05
*** sdake has quit IRC00:23
*** sdake has joined #heat00:25
*** hongbin has joined #heat00:27
*** kei-ichi has joined #heat00:30
*** jcoufal has quit IRC00:36
*** hongbin has quit IRC01:18
*** hongbin has joined #heat01:20
*** _fragatina has quit IRC01:27
*** sdake has quit IRC01:28
*** _fragatina has joined #heat01:28
*** _fragatina has quit IRC01:32
*** ricolin_ has joined #heat02:01
*** mikecmpbll has quit IRC02:12
*** mikecmpbll has joined #heat02:16
*** sdake has joined #heat02:31
*** sdake has quit IRC02:37
*** sdake has joined #heat02:38
*** sdake has quit IRC02:58
*** sdake has joined #heat02:59
*** gkadam has joined #heat03:11
*** _fragatina has joined #heat03:12
*** _fragatina has quit IRC03:13
*** _fragatina has joined #heat03:14
*** maddtux has joined #heat03:16
*** sdake has quit IRC03:26
*** sdake has joined #heat03:29
*** openstackgerrit has joined #heat03:33
openstackgerritMerged openstack/heat master: Increase limit for RandomString test_overlapping_classes  https://review.openstack.org/57124703:33
*** sdake has quit IRC03:42
openstackgerritZane Bitter proposed openstack/heat master: Allow update of previously-replaced resources  https://review.openstack.org/60027803:58
openstackgerritZane Bitter proposed openstack/heat master: Improve best existing resource selection  https://review.openstack.org/59983303:58
zanebricolin_: I have a question about your comment on https://review.openstack.org/#/c/568903/304:07
*** _fragatina has quit IRC04:08
*** ricolin_ has quit IRC04:11
*** ricolin has joined #heat04:11
ricolinzaneb, about the common lib release note part?04:11
zanebyeah04:12
ricolinzaneb, I'm fine to land it without releasenote, not sure if that's really required by anyone anyway04:14
zanebok, cool04:15
ricolinI mean, is there anyone actually calling common lib from heat?:)04:15
zanebI certainly hope not04:18
zaneband if they are it's their problem, because we never said that was a public interface04:18
zanebit's for code that is common between heat.engine and heat.api04:19
ricolinzaneb, as long as that part is clear, there needs no release note for sure.04:27
ricolinzaneb, I put some reply to your comment in https://review.openstack.org/#/c/58055004:42
ricolinlet me know what you think:)04:44
*** sdake has joined #heat04:49
*** spsurya has joined #heat05:05
*** jtomasek has joined #heat05:36
*** sdake has quit IRC05:41
*** radeks_ has joined #heat05:44
*** sdake has joined #heat05:50
*** jtomasek has quit IRC06:02
*** ygk_12345 has joined #heat06:14
ygk_12345hi all06:14
ygk_12345can someone help with my designate template06:15
openstackgerritZane Bitter proposed openstack/heat master: Handle unicode in constraints  https://review.openstack.org/58579106:17
*** hongbin has quit IRC06:21
openstackgerritMerged openstack/heat master: Ignore exceptions getting FloatingIP dependencies  https://review.openstack.org/48927606:21
openstackgerritZane Bitter proposed openstack/heat master: Handle unicode in constraints  https://review.openstack.org/58579106:22
zanebygk_12345: maybe :)06:26
ygk_12345zaneb: this is the template I am using06:27
ygk_12345zaneb: http://paste.openstack.org/show/744154/06:28
ygk_12345zaneb: it is throwing this error "Error: ERROR: Property error: : resources.dns.properties.zone: : 'Client' object has no attribute 'zones'"06:29
zanebygk_12345: next question is gonna be what version of OpenStack you're running06:30
ygk_12345zaneb: rocky06:30
zanebhmmm... that seems like a bug then06:32
ygk_12345zaneb: any workaroud available ?06:32
*** ramishra has joined #heat06:33
zanebygk_12345: not that I know of. TBH it's a bit of a mystery what could cause that06:34
ygk_12345zaneb: shall I raisea bug against it ?06:35
zanebyes06:35
ygk_12345zaneb: link please ?06:35
zanebhttps://storyboard.openstack.org/#!/project/openstack/heat06:35
zanebygk_12345: can you put in the bug what version of python-designateclient Heat is using?06:38
ygk_12345sure06:39
ygk_12345zaneb: https://storyboard.openstack.org/#!/story/200488106:39
*** strigazi has quit IRC06:42
*** strigazi has joined #heat06:43
zanebygk_12345: I think I see the bug06:43
ygk_12345zaneb: what is it ?06:44
ygk_12345zaneb: oh ok06:44
zanebygk_12345: workaround would be to use the zone ID instead of the name06:44
zaneblooks like Heat is using the wrong client version to look up the name06:44
zanebwill submit a patch right now06:44
*** skramaja has joined #heat06:45
ygk_12345zaneb: even with the zone id its the same error06:52
zanebuh oh06:52
openstackgerritZane Bitter proposed openstack/heat master: Fix Designate Zone lookup by name  https://review.openstack.org/63366206:53
zanebthere's a patch ^06:53
ygk_12345zaneb: where exaclty ?06:54
zanebhttps://review.openstack.org/63366206:54
ygk_12345zaneb: ok got it06:55
ygk_12345zaneb: please provide the patch as soon as possible as it is affecting our new productions setup06:56
ygk_12345zaneb: can you help how to apply this patch to an already installed setup07:00
ricolinzaneb, could you add `Story: #2004881` before approve it, thx07:01
zanebricolin: no need any more, tasks can link to stories now07:01
*** radeks_ has quit IRC07:01
ricolinzaneb, oh! thx, good to know07:01
zanebygk_12345: you can download the patch at https://review.openstack.org/changes/633662/revisions/8c79ae0aeb8f937f45d94f5f549de344d7ea5817/patch?zip then unzip, apply, restart heat-engine07:02
ygk_12345zaneb: ok let me check that07:03
ramishrazaneb, ricolin I think  designate v1 api has been removed since queens, we should change the default_version to v2 instead07:06
ramishrahttps://docs.openstack.org/python-designateclient/latest/07:06
zanebyeah, we should do that07:06
ricolinagree07:06
zanebwe should also implement a way for people with v1 stacks to migrate07:06
zanebbut we didn't :/07:06
ygk_12345zaneb: after unzipping i got a file 8c79ae0.diff. now how to apply this ?07:06
zanebcontext: https://review.openstack.org/#/c/545885/07:07
ricolinygk_12345, `git apply 8c79ae0.diff` on your heat repo07:08
ygk_12345zaneb: any idea ?07:08
ygk_12345ricolin: shoul I go to the heat files location ?07:08
zanebygk_12345: patch -p1 -d /usr/lib/python2.7/site-packages --dry-run <8c79ae0.diff07:09
zanebif that goes well, you can remove --dry-run ;)07:09
zanebyou'll need to run with sudo, obviously07:10
ygk_12345zaneb: in my case it is at "/openstack/venvs/heat-18.1.2/lib/python2.7/site-"packages/07:10
zanebyeah, use that path instead then07:10
*** jawad_axd has joined #heat07:15
*** mikecmpbll has quit IRC07:18
ygk_12345zaneb: when I applied the patch, the heat is complaining that the zone cant be found even though it exists when I do openstack zone list07:25
ygk_12345zaneb: oh ok let me check it once more07:26
zanebthat's progress at least ;)07:38
openstackgerritAsmita Singh proposed openstack/heat master: Add a Blazar Lease resource  https://review.openstack.org/58094307:42
openstackgerritAsmita Singh proposed openstack/heat master: Add a Blazar Host resource  https://review.openstack.org/58342907:42
ygk_12345zaneb: its workign now :) thanks07:46
*** radeks_ has joined #heat07:49
*** e0ne has joined #heat07:59
e0nericolin: hi Rico. could you please merge https://review.openstack.org/#/c/633558/ to unblock gates?08:00
ricoline0ne, checking now08:01
e0nericolin: thanks. we need it to merge https://review.openstack.org/#/c/630616/08:01
*** shardy has joined #heat08:02
ricoline0ne, done08:02
e0nericolin: thank you for the help08:02
ricoline0ne, actually thank you!08:02
e0neyou're welcome!08:03
*** gmoro has quit IRC08:07
*** gmoro has joined #heat08:08
*** sdake has quit IRC08:11
*** shardy has quit IRC08:11
*** shardy has joined #heat08:12
zanebricolin: do we have a meeting tomorrow or did we drop back to every 2 weeks?08:16
zanebygk_12345: awesome, thanks for letting us know08:16
ricolinzaneb, I think we can do one tomorrow if you guys will be there08:18
zanebI was planning to be there but now I might have other plans08:18
zanebI definitely *won't* be there next week though08:19
ricolingot it08:19
zanebricolin: I added a couple of things to the agenda08:20
ricolinzaneb, nice, I will go catch up with it08:20
zanebfirst one is do we have a way of tagging stories to say that we should be reviewing them for Stein-308:20
zanebthe second is a feature I think we should review for Stein-3 ;)08:21
*** gfidente has joined #heat08:21
zanebI updated the patch + story today with some context about why it'll make a difference to users08:21
ricolinzaneb, those probably two most important issue we need to solve now08:23
ricolinto tag, and to update/review features08:23
ricolinI had been spent crazy amount of time on product and some personal stuff, but I will do review right away08:25
*** gfidente has quit IRC08:25
*** ttsiouts has joined #heat08:27
zaneblooks like I can make the meeting tomorrow08:29
ricolinzaneb, sweet08:29
*** bnemec has joined #heat08:29
*** ramishra_ has joined #heat08:34
*** ramishra has quit IRC08:35
*** ttsiouts has quit IRC08:39
*** ttsiouts has joined #heat08:40
*** ttsiouts has quit IRC08:44
*** ygk_12345 has quit IRC08:55
*** ttsiouts has joined #heat09:02
*** mikecmpbll has joined #heat09:04
*** jtomasek has joined #heat09:06
*** gfidente has joined #heat09:06
*** ricolin has quit IRC09:07
*** k_mouza has joined #heat09:16
openstackgerritAsmita Singh proposed openstack/heat master: Add a Blazar Host resource  https://review.openstack.org/58342909:51
openstackgerritAsmita Singh proposed openstack/heat master: Add a Blazar Lease resource  https://review.openstack.org/58094309:52
*** ttsiouts has quit IRC10:02
*** ttsiouts has joined #heat10:02
openstackgerritMerged openstack/heat master: Fix Designate Zone lookup by name  https://review.openstack.org/63366210:03
*** ttsiouts has quit IRC10:07
*** zaneb has quit IRC10:16
*** ramishra_ has quit IRC10:23
*** ramishra has joined #heat10:30
*** ttsiouts has joined #heat10:35
*** ttsiouts has quit IRC11:40
*** ttsiouts has joined #heat11:40
*** ttsiouts has quit IRC11:44
*** ttsiouts has joined #heat12:11
*** ttsiouts has quit IRC12:16
*** ttsiouts has joined #heat12:18
*** skramaja has quit IRC12:22
*** maddtux has quit IRC12:38
*** e0ne has quit IRC13:13
*** hjensas is now known as hjensas|afk13:15
*** gkadam has quit IRC13:20
*** e0ne has joined #heat13:29
*** ttsiouts has quit IRC13:32
*** ttsiouts has joined #heat13:33
*** ttsiouts has quit IRC13:37
*** jcoufal has joined #heat13:44
*** ttsiouts has joined #heat13:50
*** jcoufal has quit IRC14:07
*** mchlumsky has joined #heat14:16
*** jcoufal has joined #heat14:16
*** sdake has joined #heat14:48
*** sdake has quit IRC14:51
*** e0ne has quit IRC14:51
*** sdake has joined #heat14:53
*** e0ne has joined #heat14:54
*** sshnaidm is now known as sshnaidm|mtg15:04
*** ttsiouts has quit IRC15:23
*** ttsiouts has joined #heat15:23
*** jawad_axd has quit IRC15:27
*** ttsiouts has quit IRC15:28
*** jawad_axd has joined #heat15:28
*** jawad_axd has quit IRC15:29
*** sdake has quit IRC15:32
*** sshnaidm|mtg is now known as sshnaidm15:33
*** sdake has joined #heat15:35
*** livelace has joined #heat15:37
*** livelace has quit IRC15:39
*** ttsiouts has joined #heat15:42
*** openstackgerrit has quit IRC15:51
*** hjensas|afk is now known as hjensas16:10
*** jawad_axd has joined #heat16:28
*** e0ne has quit IRC16:31
*** jawad_axd has quit IRC16:35
*** mchlumsky has quit IRC16:45
*** sdake has quit IRC16:46
*** mchlumsky has joined #heat16:48
*** ttsiouts has quit IRC17:06
*** ttsiouts has joined #heat17:06
*** ttsiouts has quit IRC17:10
*** ramishra has quit IRC17:25
*** bnemec has quit IRC17:27
*** mikecmpbll has quit IRC17:32
*** k_mouza_ has joined #heat17:43
*** sdake has joined #heat17:44
*** k_mouza has quit IRC17:46
*** e0ne has joined #heat17:46
*** k_mouza_ has quit IRC17:47
*** k_mouza has joined #heat18:08
*** jtomasek has quit IRC18:10
*** sdake has quit IRC18:10
*** k_mouza has quit IRC18:13
*** mikecmpbll has joined #heat18:19
*** sdake has joined #heat18:37
*** e0ne has quit IRC18:53
*** _fragatina has joined #heat19:01
*** e0ne has joined #heat19:07
*** k_mouza has joined #heat19:44
*** k_mouza has quit IRC19:48
*** k_mouza has joined #heat20:05
*** k_mouza has quit IRC20:10
*** ttsiouts has joined #heat20:26
*** zaneb has joined #heat20:36
*** jtomasek has joined #heat20:41
*** e0ne has quit IRC20:42
*** sdake has quit IRC20:45
*** gfidente has quit IRC21:32
*** jcoufal has quit IRC21:39
*** openstackgerrit has joined #heat21:51
openstackgerritDeepak proposed openstack/heat master: Heat support for Tap-as-a-Service resources  https://review.openstack.org/58923821:51
*** mchlumsky has quit IRC22:00
*** jtomasek has quit IRC22:01
*** sdake has joined #heat22: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 IRC23:15
*** sdake has quit IRC23:35
*** sdake has joined #heat23:37
*** rcernin has quit IRC23:53
*** sdake has quit IRC23:55
*** sdake has joined #heat23:56

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