Project 'rc/packer-openstack-hpc-image' was moved to 'rc/hpc-factory'. Please update any links and bookmarks that may still have the old path.
The source project of this merge request has been removed.
refactor of cheaha.node role
Closed
refactor of cheaha.node role
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
changed milestone to %bring cascading build for compute/gpu
added Sprint 22-22 label
assigned to @atlurie
changed milestone to %Create a CI/CD pipeline for compute/GPU image builds
added 90 commits
-
8d083b29...aee285c8 - 89 commits from branch
rc:main
- 46f51346 - Merge branch 'main' into 'refactor-cheaha.node-role'
-
8d083b29...aee285c8 - 89 commits from branch
- ansible/roles/nfs_mounts/tasks/main.yml 0 → 100644
7 loop: 8 - { dir: /local, mode: '0777' } 9 - { dir: /scratch, mode: '0755' } 10 - { dir: /share, mode: '0755' } 11 - { dir: /data/rc/apps, mode: '0755' } # this is only required for the symlink to be happy 12 - { dir: /data/user, mode: '0755' } 13 - { dir: /data/project, mode: '0755' } 14 - name: Set up NFS GPFS mount point(s) 15 ansible.posix.mount: 16 path: "{{ item.path }}" 17 src: "{{ item.src }}" 18 fstype: "{{ item.fstype }}" 19 opts: "{{ item.opts }}" 20 state: present 21 loop: 22 - { path: /cm/shared, src: "gpfs.rc.uab.edu:/data/cm/shared-8.2", fstype: nfs, opts: "_netdev,defaults" } changed this line in version 3 of the diff
mentioned in merge request !34 (closed)
mentioned in issue #58 (closed)
mentioned in merge request !35 (merged)
Merged in !35 (merged)