Skip to content
Snippets Groups Projects

This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.

Merged Krish Moodbidri requested to merge feat-hpc-factory into main
Compare and
15 files
+ 672
504
Compare changes
  • Side-by-side
  • Inline
Files
15
+ 33
1
@@ -4,9 +4,41 @@
@@ -4,9 +4,41 @@
yum_repo_files: []
yum_repo_files: []
pkg_list: []
pkg_list: []
slurm_version: 18.08.9
slurm_version: 18.08.9
enable_slurm_client: false
 
# NHC related
# NHC related
nhc_download_url: "https://github.com/mej/nhc/releases/download/1.4.3/lbnl-nhc-1.4.3-1.el7.noarch.rpm"
nhc_download_url: "https://github.com/mej/nhc/releases/download/1.4.3/lbnl-nhc-1.4.3-1.el7.noarch.rpm"
nhc_download_path: "/tmp"
nhc_download_path: "/tmp"
nhc_git_repo: "https://gitlab.rc.uab.edu/rc/nhc.git"
nhc_git_repo: "https://gitlab.rc.uab.edu/rc/nhc.git"
nhc_git_repo_path: "/tmp/nhc"
nhc_git_repo_path: "/tmp/nhc"
 
 
root_ssh_key: ""
 
 
# cheaha.node related
 
hostname_lookup_table:
 
- "10.141.255.254 master.cm.cluster master localmaster.cm.cluster localmaster ldapserver.cm.cluster ldapserver"
 
domain_search_list:
 
- openstack.internal
 
- cm.cluster
 
nameserver_list:
 
- 10.141.255.254
 
 
# ldap_config related
 
ldap_cert_path: "/etc/openldap/certs"
 
ldap_uri: "ldap://ldapserver"
 
 
# nfs_mounts related
 
enable_nfs_mounts: true
 
use_autofs: false
 
mount_points:
 
- { "src": "master:/gpfs4", "path": "/gpfs4", "opts": "ro,sync,hard", "mode": "0755" }
 
- { "src": "master:/gpfs5", "path": "/gpfs5", "opts": "ro,sync,hard", "mode": "0755" }
 
 
#SSH Host Keys
 
S3_ENDPOINT: ""
 
SSH_HOST_KEYS_S3_BUCKET: ""
 
SSH_HOST_KEYS_S3_OBJECT: ""
 
 
# AWS credentials
 
LTS_ACCESS_KEY: ""
 
LTS_SECRET_KEY: ""
Loading