1 heat_template_version: 2013-05-23
4 Example template that creates a Cloud Server attached to a Cloud Network
9 type: Rackspace::Cloud::Server
11 name: rtb-cnw-example-srvr
12 image: 2936a16d-ee01-452c-a6ab-7117df5196f8 # Ubuntu 13.10 (Saucy Salamander)
13 flavor: 1GB Standard Instance
16 - uuid: "00000000-0000-0000-0000-000000000000"
17 - uuid: "11111111-1111-1111-1111-111111111111"
18 - uuid: { get_resource: mynet }
29 - "recipe[elasticsearch-rolebook]"
30 server_url: "https://manage.opscode.com/organizations/1824145-rackops"
32 -----BEGIN RSA PRIVATE KEY-----
34 -----END RSA PRIVATE KEY-----
35 validation_name: 1824145-rackops-validator
36 manage_etc_hosts: true
37 output: {all: "| tee -a /var/log/cloud-init-output.log"}
40 type: Rackspace::Cloud::Network
42 label: rtb-example-net