*** vahidh has quit IRC | 00:36 | |
*** vahidh has joined #openstack-heat-translator | 00:37 | |
*** vahidh has quit IRC | 00:42 | |
*** bobh has joined #openstack-heat-translator | 01:28 | |
*** bobh has quit IRC | 01:37 | |
*** bobh has joined #openstack-heat-translator | 01:53 | |
*** sridhar_ram1 has quit IRC | 02:03 | |
*** bobh has quit IRC | 02:52 | |
*** bobh has joined #openstack-heat-translator | 02:56 | |
*** sridhar_ram has joined #openstack-heat-translator | 03:33 | |
*** sridhar_ram has quit IRC | 03:34 | |
*** bobh has quit IRC | 03:55 | |
*** vahidh has joined #openstack-heat-translator | 03:59 | |
*** vahidh has quit IRC | 04:04 | |
*** vahidh has joined #openstack-heat-translator | 05:07 | |
*** vahidh has quit IRC | 05:36 | |
*** vahidh has joined #openstack-heat-translator | 05:37 | |
*** vahidh has quit IRC | 05:41 | |
openstackgerrit | Meena proposed openstack/heat-translator: Added support for TOSCA policies in Heat translator https://review.openstack.org/278232 | 07:09 |
---|---|---|
*** openstackgerrit has quit IRC | 07:47 | |
*** openstackgerrit has joined #openstack-heat-translator | 07:47 | |
*** bobh has joined #openstack-heat-translator | 13:03 | |
*** bobh has quit IRC | 13:16 | |
*** vahidh has joined #openstack-heat-translator | 14:00 | |
*** bobh has joined #openstack-heat-translator | 14:20 | |
*** vahidh has quit IRC | 14:35 | |
*** vahidh has joined #openstack-heat-translator | 14:36 | |
*** vahidh has quit IRC | 14:40 | |
*** vahidh has joined #openstack-heat-translator | 14:56 | |
*** spzala has joined #openstack-heat-translator | 15:01 | |
bobh | spzala: hello | 15:11 |
spzala | bobh: Hi | 15:13 |
bobh | spzala: I have been looking at the helloworld and wordpress templates to test without userkey | 15:13 |
bobh | spzala: neither template specifies any networks for the Server, and they won't deploy if the Tenant has existing networks | 15:14 |
bobh | spzala: I can only get helloworld to deploy of the tenant has no networks | 15:14 |
spzala | bobh: so that's without userkey ? | 15:15 |
bobh | spzala: I haven't tried wordpress yet but I suspect it won't complete because it wants to apt-get the software packages, but there are no networks defined so no way to retrieve software | 15:15 |
bobh | spzala: with and without | 15:15 |
spzala | bobh: hmm.. well, we have deployed the wordpress and elk several time with heat | 15:16 |
spzala | bobh: and that been working well | 15:16 |
bobh | spzala: ok - i'll keep looking at it, just not sure how it can work without networks | 15:16 |
spzala | bobh: the wordpress is very similar to what Heat has but this is modeled TOSCA way | 15:16 |
spzala | bobh: OK, please let me know if you can't find it our with some more digging. I will request the person who worked on it and tested it many times | 15:17 |
spzala | to help | 15:17 |
bobh | spzala: thanks | 15:17 |
spzala | bobh: you are welcome | 15:18 |
spzala | bobh: just fyi, similar heat template https://github.com/openstack/heat-templates/blob/master/hot/F18/WordPress_Native.yaml | 15:19 |
bobh | spzala: thanks - I'll try that one too | 15:20 |
spzala | bobh: yrw. thanks! | 15:21 |
bobh | spzala: I figured it out - it has to be tested in a tenant that only has one network. most of our tenants have dozens of networks, so it wouldn't work | 15:27 |
spzala | bobh: ahhh | 15:36 |
spzala | bobh: :-) | 15:36 |
bobh | spzala: I didn't know about the default network selection when there is only one network | 15:37 |
bobh | spzala: makes a lot more sense now | 15:37 |
spzala | bobh: cool... we should modify our templates to work on multi networks | 15:37 |
spzala | bobh: modify as a new template keeping what we have as it is | 15:38 |
spzala | bobh: that's something for future, on side | 15:39 |
bobh | spzala: That would also require either specifying the existing networks to use, or creating the networks in the script | 15:39 |
spzala | bobh: so it worked without user key? | 15:39 |
bobh | spzala: helloworld did - running wordpress now | 15:39 |
spzala | bobh: yes, may be preferably ask user via parameter | 15:39 |
spzala | bobh: OK, cool. | 15:40 |
spzala | bobh: one of the reason to have key_name is that many/most images requires it | 16:58 |
spzala | bobh: for ssh | 16:58 |
spzala | bobh: I got to run but will be back after an hour or around. | 16:58 |
*** spzala has quit IRC | 16:59 | |
*** spzala has joined #openstack-heat-translator | 16:59 | |
*** spzala has quit IRC | 17:04 | |
*** sridhar_ram has joined #openstack-heat-translator | 18:04 | |
*** spzala has joined #openstack-heat-translator | 18:26 | |
*** spzala has quit IRC | 18:32 | |
*** spzala has joined #openstack-heat-translator | 18:32 | |
*** spzala has quit IRC | 18:37 | |
*** sridhar_ram is now known as sridhar_ram_afk | 18:40 | |
*** sridhar_ram_afk has quit IRC | 18:44 | |
*** sridhar_ram has joined #openstack-heat-translator | 19:07 | |
*** spzala has joined #openstack-heat-translator | 19:07 | |
*** spzala has quit IRC | 19:09 | |
*** spzala has joined #openstack-heat-translator | 19:09 | |
bobh | I agree it's often needed, but it's not required to boot the image, and setting it to a fixed value 'userkey' doesn't really work, so better to have it handled as a property | 19:10 |
bobh | spzala: ^ | 19:10 |
spzala | bobh: yup, agree | 19:20 |
spzala | bobh: https://bugs.launchpad.net/heat-translator/+bug/1544237 | 19:20 |
openstack | Launchpad bug 1544237 in Heat Translator "Handle key_name parameter in translated template" [Undecided,New] | 19:20 |
spzala | bobh: I think the approach as I suggested in the bug above probably a proper way to handle it | 19:20 |
spzala | bobh: let me know your thoughts | 19:21 |
bobh | spzala: agree - and it fits in with the change I need to support properties generally on the Compute node | 19:21 |
bobh | I can take the bug if you like | 19:21 |
spzala | bobh: Cool. Sure, all yours :-) | 19:22 |
*** spzala_ has joined #openstack-heat-translator | 21:44 | |
*** spzala has quit IRC | 21:48 | |
*** vahidh_ has joined #openstack-heat-translator | 22:17 | |
*** vahidh has quit IRC | 22:22 | |
*** bobh has quit IRC | 22:44 | |
*** spzala_ has quit IRC | 23:54 | |
*** spzala has joined #openstack-heat-translator | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!