*** jmlowe has joined #heat | 00:23 | |
*** kiennt has joined #heat | 00:49 | |
*** harlowja has quit IRC | 01:13 | |
*** hongbin has joined #heat | 01:14 | |
*** mdnadeem has joined #heat | 01:30 | |
*** ricolin has joined #heat | 02:16 | |
*** Shunli has joined #heat | 02:30 | |
openstackgerrit | huangtianhua proposed openstack/heat master: Update security groups for server interfaces https://review.openstack.org/482056 | 02:31 |
---|---|---|
*** ayoung has quit IRC | 02:32 | |
openstackgerrit | Rico Lin proposed openstack/heat master: Fix no message attribute in exception https://review.openstack.org/484267 | 02:57 |
openstackgerrit | zhangdaolong proposed openstack/heat master: Change log desc for volume attach and detach https://review.openstack.org/483821 | 03:00 |
*** hongbin has quit IRC | 03:36 | |
*** gfidente is now known as gfidente|afk | 03:36 | |
*** masber has quit IRC | 03:51 | |
*** ramishra has joined #heat | 03:52 | |
*** gkadam has joined #heat | 03:53 | |
*** gkadam has quit IRC | 03:53 | |
*** gkadam has joined #heat | 03:53 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Fix subnet validate() for subnetpool resource ref https://review.openstack.org/485024 | 03:55 |
openstackgerrit | Merged openstack/heat master: Fix OS::Zaqar::MistralSubscription with mistralclient 3.0 https://review.openstack.org/484513 | 03:56 |
*** links has joined #heat | 03:58 | |
*** gmoro has quit IRC | 04:27 | |
*** gmoro has joined #heat | 04:30 | |
*** ramishra has quit IRC | 04:30 | |
*** harlowja has joined #heat | 04:31 | |
*** ramishra has joined #heat | 04:32 | |
*** prateek has joined #heat | 04:38 | |
*** harlowja has quit IRC | 04:47 | |
*** elynn has joined #heat | 04:53 | |
*** nicolasbock has joined #heat | 05:11 | |
*** skramaja has joined #heat | 05:13 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Add failure handler for actions https://review.openstack.org/484741 | 05:29 |
*** dyasny_ has joined #heat | 05:40 | |
*** dyasny__ has quit IRC | 05:42 | |
*** kiennt has quit IRC | 05:42 | |
*** harlowja has joined #heat | 05:46 | |
*** _heena_py_ has joined #heat | 05:48 | |
_heena_py_ | @therve, can we get stack parameters ? | 05:49 |
*** gmoro has quit IRC | 05:50 | |
*** rcernin has joined #heat | 05:50 | |
_heena_py_ | ok i got it | 05:52 |
*** kiennt has joined #heat | 06:02 | |
openstackgerrit | Rico Lin proposed openstack/heat master: Allow only validate external resource template https://review.openstack.org/481713 | 06:14 |
*** ccamacho has joined #heat | 06:15 | |
*** kiennt has quit IRC | 06:21 | |
*** nicolasbock has quit IRC | 06:23 | |
*** nicolasbock has joined #heat | 06:25 | |
*** nicolasbock has quit IRC | 06:37 | |
*** nicolasbock has joined #heat | 06:39 | |
openstackgerrit | Merged openstack/heat-specs master: Do nested loop or not for 'for_each' of 'repeat' https://review.openstack.org/251263 | 06:41 |
*** harlowja has quit IRC | 06:42 | |
*** amoralej|off is now known as amoralej | 06:44 | |
*** gmoro has joined #heat | 06:45 | |
*** Shunli has quit IRC | 06:49 | |
*** Shunli has joined #heat | 06:50 | |
*** Shunli has quit IRC | 06:56 | |
*** Shunli has joined #heat | 06:57 | |
*** annegentle has quit IRC | 07:01 | |
*** shardy has joined #heat | 07:11 | |
*** gfidente|afk is now known as gfidente | 07:20 | |
*** catintheroof has joined #heat | 07:31 | |
*** catintheroof has quit IRC | 07:36 | |
*** kiennt has joined #heat | 07:40 | |
*** zeih has joined #heat | 07:43 | |
*** zeih has quit IRC | 07:53 | |
*** zeih has joined #heat | 07:54 | |
*** zeih has quit IRC | 08:01 | |
*** zeih has joined #heat | 08:03 | |
*** dbecker has joined #heat | 08:06 | |
*** derekh has joined #heat | 08:08 | |
openstackgerrit | Merged openstack/heat master: Handle errors calculating dep_attrs for nested get_attr https://review.openstack.org/482145 | 08:16 |
*** shardy is now known as shardy_afk | 08:21 | |
openstackgerrit | Merged openstack/heat master: Always cache attributes in outputs in Resource.node_data() https://review.openstack.org/475099 | 08:28 |
_heena_py_ | I am getting BadRequest: resources.vm1_volume1: Invalid input received: Retype cannot change front-end qos specs for in-use volume: ba53db94-3624-4ede-900b-040c30165be9. (HTTP 400) | 08:33 |
_heena_py_ | while trying to change vol size and type | 08:33 |
_heena_py_ | any idea? | 08:33 |
*** shardy_afk is now known as shardy | 08:36 | |
shardy | therve, ramishra: Hey, I wanted to check do we have any existing bug for problems related to get_attr evaluating to None and then breaking other functions (yaql in my case) | 08:41 |
shardy | I remember we discussed it a few times and I've hit it again, was about to raise a new bug for discussion | 08:41 |
shardy | frustratingly it's not only the function.validate() part, the function.result gets called before the get_attr returns valid data, despite the supposed dependency caused by the get_attr | 08:42 |
* shardy vaguely recalls there was work ongoing to improve this | 08:42 | |
therve | shardy, I don't have a reference to one | 08:43 |
therve | It's not like it can be fixed with one bug anyway... | 08:44 |
therve | There is on going work, but it's taking a long time | 08:44 |
therve | We don't have reviewers | 08:45 |
shardy | therve: Ok cool, I'll raise it anyway and we can perhaps share ideas on any workaround | 08:45 |
shardy | therve: I've been doing hacks on the expression like using coalesce to escape evaluation when get_attr gives us bad data | 08:45 |
shardy | but it's kind of ugly and inconvenient :( | 08:45 |
therve | shardy, Well as usual you should be able to workaround it in the Yaql function itself | 08:45 |
therve | Yeah... | 08:46 |
shardy | therve: yeah I looked at it, but it's not that easy if the get_attr is nested, I'll raise a bug with details | 08:46 |
therve | Summarize Heat it seems nowadays | 08:46 |
shardy | maybe you can see a better way | 08:46 |
shardy | we've kind of got away with this in tripleo because of the other bug where outputs aren't validated | 08:47 |
shardy | but for performance reasons it's better to do e.g yaql stuff via OS::Heat::Value instead | 08:48 |
*** openstackgerrit has quit IRC | 08:49 | |
ramishra | shardy: https://review.openstack.org/#/c/467805/ will probably enable us to do the placeholder stuff we have been discussing all along | 08:52 |
ramishra | It seems like the 4th patch in zaneb's long series of remaining reviews;) | 08:54 |
shardy | ramishra: ack will check it out | 08:54 |
shardy | I raised https://bugs.launchpad.net/heat/+bug/1705216 to capture the problem anyway | 08:55 |
openstack | Launchpad bug 1705216 in heat "yaql function breaks due to get_attr returning null" [Undecided,New] | 08:55 |
*** openstackgerrit has joined #heat | 08:55 | |
openstackgerrit | zhangdaolong proposed openstack/heat master: Change log desc for volume attach and detach https://review.openstack.org/483821 | 08:55 |
* shardy tests changes from zaneb | 08:55 | |
*** serlex has joined #heat | 08:57 | |
openstackgerrit | Rico Lin proposed openstack/heat master: Allow only validate external resource template https://review.openstack.org/481713 | 08:58 |
ricolin | ramishra, ^^^ | 08:59 |
*** rwsu has quit IRC | 09:10 | |
*** rwsu has joined #heat | 09:12 | |
*** Shunli has quit IRC | 09:30 | |
shardy | ramishra: thanks, I tried the patch series, it works but it doesn't solve my problem, because the placeholder is still None | 09:42 |
shardy | I'll try to help with reviews though so we can move forward with that rework | 09:42 |
ramishra | shardy: yeah, that needs to be implemented on top of it. | 09:43 |
shardy | I guess we'll still need a sentinel of some sort, so we can disable function resolution | 09:44 |
shardy | I'm not sure I can really work around this in the Yaql function unless I search the entire data structure for function references then tolerate failure if any of them evaluate to None | 09:44 |
shardy | which doesn't seem ideal, as it could mask real problems | 09:45 |
shardy | I suppose a placeholder which tells us the referenced resource is INIT state would help | 09:45 |
*** gmoro has quit IRC | 09:55 | |
*** gmoro has joined #heat | 09:56 | |
openstackgerrit | Merged openstack/heat master: Change tags type from 'string' to 'array' https://review.openstack.org/483204 | 10:07 |
*** om2 has joined #heat | 10:14 | |
*** ccamacho is now known as ccamacho|brb | 10:25 | |
*** elynn_ has joined #heat | 10:30 | |
*** elynn has quit IRC | 10:32 | |
*** gmoro has quit IRC | 10:43 | |
*** kiennt has quit IRC | 10:45 | |
openstackgerrit | Merged openstack/heat master: Fix handle_create of ResourceGroup https://review.openstack.org/484719 | 10:55 |
*** elynn_ has quit IRC | 10:59 | |
*** mdnadeem has quit IRC | 11:08 | |
*** jmlowe has quit IRC | 11:14 | |
*** mdnadeem has joined #heat | 11:20 | |
*** gmoro has joined #heat | 11:26 | |
*** _heena_py_ has quit IRC | 11:27 | |
*** gmoro_ has joined #heat | 11:28 | |
*** gmoro_ has quit IRC | 11:31 | |
*** gmoro has quit IRC | 11:31 | |
*** gmoro_ has joined #heat | 11:32 | |
*** gmoro_ has quit IRC | 11:37 | |
*** gmoro_ has joined #heat | 11:38 | |
*** zeih has quit IRC | 11:43 | |
*** chlong_ has quit IRC | 11:43 | |
*** ccamacho|brb is now known as ccamacho | 11:45 | |
*** jmlowe has joined #heat | 11:46 | |
*** om2 has quit IRC | 11:49 | |
*** jmlowe has quit IRC | 11:49 | |
*** dprince has joined #heat | 11:58 | |
*** elynn has joined #heat | 12:02 | |
*** skramaja_ has joined #heat | 12:02 | |
*** skramaja has quit IRC | 12:02 | |
*** hoonetorg has joined #heat | 12:09 | |
*** gmoro_ has quit IRC | 12:11 | |
*** gmoro has joined #heat | 12:12 | |
*** jmlowe has joined #heat | 12:16 | |
*** catintheroof has joined #heat | 12:21 | |
*** gkadam has quit IRC | 12:24 | |
*** mdnadeem has quit IRC | 12:25 | |
*** jmlowe has quit IRC | 12:29 | |
*** MVenesio has joined #heat | 12:37 | |
*** jmlowe has joined #heat | 12:38 | |
*** elynn has quit IRC | 12:44 | |
*** skramaja_ has quit IRC | 12:56 | |
*** pbourke has quit IRC | 12:57 | |
*** pbourke has joined #heat | 12:58 | |
*** kiennt has joined #heat | 13:00 | |
*** jcoufal has joined #heat | 13:06 | |
*** amoralej is now known as amoralej|lunch | 13:11 | |
zaneb | shardy: yeah, it doesn't solve the problem *now*, but it gives us a place where we can return a placeholder that is not None in the future | 13:24 |
*** EricGonc_ has joined #heat | 13:31 | |
*** ayoung has joined #heat | 13:32 | |
*** EricGonczer_ has quit IRC | 13:33 | |
shardy | zaneb: nice, thanks, I'll try to help with the reviews, testing locally it all works well for me | 13:34 |
* shardy added coalesce everywhere as a workaround for breaking yaql though :( | 13:34 | |
*** pradk has joined #heat | 13:36 | |
openstackgerrit | Rico Lin proposed openstack/heat master: Add converge flag in stack update for observing on reality https://review.openstack.org/461302 | 13:37 |
*** askb has quit IRC | 13:39 | |
openstackgerrit | Rico Lin proposed openstack/python-heatclient master: Add `--converge` argument for osc stack update https://review.openstack.org/461305 | 13:46 |
openstackgerrit | Rico Lin proposed openstack/heat master: Fix no message attribute in exception https://review.openstack.org/484267 | 13:48 |
*** rwsu has quit IRC | 13:49 | |
*** hongbin has joined #heat | 13:49 | |
*** jrist has quit IRC | 13:53 | |
*** rwsu has joined #heat | 13:57 | |
*** jrist has joined #heat | 14:06 | |
openstackgerrit | Merged openstack/heat master: Add unit tests for function 'index' https://review.openstack.org/439410 | 14:08 |
*** felipemonteiro__ has joined #heat | 14:08 | |
*** guest has joined #heat | 14:10 | |
*** felipemonteiro_ has joined #heat | 14:11 | |
*** felipemonteiro__ has quit IRC | 14:14 | |
*** amoralej|lunch is now known as amoralej | 14:17 | |
*** links has quit IRC | 14:18 | |
openstackgerrit | Merged openstack/python-heatclient master: Add functinoal tests for 'openstack stack snapshot delete' https://review.openstack.org/411029 | 14:19 |
openstackgerrit | Rico Lin proposed openstack/python-heatclient master: Add extra functinoal tests in heatclient https://review.openstack.org/410063 | 14:31 |
*** annegentle has joined #heat | 14:34 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-heatclient master: Updated from global requirements https://review.openstack.org/484575 | 14:36 |
*** elynn has joined #heat | 14:41 | |
ricolin | Hi guys! meeting in 13mins | 14:47 |
ricolin | feel free to add agenda here | 14:47 |
ricolin | https://wiki.openstack.org/wiki/Meetings/HeatAgenda#Agenda_.282017-07-19_1500_UTC.29 | 14:47 |
ricolin | :) | 14:47 |
*** LanceHaig has joined #heat | 14:55 | |
*** om2 has joined #heat | 15:00 | |
ricolin | kiennt, LanceHaig, kazsh, gaborm, mrwolf, zaneb, ramishra, therve, shardy, skraynev, prazumovsky, elynn, spzala, tiantian Meeting time! at openstack-meeting-5 | 15:00 |
*** hoonetorg has quit IRC | 15:02 | |
*** jmlowe has quit IRC | 15:05 | |
openstackgerrit | Rico Lin proposed openstack/heat-agents master: [DMT]Test py35 gate https://review.openstack.org/485234 | 15:10 |
*** guest has quit IRC | 15:17 | |
*** felipemonteiro_ has quit IRC | 15:18 | |
openstackgerrit | Merged openstack/python-heatclient master: Updated from global requirements https://review.openstack.org/484575 | 15:29 |
*** jmlowe has joined #heat | 15:32 | |
*** EricGonc_ has quit IRC | 15:43 | |
*** EricGonczer_ has joined #heat | 15:46 | |
*** LanceHaig has quit IRC | 15:50 | |
*** vishwana_ has joined #heat | 15:52 | |
*** vishwanathj has quit IRC | 15:56 | |
*** ccamacho has quit IRC | 16:04 | |
*** felipemonteiro has joined #heat | 16:05 | |
kazsh | ricolin: I met Jonathan, Lauren, Thierry and Tom Fifield in Japan today, they were talking about your video conference idea toward coming PTG, plz let me know if you need any help, more than happy to assist you. | 16:06 |
*** sridhar_ram has quit IRC | 16:06 | |
*** felipemonteiro_ has joined #heat | 16:07 | |
*** rcernin has quit IRC | 16:09 | |
*** elynn has quit IRC | 16:09 | |
*** EricGonc_ has joined #heat | 16:10 | |
*** LanceHaig has joined #heat | 16:11 | |
*** LanceHaig has quit IRC | 16:11 | |
*** LanceHaig has joined #heat | 16:11 | |
*** felipemonteiro has quit IRC | 16:11 | |
*** EricGonczer_ has quit IRC | 16:11 | |
ricolin | kazsh, that would be so cool:) | 16:12 |
kazsh | :) by coincidence, my big boss invited them to our office prior to OpenStack days in Tokyo. | 16:16 |
*** gmoro has quit IRC | 16:18 | |
*** annegentle has quit IRC | 16:19 | |
ricolin | kazsh, you should ask them to convince your boss that you're very important in upsteam and should come to all PTG and Summit:) | 16:19 |
*** dyasny has joined #heat | 16:21 | |
*** dyasny_ has quit IRC | 16:22 | |
*** rcernin has joined #heat | 16:23 | |
kazsh | ricolin, oh yeah that is the best way;) | 16:24 |
*** rwsu has quit IRC | 16:24 | |
*** gmoro has joined #heat | 16:25 | |
*** gfidente has quit IRC | 16:29 | |
*** rwsu has joined #heat | 16:29 | |
openstackgerrit | Kien Nguyen proposed openstack/heat master: Add upgrades guideline for operators https://review.openstack.org/475853 | 16:30 |
*** kiennt has quit IRC | 16:33 | |
*** gfidente has joined #heat | 16:33 | |
*** gfidente has quit IRC | 16:33 | |
*** gfidente has joined #heat | 16:33 | |
*** EricGonc_ has quit IRC | 16:35 | |
*** EricGonczer_ has joined #heat | 16:49 | |
*** derekh has quit IRC | 17:02 | |
*** EricGonc_ has joined #heat | 17:06 | |
*** EricGonczer_ has quit IRC | 17:07 | |
*** serlex has quit IRC | 17:16 | |
*** harlowja has joined #heat | 17:25 | |
*** harlowja has quit IRC | 17:25 | |
*** harlowja has joined #heat | 17:26 | |
*** dprince has quit IRC | 17:37 | |
*** annegentle has joined #heat | 17:37 | |
*** fragatina has quit IRC | 17:44 | |
*** pradk has quit IRC | 17:57 | |
*** amoralej is now known as amoralej|off | 18:01 | |
*** EricGonc_ has quit IRC | 18:04 | |
*** EricGonczer_ has joined #heat | 18:07 | |
*** EricGonc_ has joined #heat | 18:12 | |
*** EricGonczer_ has quit IRC | 18:13 | |
*** boris-42___ has joined #heat | 18:17 | |
*** fragatina has joined #heat | 18:17 | |
*** dprince has joined #heat | 18:23 | |
*** dprince has quit IRC | 18:26 | |
*** u_nuSLASHkm8 has joined #heat | 18:29 | |
*** u_nuSLASHkm8 has left #heat | 18:29 | |
*** dhubbard has quit IRC | 18:49 | |
*** dprince has joined #heat | 18:56 | |
*** gfidente is now known as gfidente|afk | 18:59 | |
*** fragatina has quit IRC | 19:06 | |
*** chlong_ has joined #heat | 19:16 | |
*** fragatin_ has joined #heat | 19:29 | |
*** tinyurl_comSLASH has joined #heat | 19:41 | |
*** tinyurl_comSLASH has left #heat | 19:44 | |
*** ayoung has quit IRC | 19:46 | |
*** jmlowe has quit IRC | 19:50 | |
*** dprince has quit IRC | 19:50 | |
*** jmlowe has joined #heat | 19:53 | |
*** annegentle has quit IRC | 19:55 | |
*** rwsu has quit IRC | 20:00 | |
*** chlong_ has quit IRC | 20:03 | |
*** rwsu has joined #heat | 20:06 | |
*** nicolasbock has quit IRC | 20:06 | |
*** jcoufal_ has joined #heat | 20:09 | |
*** jcoufal has quit IRC | 20:12 | |
*** annegentle has joined #heat | 20:15 | |
*** annegentle has quit IRC | 20:26 | |
*** LanceHaig has quit IRC | 20:26 | |
*** annegentle has joined #heat | 20:30 | |
*** annegentle has quit IRC | 20:35 | |
*** MVenesio has quit IRC | 20:41 | |
*** chlong_ has joined #heat | 20:48 | |
*** jmlowe has quit IRC | 20:53 | |
*** jmlowe has joined #heat | 20:54 | |
*** om2 has quit IRC | 21:03 | |
*** chlong_ has quit IRC | 21:04 | |
*** shardy has quit IRC | 21:13 | |
*** jmlowe has quit IRC | 21:26 | |
*** EricGonc_ has quit IRC | 21:36 | |
*** EricGonczer_ has joined #heat | 21:38 | |
*** boris-42___ has quit IRC | 21:41 | |
*** gfidente|afk is now known as gfidente | 21:50 | |
openstackgerrit | Zane Bitter proposed openstack/heat master: Handle non-existent resources in list during update https://review.openstack.org/485364 | 21:52 |
*** gfidente has quit IRC | 22:05 | |
*** EricGonczer_ has quit IRC | 22:11 | |
*** jcoufal_ has quit IRC | 22:13 | |
*** felipemonteiro_ has quit IRC | 22:15 | |
*** rwsu has quit IRC | 22:17 | |
*** jmlowe has joined #heat | 22:48 | |
*** vishwana_ has quit IRC | 22:58 | |
*** vishwanathj has joined #heat | 22:58 | |
*** catintheroof has quit IRC | 23:03 | |
anupn | Hi Folks, just wondering if HEAT template can be used to put baremetal nodes in inspect state? | 23:17 |
anupn | And is it possible to configure services through HEAT templates? | 23:17 |
*** hongbin has quit IRC | 23:30 | |
*** rcernin has quit IRC | 23:34 | |
*** coreyob has quit IRC | 23:42 | |
*** coreyob has joined #heat | 23:43 | |
*** om2 has joined #heat | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!