2018-03-05 19:28:35 +01:00
|
|
|
heat_template_version: rocky
|
2017-09-21 22:16:20 +02:00
|
|
|
|
|
|
|
description: >
|
|
|
|
OpenStack Compute InstanceHA services configured with Puppet
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
ServiceData:
|
|
|
|
default: {}
|
|
|
|
description: Dictionary packing service data
|
|
|
|
type: json
|
|
|
|
ServiceNetMap:
|
|
|
|
default: {}
|
|
|
|
description: Mapping of service_name -> network name. Typically set
|
|
|
|
via parameter_defaults in the resource registry. This
|
|
|
|
mapping overrides those in ServiceNetMapDefaults.
|
|
|
|
type: json
|
|
|
|
RoleName:
|
|
|
|
default: ''
|
|
|
|
description: Role name on which the service is applied
|
|
|
|
type: string
|
|
|
|
RoleParameters:
|
|
|
|
default: {}
|
|
|
|
description: Parameters specific to the role
|
|
|
|
type: json
|
|
|
|
EndpointMap:
|
|
|
|
default: {}
|
|
|
|
description: Mapping of service endpoint -> protocol. Typically set
|
|
|
|
via parameter_defaults in the resource registry.
|
|
|
|
type: json
|
|
|
|
EnableInstanceHA:
|
|
|
|
default: false
|
|
|
|
description: Whether to enable an Instance Ha configurarion or not.
|
|
|
|
This setup requires the Compute role to have the
|
|
|
|
PacemakerRemote service added to it.
|
|
|
|
type: boolean
|
|
|
|
|
|
|
|
outputs:
|
|
|
|
role_data:
|
|
|
|
description: Role data for Compute InstanceHA service.
|
|
|
|
value:
|
|
|
|
service_name: compute_instanceha
|
|
|
|
global_config_settings:
|
|
|
|
tripleo::instanceha: {get_param: EnableInstanceHA}
|
|
|
|
step_config: |
|
2020-04-09 21:07:34 +09:00
|
|
|
include tripleo::profile::pacemaker::compute_instanceha
|