*** higgins has quit IRC | 00:03 | |
*** neatherweb has quit IRC | 00:11 | |
*** higgins has joined #heat | 00:16 | |
*** masuberu has quit IRC | 00:37 | |
*** links has joined #heat | 00:44 | |
*** d0ugal__ has quit IRC | 00:58 | |
*** harlowja has quit IRC | 00:58 | |
*** zaneb has quit IRC | 00:58 | |
*** d0ugal__ has joined #heat | 00:59 | |
*** zaneb has joined #heat | 01:00 | |
*** masber has joined #heat | 01:06 | |
*** lifeless has quit IRC | 01:15 | |
*** pengdake has joined #heat | 01:18 | |
*** gyankum has joined #heat | 01:18 | |
*** masuberu has joined #heat | 01:18 | |
*** masber has quit IRC | 01:22 | |
*** ysandeep has joined #heat | 01:51 | |
*** edmondsw has quit IRC | 01:54 | |
*** edmondsw has joined #heat | 01:55 | |
*** hongbin has joined #heat | 01:58 | |
*** lifeless has joined #heat | 01:58 | |
*** edmondsw has quit IRC | 01:59 | |
*** neatherweb has joined #heat | 02:07 | |
*** lifeless_ has joined #heat | 02:14 | |
*** lifeless has quit IRC | 02:14 | |
*** pengdake has quit IRC | 02:16 | |
*** fragatina has quit IRC | 02:21 | |
*** pengdake has joined #heat | 02:22 | |
*** fragatina has joined #heat | 02:24 | |
*** fragatin_ has joined #heat | 02:26 | |
*** fragatin_ has quit IRC | 02:27 | |
*** fragatina has quit IRC | 02:28 | |
*** ysandeep has quit IRC | 02:37 | |
*** fragatina has joined #heat | 02:38 | |
*** mordred has quit IRC | 02:41 | |
*** fragatina has quit IRC | 02:42 | |
*** dbecker_ has quit IRC | 02:48 | |
*** mordred has joined #heat | 02:55 | |
*** dbecker_ has joined #heat | 03:01 | |
*** nicolasbock has quit IRC | 03:04 | |
*** masuberu has quit IRC | 03:12 | |
*** fragatina has joined #heat | 03:16 | |
*** fragatina has quit IRC | 03:16 | |
*** fragatina has joined #heat | 03:17 | |
*** anton has quit IRC | 03:37 | |
*** anton has joined #heat | 03:37 | |
*** edmondsw has joined #heat | 03:40 | |
*** EmilienM_ has joined #heat | 03:43 | |
*** edmondsw has quit IRC | 03:44 | |
*** lifeless_ has quit IRC | 03:44 | |
*** chris_hultin has quit IRC | 03:44 | |
*** EmilienM has quit IRC | 03:44 | |
*** EmilienM_ is now known as EmilienM | 03:44 | |
*** EmilienM has quit IRC | 03:46 | |
*** EmilienM has joined #heat | 03:46 | |
*** d0ugal__ has quit IRC | 03:52 | |
*** fragatina has quit IRC | 03:57 | |
*** ramishra has joined #heat | 04:05 | |
*** hongbin has quit IRC | 04:09 | |
*** d0ugal__ has joined #heat | 04:14 | |
*** harlowja has joined #heat | 04:17 | |
*** masber has joined #heat | 04:18 | |
*** harlowja has quit IRC | 04:20 | |
*** pengdake has quit IRC | 04:21 | |
*** d0ugal__ has quit IRC | 04:49 | |
*** AlexeyAbashkin has joined #heat | 04:49 | |
*** Alexey_Abashkin has joined #heat | 04:52 | |
*** AlexeyAbashkin has quit IRC | 04:53 | |
*** Alexey_Abashkin is now known as AlexeyAbashkin | 04:53 | |
*** ysandeep has joined #heat | 04:57 | |
*** d0ugal__ has joined #heat | 04:57 | |
*** masber has quit IRC | 05:13 | |
*** ysandeep has quit IRC | 05:16 | |
*** masber has joined #heat | 05:18 | |
*** masuberu has joined #heat | 05:19 | |
*** AlexeyAbashkin has quit IRC | 05:22 | |
*** masber has quit IRC | 05:23 | |
*** edmondsw has joined #heat | 05:28 | |
*** edmondsw has quit IRC | 05:33 | |
*** ysandeep has joined #heat | 05:38 | |
*** fragatina has joined #heat | 05:52 | |
*** pengdake has joined #heat | 06:08 | |
*** mikal has quit IRC | 06:11 | |
*** stokvis has quit IRC | 06:22 | |
*** d0ugal__ has quit IRC | 06:26 | |
*** phuoc has joined #heat | 06:27 | |
*** sshnaidm_pto has joined #heat | 06:35 | |
*** serlex has joined #heat | 06:37 | |
phuoc | Can anyone help me to get resource id from nested template: https://github.com/openstack/heat-templates/blob/master/hot/asg_of_stacks.yaml#L51 | 06:40 |
---|---|---|
phuoc | for example, I want to get nova id in 'vm_with_cinder.yaml' | 06:41 |
phuoc | I tried: "get_attr: [asg, outputs, my_instance_id]" (I added outputs) but I got error The Referenced Attribute is incorrect | 06:45 |
phuoc | thank you guys | 06:45 |
*** d0ugal__ has joined #heat | 06:47 | |
ricolin | phuoc, can you share your vm_with_cinder.yaml file (with maybe paste.openstack.org) | 06:52 |
phuoc | ricolin, this is the nested template: http://paste.openstack.org/show/722490/ | 07:00 |
ramishra | phuoc: you don't have an output for 'my_instance_id' in vm_with_cinder.yaml, so.. nested stack outputs are attributes in parent stack | 07:02 |
ramishra | you can add the output like http://paste.openstack.org/show/722491/ | 07:02 |
phuoc | ramishra, I modified the original template | 07:03 |
phuoc | I tried with "get_attr: [asg, outputs_list, my_instance_id]" too | 07:06 |
phuoc | but I still can not get nova id | 07:07 |
*** lifeless has joined #heat | 07:07 | |
ramishra | phuoc: OK, what version of heat are you using? | 07:08 |
*** rcernin has quit IRC | 07:08 | |
phuoc | ramishra, it is 2013-05-23 | 07:09 |
phuoc | is it old? now I think I choosed the wrong version | 07:09 |
ramishra | yeah, that template version would not work.. What version of heat are you using? | 07:12 |
ramishra | if you've a more recent heat, you can try changing that template version to something like 'pike' or 'queens' and check | 07:15 |
phuoc | I am using Heat master version | 07:18 |
phuoc | I will test and notice you later, thanks ^^ | 07:18 |
*** edmondsw has joined #heat | 07:20 | |
*** dopplergange has quit IRC | 07:24 | |
*** edmondsw has quit IRC | 07:24 | |
ramishra | ricolin: with the storyboard, it does not seem to suggest similar bugs/stories already reported to know if you're creating something duplicate like what's there in launchpad | 07:25 |
ramishra | ricolin: Is that a missing feature or there is a way to do it that I don't know? | 07:26 |
*** dopplergange has joined #heat | 07:26 | |
ricolin | phuoc, try to use version older than 20151015 should work just fine for you | 07:28 |
ricolin | ramishra, I think it's a missing feature, I will add it to storyboard request right now | 07:29 |
*** neatherweb has quit IRC | 07:29 | |
ramishra | ricolin: OK, it seems to be lacking number of things;) | 07:30 |
ricolin | ramishra, agree, let's add them to https://storyboard.openstack.org/#!/project/457 or https://storyboard.openstack.org/#!/project/456 | 07:31 |
ricolin | ramishra, I will keep making noise until there is a workaround or fix | 07:32 |
ramishra | ricolin: thanks! | 07:32 |
ricolin | ramishra, https://storyboard.openstack.org/#!/story/2002136 | 07:39 |
ricolin | ramishra, will try to ask StoryBoard team later( when they awake!) | 07:41 |
*** chris_hultin has joined #heat | 07:47 | |
*** skramaja has joined #heat | 07:48 | |
*** d0ugal__ has quit IRC | 08:03 | |
*** AlexeyAbashkin has joined #heat | 08:03 | |
*** d0ugal has joined #heat | 08:03 | |
*** d0ugal has quit IRC | 08:03 | |
*** d0ugal has joined #heat | 08:03 | |
*** shardy has joined #heat | 08:27 | |
*** sshnaidm_pto has quit IRC | 08:29 | |
*** sshnaidm_pto has joined #heat | 08:30 | |
*** gfidente has joined #heat | 08:32 | |
*** ramishra_ has joined #heat | 08:35 | |
*** sshnaidm_pto has quit IRC | 08:36 | |
*** lifeless has quit IRC | 08:37 | |
*** ramishra has quit IRC | 08:38 | |
*** armaan has joined #heat | 08:39 | |
*** lifeless has joined #heat | 08:44 | |
*** sshnaidm_pto has joined #heat | 08:51 | |
*** lifeless_ has joined #heat | 08:52 | |
*** lifeless has quit IRC | 08:52 | |
*** edmondsw has joined #heat | 09:08 | |
*** edmondsw has quit IRC | 09:13 | |
*** sshnaidm_pto has quit IRC | 09:20 | |
*** d0ugal has quit IRC | 09:33 | |
*** pbourke has quit IRC | 09:40 | |
*** pbourke has joined #heat | 09:41 | |
*** d0ugal has joined #heat | 09:52 | |
*** d0ugal has quit IRC | 10:16 | |
*** pengdake has quit IRC | 10:17 | |
*** d0ugal has joined #heat | 10:24 | |
*** ramishra_ has quit IRC | 10:45 | |
*** ramishra has joined #heat | 10:46 | |
*** nicolasbock has joined #heat | 10:55 | |
*** edmondsw has joined #heat | 10:56 | |
*** ramishra has quit IRC | 11:00 | |
*** edmondsw has quit IRC | 11:01 | |
*** ramishra has joined #heat | 11:02 | |
*** d0ugal has quit IRC | 11:06 | |
*** armaan has quit IRC | 11:06 | |
*** armaan has joined #heat | 11:06 | |
*** armaan has quit IRC | 11:09 | |
*** armaan has joined #heat | 11:09 | |
*** ysandeep has quit IRC | 11:14 | |
*** armaan has quit IRC | 11:15 | |
*** armaan has joined #heat | 11:16 | |
*** d0ugal has joined #heat | 11:22 | |
*** sshnaidm_pto has joined #heat | 11:26 | |
*** bnemec has quit IRC | 11:50 | |
*** bnemec has joined #heat | 11:51 | |
*** d0ugal has quit IRC | 11:53 | |
*** d0ugal has joined #heat | 11:58 | |
*** jcoufal has joined #heat | 12:01 | |
*** jmlowe has quit IRC | 12:08 | |
*** edmondsw has joined #heat | 12:11 | |
*** armaan has quit IRC | 12:12 | |
*** armaan has joined #heat | 12:13 | |
*** d0ugal has quit IRC | 12:16 | |
*** hoonetorg has quit IRC | 12:18 | |
*** d0ugal has joined #heat | 12:34 | |
*** gmoro has quit IRC | 12:40 | |
*** gmoro has joined #heat | 12:40 | |
*** ramishra has quit IRC | 12:42 | |
*** serlex has quit IRC | 12:50 | |
*** wolverineav has joined #heat | 12:51 | |
*** ricolin has quit IRC | 13:13 | |
*** armaan has quit IRC | 13:28 | |
*** armaan has joined #heat | 13:28 | |
*** armaan has quit IRC | 13:32 | |
*** dyasny_ has quit IRC | 13:35 | |
*** links has quit IRC | 13:37 | |
*** armaan has joined #heat | 13:40 | |
*** dyasny has joined #heat | 13:43 | |
*** serlex has joined #heat | 13:52 | |
*** dyasny has quit IRC | 13:54 | |
*** dyasny has joined #heat | 13:58 | |
*** Guest25886 has quit IRC | 14:15 | |
*** gyankum has quit IRC | 14:18 | |
*** jmlowe has joined #heat | 14:27 | |
*** armaan has quit IRC | 14:27 | |
*** Guest25886 has joined #heat | 14:29 | |
*** d0ugal has quit IRC | 14:31 | |
*** hoonetorg has joined #heat | 14:31 | |
*** d0ugal has joined #heat | 14:34 | |
*** Wisch has joined #heat | 14:36 | |
*** ricolin has joined #heat | 14:45 | |
*** d0ugal has quit IRC | 14:49 | |
*** d0ugal has joined #heat | 14:56 | |
*** hongbin has joined #heat | 15:02 | |
*** serlex has quit IRC | 15:04 | |
*** gkadam has joined #heat | 15:05 | |
*** fragatina has quit IRC | 15:11 | |
*** fragatina has joined #heat | 15:12 | |
*** felipemonteiro_ has joined #heat | 15:19 | |
*** gkadam_ has joined #heat | 15:20 | |
*** felipemonteiro__ has joined #heat | 15:22 | |
*** lifeless_ has quit IRC | 15:23 | |
*** lifeless has joined #heat | 15:24 | |
*** gkadam has quit IRC | 15:24 | |
*** felipemonteiro_ has quit IRC | 15:25 | |
*** felipemonteiro__ has quit IRC | 15:26 | |
*** felipemonteiro__ has joined #heat | 15:26 | |
*** d0ugal has quit IRC | 15:34 | |
*** d0ugal has joined #heat | 15:40 | |
*** skramaja has quit IRC | 15:42 | |
*** gkadam__ has joined #heat | 15:46 | |
*** d0ugal has quit IRC | 15:48 | |
*** gkadam_ has quit IRC | 15:49 | |
*** d0ugal has joined #heat | 15:51 | |
*** gkadam_ has joined #heat | 15:52 | |
*** gkadam__ has quit IRC | 15:55 | |
*** jrist has quit IRC | 16:08 | |
*** mbarnett has joined #heat | 16:10 | |
*** bnemec is now known as beekneemech | 16:10 | |
*** harlowja has joined #heat | 16:11 | |
*** lifeless_ has joined #heat | 16:11 | |
*** lifeless has quit IRC | 16:12 | |
*** felipemonteiro__ has quit IRC | 16:13 | |
*** armaan has joined #heat | 16:17 | |
*** jrist has joined #heat | 16:25 | |
*** fragatina has quit IRC | 16:27 | |
*** fragatina has joined #heat | 16:28 | |
*** gkadam__ has joined #heat | 16:33 | |
*** gkadam_ has quit IRC | 16:36 | |
*** gkadam_ has joined #heat | 16:37 | |
*** EmilienM is now known as EvilienM | 16:40 | |
*** gkadam__ has quit IRC | 16:40 | |
*** sshnaidm_pto has quit IRC | 16:44 | |
*** armaan has quit IRC | 16:50 | |
*** nicolasbock has quit IRC | 16:56 | |
*** gkadam__ has joined #heat | 16:57 | |
*** gkadam has joined #heat | 17:00 | |
*** gkadam_ has quit IRC | 17:00 | |
*** AlexeyAbashkin has quit IRC | 17:02 | |
*** gkadam__ has quit IRC | 17:02 | |
*** nicolasbock has joined #heat | 17:03 | |
*** ricolin has quit IRC | 17:12 | |
*** gkadam has quit IRC | 17:18 | |
*** harlowja has quit IRC | 17:22 | |
*** jmlowe has quit IRC | 17:51 | |
*** Wisch has left #heat | 17:53 | |
*** gfidente has quit IRC | 17:57 | |
*** crose has joined #heat | 17:57 | |
*** crose has quit IRC | 18:12 | |
*** harlowja has joined #heat | 18:14 | |
*** jmlowe has joined #heat | 18:19 | |
*** jmlowe has quit IRC | 18:23 | |
*** jmlowe has joined #heat | 18:25 | |
*** fragatina has quit IRC | 18:27 | |
*** felipemonteiro_ has joined #heat | 18:51 | |
*** Guest25886 has quit IRC | 19:03 | |
*** rwsu has quit IRC | 19:04 | |
*** openstackgerrit has quit IRC | 19:04 | |
*** felipemonteiro__ has joined #heat | 19:08 | |
*** felipemonteiro_ has quit IRC | 19:11 | |
*** Guest25886 has joined #heat | 19:18 | |
*** d0ugal has quit IRC | 19:47 | |
*** Guest25886 has quit IRC | 19:51 | |
*** felipemonteiro__ has quit IRC | 19:52 | |
*** felipemonteiro__ has joined #heat | 19:52 | |
*** lifeless_ has quit IRC | 20:00 | |
*** lifeless has joined #heat | 20:01 | |
*** rwsu has joined #heat | 20:01 | |
*** d0ugal has joined #heat | 20:04 | |
*** Guest25886 has joined #heat | 20:06 | |
*** fragatina has joined #heat | 20:37 | |
*** lifeless has quit IRC | 20:50 | |
*** lifeless has joined #heat | 20:51 | |
*** jmlowe has quit IRC | 20:57 | |
*** wolverineav has quit IRC | 21:06 | |
*** wolverineav has joined #heat | 21:07 | |
*** d0ugal has quit IRC | 21:08 | |
*** wolverineav has quit IRC | 21:12 | |
*** d0ugal has joined #heat | 21:14 | |
*** mchlumsky has quit IRC | 21:17 | |
*** EvilienM has quit IRC | 21:18 | |
*** EmilienM has joined #heat | 21:18 | |
*** EmilienM is now known as EvilienM | 21:19 | |
*** edmondsw has quit IRC | 21:25 | |
*** wolverineav has joined #heat | 21:48 | |
*** felipemonteiro__ has quit IRC | 21:48 | |
*** rwsu has quit IRC | 22:08 | |
*** zaneb has quit IRC | 22:11 | |
*** zaneb has joined #heat | 22:11 | |
*** lifeless has quit IRC | 22:38 | |
*** lifeless has joined #heat | 22:40 | |
*** jmlowe has joined #heat | 22:47 | |
*** hongbin has quit IRC | 22:48 | |
*** dbecker_ has quit IRC | 23:17 | |
*** harlowja has quit IRC | 23:18 | |
*** wolverineav has quit IRC | 23:33 | |
*** wolverineav has joined #heat | 23:33 | |
*** lifeless has quit IRC | 23:36 | |
*** lifeless has joined #heat | 23:43 | |
*** wolverineav has quit IRC | 23:45 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!