Advertisement
Guest User

Untitled

a guest
Apr 6th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # Medium - Instance name prefix.
  2. Medium:
  3. region: us-west-1
  4. instanceType: ecs.s2.large
  5. # Ubuntu 14.04 64bit
  6. image: ubuntu1404_64_40G_aliaegis_20160222.vhd
  7. # mandatory - port 22 should be accessible
  8. securityGroup: sg-u11e46tlb
  9. # SSH ROOT username
  10. username: root
  11. # SSH ROOT password
  12. password: "{{credentials | 2cx18086x3de2cc7x153df15y392xdyc}}"
  13. # Optionally attach additional disks
  14. volumes:
  15. - !volume
  16. size: 10
  17. deleteOnTerminate: true
  18. - !volume
  19. size: 15
  20. deleteOnTerminate: true
  21. # Optionally add tags
  22. tags:
  23. platform: dchq
  24. env: test
  25. # Optionally execute scripts post provision.
  26. #plugins:
  27. # - !plugin
  28. # id: sx6o3
  29.  
  30. # VM count
  31. count: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement