Align Manila Share docker templates
Fix mismatches for templates for pacemaker vs docker control planes Change-Id: I796ae972dcfe0907025c5ecc4d0e48c15d6f5d68 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
parent
f6c353bfcd
commit
e658c4b781
@ -119,8 +119,11 @@ outputs:
|
|||||||
host_prep_tasks:
|
host_prep_tasks:
|
||||||
- name: create persistent directories
|
- name: create persistent directories
|
||||||
file:
|
file:
|
||||||
path: /var/log/containers/manila
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
with_items:
|
||||||
|
- /var/log/containers/manila
|
||||||
|
- /var/lib/manila
|
||||||
- name: manila logs readme
|
- name: manila logs readme
|
||||||
copy:
|
copy:
|
||||||
dest: /var/log/manila/readme.txt
|
dest: /var/log/manila/readme.txt
|
||||||
|
@ -56,6 +56,7 @@ resources:
|
|||||||
type: ../../../puppet/services/pacemaker/manila-share.yaml
|
type: ../../../puppet/services/pacemaker/manila-share.yaml
|
||||||
properties:
|
properties:
|
||||||
EndpointMap: {get_param: EndpointMap}
|
EndpointMap: {get_param: EndpointMap}
|
||||||
|
ServiceData: {get_param: ServiceData}
|
||||||
ServiceNetMap: {get_param: ServiceNetMap}
|
ServiceNetMap: {get_param: ServiceNetMap}
|
||||||
DefaultPasswords: {get_param: DefaultPasswords}
|
DefaultPasswords: {get_param: DefaultPasswords}
|
||||||
RoleName: {get_param: RoleName}
|
RoleName: {get_param: RoleName}
|
||||||
@ -90,7 +91,7 @@ outputs:
|
|||||||
list_join:
|
list_join:
|
||||||
- "\n"
|
- "\n"
|
||||||
- - {get_attr: [ManilaBase, role_data, step_config]}
|
- - {get_attr: [ManilaBase, role_data, step_config]}
|
||||||
- - {get_attr: [MySQLClient, role_data, step_config]}
|
- {get_attr: [MySQLClient, role_data, step_config]}
|
||||||
config_image: {get_param: DockerManilaConfigImage}
|
config_image: {get_param: DockerManilaConfigImage}
|
||||||
kolla_config:
|
kolla_config:
|
||||||
/var/lib/kolla/config_files/manila_share.json:
|
/var/lib/kolla/config_files/manila_share.json:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user