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.
186 type: OS::Heat::RandomString
190 get_param: RabbitCookieSalt
192 type: OS::Heat::RandomString
196 type: OS::Heat::StructuredConfig
199 completion-signal: {get_input: deploy_signal_id}
201 get_param: AdminPassword
203 get_param: AdminToken
217 nodeid: {get_input: bootstack_nodeid}
220 get_param: NeutronPublicInterfaceIP
222 get_input: controller_host
224 bindnetaddr: {get_input: controller_host}
229 ip: {get_attr: [undercloud, networks, ctlplane, 0]}
231 stonith_enabled : false
233 quorum_policy : ignore
235 db: mysql://ceilometer:unset@localhost/ceilometer
236 metering_secret: {get_param: CeilometerMeteringSecret}
237 snmpd_readonly_user_name:
238 get_param: SnmpdReadonlyUserName
239 snmpd_readonly_user_password:
240 get_param: SnmpdReadonlyUserPassword
242 get_param: CeilometerPassword
246 db: mysql://glance:unset@localhost/glance
249 get_param: GlancePort
251 get_param: GlanceProtocol
253 get_param: GlancePassword
255 get_param: GlanceNotifierStrategy
257 get_param: GlanceLogFile
260 get_param: HeatPassword
261 admin_tenant_name: service
263 auth_encryption_key: unset___________
264 db: mysql://heat:unset@localhost/heat
265 stack_domain_admin_password: {get_param: HeatStackDomainAdminPassword}
266 watch_server_url: {get_input: heat.watch_server_url}
267 metadata_server_url: {get_input: heat.metadata_server_url}
268 waitcondition_server_url: {get_input: heat.waitcondition_server_url}
270 db: mysql://keystone:unset@localhost/keystone
272 ca_certificate: {get_param: KeystoneCACertificate}
273 signing_key: {get_param: KeystoneSigningKey}
274 signing_certificate: {get_param: KeystoneSigningCertificate}
276 innodb_buffer_pool_size: {get_param: MysqlInnodbBufferPoolSize}
277 root-password: {get_resource: MysqlRootPassword}
280 ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8
283 get_param: NeutronPublicInterface
284 public_interface_raw_device:
285 get_param: NeutronPublicInterfaceRawDevice
286 public_interface_route:
287 get_param: NeutronPublicInterfaceDefaultRoute
288 physical_bridge: br-ctlplane
289 physical_network: ctlplane
290 network_vlan_ranges: ctlplane
291 bridge_mappings: ctlplane:br-ctlplane
292 tenant_network_type: vlan
293 enable_tunneling: 'False'
295 get_param: NeutronPassword
299 get_param: RabbitUserName
301 get_param: RabbitPassword
308 - {server: {get_param: NtpServer}, fudge: "stratum 0"}
309 undercloudPassthroughConfig:
310 type: OS::Heat::StructuredConfig
312 config: {get_input: passthrough_config}
314 type: OS::Nova::Server
317 get_param: undercloudImage
323 get_param: ImageUpdatePolicy
326 user_data_format: SOFTWARE_CONFIG
327 undercloudDeployment:
328 depends_on: [undercloudPassthroughDeployment]
329 type: OS::Heat::StructuredDeployment
331 config: {get_resource: undercloudConfig}
332 server: {get_resource: undercloud}
345 heat.watch_server_url:
349 - get_attr: [undercloud, networks, ctlplane, 0]
351 heat.metadata_server_url:
355 - {get_attr: [undercloud, networks, ctlplane, 0]}
357 heat.waitcondition_server_url:
361 - {get_attr: [undercloud, networks, ctlplane, 0]}
362 - ':8000/v1/waitcondition'
363 undercloudPassthroughDeployment:
364 depends_on: [undercloudNovaDeployment]
365 type: OS::Heat::StructuredDeployment
367 config: {get_resource: undercloudPassthroughConfig}
368 server: {get_resource: undercloud}
369 signal_transport: NO_SIGNAL
371 passthrough_config: {get_param: ExtraConfig}