Skip to content
Snippets Groups Projects
Commit 42f5fb2f authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Merge branch 'feat-mount-scratch' into 'main'

Mount scratch

Closes devops#366

See merge request rc/packer-openstack-hpc-image!43
parents 5cc9fae5 04da1f26
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
- { path: /data/user, src: "gpfs.rc.uab.edu:/data/user", fstype: nfs, opts: "vers=3,_netdev,local_lock=posix,defaults" }
- { path: /home, src: "/data/user/home", fstype: none, opts: bind }
- { path: /data/rc/apps, src: "gpfs.rc.uab.edu:/data/rc/apps", fstype: nfs, opts: "vers=3,_netdev,defaults" }
- { path: /scratch, src: "gpfs.rc.uab.edu:/scratch", fstype: nfs, opts: "vers=3,_netdev,local_lock=posix,defaults" }
- name: Create symbolic links
ansible.builtin.file:
src: "{{ item.src }}"
......@@ -33,5 +34,4 @@
force: yes
state: link
loop:
- { src: /local, dest: /scratch/local }
- { src: /data/rc/apps, dest: /share/apps }
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