*** jdandrea has joined #heat | 00:55 | |
openstackgerrit | Nafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource https://review.opendev.org/703204 | 01:31 |
---|---|---|
*** hoonetorg has quit IRC | 02:59 | |
*** k_mouza has joined #heat | 03:08 | |
*** hoonetorg has joined #heat | 03:12 | |
*** k_mouza has quit IRC | 03:13 | |
*** jdandrea has quit IRC | 03:22 | |
*** k_mouza has joined #heat | 03:47 | |
*** k_mouza has quit IRC | 03:52 | |
*** ramishra has joined #heat | 03:59 | |
*** k_mouza has joined #heat | 04:17 | |
*** udesale has joined #heat | 04:18 | |
*** k_mouza has quit IRC | 04:21 | |
*** skramaja has joined #heat | 04:30 | |
*** rcernin_ has joined #heat | 04:56 | |
*** lxkong has joined #heat | 04:58 | |
*** udesale_ has joined #heat | 04:58 | |
*** rcernin has quit IRC | 04:59 | |
*** udesale has quit IRC | 05:02 | |
*** ramishra has quit IRC | 05:14 | |
*** ramishra has joined #heat | 05:21 | |
*** ramishra has quit IRC | 05:32 | |
*** tkajinam has quit IRC | 05:52 | |
*** tkajinam has joined #heat | 05:53 | |
*** ramishra has joined #heat | 06:30 | |
*** ramishra has quit IRC | 06:49 | |
*** ramishra has joined #heat | 07:05 | |
*** ramishra has quit IRC | 07:09 | |
*** rcernin_ has quit IRC | 07:14 | |
*** ramishra has joined #heat | 07:17 | |
*** ramishra has quit IRC | 07:44 | |
openstackgerrit | Vasyl Saienko proposed openstack/heat-tempest-plugin master: Pass disable_ssl_certificate_validation to gabbit tests https://review.opendev.org/703335 | 07:46 |
*** ramishra has joined #heat | 07:47 | |
*** jtomasek has joined #heat | 08:07 | |
*** tkajinam has quit IRC | 08:28 | |
*** gfidente has joined #heat | 08:31 | |
*** ricolin has quit IRC | 09:04 | |
*** ricolin has joined #heat | 09:15 | |
*** k_mouza has joined #heat | 09:18 | |
*** mikecmpbll has joined #heat | 09:30 | |
*** ivve has joined #heat | 10:15 | |
*** gfidente has quit IRC | 10:38 | |
*** k_mouza has quit IRC | 10:39 | |
*** gfidente has joined #heat | 10:41 | |
*** k_mouza has joined #heat | 10:42 | |
*** ricolin has quit IRC | 10:55 | |
*** udesale_ has quit IRC | 11:02 | |
*** k_mouza has quit IRC | 11:29 | |
*** k_mouza has joined #heat | 12:09 | |
*** hjensas has joined #heat | 12:18 | |
*** mnaser has quit IRC | 12:27 | |
*** mnaser has joined #heat | 12:27 | |
*** lxkong has quit IRC | 12:38 | |
*** hjensas has quit IRC | 13:21 | |
*** hjensas has joined #heat | 13:24 | |
*** gkadam has joined #heat | 13:30 | |
openstackgerrit | Merged openstack/heat master: Remove image upload dependency on g-reg https://review.opendev.org/703113 | 13:30 |
*** shardy has joined #heat | 13:31 | |
*** gkadam has quit IRC | 13:31 | |
*** jdandrea has joined #heat | 13:40 | |
*** jdandrea has quit IRC | 13:40 | |
*** jdandrea has joined #heat | 13:42 | |
openstackgerrit | Nafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource https://review.opendev.org/703204 | 13:50 |
openstackgerrit | Nafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource https://review.opendev.org/703204 | 13:50 |
*** ricolin has joined #heat | 13:57 | |
*** ricolin has quit IRC | 14:07 | |
*** AJaeger has joined #heat | 14:12 | |
AJaeger | heat cores, heat-dashboard master is broken, https://review.opendev.org/#/c/702080/ | 14:12 |
*** ricolin_ has joined #heat | 14:24 | |
*** ricolin_ has quit IRC | 14:26 | |
*** ricolin has joined #heat | 14:26 | |
*** mikecmpbll has quit IRC | 14:31 | |
*** mikecmpbll has joined #heat | 14:33 | |
*** udesale has joined #heat | 14:42 | |
ivve | is there any guide or documentation using autoscaling group outputs like "outputs" and "outputs_list" ? | 14:48 |
ivve | as you get no output when just getting the attribute: {get_attr: [asg, outputs]} its kinda impossible to even debug | 14:49 |
ivve | just realized it doesn't exists in any stein version. how does one go about getting attributes of nested stack resources? | 14:53 |
*** skramaja has quit IRC | 14:54 | |
openstackgerrit | Merged openstack/heat-specs master: [ussuri][goal] Drop python 2.7 support https://review.opendev.org/699035 | 15:13 |
zaneb | ivve: you need to specify the name of the output you want to get also | 15:22 |
zaneb | e.g. {get_attr: [asg, outputs, some_output_name]} | 15:22 |
zaneb | hmm, docs on this are not good | 15:24 |
ivve | zaneb: figured it out. yea you need to create the output in the child first | 15:31 |
ivve | its kinda hard to debug though since it doesn't show in the "asg" | 15:34 |
ivve | can't see the dict at all | 15:34 |
AJaeger | ricolin, zaneb a recent change to heat broke heat-dashboard master, see, https://review.opendev.org/#/c/702080/ | 15:36 |
AJaeger | any ideas? | 15:36 |
zaneb | I'm not core on that repo so I don't know anything about it | 15:37 |
AJaeger | ok | 15:38 |
* AJaeger has an idea... | 15:43 | |
openstackgerrit | Andreas Jaeger proposed openstack/heat-dashboard master: s/assertItemsEqual/assertCountEqual/g https://review.opendev.org/703430 | 15:44 |
*** k_mouza has quit IRC | 15:45 | |
zaneb | AJaeger: are those the same thing? I thought assertItemsEqual also checked values | 15:45 |
*** k_mouza has joined #heat | 15:45 | |
zaneb | TIL apparently they are | 15:48 |
AJaeger | they should be unless there are subtile differences. Both check values | 15:49 |
ivve | zaneb: could you hint me here. so im testing around a bit with getting hostnames and floating ip's of an asg, that works with both outputs and outputs_list, however im unable to get the ip of a specific server, like first in the array. is that possible? | 15:49 |
ivve | value: { get_attr: [ asg, outputs_list, hostname ] } | 15:50 |
ivve | would it be possible to get just the first? | 15:50 |
ivve | , 0 added doesn't seem to work | 15:50 |
*** k_mouza has quit IRC | 15:50 | |
zaneb | there is a way. let me look it up | 15:51 |
ivve | also tried , 0, value | 15:51 |
ivve | but its not a key/value since its a list | 15:51 |
ivve | so i guess just wierd attempt :D | 15:51 |
openstackgerrit | Andreas Jaeger proposed openstack/heat-dashboard master: s/assertItemsEqual/assertCountEqual/g https://review.opendev.org/703430 | 15:51 |
openstackgerrit | Andreas Jaeger proposed openstack/heat-dashboard master: s/assertItemsEqual/assertCountEqual/g https://review.opendev.org/703430 | 15:52 |
zaneb | ivve: try { get_attr: [ asg, resource.0, hostname ] | 15:52 |
ivve | value: {get_attr: [ asg, outputs_list.0, hostname ] } or value: {get_attr: [ asg, outputs.0, hostname ] } gave empty answers | 15:54 |
ivve | tried value: {get_attr: [ asg, outputs.0, hostname, value ] } with no result | 15:56 |
*** k_mouza has joined #heat | 15:59 | |
openstackgerrit | Nafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource https://review.opendev.org/703204 | 16:05 |
*** ayoung has quit IRC | 16:06 | |
*** ayoung has joined #heat | 16:08 | |
AJaeger | ricolin, could you look at https://review.opendev.org/703430 , please? | 16:09 |
*** udesale has quit IRC | 16:09 | |
*** openstackgerrit has quit IRC | 16:13 | |
*** gregwork has joined #heat | 16:18 | |
ricolin | AJaeger, is https://review.opendev.org/#/c/703430/3/tox.ini related? | 16:26 |
*** mlycka has joined #heat | 16:34 | |
*** ricolin has quit IRC | 16:55 | |
*** openstackgerrit has joined #heat | 16:56 | |
openstackgerrit | Merged openstack/heat-dashboard master: s/assertItemsEqual/assertCountEqual/g https://review.opendev.org/703430 | 16:56 |
ivve | is it possible to get a string output from the "repeat" fuction or is it possible to put a repeat function inside the str_replace? | 16:57 |
ivve | repeats template doesn't stricktly follow spaces and newlines | 16:57 |
ivve | guess i could make values out of the things first with os::heat::value | 16:58 |
ivve | but seems unnecessary | 16:58 |
ivve | non-permutated repeat does exactly what i want but the output is a list. would be great to get it as a string (that follows the pattern of the template like str_replace) | 16:59 |
zaneb | ivve: repeat template can be a string afaik. in that case whitespace would be preserved | 17:18 |
AJaeger | ricolin, that shouuldn't have been in there ;( Will revert | 17:19 |
ivve | zaneb: tried to run a repeat on a value in output but it ends up as a list | 17:20 |
openstackgerrit | Andreas Jaeger proposed openstack/heat-dashboard master: Revert accidental tox.ini change https://review.opendev.org/703459 | 17:20 |
ivve | and there are no options on it. the entire template is built like a str_replace but the output of it is a list where each of the "templates" is a arrayvalue of the list | 17:21 |
*** AJaeger has left #heat | 17:24 | |
zaneb | well, it repeats stuff. what else could it return? but you can use other functions like list_join on the output | 17:25 |
*** ayoung has quit IRC | 17:30 | |
*** k_mouza has quit IRC | 17:34 | |
*** mikecmpbll has quit IRC | 17:34 | |
*** ayoung has joined #heat | 17:34 | |
*** bnemec has joined #heat | 17:52 | |
openstackgerrit | Gregory Thiemonge proposed openstack/heat master: Add support for Octavia's Flavor and FlavorProfile resources https://review.opendev.org/701910 | 18:08 |
*** gfidente is now known as gfidente|afk | 18:08 | |
*** bnemec has quit IRC | 18:08 | |
openstackgerrit | Merged openstack/heat master: Support tls_enabled for Octavia pool https://review.opendev.org/658324 | 18:11 |
*** k_mouza has joined #heat | 18:12 | |
openstackgerrit | Merged openstack/heat-dashboard master: Remove six usage (1/2) https://review.opendev.org/702080 | 18:15 |
*** k_mouza has quit IRC | 18:16 | |
*** mlycka has quit IRC | 18:28 | |
*** shardy has quit IRC | 19:08 | |
openstackgerrit | Nafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource https://review.opendev.org/703204 | 19:22 |
openstackgerrit | Nafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource https://review.opendev.org/703204 | 19:23 |
openstackgerrit | Nafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource https://review.opendev.org/703204 | 19:23 |
ivve | zaneb: how would i add a list_join to this? i mean i guess other than creating a series of OS::Heat::Value i guess https://pastebin.com/R0uU1ng7 | 20:06 |
ivve | the expected output is just the first print, would ofc expect 9 more just iterated from the two lists | 20:07 |
zaneb | ivve: http://paste.openstack.org/show/788613/ | 20:09 |
ivve | huh you can do it like that | 20:11 |
ivve | fascinating :) | 20:11 |
ivve | aah zaneb you are golden! | 20:12 |
ivve | thanks a bunch | 20:12 |
*** lxkong has joined #heat | 20:21 | |
*** _erlon_ has joined #heat | 20:34 | |
*** gfidente|afk has quit IRC | 21:15 | |
*** rcernin has joined #heat | 21:49 | |
*** tkajinam has joined #heat | 22:51 | |
*** jtomasek has quit IRC | 22:53 | |
openstackgerrit | Nafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource https://review.opendev.org/703204 | 22:53 |
*** mikecmpbll has joined #heat | 23:10 | |
*** ivve has quit IRC | 23:47 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!