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:
138 A custom IP address to put onto the NeutronPublicInterface bridge.
139 See also NeutronPublicInterfaceTagIP for adding a VLAN tagging IP.
140 NeutronPublicInterfaceIP is deprecated in the context of deploying
141 underclouds - its only needed for the seed bootstrap process.
143 NeutronPublicInterfaceTag:
146 VLAN tag for creating a public VLAN. The tag will be used to
147 create an access port on the exterior bridge, and that port will be
148 given the IP address returned by neutron from the public network.
150 NeutronPublicInterfaceRawDevice:
152 description: If set, the public interface is a vlan with this device as the raw device.
159 description: The username for RabbitMQ
163 description: The password for RabbitMQ
169 description: Salt for the rabbit cookie, change this to force the randomly generated rabbit cookie to change.
170 HeatStackDomainAdminPassword:
171 description: Password for heat_domain_admin user.
175 MysqlInnodbBufferPoolSize:
177 Specifies the size of the buffer pool in megabytes. Setting to
178 zero should be interpreted as "no value" and will defer to the
182 KeystoneCACertificate:
184 description: Keystone self-signed certificate authority certificate.
186 KeystoneSigningCertificate:
188 description: Keystone certificate for verifying token validity.
192 description: Keystone key for signing tokens.
197 type: OS::Heat::RandomString
201 get_param: RabbitCookieSalt
203 type: OS::Heat::StructuredConfig
206 completion-signal: {get_input: deploy_signal_id}
208 get_param: AdminPassword
210 get_param: AdminToken
224 nodeid: {get_input: bootstack_nodeid}
227 get_param: NeutronPublicInterfaceIP
229 get_input: controller_host
231 bindnetaddr: {get_input: controller_host}
236 ip: {get_attr: [undercloud, networks, ctlplane, 0]}
238 stonith_enabled : false
240 quorum_policy : ignore
242 db: mysql://ceilometer:unset@localhost/ceilometer
243 metering_secret: {get_param: CeilometerMeteringSecret}
244 snmpd_readonly_user_name:
245 get_param: SnmpdReadonlyUserName
246 snmpd_readonly_user_password:
247 get_param: SnmpdReadonlyUserPassword
249 get_param: CeilometerPassword
253 db: mysql://glance:unset@localhost/glance
256 get_param: GlancePort
258 get_param: GlanceProtocol
260 get_param: GlancePassword
262 get_param: GlanceNotifierStrategy
264 get_param: GlanceLogFile
267 get_param: HeatPassword
268 admin_tenant_name: service
270 auth_encryption_key: unset___________
271 db: mysql://heat:unset@localhost/heat
272 stack_domain_admin_password: {get_param: HeatStackDomainAdminPassword}
273 watch_server_url: {get_input: heat.watch_server_url}
274 metadata_server_url: {get_input: heat.metadata_server_url}
275 waitcondition_server_url: {get_input: heat.waitcondition_server_url}
277 db: mysql://keystone:unset@localhost/keystone
279 ca_certificate: {get_param: KeystoneCACertificate}
280 signing_key: {get_param: KeystoneSigningKey}
281 signing_certificate: {get_param: KeystoneSigningCertificate}
283 innodb_buffer_pool_size: {get_param: MysqlInnodbBufferPoolSize}
286 ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8
289 get_param: NeutronPublicInterface
290 public_interface_raw_device:
291 get_param: NeutronPublicInterfaceRawDevice
292 public_interface_route:
293 get_param: NeutronPublicInterfaceDefaultRoute
294 public_interface_tag:
295 get_param: NeutronPublicInterfaceTag
296 physical_bridge: br-ctlplane
297 physical_network: ctlplane
298 network_vlan_ranges: ctlplane
299 bridge_mappings: ctlplane:br-ctlplane
300 tenant_network_type: vlan
301 enable_tunneling: 'False'
303 get_param: NeutronPassword
307 get_param: RabbitUserName
309 get_param: RabbitPassword
316 - {server: {get_param: NtpServer}, fudge: "stratum 0"}
317 undercloudPassthroughConfig:
318 type: OS::Heat::StructuredConfig
320 config: {get_input: passthrough_config}
322 type: OS::Nova::Server
325 get_param: undercloudImage
331 get_param: ImageUpdatePolicy
334 user_data_format: SOFTWARE_CONFIG
335 undercloudDeployment:
336 depends_on: [undercloudPassthroughDeployment]
337 type: OS::Heat::StructuredDeployment
339 config: {get_resource: undercloudConfig}
340 server: {get_resource: undercloud}
353 heat.watch_server_url:
357 - get_attr: [undercloud, networks, ctlplane, 0]
359 heat.metadata_server_url:
363 - {get_attr: [undercloud, networks, ctlplane, 0]}
365 heat.waitcondition_server_url:
369 - {get_attr: [undercloud, networks, ctlplane, 0]}
370 - ':8000/v1/waitcondition'
371 undercloudPassthroughDeployment:
372 depends_on: [undercloudNovaDeployment]
373 type: OS::Heat::StructuredDeployment
375 config: {get_resource: undercloudPassthroughConfig}
376 server: {get_resource: undercloud}
377 signal_transport: NO_SIGNAL
379 passthrough_config: {get_param: ExtraConfig}