aws-samples / 1click-hpc

Deploy your HPC Cluster on AWS in 20min. with just 1-Click.
MIT No Attribution
62 stars 44 forks source link

add custom AD #22

Closed rvencu closed 2 years ago

rvencu commented 2 years ago

Issue #, if available: 16

Description of changes:

  1. Added form fields to describe the custom AD in CloudFormation template (DNS0, DNS1, Password)
  2. Fixed Template error for resource not found [ActiveDirectory]
  3. Modified Cloud9 Bootstrap to NOT create the ReadOnlyUser and user000 if the AD is a custom one. Note: these users should be already defined in the custom AD and ReadOnlyUser and Admin users should have the Custom AD Password entered above
  4. Modified ParallelCluster templates from hardcoded corp.pcluster.com to whatever domain comes with the custom AD

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.