1 description: All-in-one baremetal OpenStack and all dependencies.
2 heat_template_version: 2013-05-23
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
44 Additional configuration to inject into the cluster. The JSON should have
45 the following structure:
48 [{"section": "SECTIONNAME",
50 [{"option": "OPTIONNAME",
61 [{"section": "default",
63 [{"option": "compute_manager",
64 "value": "ironic.nova.compute.manager.ClusterComputeManager"
71 "value": "nova.cells.rpc_driver.CellsRPCDriver"
81 description: Flavor to request when deploying.
85 description: Glance port.
89 description: Protocol to use when connecting to glance, set to https for SSL.
93 description: The password for the glance service account, used by the glance services.
96 GlanceNotifierStrategy:
97 description: Strategy to use for Glance notification queue
101 description: The filepath of the file to use for logging messages from Glance.
106 description: Name of an existing EC2 KeyPair to enable SSH access to the instances
110 description: The password for the Heat service account, used by the Heat services.
114 default: REBUILD_PRESERVE_EPHEMERAL
115 description: What policy to use when reconstructing instances. REBUILD for rebuilds,
116 REBUILD_PRESERVE_EPHEMERAL to preserve /mnt.
123 description: The password for the neutron service account, used by neutron agents.
128 description: The password for the nova service account, used by nova-api.
131 NeutronPublicInterfaceDefaultRoute:
133 description: A custom default route for the NeutronPublicInterface.
135 NeutronPublicInterfaceIP:
137 description: A custom IP address to put onto the NeutronPublicInterface.
139 NeutronPublicInterfaceRawDevice:
141 description: If set, the public interface is a vlan with this device as the raw device.
148 description: The username for RabbitMQ
152 description: The password for RabbitMQ
158 description: Salt for the rabbit cookie, change this to force the randomly generated rabbit cookie to change.
159 HeatStackDomainAdminPassword:
160 description: Password for heat_domain_admin user.
164 MysqlInnodbBufferPoolSize:
166 Specifies the size of the buffer pool in megabytes. Setting to
167 zero should be interpreted as "no value" and will defer to the
171 KeystoneCACertificate:
173 description: Keystone self-signed certificate authority certificate.
175 KeystoneSigningCertificate:
177 description: Keystone certificate for verifying token validity.
181 description: Keystone key for signing tokens.
184 DefaultSignalTransport:
186 description: Transport to use for software-config signals.
189 - allowed_values: [ CFN_SIGNAL, HEAT_SIGNAL, NO_SIGNAL ]
192 type: OS::Heat::RandomString
196 get_param: RabbitCookieSalt
198 type: OS::Heat::StructuredConfig
201 completion-signal: {get_input: deploy_signal_id}
203 get_param: AdminPassword
205 get_param: AdminToken
219 nodeid: {get_input: bootstack_nodeid}
222 get_param: NeutronPublicInterfaceIP
224 get_input: controller_host
226 bindnetaddr: {get_input: controller_host}
231 ip: {get_attr: [undercloud, networks, ctlplane, 0]}
233 stonith_enabled : false
235 quorum_policy : ignore
237 db: mysql://ceilometer:unset@localhost/ceilometer
238 metering_secret: {get_param: CeilometerMeteringSecret}
239 snmpd_readonly_user_name:
240 get_param: SnmpdReadonlyUserName
241 snmpd_readonly_user_password:
242 get_param: SnmpdReadonlyUserPassword
244 get_param: CeilometerPassword
248 db: mysql://glance:unset@localhost/glance
251 get_param: GlancePort
253 get_param: GlanceProtocol
255 get_param: GlancePassword
257 get_param: GlanceNotifierStrategy
259 get_param: GlanceLogFile
262 get_param: HeatPassword
263 admin_tenant_name: service
265 auth_encryption_key: unset___________
266 db: mysql://heat:unset@localhost/heat
267 stack_domain_admin_password: {get_param: HeatStackDomainAdminPassword}
268 watch_server_url: {get_input: heat.watch_server_url}
269 metadata_server_url: {get_input: heat.metadata_server_url}
270 waitcondition_server_url: {get_input: heat.waitcondition_server_url}
272 db: mysql://keystone:unset@localhost/keystone
274 ca_certificate: {get_param: KeystoneCACertificate}
275 signing_key: {get_param: KeystoneSigningKey}
276 signing_certificate: {get_param: KeystoneSigningCertificate}
278 innodb_buffer_pool_size: {get_param: MysqlInnodbBufferPoolSize}
281 ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8
284 get_param: NeutronPublicInterface
285 public_interface_raw_device:
286 get_param: NeutronPublicInterfaceRawDevice
287 public_interface_route:
288 get_param: NeutronPublicInterfaceDefaultRoute
289 physical_bridge: br-ctlplane
290 physical_network: ctlplane
291 network_vlan_ranges: ctlplane
292 bridge_mappings: ctlplane:br-ctlplane
293 tenant_network_type: vlan
294 enable_tunneling: 'False'
296 get_param: NeutronPassword
300 get_param: RabbitUserName
302 get_param: RabbitPassword
309 - {server: {get_param: NtpServer}, fudge: "stratum 0"}
310 undercloudPassthroughConfig:
311 type: OS::Heat::StructuredConfig
313 config: {get_input: passthrough_config}
315 type: OS::Nova::Server
318 get_param: undercloudImage
324 get_param: ImageUpdatePolicy
327 user_data_format: SOFTWARE_CONFIG
328 undercloudDeployment:
329 depends_on: [undercloudPassthroughDeployment]
330 type: OS::Heat::StructuredDeployment
332 config: {get_resource: undercloudConfig}
333 server: {get_resource: undercloud}
334 signal_transport: {get_param: DefaultSignalTransport}
347 heat.watch_server_url:
351 - get_attr: [undercloud, networks, ctlplane, 0]
353 heat.metadata_server_url:
357 - {get_attr: [undercloud, networks, ctlplane, 0]}
359 heat.waitcondition_server_url:
363 - {get_attr: [undercloud, networks, ctlplane, 0]}
364 - ':8000/v1/waitcondition'
365 undercloudPassthroughDeployment:
366 depends_on: [undercloudNovaDeployment]
367 type: OS::Heat::StructuredDeployment
369 config: {get_resource: undercloudPassthroughConfig}
370 server: {get_resource: undercloud}
371 signal_transport: NO_SIGNAL
373 passthrough_config: {get_param: ExtraConfig}