File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 55 ontap-nfs :
66 networkAttachments :
77 - storage
8- - storageMgmt
98 customServiceConfig : |
109 [ontap-nfs]
1110 volume_backend_name=ontap-nfs
Original file line number Diff line number Diff line change 44 become : true
55 ansible.builtin.shell : |
66 {{ shell_header }}
7- {{ controller_ssh }}
87 CONTROLLER1_SCP="{{ controller1_ssh | regex_replace('^ssh', 'scp')}}"
98 ${CONTROLLER1_SCP}:{{ cinder_tripleo_path }} {{ cinder_conf_path }}
109 ${CONTROLLER1_SCP}:{{ cinder_tripleo_nfs_shares_config_path }} {{ cinder_nfs_shares_conf_path }}
10+ chmod a+r {{ cinder_conf_path }} {{ cinder_nfs_shares_conf_path }}
1111
1212 - name : Extract Netapp data from cinder.conf
1313 ansible.builtin.set_fact :
Original file line number Diff line number Diff line change 44 become : true
55 ansible.builtin.shell : |
66 {{ shell_header }}
7- {{ controller_ssh }}
87 CONTROLLER1_SCP="{{ controller1_ssh | regex_replace('^ssh', 'scp')}}"
98 ${CONTROLLER1_SCP}:{{ manila_tripleo_path }} {{ manila_conf_path }}
9+ chmod a+r {{ manila_conf_path }}
1010
1111 - name : Stat the retrieved manila.conf file
1212 ansible.builtin.stat :
You can’t perform that action at this time.
0 commit comments