| *** openstack has joined #heat | 07:01 | |
| *** ricolin has joined #heat | 07:24 | |
| *** ioggstream has joined #heat | 07:28 | |
| therve | ramishra, My testtools fix got finally released :) | 07:32 |
|---|---|---|
| *** masber has quit IRC | 07:45 | |
| *** rcernin has joined #heat | 07:47 | |
| ramishra | therve: yeah, suddenly the subunit file size reduced to < 1/10th, so I guessed it:) | 07:49 |
| therve | We never pay enough attention to the amount of crap we generate :/ | 07:51 |
| openstackgerrit | Rabi Mishra proposed openstack/heat master: Use non-blacklisted resources for RG validation https://review.openstack.org/464533 | 07:51 |
| ramishra | yeah, till it does not break anything;) | 07:51 |
| therve | Well, no, it does break our infra storage | 07:52 |
| *** yuanying_ has quit IRC | 07:53 | |
| *** yuanying has joined #heat | 07:53 | |
| ramishra | therve: true, not many are concerned about infra resource usage, which is not good | 07:54 |
| therve | All those non voting jobs that are red all the time... It drives me crazy :) | 07:55 |
| *** zzzeek has quit IRC | 08:00 | |
| *** zzzeek has joined #heat | 08:00 | |
| ramishra | therve: This did not work https://review.openstack.org/#/c/462216/8/heat_integrationtests/pre_test_hook.sh, it seems devstack-gate overwriting it | 08:04 |
| ramishra | I've put a patch for a project-config change, but not sure whether we should do that | 08:07 |
| *** jaosorior has joined #heat | 08:09 | |
| openstackgerrit | Merged openstack/heat master: Explicitly compare IDs to None https://review.openstack.org/461898 | 08:09 |
| therve | ramishra, Try DEVSTACK_PROJECT_FROM_GIT maybe? | 08:10 |
| *** faizy_ has quit IRC | 08:16 | |
| *** faizy_ has joined #heat | 08:16 | |
| *** kazsh has joined #heat | 08:17 | |
| *** root has joined #heat | 08:19 | |
| *** root is now known as Guest52066 | 08:20 | |
| *** root4 has quit IRC | 08:22 | |
| *** ccamacho has quit IRC | 08:33 | |
| *** kazsh has quit IRC | 08:34 | |
| *** Qiming_ is now known as Qiming | 08:45 | |
| *** gomarivera has joined #heat | 08:46 | |
| *** shardy has joined #heat | 08:49 | |
| *** gomarivera has quit IRC | 08:50 | |
| *** liusheng has joined #heat | 09:01 | |
| *** armaan_ has joined #heat | 09:03 | |
| *** armaan has quit IRC | 09:03 | |
| *** jistr_ is now known as jistr | 09:30 | |
| *** zsli_ has quit IRC | 09:38 | |
| *** kazsh has joined #heat | 09:56 | |
| *** szaher_ has quit IRC | 10:14 | |
| *** jprovazn has quit IRC | 10:20 | |
| *** shardy is now known as shardy_afk | 10:24 | |
| *** kazsh has quit IRC | 10:27 | |
| *** nicolasbock has joined #heat | 10:33 | |
| *** namnh has quit IRC | 10:34 | |
| *** armaan has joined #heat | 10:41 | |
| *** armaan_ has quit IRC | 10:42 | |
| *** basilAB has joined #heat | 10:45 | |
| *** gomarivera has joined #heat | 10:47 | |
| *** gongysh has quit IRC | 10:49 | |
| *** gomarivera has quit IRC | 10:52 | |
| *** jprovazn has joined #heat | 10:55 | |
| *** gongysh has joined #heat | 10:56 | |
| *** gongysh has quit IRC | 11:21 | |
| *** iogg has joined #heat | 11:38 | |
| *** ioggstream has quit IRC | 11:39 | |
| *** shardy_afk is now known as shardy | 11:47 | |
| *** dprince has joined #heat | 11:52 | |
| *** dprince has quit IRC | 11:56 | |
| *** shardy_ has joined #heat | 11:59 | |
| apuimedo | does anybody know how to solve the problem of post-delete hooks not being clearable (cli does not support it) | 12:04 |
| apuimedo | and if I try not specifying it says "ERROR: Signal resource during DELETE is not supported." | 12:05 |
| therve | apuimedo, Hum... It's possible it's buggy | 12:17 |
| apuimedo | :-) | 12:18 |
| iogg | hi@all | 12:18 |
| apuimedo | ok, I'll change it to use pre-delete | 12:18 |
| apuimedo | on the previous resource in the dependency graph | 12:18 |
| apuimedo | :-) | 12:18 |
| therve | Sorry | 12:19 |
| *** zz_dimtruck is now known as dimtruck | 12:19 | |
| *** iogg is now known as ioggstream | 12:22 | |
| ioggstream | I'm replacing Fn::Select with get_attr but something's going wrong https://paste.fedoraproject.org/paste/RREPo8MKe3kDodh~-DaFMl5M1UNdIGYhyRLivL9gydE= | 12:23 |
| ioggstream | instead of taking the first element in list, it gets the first character of the first element | 12:23 |
| ioggstream | the list is generated by Os::Heat::AutoScalingGroup | 12:24 |
| ioggstream | (that's an "output_list" actually) | 12:25 |
| apuimedo | no worries | 12:26 |
| *** dprince has joined #heat | 12:30 | |
| therve | ioggstream, Yeah I think that's expected | 12:40 |
| ioggstream | therve: ? | 12:41 |
| ioggstream | therve: can you pls point to any refdoc? I wasn't able to find it | 12:41 |
| ioggstream | therve: I mean that behavior. In case I can integrate the details | 12:42 |
| therve | I mean, that's how it works. | 12:42 |
| *** askb has quit IRC | 12:42 | |
| therve | There may be a bug about it somewhere, but I can't find it | 12:42 |
| ioggstream | therve: eg. {get_attr: [ [ "aaaa", "b", "c" ], 0 } --> "a" ? | 12:43 |
| ioggstream | therve: on other objects it work as expected | 12:43 |
| therve | ioggstream, Well in this case ["a", "b", "c"], right? | 12:44 |
| therve | I think it returns a list of the first elements | 12:44 |
| ioggstream | therve: return "the first char of the first element" | 12:44 |
| ioggstream | not the first element | 12:44 |
| therve | Right, you have [''-'", null] | 12:44 |
| ioggstream | yep | 12:44 |
| therve | ioggstream, That's not what I see in your paste | 12:44 |
| therve | ['-', null] is a list of the first elements | 12:45 |
| ioggstream | ok, it returns the first elements of the arrays | 12:45 |
| *** dimtruck is now known as zz_dimtruck | 12:45 | |
| ioggstream | now I see | 12:45 |
| ioggstream | therve: so how can I get the first element "of the array" | 12:45 |
| therve | Let me think | 12:46 |
| ioggstream | I tried {get_attr: [ {get_attr} , 0]} | 12:46 |
| ioggstream | but won't work | 12:46 |
| *** zz_dimtruck is now known as dimtruck | 12:48 | |
| *** jcoufal has joined #heat | 12:54 | |
| therve | ioggstream, So using resource.0.$resource.$attr can work if ca_cert is an attribute inside | 12:56 |
| ioggstream | therve: I think the issue is the nature of outputs_list. As this should be evaluated a runtime in some way | 12:56 |
| *** jmlowe has joined #heat | 12:56 | |
| therve | Otherwise, you need a bit of yaql to get the first element I'm afraid | 12:57 |
| ioggstream | therve: I'll try. I'm doing "learning heat the hard way" :D | 12:57 |
| therve | :/ | 12:58 |
| ioggstream | I'm learning a lot from those templates. | 12:58 |
| ioggstream | I'd add something about replacing fn::select with get_attr, as the doc reports only a very simple case | 12:59 |
| ioggstream | therve: thx++ for now :D | 12:59 |
| ioggstream | you're always great! | 13:00 |
| therve | No problem! | 13:00 |
| *** liusheng has quit IRC | 13:13 | |
| *** jaosorior has quit IRC | 13:15 | |
| *** liusheng has joined #heat | 13:15 | |
| *** faizy has joined #heat | 13:22 | |
| *** jcoufal_ has joined #heat | 13:23 | |
| *** faizy_ has quit IRC | 13:25 | |
| *** jcoufal has quit IRC | 13:26 | |
| *** jdandrea_ has quit IRC | 13:31 | |
| *** jdandrea has joined #heat | 13:31 | |
| *** jcoufal_ has quit IRC | 13:37 | |
| *** jcoufal has joined #heat | 13:38 | |
| ioggstream | therve: yaql, easy expression: $.data.ca_key[0] | 13:38 |
| ioggstream | therve++ | 13:39 |
| therve | ioggstream, That should work yeah | 13:39 |
| therve | Until you replace the first node, but that's another story :D | 13:39 |
| ioggstream | therve: iiiuc the original code (fn::select) had the same issue, right? | 13:41 |
| therve | ioggstream, Yeah most likely | 13:41 |
| ioggstream | therve: I'd add an hint to yaql here https://docs.openstack.org/developer/heat/template_guide/hot_spec.html#id4 | 13:41 |
| ioggstream | it just says : fn::select [0, *] == get_attr [*, 0] | 13:42 |
| ioggstream | at least I understood that | 13:42 |
| ioggstream | in any case, other non ASG generated variables behave as expected | 13:42 |
| therve | Yeah it's a bit tricky | 13:43 |
| therve | We should expand on the group doc maybe | 13:43 |
| ioggstream | therve: if I can support in some way, let me know. I'm gonna post-it on my blog but I'm willing to add the stuff | 13:43 |
| ioggstream | therve: at your service :D | 13:43 |
| therve | ioggstream, Thanks! | 13:44 |
| *** gongysh has joined #heat | 13:44 | |
| *** gongysh has quit IRC | 13:44 | |
| *** dimtruck is now known as zz_dimtruck | 13:46 | |
| *** mnaser has joined #heat | 13:52 | |
| mnaser | is there a python library that parses HOT files by any chance? | 13:52 |
| *** derekh has quit IRC | 13:54 | |
| *** LanceHaig has quit IRC | 13:55 | |
| *** gongysh has joined #heat | 13:58 | |
| *** LanceHaig has joined #heat | 14:00 | |
| *** LanceHaig has joined #heat | 14:00 | |
| ricolin | mnaser are you looking for something like this https://wiki.openstack.org/wiki/Heat-Translator ? | 14:02 |
| *** blomquisg_gone is now known as blomquisg | 14:03 | |
| mnaser | ricolin hmm, more like HOT => python dict (but taking into consideration resource registries, default values, resource types that exist in other files, etc) | 14:04 |
| ioggstream | mnaser: import yaml ? | 14:05 |
| mnaser | ioggstream -- say if i was trying to parse this - https://github.com/openstack/tripleo-heat-templates/blob/stable/newton/puppet/services/pacemaker/rabbitmq.yaml -- the rabbitmq resource has type: ../rabbitmq.yaml .. i am working out logic to translate that stuff locally to parse HOT files | 14:06 |
| mnaser | it would be nice to have the parser check it | 14:07 |
| *** gongysh has quit IRC | 14:09 | |
| *** zz_dimtruck is now known as dimtruck | 14:13 | |
| *** kazsh has joined #heat | 14:15 | |
| *** prateek has quit IRC | 14:16 | |
| *** kazsh has quit IRC | 14:28 | |
| *** ricolin_ has joined #heat | 14:29 | |
| *** ricolin has quit IRC | 14:30 | |
| *** derekh has joined #heat | 14:36 | |
| *** jcoufal_ has joined #heat | 14:37 | |
| *** derekh has quit IRC | 14:38 | |
| *** derekh has joined #heat | 14:39 | |
| *** jcoufal has quit IRC | 14:40 | |
| *** gomarivera has joined #heat | 14:40 | |
| ioggstream | mnaser: you want to "resolve" rabbitmq.yaml | 14:42 |
| mnaser | ioggstream correct, so i can view some of the outputs that resource as for example | 14:42 |
| *** dyasny has quit IRC | 14:43 | |
| ioggstream | mnaser: maybe a recursive solution could give some result | 14:44 |
| ioggstream | but | 14:44 |
| mnaser | ioggstream exactly what im working on right now | 14:45 |
| *** gomarivera has quit IRC | 14:48 | |
| *** dyasny has joined #heat | 14:53 | |
| *** gomarivera has joined #heat | 14:53 | |
| *** dyasny has quit IRC | 14:58 | |
| *** gomarivera has quit IRC | 15:01 | |
| *** rcernin has quit IRC | 15:07 | |
| *** dyasny has joined #heat | 15:07 | |
| *** LanceHaig has quit IRC | 15:10 | |
| *** dprince has quit IRC | 15:14 | |
| *** ricolin_ has quit IRC | 15:17 | |
| *** annegentle has joined #heat | 15:25 | |
| *** jmlowe has quit IRC | 15:25 | |
| *** armaan has quit IRC | 15:26 | |
| *** iogg has joined #heat | 15:26 | |
| *** armaan has joined #heat | 15:26 | |
| *** ioggstream has quit IRC | 15:27 | |
| *** annegentle has quit IRC | 15:29 | |
| *** armaan has quit IRC | 15:31 | |
| *** ricolin has joined #heat | 15:36 | |
| *** jcoufal has joined #heat | 15:38 | |
| *** jcoufal__ has joined #heat | 15:40 | |
| *** jcoufal_ has quit IRC | 15:41 | |
| *** jcoufal has quit IRC | 15:42 | |
| *** jaosorior has joined #heat | 15:51 | |
| *** jcoufal__ has quit IRC | 15:53 | |
| *** jcoufal has joined #heat | 15:54 | |
| *** ricolin has quit IRC | 15:55 | |
| *** jose-phi_ has quit IRC | 15:55 | |
| *** jose-phillips has joined #heat | 15:56 | |
| *** dprince has joined #heat | 16:14 | |
| *** crose has joined #heat | 16:21 | |
| *** nicolasbock has quit IRC | 16:22 | |
| *** gfidente is now known as gfidente|afk | 16:26 | |
| *** jcoufal has quit IRC | 16:26 | |
| *** jcoufal has joined #heat | 16:27 | |
| *** jose-phillips has quit IRC | 16:31 | |
| *** jose-phillips has joined #heat | 16:34 | |
| *** gomarivera has joined #heat | 16:37 | |
| *** annegentle has joined #heat | 16:42 | |
| *** harlowja has joined #heat | 16:44 | |
| *** david-lyle has quit IRC | 16:46 | |
| *** dklyle has joined #heat | 16:46 | |
| *** om2_ has joined #heat | 16:46 | |
| *** om3 has quit IRC | 16:48 | |
| *** jcoufal_ has joined #heat | 16:50 | |
| *** jcoufal__ has joined #heat | 16:52 | |
| *** jcoufal has quit IRC | 16:53 | |
| *** gomarivera has quit IRC | 16:53 | |
| *** jcoufal_ has quit IRC | 16:55 | |
| *** derekh has quit IRC | 16:59 | |
| *** nicolasbock has joined #heat | 17:03 | |
| *** ricolin has joined #heat | 17:03 | |
| *** crose has quit IRC | 17:03 | |
| *** blomquisg is now known as blomquisg_gone | 17:05 | |
| *** jmlowe has joined #heat | 17:06 | |
| *** ramishra has quit IRC | 17:17 | |
| *** anton has quit IRC | 17:18 | |
| *** pbourke has quit IRC | 17:20 | |
| *** anton has joined #heat | 17:21 | |
| *** jose-phillips has quit IRC | 17:21 | |
| *** pbourke has joined #heat | 17:22 | |
| *** fragatina has joined #heat | 17:23 | |
| *** aselius has joined #heat | 17:23 | |
| *** jmlowe_ has joined #heat | 17:26 | |
| *** jose-phillips has joined #heat | 17:27 | |
| *** jmlowe has quit IRC | 17:28 | |
| *** annegentle has quit IRC | 17:34 | |
| *** dklyle is now known as david-lyle | 17:37 | |
| *** jose-phillips has quit IRC | 17:39 | |
| *** annegentle has joined #heat | 17:39 | |
| *** ricolin has quit IRC | 17:40 | |
| *** annegentle has quit IRC | 17:48 | |
| *** jose-phillips has joined #heat | 17:48 | |
| *** fragatina has quit IRC | 17:49 | |
| *** armaan has joined #heat | 17:50 | |
| *** annegentle has joined #heat | 17:54 | |
| *** fragatina has joined #heat | 17:54 | |
| *** nicolasbock has quit IRC | 17:57 | |
| *** fragatina has quit IRC | 17:58 | |
| *** shardy is now known as shardy_afk | 17:59 | |
| *** gfidente|afk is now known as gfidente | 18:00 | |
| *** shardy_afk is now known as shardy | 18:00 | |
| *** shardy is now known as shardy_afk | 18:02 | |
| *** gomarivera has joined #heat | 18:03 | |
| *** annegentle has quit IRC | 18:05 | |
| *** annegentle has joined #heat | 18:05 | |
| *** nicolasbock has joined #heat | 18:05 | |
| *** crose has joined #heat | 18:15 | |
| *** annegentle has quit IRC | 18:18 | |
| *** nicolasbock has quit IRC | 18:22 | |
| *** nicolasbock has joined #heat | 18:27 | |
| *** annegentle has joined #heat | 18:30 | |
| *** iogg has quit IRC | 18:30 | |
| *** gomarivera has quit IRC | 18:31 | |
| *** crose has quit IRC | 18:31 | |
| *** armaan has quit IRC | 18:31 | |
| *** armaan has joined #heat | 18:31 | |
| *** fragatina has joined #heat | 18:32 | |
| *** fragatina has quit IRC | 18:32 | |
| *** gomarivera has joined #heat | 18:32 | |
| *** fragatina has joined #heat | 18:33 | |
| *** annegentle has quit IRC | 18:37 | |
| *** jcoufal__ has quit IRC | 18:38 | |
| *** jcoufal has joined #heat | 18:39 | |
| *** gomarivera has quit IRC | 18:41 | |
| *** jose-phillips has quit IRC | 18:41 | |
| *** gomarivera has joined #heat | 18:43 | |
| *** jose-phillips has joined #heat | 19:00 | |
| *** jcoufal_ has joined #heat | 19:06 | |
| *** jcoufal has quit IRC | 19:09 | |
| *** jcoufal has joined #heat | 19:10 | |
| *** crose has joined #heat | 19:11 | |
| *** jcoufal_ has quit IRC | 19:12 | |
| *** iogg has joined #heat | 19:20 | |
| *** felipemonteiro has joined #heat | 19:25 | |
| *** gomarivera has quit IRC | 19:28 | |
| *** gomarivera has joined #heat | 19:28 | |
| *** gomarivera has quit IRC | 19:33 | |
| *** crose has quit IRC | 19:33 | |
| *** jprovazn has quit IRC | 19:41 | |
| *** jcoufal_ has joined #heat | 19:45 | |
| *** iogg is now known as ioggstream | 19:47 | |
| *** jcoufal has quit IRC | 19:49 | |
| *** gomarivera has joined #heat | 19:49 | |
| *** shardy_afk has quit IRC | 19:55 | |
| *** jcoufal_ has quit IRC | 19:55 | |
| *** jcoufal has joined #heat | 19:55 | |
| *** jcoufal_ has joined #heat | 20:10 | |
| *** jcoufal has quit IRC | 20:12 | |
| *** rwsu has quit IRC | 20:15 | |
| *** jose-phillips has quit IRC | 20:19 | |
| *** jcoufal_ has quit IRC | 20:23 | |
| *** jcoufal has joined #heat | 20:24 | |
| *** gomarivera has quit IRC | 20:31 | |
| *** annegentle has joined #heat | 20:31 | |
| *** dontstalkmepls[m has joined #heat | 20:32 | |
| *** jose-phillips has joined #heat | 20:33 | |
| *** gomarivera has joined #heat | 20:42 | |
| *** jcoufal_ has joined #heat | 20:52 | |
| *** askb has joined #heat | 20:53 | |
| *** jcoufal has quit IRC | 20:54 | |
| *** annegentle has quit IRC | 20:56 | |
| *** gomarivera has quit IRC | 20:59 | |
| *** gomarivera has joined #heat | 21:04 | |
| *** annegentle has joined #heat | 21:04 | |
| *** jose-phillips has quit IRC | 21:05 | |
| *** dimtruck is now known as zz_dimtruck | 21:05 | |
| *** jose-phillips has joined #heat | 21:18 | |
| *** jcoufal_ has quit IRC | 21:19 | |
| *** jcoufal has joined #heat | 21:19 | |
| *** ioggstream has quit IRC | 21:24 | |
| *** jcoufal_ has joined #heat | 21:24 | |
| *** jcoufal has quit IRC | 21:26 | |
| *** gongysh has joined #heat | 21:26 | |
| *** gongysh has quit IRC | 21:27 | |
| *** annegentle has quit IRC | 21:40 | |
| *** annegentle has joined #heat | 21:42 | |
| *** jmlowe_ has quit IRC | 21:43 | |
| zaneb | the gate is thoroughly borked https://bugs.launchpad.net/heat/+bug/1690936 | 21:55 |
| openstack | Launchpad bug 1690936 in heat "Need to stop using image/floating_ip passthroughs in novaclient" [Critical,Triaged] | 21:55 |
| *** zz_dimtruck is now known as dimtruck | 21:59 | |
| *** dprince has quit IRC | 22:04 | |
| *** gomarivera has quit IRC | 22:08 | |
| *** annegentle has quit IRC | 22:09 | |
| *** annegentle has joined #heat | 22:09 | |
| *** felipemonteiro has quit IRC | 22:11 | |
| *** annegentle has quit IRC | 22:12 | |
| *** annegentle has joined #heat | 22:13 | |
| *** dixiaoli has joined #heat | 22:17 | |
| *** annegentle has quit IRC | 22:18 | |
| *** jcoufal has joined #heat | 22:18 | |
| *** annegentle has joined #heat | 22:18 | |
| *** jcoufal_ has quit IRC | 22:20 | |
| *** annegentle has quit IRC | 22:24 | |
| *** jcoufal has quit IRC | 22:29 | |
| *** jcoufal has joined #heat | 22:30 | |
| *** annegentle has joined #heat | 22:34 | |
| *** gongysh has joined #heat | 22:39 | |
| *** gongysh has quit IRC | 22:40 | |
| *** jcoufal_ has joined #heat | 22:42 | |
| *** jcoufal has quit IRC | 22:42 | |
| *** jcoufal_ has quit IRC | 22:54 | |
| *** jcoufal has joined #heat | 22:55 | |
| *** gomarivera has joined #heat | 23:08 | |
| *** annegentle has quit IRC | 23:11 | |
| *** annegentle has joined #heat | 23:12 | |
| *** annegentle has quit IRC | 23:19 | |
| *** dixiaoli has quit IRC | 23:22 | |
| *** jcoufal has quit IRC | 23:24 | |
| *** jcoufal has joined #heat | 23:29 | |
| *** kazsh has joined #heat | 23:33 | |
| *** kazsh has quit IRC | 23:37 | |
| *** kazsh has joined #heat | 23:40 | |
| *** harlowja has quit IRC | 23:46 | |
| *** gmoro has joined #heat | 23:51 | |
| *** gmoro_ has quit IRC | 23:51 | |
| *** annegentle has joined #heat | 23:52 | |
| *** hoonetorg has quit IRC | 23:54 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!