↧
Comment by celina-yang for Hello, You have here some complete examples of...
Thanks a lot. It works now. ANother question: if I need to run several powershell scripts and each of them needs some parameters, what's the correct format to do that? Thanks again
View ArticleComment by celina-yang for Hello, You have here some complete examples of...
I found the sample which can run multiple powershell scripts from the above url. Thx
View ArticleComment by ader1990 for Hello, You have here some complete examples of Heat...
Great! I am glad it worked out.
View ArticleAnswer by ader1990 for My heat template is like: windows_instance: type:...
Hello, You have here some complete examples of Heat templates with PowerShell https://github.com/openstack/heat-templates/blob/master/hot/Windows Hope it helps.
View ArticleHow to pass parameters to powershell script in userdata?
My heat template is like: windows_instance: type: OS::Nova::Server properties: image: {get_param: imagever } flavor: m1.large key_name: test networks: - port: { get_resource: publicport }...
View Article