Skip to content

SC20 TestCluster

utdsimmons edited this page Oct 13, 2020 · 1 revision

Building the SC20 Test Cluster

Deploying

  • grab the cloudwg git repo

$ git clone [email protected]:openhpc/cloudwg.git

  • checkout the sc20 repo

$ git checkout sc20

  • Build Controller AMI with packer (Note AMI)
$ cd test-cluster/packer-templates/controller/
$ packer build controller.yml
  • Build Compute AMI with packer (Note AMI)
$ cd ../compute
$ packer build compute.yml
  • Update CF template with new AMIs and deploy cluster
$ cd ../../cfn-templates/
$ vim centos8-slurm-x86_64.yml
$ aws cloudformation deploy --template-file centos8-slurm-x86_64.yml --capabilities CAPABILITY_IAM --stack-name test$RANDOM --region us-west-1
Clone this wiki locally