2 heat_template_version: 2016-04-08
7 description: Name of job running this template
12 String to identify a Jenkins Master
14 Useful in scenarios where multiple Jenkins Masters might be
15 creating VMs in the same cloud to uniquely distinguish them.
17 TODO we should move to using tags once OpenStack Ocata which is
18 available to us with support for server tags properties.
26 default: v1-standard-4
27 description: OpenStack Flavor to use
30 description: VM Image to spin up
33 description: VM network
37 type: "OS::Nova::Server"
39 image: {get_param: vm_image}
40 flavor: {get_param: vm_flavor}
43 template: SILO-JOB_NAME-GROUP-VM_TYPE-INDEX
45 "SILO": {get_param: silo}
46 "JOB_NAME": {get_param: job_name}
50 - {get_param: vm_image}
52 "GROUP": {get_param: group}
53 "INDEX": {get_param: index}
55 - network: {get_param: vm_network}