From 43f2f25deffde4ecd43d281730bcbaa790a5b089 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Sat, 07 Apr 2018 15:48:37 +0200
Subject: [PATCH] Adding template layout to each exercise for completness

---
 exercises/5-non-functionals-strike-back/README.md      |   60 ++++++++
 exercises/6-return-of-the-app-monitoring/README.md     |   60 ++++++++
 exercises/7-the-cluster-awakens/README.md              |   60 ++++++++
 exercises/8-the-last-unicorn-dev/README.md             |   60 ++++++++
 exercises/2-attack-of-the-pipelines/README.md          |   22 ++
 exercises/3-revenge-of-the-automated-testing/README.md |   60 ++++++++
 exercises/4-an-enslaved-hope/README.md                 |   60 ++++++++
 7 files changed, 380 insertions(+), 2 deletions(-)

diff --git a/exercises/2-attack-of-the-pipelines/README.md b/exercises/2-attack-of-the-pipelines/README.md
index 4eaf747..eeebe9e 100644
--- a/exercises/2-attack-of-the-pipelines/README.md
+++ b/exercises/2-attack-of-the-pipelines/README.md
@@ -1,6 +1,7 @@
 # Exercise Title
 
 > Short description of the exercise and it's outcomes
+_____
 
 ## Learning Outcomes
 As a learner you will be able to
@@ -14,14 +15,24 @@
 1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
 1. [Ansible]() - blah blah ...
 
+## Big Picture
+This exercise begins cluster containing blah blah
+
+_____
 
 ## 10,000 Ft View
 > This should contain the goal of the exercise; with enough information that advanced learners could use this to build the exercise without much guidance. The information here
+
+2. Highlevel instruction 1
+
+2. Highlevel instruction with ref to `file-a` to keep learners in supportable mode
 
 ## Step by Step Instructions
 > This is a fairly structured guide with references to exact filenames and sections of text to be added. Include pictures and code snippets where appropriate. Rule of thumb is learners are dumb.... so over describe _why_ we're doing things
 
 ### Part 1 - do some things
+> _prefix of exercise and why we're doing it_
+
 2. Do thing using tool X.
 2. Insert blah into `file1.txt`
 ```
@@ -30,13 +41,20 @@
 2. Open console and navigate to `New Item` and click it ![new-item](./images/new-item.png)
 
 ### Part 2 - do some other things
+> _prefix of exercise and why we're doing it_
+
 3. Do other things
 
+_____
+
 ## Extension Tasks
-> Ideas for go-getters. Advanced topic for doers to get on with if they finish early. These will usually not have a solution and are provided for additional scope.
+> _Ideas for go-getters. Advanced topic for doers to get on with if they finish early. These will usually not have a solution and are provided for additional scope._
 
  - Add Auth to your application
  - Do some other stuff
 
 ## Additional Reading
- > List of links or other reading that might be of use / reference for the exercise
+> List of links or other reading that might be of use / reference for the exercise
+
+## Slide links
+> link back to the deck for the supporting material
\ No newline at end of file
diff --git a/exercises/3-revenge-of-the-automated-testing/README.md b/exercises/3-revenge-of-the-automated-testing/README.md
new file mode 100644
index 0000000..eeebe9e
--- /dev/null
+++ b/exercises/3-revenge-of-the-automated-testing/README.md
@@ -0,0 +1,60 @@
+# Exercise Title
+
+> Short description of the exercise and it's outcomes
+_____
+
+## Learning Outcomes
+As a learner you will be able to
+- Do thing 1
+- Do thing 2
+- Do thing 3
+
+## Tools and Frameworks
+> Name of tool - short description and link to docs or website
+
+1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
+1. [Ansible]() - blah blah ...
+
+## Big Picture
+This exercise begins cluster containing blah blah
+
+_____
+
+## 10,000 Ft View
+> This should contain the goal of the exercise; with enough information that advanced learners could use this to build the exercise without much guidance. The information here
+
+2. Highlevel instruction 1
+
+2. Highlevel instruction with ref to `file-a` to keep learners in supportable mode
+
+## Step by Step Instructions
+> This is a fairly structured guide with references to exact filenames and sections of text to be added. Include pictures and code snippets where appropriate. Rule of thumb is learners are dumb.... so over describe _why_ we're doing things
+
+### Part 1 - do some things
+> _prefix of exercise and why we're doing it_
+
+2. Do thing using tool X.
+2. Insert blah into `file1.txt`
+```
+export SOME_THING=biscuits
+```
+2. Open console and navigate to `New Item` and click it ![new-item](./images/new-item.png)
+
+### Part 2 - do some other things
+> _prefix of exercise and why we're doing it_
+
+3. Do other things
+
+_____
+
+## Extension Tasks
+> _Ideas for go-getters. Advanced topic for doers to get on with if they finish early. These will usually not have a solution and are provided for additional scope._
+
+ - Add Auth to your application
+ - Do some other stuff
+
+## Additional Reading
+> List of links or other reading that might be of use / reference for the exercise
+
+## Slide links
+> link back to the deck for the supporting material
\ No newline at end of file
diff --git a/exercises/4-an-enslaved-hope/README.md b/exercises/4-an-enslaved-hope/README.md
new file mode 100644
index 0000000..eeebe9e
--- /dev/null
+++ b/exercises/4-an-enslaved-hope/README.md
@@ -0,0 +1,60 @@
+# Exercise Title
+
+> Short description of the exercise and it's outcomes
+_____
+
+## Learning Outcomes
+As a learner you will be able to
+- Do thing 1
+- Do thing 2
+- Do thing 3
+
+## Tools and Frameworks
+> Name of tool - short description and link to docs or website
+
+1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
+1. [Ansible]() - blah blah ...
+
+## Big Picture
+This exercise begins cluster containing blah blah
+
+_____
+
+## 10,000 Ft View
+> This should contain the goal of the exercise; with enough information that advanced learners could use this to build the exercise without much guidance. The information here
+
+2. Highlevel instruction 1
+
+2. Highlevel instruction with ref to `file-a` to keep learners in supportable mode
+
+## Step by Step Instructions
+> This is a fairly structured guide with references to exact filenames and sections of text to be added. Include pictures and code snippets where appropriate. Rule of thumb is learners are dumb.... so over describe _why_ we're doing things
+
+### Part 1 - do some things
+> _prefix of exercise and why we're doing it_
+
+2. Do thing using tool X.
+2. Insert blah into `file1.txt`
+```
+export SOME_THING=biscuits
+```
+2. Open console and navigate to `New Item` and click it ![new-item](./images/new-item.png)
+
+### Part 2 - do some other things
+> _prefix of exercise and why we're doing it_
+
+3. Do other things
+
+_____
+
+## Extension Tasks
+> _Ideas for go-getters. Advanced topic for doers to get on with if they finish early. These will usually not have a solution and are provided for additional scope._
+
+ - Add Auth to your application
+ - Do some other stuff
+
+## Additional Reading
+> List of links or other reading that might be of use / reference for the exercise
+
+## Slide links
+> link back to the deck for the supporting material
\ No newline at end of file
diff --git a/exercises/5-non-functionals-strike-back/README.md b/exercises/5-non-functionals-strike-back/README.md
new file mode 100644
index 0000000..eeebe9e
--- /dev/null
+++ b/exercises/5-non-functionals-strike-back/README.md
@@ -0,0 +1,60 @@
+# Exercise Title
+
+> Short description of the exercise and it's outcomes
+_____
+
+## Learning Outcomes
+As a learner you will be able to
+- Do thing 1
+- Do thing 2
+- Do thing 3
+
+## Tools and Frameworks
+> Name of tool - short description and link to docs or website
+
+1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
+1. [Ansible]() - blah blah ...
+
+## Big Picture
+This exercise begins cluster containing blah blah
+
+_____
+
+## 10,000 Ft View
+> This should contain the goal of the exercise; with enough information that advanced learners could use this to build the exercise without much guidance. The information here
+
+2. Highlevel instruction 1
+
+2. Highlevel instruction with ref to `file-a` to keep learners in supportable mode
+
+## Step by Step Instructions
+> This is a fairly structured guide with references to exact filenames and sections of text to be added. Include pictures and code snippets where appropriate. Rule of thumb is learners are dumb.... so over describe _why_ we're doing things
+
+### Part 1 - do some things
+> _prefix of exercise and why we're doing it_
+
+2. Do thing using tool X.
+2. Insert blah into `file1.txt`
+```
+export SOME_THING=biscuits
+```
+2. Open console and navigate to `New Item` and click it ![new-item](./images/new-item.png)
+
+### Part 2 - do some other things
+> _prefix of exercise and why we're doing it_
+
+3. Do other things
+
+_____
+
+## Extension Tasks
+> _Ideas for go-getters. Advanced topic for doers to get on with if they finish early. These will usually not have a solution and are provided for additional scope._
+
+ - Add Auth to your application
+ - Do some other stuff
+
+## Additional Reading
+> List of links or other reading that might be of use / reference for the exercise
+
+## Slide links
+> link back to the deck for the supporting material
\ No newline at end of file
diff --git a/exercises/6-return-of-the-app-monitoring/README.md b/exercises/6-return-of-the-app-monitoring/README.md
new file mode 100644
index 0000000..eeebe9e
--- /dev/null
+++ b/exercises/6-return-of-the-app-monitoring/README.md
@@ -0,0 +1,60 @@
+# Exercise Title
+
+> Short description of the exercise and it's outcomes
+_____
+
+## Learning Outcomes
+As a learner you will be able to
+- Do thing 1
+- Do thing 2
+- Do thing 3
+
+## Tools and Frameworks
+> Name of tool - short description and link to docs or website
+
+1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
+1. [Ansible]() - blah blah ...
+
+## Big Picture
+This exercise begins cluster containing blah blah
+
+_____
+
+## 10,000 Ft View
+> This should contain the goal of the exercise; with enough information that advanced learners could use this to build the exercise without much guidance. The information here
+
+2. Highlevel instruction 1
+
+2. Highlevel instruction with ref to `file-a` to keep learners in supportable mode
+
+## Step by Step Instructions
+> This is a fairly structured guide with references to exact filenames and sections of text to be added. Include pictures and code snippets where appropriate. Rule of thumb is learners are dumb.... so over describe _why_ we're doing things
+
+### Part 1 - do some things
+> _prefix of exercise and why we're doing it_
+
+2. Do thing using tool X.
+2. Insert blah into `file1.txt`
+```
+export SOME_THING=biscuits
+```
+2. Open console and navigate to `New Item` and click it ![new-item](./images/new-item.png)
+
+### Part 2 - do some other things
+> _prefix of exercise and why we're doing it_
+
+3. Do other things
+
+_____
+
+## Extension Tasks
+> _Ideas for go-getters. Advanced topic for doers to get on with if they finish early. These will usually not have a solution and are provided for additional scope._
+
+ - Add Auth to your application
+ - Do some other stuff
+
+## Additional Reading
+> List of links or other reading that might be of use / reference for the exercise
+
+## Slide links
+> link back to the deck for the supporting material
\ No newline at end of file
diff --git a/exercises/7-the-cluster-awakens/README.md b/exercises/7-the-cluster-awakens/README.md
new file mode 100644
index 0000000..eeebe9e
--- /dev/null
+++ b/exercises/7-the-cluster-awakens/README.md
@@ -0,0 +1,60 @@
+# Exercise Title
+
+> Short description of the exercise and it's outcomes
+_____
+
+## Learning Outcomes
+As a learner you will be able to
+- Do thing 1
+- Do thing 2
+- Do thing 3
+
+## Tools and Frameworks
+> Name of tool - short description and link to docs or website
+
+1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
+1. [Ansible]() - blah blah ...
+
+## Big Picture
+This exercise begins cluster containing blah blah
+
+_____
+
+## 10,000 Ft View
+> This should contain the goal of the exercise; with enough information that advanced learners could use this to build the exercise without much guidance. The information here
+
+2. Highlevel instruction 1
+
+2. Highlevel instruction with ref to `file-a` to keep learners in supportable mode
+
+## Step by Step Instructions
+> This is a fairly structured guide with references to exact filenames and sections of text to be added. Include pictures and code snippets where appropriate. Rule of thumb is learners are dumb.... so over describe _why_ we're doing things
+
+### Part 1 - do some things
+> _prefix of exercise and why we're doing it_
+
+2. Do thing using tool X.
+2. Insert blah into `file1.txt`
+```
+export SOME_THING=biscuits
+```
+2. Open console and navigate to `New Item` and click it ![new-item](./images/new-item.png)
+
+### Part 2 - do some other things
+> _prefix of exercise and why we're doing it_
+
+3. Do other things
+
+_____
+
+## Extension Tasks
+> _Ideas for go-getters. Advanced topic for doers to get on with if they finish early. These will usually not have a solution and are provided for additional scope._
+
+ - Add Auth to your application
+ - Do some other stuff
+
+## Additional Reading
+> List of links or other reading that might be of use / reference for the exercise
+
+## Slide links
+> link back to the deck for the supporting material
\ No newline at end of file
diff --git a/exercises/8-the-last-unicorn-dev/README.md b/exercises/8-the-last-unicorn-dev/README.md
new file mode 100644
index 0000000..eeebe9e
--- /dev/null
+++ b/exercises/8-the-last-unicorn-dev/README.md
@@ -0,0 +1,60 @@
+# Exercise Title
+
+> Short description of the exercise and it's outcomes
+_____
+
+## Learning Outcomes
+As a learner you will be able to
+- Do thing 1
+- Do thing 2
+- Do thing 3
+
+## Tools and Frameworks
+> Name of tool - short description and link to docs or website
+
+1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
+1. [Ansible]() - blah blah ...
+
+## Big Picture
+This exercise begins cluster containing blah blah
+
+_____
+
+## 10,000 Ft View
+> This should contain the goal of the exercise; with enough information that advanced learners could use this to build the exercise without much guidance. The information here
+
+2. Highlevel instruction 1
+
+2. Highlevel instruction with ref to `file-a` to keep learners in supportable mode
+
+## Step by Step Instructions
+> This is a fairly structured guide with references to exact filenames and sections of text to be added. Include pictures and code snippets where appropriate. Rule of thumb is learners are dumb.... so over describe _why_ we're doing things
+
+### Part 1 - do some things
+> _prefix of exercise and why we're doing it_
+
+2. Do thing using tool X.
+2. Insert blah into `file1.txt`
+```
+export SOME_THING=biscuits
+```
+2. Open console and navigate to `New Item` and click it ![new-item](./images/new-item.png)
+
+### Part 2 - do some other things
+> _prefix of exercise and why we're doing it_
+
+3. Do other things
+
+_____
+
+## Extension Tasks
+> _Ideas for go-getters. Advanced topic for doers to get on with if they finish early. These will usually not have a solution and are provided for additional scope._
+
+ - Add Auth to your application
+ - Do some other stuff
+
+## Additional Reading
+> List of links or other reading that might be of use / reference for the exercise
+
+## Slide links
+> link back to the deck for the supporting material
\ No newline at end of file

--
Gitblit v1.9.3