-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* domain join * InfluxbDB * Grafana * cyclecloud * OpenPBS * openpbs * fix hook and scalelib install * wrong venv location * remove autocomplete as it breaks pbsdataservice start * OpenPBS client * PAM auth * Open OnDemand * ood-applications * support for pbs 22 * telegraf * Chrony * tests with ubuntu * pipelines for Ubuntu * private DNS zone * don't use cvmfs on ubuntu * use pwauth for auth * pwauth fix for ubuntu * enable authnz_external module * force apache conf file generation * installing required packages for a2enmod * fix init hpc test user home directory * fix genssh * update UI tests * fix shell UI test * move alma pwauth install in role * unique peering name deployment * NFS Mount outside of Domain Join * slurm server * installing certs in ubuntu * introducing changes to create ssl certificate in public ip scenario * introducing cleaner method to create ssl certificate in public ip scenario * fixing bug that causes ood playbook failure with basic auth * use package for installing pyxis pre-reqs * some minor fix for azslurm * slurm client * revert back the ood install command * fix installation of azure-slurm * certificate install by cycle * Update slurmdbd service to start after the home directory is mounted * move on 23.02.5 --------- Co-authored-by: egmsft <[email protected]>
- Loading branch information
Showing
97 changed files
with
1,035 additions
and
493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
linux_base_image: canonical:0001-com-ubuntu-server-focal:20_04-lts-gen2:latest # almalinux:almalinux-hpc:8_7-hpc-gen2:latest # publisher:offer:sku:version or image_id | ||
# linux image plan if required, format is publisher:product:name | ||
#linux_base_plan: almalinux:almalinux-hpc:8_7-hpc-gen2 | ||
|
||
# Enable cvmfs-eessi - disabled by default | ||
cvmfs_eessi: | ||
enabled: false | ||
|
||
queues: | ||
- name: htc | ||
vm_size: Standard_F2s_v2 | ||
max_count: 256 | ||
image: azhpc:azhop-compute:ubuntu-20_04:latest | ||
ColocateNodes: false | ||
|
||
- name: hc44rs | ||
vm_size: Standard_HC44rs | ||
max_count: 10 | ||
image: azhpc:azhop-compute:ubuntu-20_04:latest | ||
ColocateNodes: true | ||
EnableAcceleratedNetworking: true | ||
|
||
- name: hb60rs | ||
vm_size: Standard_HB60rs | ||
max_count: 10 | ||
image: azhpc:azhop-compute:ubuntu-20_04:latest | ||
ColocateNodes: true | ||
EnableAcceleratedNetworking: true | ||
|
||
- name: hb120v2 | ||
vm_size: Standard_HB120rs_v2 | ||
max_count: 10 | ||
image: azhpc:azhop-compute:ubuntu-20_04:latest | ||
ColocateNodes: true | ||
EnableAcceleratedNetworking: true | ||
|
||
- name: hpc | ||
vm_size: Standard_HB120rs_v3 | ||
max_count: 10 | ||
image: azhpc:azhop-compute:ubuntu-20_04:latest | ||
ColocateNodes: true | ||
EnableAcceleratedNetworking: true | ||
|
||
- name: gpu | ||
vm_size: Standard_NC24ads_A100_v4 | ||
max_count: 4 | ||
image: azhpc:azhop-compute:ubuntu-20_04:latest | ||
ColocateNodes: true | ||
EnableAcceleratedNetworking: true | ||
|
||
# Remote Viz Queues | ||
- name: viz3d | ||
type: remoteviz | ||
description: "With GPU - Small GPU node for single session" | ||
vm_size: Standard_NV12s_v3 | ||
max_count: 4 | ||
image: azhpc:azhop-desktop:ubuntu-20_04:latest | ||
ColocateNodes: false | ||
EnableAcceleratedNetworking: true | ||
|
||
- name: viz | ||
type: remoteviz | ||
description: "Without GPU - for single session" | ||
vm_size: Standard_D8s_v5 | ||
max_count: 10 | ||
image: azhpc:azhop-desktop:ubuntu-20_04:latest | ||
ColocateNodes: false | ||
EnableAcceleratedNetworking: true | ||
max_hours: 12 # Maximum session duration | ||
min_hours: 1 # Minimum session duration - 0 is infinite | ||
|
||
- name: largeviz3d | ||
type: remoteviz | ||
description: "Large With GPU - Intended for shared sessions" | ||
shareable: true | ||
vm_size: Standard_NV48s_v3 | ||
max_count: 4 | ||
image: azhpc:azhop-desktop:ubuntu-20_04:latest | ||
ColocateNodes: false | ||
EnableAcceleratedNetworking: true | ||
max_hours: 12 # Maximum session duration | ||
min_hours: 1 # Minimum session duration - 0 is infinite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: '14.x' | ||
node-version: '16.x' | ||
- name: Install dependencies | ||
run: | | ||
apt-get update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.