Skip to content

Commit 4abf86c

Browse files
committed
Updated working and syntax for Tut's 1 and 4.
1 parent 5ebf47f commit 4abf86c

8 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ Tutorial 2 deals with reverse proxy access for internal websites, central authen
339339
1. [Head Node Configuration (Server)](#head-node-configuration-server)
340340
1. [Compute Node Configuration (Clients)](#compute-node-configuration-clients)
341341
1. [Configure Grafana Dashboard for Slurm](#configure-grafana-dashboard-for-slurm)
342-
1. [Using Terraform to Automate the Deployment of your OpenStack Instances](#using-terraform-to-automate-the-deployment-of-your-openstack-instances)
343-
1. [Using Ansisble to Automate the Configuration of your VMs](#using-ansisble-to-automate-the-configuration-of-your-vms)
342+
1. [Automating the Deployment of your OpenStack Instances Using Terraform](#automating-the-deployment-of-your-openstack-instances-using-terraform)
343+
1. [Automating the Configuration of your VMs Using Ansisble](#automating-the-configuration-of-your-vms-using-ansible)
344344
1. [Introduction to Continuous Integration](#introduction-to-continuous-integration)
345345
1. [GitHub](#github)
346346
1. [TravisCI](#travisci)
@@ -368,7 +368,7 @@ Editing the content directly, will require the use of Git. Using a terminal appl
368368
<p align="center"><img alt="Adding SSH Keys to GitHub." src="./resources/github_profile_settings_highlight.png" width=900 /></p>
369369
1. `git clone` a local copy of the repository, to your personal work space.
370370
<p align="center"><img alt="Adding SSH Keys to GitHub." src="./resources/github_clone.png" width=900 /></p>
371-
```shell
371+
```bash
372372
git clone [email protected]:chpc-tech-eval/chpc24-scc-nmu.git
373373
```
374374
1. When starting work on a new feature or bug fix, create a feature branch off of the development branch and regularly get updates from `dev` to ensure that you remain consistent with any changes to `dev`:
71.4 KB
Loading

tutorial1/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ This tutorial will conclude with you downloading, installing and running the Hig
1616

1717
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
1818

19-
1. [Tutorial 1: Standing Up Your Head Node and Running HPL](#tutorial-1-standing-up-your-head-node-and-running-hpl)
20-
1. [Table of Contents](#table-of-contents)
2119
1. [Checklist](#checklist)
2220
1. [Network Primer](#network-primer)
2321
1. [Basic Networking Example (WhatIsMyIp.com)](#basic-networking-example-whatismyipcom)

tutorial4/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
1. [Head Node Configuration (Server)](#head-node-configuration-server)
2222
1. [Compute Node Configuration (Clients)](#compute-node-configuration-clients)
2323
1. [Configure Grafana Dashboard for Slurm](#configure-grafana-dashboard-for-slurm)
24-
1. [Using Terraform to Automate the Deployment of your OpenStack Instances](#using-terraform-to-automate-the-deployment-of-your-openstack-instances)
25-
1. [Using Ansisble to Automate the Configuration of your VMs](#using-ansisble-to-automate-the-configuration-of-your-vms)
24+
1. [Automating the Deployment of your OpenStack Instances Using Terraform](#automating-the-deployment-of-your-openstack-instances-using-terraform)
25+
1. [Automating the Configuration of your VMs Using Ansisble](#automating-the-configuration-of-your-vms-using-ansible)
2626
1. [Introduction to Continuous Integration](#introduction-to-continuous-integration)
2727
1. [GitHub](#github)
2828
1. [TravisCI](#travisci)
@@ -367,9 +367,11 @@ To confirm that your node configuration is correct, you can run the following co
367367
The `S:C:T` column means "sockets, cores, threads" and your numbers for your compute node should match the settings that you made in the `slurm.conf` file.
368368
## Configure Grafana Dashboard for Slurm
369369
370-
# Using Terraform to Automate the Deployment of your OpenStack Instances
370+
# Automating the Deployment of your OpenStack Instances Using Terraform
371371
372-
# Using Ansisble to Automate the Configuration of your VMs
372+
##
373+
374+
# Automating the Configuration of your VMs Using Ansible
373375
374376
# Introduction to Continuous Integration
375377
## GitHub
Loading
237 KB
Loading
256 KB
Loading
199 KB
Loading

0 commit comments

Comments
 (0)