Skip to content

Instantly share code, notes, and snippets.

@tamirko
Created March 22, 2016 15:38
Show Gist options
  • Save tamirko/3a51d362447491810a8b to your computer and use it in GitHub Desktop.
Save tamirko/3a51d362447491810a8b to your computer and use it in GitHub Desktop.
Windows_Compute
node_templates:
....
my_vm:
type: cloudify.nodes.Compute
properties:
ip: REAPLCE_THIS_WITH_THE_VM_IP_ADDRESS
agent_config:
# one of none, remote, init_script, provided
install_method: remote
user: Administrator
password: REAPLCE_THIS_WITH_THE_VM_PASSWORD
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment