Advertisement
Guest User

Untitled

a guest
Mar 25th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. node_templates:
  2. ....
  3. my_vm:
  4. type: cloudify.nodes.Compute
  5. properties:
  6. ip: REAPLCE_THIS_WITH_THE_VM_IP_ADDRESS
  7. agent_config:
  8. # one of none, remote, init_script, provided
  9. install_method: remote
  10. user: Administrator
  11. password: REAPLCE_THIS_WITH_THE_VM_PASSWORD
  12. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement