Assign Cinder's backend_host when deploying for HA
When deploying for HA, set cinder's backend_host option (not the host option) to "hostgroup". That way, only the cinder-volume backend drivers use a common value. Closes-Bug: #1753596 Depends-On: I78a88725d297794efd854fbfb14df0611e0e0738 Change-Id: Ifa4cd1f43fd5d73fc21630cee45b9f38fa882349
This commit is contained in:
parent
af8c426aab
commit
99ea8b681f
@ -94,7 +94,7 @@ outputs:
|
||||
tripleo::profile::pacemaker::cinder::volume_bundle::docker_environment: {get_attr: [CinderCommon, cinder_volume_environment]}
|
||||
cinder::volume::manage_service: false
|
||||
cinder::volume::enabled: false
|
||||
cinder::host: hostgroup
|
||||
cinder::backend_host: hostgroup
|
||||
logging_source: {get_attr: [CinderBase, role_data, logging_source]}
|
||||
logging_groups: {get_attr: [CinderBase, role_data, logging_groups]}
|
||||
service_config_settings: {get_attr: [CinderBase, role_data, service_config_settings]}
|
||||
|
@ -54,7 +54,7 @@ outputs:
|
||||
- get_attr: [CinderVolumeBase, role_data, config_settings]
|
||||
- cinder::volume::manage_service: false
|
||||
cinder::volume::enabled: false
|
||||
cinder::host: hostgroup
|
||||
cinder::backend_host: hostgroup
|
||||
step_config:
|
||||
include ::tripleo::profile::pacemaker::cinder::volume
|
||||
upgrade_tasks:
|
||||
|
Loading…
Reference in New Issue
Block a user