We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe0191 commit 5f7faa8Copy full SHA for 5f7faa8
ansible/manila-client.yml
@@ -4,6 +4,9 @@
4
5
# Query OpenStack Manila for details aob
6
- hosts: openstack
7
+ pre_tasks:
8
+ - debug: var=ceph_mount_share_name
9
+ - debug: var=ceph_mount_share_user
10
roles:
11
- role: stackhpc.os-manila-mount
12
os_manila_mount_action: "lookup"
@@ -21,6 +24,7 @@
21
24
os_manila_mount_host: "{{ hostvars['localhost']['os_manila_mount_host'] }}"
22
25
os_manila_mount_access_key: "{{ hostvars['localhost']['os_manila_mount_access_key'] }}"
23
26
os_manila_mount_export: "{{ hostvars['localhost']['os_manila_mount_export'] }}"
27
+ os_manila_mount_share_user: "{{ ceph_mount_share_user }}"
28
os_manila_mount_pkgs_install: True
29
os_manila_mount_path: "{{ alaska_homedir }}"
30
os_manila_mount_user: "root"
0 commit comments