November 12, 13:30-17:00 MST
Time | Topic |
---|---|
13:30-13:45 | Welcome and setup |
13:45-13:55 | Creating a Magic Castle Cluster in 5 minutes |
13:55-14:20 | Terraforming the Cloud to Teach HPC |
14:20-15:00 | Magic Castle |
15:00-15:30 | Break |
15:30-16:45 | Hands-on exercises |
16:45-17:00 | Break |
11:20-12:00 | Q&A |
The SC Conference is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, sexual orientation, disability, physical appearance, race, or religion. We do not tolerate harassment in any form.
During this tutorial, we strive to follow the Contributor Covenant Code of Conduct
to foster an inclusive and welcoming environment for everyone.
In short:
Contact details to report CoC violations can be found here.
You can ask questions about the workshop content at the bottom of this page. We use the videoconferencing chat only for reporting videoconferencing problems and such.
ssh yourusername@sc23.magiccastle.live
terraform version
source cloud-creds.sh
tar xvf magic_castle*.tar.gz
mv magic_castle-aws-13.1.0 mycluster
cd mycluster
nano main.tf
# (Set a unique cluster name, save, and then exit nano)
terraform init
terraform plan -out=myplan.zip
terraform apply myplan.zip
ssh -A centos@<your-ip-address
tail -f /var/log/cloud-init-output.log
journalctl -u puppet -f
# Ctrl-C to leave journalctlssh mgmt1
tail -f /var/log/cloud-init-output.log
journalctl -u puppet -f
nano main.tf
source cloud-creds.sh
terraform init -upgrade
terraform plan -out=my-plan.zip
terraform apply my-plan.zip
ssh -A centos@<your_username>.magiccastle.live
nano main.tf
terraform plan -out=my-plan.zip
terraform apply my-plan.zip
nano data.yaml
source cloud-creds.sh
terraform plan -out=my-plan.zip
terraform apply my-plan.zip