1 Description: All-in-one baremetal OpenStack and all dependencies.
2 HeatTemplateFormatVersion: '2012-12-12'
6 Description: The password for the keystone admin account, used for monitoring, querying neutron etc.
11 Description: The keystone auth secret.
14 CinderLVMLoopDeviceSize:
16 Description: The size of the loopback file used by the cinder LVM driver.
20 Description: The architecture to use in Nova-BM - i386 or amd64.
22 CeilometerMeteringSecret:
24 Description: Secret shared by the ceilometer services.
29 Description: The password for the ceilometer service account.
32 SnmpdReadonlyUserName:
34 Description: The user name for SNMPd with readonly rights running on all Overcloud nodes
36 SnmpdReadonlyUserPassword:
38 Description: The user password for SNMPd with readonly rights running on all Overcloud nodes
43 Description: Flavor to request when deploying.
47 Description: The password for the glance service account, used by the glance services.
50 GlanceNotifierStrategy:
51 Description: Strategy to use for Glance notification queue
55 Description: The filepath of the file to use for logging messages from Glance.
60 Description: Name of an existing EC2 KeyPair to enable SSH access to the instances
64 Description: The password for the Heat service account, used by the Heat services.
68 Default: REBUILD_PRESERVE_EPHEMERAL
69 Description: What policy to use when reconstructing instances. REBUILD for rebuilds,
70 REBUILD_PRESERVE_EPHEMERAL to preserve /mnt.
77 Description: The password for the neutron service account, used by neutron agents.
82 Description: The password for the nova service account, used by nova-api.
85 NeutronPublicInterfaceDefaultRoute:
87 Description: A custom default route for the NeutronPublicInterface.
89 NeutronPublicInterfaceIP:
91 Description: A custom IP address to put onto the NeutronPublicInterface.
93 NeutronPublicInterfaceRawDevice:
95 Description: If set, the public interface is a vlan with this device as the raw device.
102 Description: The username for RabbitMQ
106 Description: The password for RabbitMQ
112 Description: Salt for the rabbit cookie, change this to force the randomly generated rabbit cookie to change.
113 HeatStackDomainAdminPassword:
114 Description: Password for heat_domain_admin user.
118 MysqlInnodbBufferPoolSize:
120 Specifies the size of the buffer pool in megabytes. Setting to
121 zero should be interpreted as "no value" and will defer to the
127 Type: OS::Heat::RandomString
131 Ref: RabbitCookieSalt
133 Type: OS::Heat::StructuredConfig
136 completion-signal: {get_input: deploy_signal_id}
154 nodeid: {get_input: bootstack_nodeid}
157 Ref: NeutronPublicInterfaceIP
159 get_input: controller_host
161 db: mysql://ceilometer:unset@localhost/ceilometer
162 metering_secret: {Ref: CeilometerMeteringSecret}
163 snmpd_readonly_user_name:
164 Ref: SnmpdReadonlyUserName
165 snmpd_readonly_user_password:
166 Ref: SnmpdReadonlyUserPassword
168 Ref: CeilometerPassword
172 db: mysql://glance:unset@localhost/glance
177 Ref: GlanceNotifierStrategy
183 admin_tenant_name: service
185 auth_encryption_key: unset___________
186 db: mysql://heat:unset@localhost/heat
187 stack_domain_admin_password: {Ref: HeatStackDomainAdminPassword}
188 watch_server_url: {get_input: heat.watch_server_url}
189 metadata_server_url: {get_input: heat.metadata_server_url}
190 waitcondition_server_url: {get_input: heat.waitcondition_server_url}
192 db: mysql://keystone:unset@localhost/keystone
195 innodb_buffer_pool_size: {Ref: MysqlInnodbBufferPoolSize}
198 ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8
201 Ref: NeutronPublicInterface
202 public_interface_raw_device:
203 Ref: NeutronPublicInterfaceRawDevice
204 public_interface_route:
205 Ref: NeutronPublicInterfaceDefaultRoute
206 physical_bridge: br-ctlplane
207 physical_network: ctlplane
208 network_vlan_ranges: ctlplane
209 bridge_mappings: ctlplane:br-ctlplane
210 tenant_network_type: vlan
211 enable_tunneling: 'False'
226 - {server: {Ref: NtpServer}, fudge: "stratum 0"}
228 Type: OS::Nova::Server
237 Ref: ImageUpdatePolicy
238 user_data_format: SOFTWARE_CONFIG
239 99_undercloudDeployment:
240 Type: OS::Heat::StructuredDeployment
242 config: {Ref: undercloudConfig}
243 server: {Ref: undercloud}
259 heat.watch_server_url:
263 - {"Fn::Select": [ 0, "Fn::Select": [ ctlplane, { "Fn::GetAtt": [ undercloud, networks ]}]]}
265 heat.metadata_server_url:
269 - {"Fn::Select": [ 0, "Fn::Select": [ ctlplane, { "Fn::GetAtt": [ undercloud, networks ]}]]}
271 heat.waitcondition_server_url:
275 - {"Fn::Select": [ 0, "Fn::Select": [ ctlplane, { "Fn::GetAtt": [ undercloud, networks ]}]]}
276 - ':8000/v1/waitcondition'