-
Notifications
You must be signed in to change notification settings - Fork 2
SC20 TestCluster
utdsimmons edited this page Oct 13, 2020
·
1 revision
- 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