Merge "manila: set "host" to "hostgroup""

This commit is contained in:
Jenkins 2017-08-29 01:23:12 +00:00 committed by Gerrit Code Review
commit 52804061ff
2 changed files with 12 additions and 0 deletions

View File

@ -52,5 +52,8 @@ outputs:
config_settings:
map_merge:
- get_attr: [ManilaShareBase, role_data, config_settings]
- manila::share::manage_service: false
manila::share::enabled: false
manila::host: hostgroup
step_config: |
include ::tripleo::profile::pacemaker::manila

View File

@ -0,0 +1,9 @@
---
fixes:
- Set "host" parameter in manila.conf to 'hostgroup' when running
manila share service under pacemaker. This labels instances of
the service on different nodes with the same "host" as cinder does
in this circumstance so that the instances are considered by
OpenStack to provide the same service and manila share is able to
maintain management of shares on the backend after failover and
failback.