Skip to content
Snippets Groups Projects
Commit 5cbdc266 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Merge branch 'fix-mount-point-issue' into 'main'

Create mountpoints before mounting them

See merge request rc/packer-openstack-hpc-image!13
parents bb749634 42072cb7
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,8 @@ ...@@ -79,6 +79,8 @@
- { dir: /scratch, mode: '0755' } - { dir: /scratch, mode: '0755' }
- { dir: /share, mode: '0755' } - { dir: /share, mode: '0755' }
- { dir: /data/rc/apps, mode: '0755' } # this is only required for the symlink to be happy - { dir: /data/rc/apps, mode: '0755' } # this is only required for the symlink to be happy
- { dir: /data/user, mode: '0755' }
- { dir: /data/project, mode: '0755' }
- name: Set up NFS GPFS mount point(s) - name: Set up NFS GPFS mount point(s)
ansible.posix.mount: ansible.posix.mount:
path: "{{ item.path }}" path: "{{ item.path }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment