Skip to content

Commit

Permalink
Merge pull request #935 from Azure/feature/lustre_roles
Browse files Browse the repository at this point in the history
Allow lustre to be installed on CentOS 7.9
  • Loading branch information
xpillons authored Jul 1, 2022
2 parents 71dcbb5 + 5c0a8f7 commit c6c7c95
Show file tree
Hide file tree
Showing 24 changed files with 1,040 additions and 843 deletions.
5 changes: 5 additions & 0 deletions config.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ locked_down_network:

# Base image configuration. Can be either an image reference or an image_id from the image registry or a custom managed image
linux_base_image: "OpenLogic:CentOS:7_9-gen2:latest" # publisher:offer:sku:version or image_id
linux_base_plan: # linux image plan if required, format is publisher:product:name
windows_base_image: "MicrosoftWindowsServer:WindowsServer:2016-Datacenter-smalldisk:latest" # publisher:offer:sku:version or image_id
lustre_base_image: "azhpc:azurehpc-lustre:azurehpc-lustre-2_12:latest"
# The lustre plan to use. Only needed when using the default lustre image from the marketplace. use "::" for an empty plan
lustre_base_plan: "azhpc:azurehpc-lustre:azurehpc-lustre-2_12" # publisher:product:name

# Jumpbox VM configuration
jumpbox:
Expand Down Expand Up @@ -167,6 +171,7 @@ groups: # Not used today => To be used in the future
- name: users
gid: 5000


# Enable cvmfs-eessi - disabled by default
# cvmfs_eessi:
# enabled: true
Expand Down
4 changes: 4 additions & 0 deletions docs/deploy/define_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ locked_down_network:

# Base image configuration. Can be either an image reference or an image_id from the image registry or a custom managed image
linux_base_image: "OpenLogic:CentOS:7_9-gen2:latest" # publisher:offer:sku:version or image_id
linux_base_plan: # linux image plan if required, format is publisher:product:name
windows_base_image: "MicrosoftWindowsServer:WindowsServer:2016-Datacenter-smalldisk:latest" # publisher:offer:sku:version or image_id
lustre_base_image: "azhpc:azurehpc-lustre:azurehpc-lustre-2_12:latest"
# The lustre plan to use. Only needed when using the default lustre image from the marketplace. use "::" for an empty plan
lustre_base_plan: "azhpc:azurehpc-lustre:azurehpc-lustre-2_12" # publisher:product:name

# Jumpbox VM configuration
jumpbox:
Expand Down
Loading

0 comments on commit c6c7c95

Please sign in to comment.