1 | initial version |
Hello,
Here are some examples of valid Heat templates:
https://github.com/openstack/heat-templates/blob/master/hot/Windows/
cloudbase-init has only one script entry point, a kind of int main(void) that will execute, all other scripts will be just saved and possible used as dependencies.
The file name from the multipart mime SHOULD be: cfn-userdata.
Example on how to define the init script:
https://github.com/openstack/heat-templates/blob/master/hot/Windows/PuppetAgent/puppet-agent.yaml#L108
Thank you,
Adrian Vladu