Advertisement
ilion

WinHeatTemplateSample

Oct 31st, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. heat_template_version: '2013-05-23'
  2. outputs:
  3. Win address:
  4. value:
  5. get_attr: [Win, accessIPv4]
  6. Win admin pass:
  7. value:
  8. get_attr: [Win, admin_pass]
  9. parameters:
  10. Win_name: {description: Name of Win instance, type: string}
  11. resources:
  12. Network 1:
  13. properties: {cidr: 192.168.0.0/24, label: Network 1}
  14. type: Rackspace::Cloud::Network
  15. Win:
  16. properties:
  17. flavor: 2 GB Performance
  18. image: Windows Server 2008 R2 SP1 (base install without updates)
  19. name: {get_param: Win_name}
  20. networks:
  21. - {uuid: 00000000-0000-0000-0000-000000000000}
  22. - {uuid: 11111111-1111-1111-1111-111111111111}
  23. - uuid: {get_resource: Network 1}
  24. save_admin_pass: 'true'
  25. type: Rackspace::Cloud::WinServer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement