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
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: The password for the glance service account, used by the glance services.
88 GlanceNotifierStrategy:
89 Description: Strategy to use for Glance notification queue
93 Description: The filepath of the file to use for logging messages from Glance.
98 Description: Name of an existing EC2 KeyPair to enable SSH access to the instances
102 Description: The password for the Heat service account, used by the Heat services.
106 Default: REBUILD_PRESERVE_EPHEMERAL
107 Description: What policy to use when reconstructing instances. REBUILD for rebuilds,
108 REBUILD_PRESERVE_EPHEMERAL to preserve /mnt.
115 Description: The password for the neutron service account, used by neutron agents.
120 Description: The password for the nova service account, used by nova-api.
123 NeutronPublicInterfaceDefaultRoute:
125 Description: A custom default route for the NeutronPublicInterface.
127 NeutronPublicInterfaceIP:
129 Description: A custom IP address to put onto the NeutronPublicInterface.
131 NeutronPublicInterfaceRawDevice:
133 Description: If set, the public interface is a vlan with this device as the raw device.
140 Description: The username for RabbitMQ
144 Description: The password for RabbitMQ
150 Description: Salt for the rabbit cookie, change this to force the randomly generated rabbit cookie to change.
151 HeatStackDomainAdminPassword:
152 Description: Password for heat_domain_admin user.
156 MysqlInnodbBufferPoolSize:
158 Specifies the size of the buffer pool in megabytes. Setting to
159 zero should be interpreted as "no value" and will defer to the
165 Type: OS::Heat::RandomString
169 Ref: RabbitCookieSalt
171 Type: OS::Heat::StructuredConfig
174 completion-signal: {get_input: deploy_signal_id}
192 nodeid: {get_input: bootstack_nodeid}
195 Ref: NeutronPublicInterfaceIP
197 get_input: controller_host
199 db: mysql://ceilometer:unset@localhost/ceilometer
200 metering_secret: {Ref: CeilometerMeteringSecret}
201 snmpd_readonly_user_name:
202 Ref: SnmpdReadonlyUserName
203 snmpd_readonly_user_password:
204 Ref: SnmpdReadonlyUserPassword
206 Ref: CeilometerPassword
210 db: mysql://glance:unset@localhost/glance
215 Ref: GlanceNotifierStrategy
221 admin_tenant_name: service
223 auth_encryption_key: unset___________
224 db: mysql://heat:unset@localhost/heat
225 stack_domain_admin_password: {Ref: HeatStackDomainAdminPassword}
226 watch_server_url: {get_input: heat.watch_server_url}
227 metadata_server_url: {get_input: heat.metadata_server_url}
228 waitcondition_server_url: {get_input: heat.waitcondition_server_url}
230 db: mysql://keystone:unset@localhost/keystone
233 innodb_buffer_pool_size: {Ref: MysqlInnodbBufferPoolSize}
236 ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8
239 Ref: NeutronPublicInterface
240 public_interface_raw_device:
241 Ref: NeutronPublicInterfaceRawDevice
242 public_interface_route:
243 Ref: NeutronPublicInterfaceDefaultRoute
244 physical_bridge: br-ctlplane
245 physical_network: ctlplane
246 network_vlan_ranges: ctlplane
247 bridge_mappings: ctlplane:br-ctlplane
248 tenant_network_type: vlan
249 enable_tunneling: 'False'
264 - {server: {Ref: NtpServer}, fudge: "stratum 0"}
265 undercloudPassthroughConfig:
266 Type: OS::Heat::StructuredConfig
268 config: {get_input: passthrough_config}
270 Type: OS::Nova::Server
279 Ref: ImageUpdatePolicy
280 user_data_format: SOFTWARE_CONFIG
281 99_undercloudDeployment:
282 Type: OS::Heat::StructuredDeployment
284 config: {Ref: undercloudConfig}
285 server: {Ref: undercloud}
301 heat.watch_server_url:
305 - {"Fn::Select": [ 0, "Fn::Select": [ ctlplane, { "Fn::GetAtt": [ undercloud, networks ]}]]}
307 heat.metadata_server_url:
311 - {"Fn::Select": [ 0, "Fn::Select": [ ctlplane, { "Fn::GetAtt": [ undercloud, networks ]}]]}
313 heat.waitcondition_server_url:
317 - {"Fn::Select": [ 0, "Fn::Select": [ ctlplane, { "Fn::GetAtt": [ undercloud, networks ]}]]}
318 - ':8000/v1/waitcondition'
319 00_undercloudPassthroughDeployment:
320 Type: OS::Heat::StructuredDeployment
322 config: {Ref: undercloudPassthroughConfig}
323 server: {Ref: undercloud}
324 signal_transport: NO_SIGNAL
326 passthrough_config: {Ref: ExtraConfig}