Skip to content

Commit 41925f2

Browse files
author
Charles T. Betz
committed
writing lab
1 parent 100ef4f commit 41925f2

File tree

2 files changed

+43
-5
lines changed

2 files changed

+43
-5
lines changed

Lab-05-inststructions.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,38 @@
44
Lab objectives:
55
Examine the details of an end to end DevOps pipeline and participate in it using your development environment.
66

7-
outline
7+
outline (somewhat meta)
88

99
first, the default is not for each student to install their own entire pipeline on the server. the server will not scale to that level, and it's too much complexity for me to support.
1010

11-
so, we need to stand up ONE pipeline.
11+
so, we need to stand up ONE pipeline. (I need to get the pipeline working end to end on seis660)
12+
13+
they each need their own development machine working... or should I do one per team? I may need to configure the whole cluster. This is where containers would make a lot more sense.
1214

1315
they need to examine the chain step by step and run small experiments
1416

1517
we need a lab that has the students collaborating on making small contributions to the application in a distributed way.
1618

1719
they each need to add a small piece of functionality with a small test case
20+
- each should add their own Class and TestClass
21+
- and one main class should call each method
22+
23+
1824

1925
they need to check out, make changes, refresh & sync & test locally, then push and run the build.
2026

2127
then deploy to production.
2228

2329
what about breaking and backing out? reverting?
2430

25-
will need XWindows working for Jenkins and Artifactory.
31+
will need XWindows working for Jenkins and Artifactory and the final application result.
32+
33+
34+
2635

27-
the
36+
=======================
2837

38+
Future:
2939

3040
lab 6: Nagios monitoring
3141

@@ -39,4 +49,4 @@ Lab 10: ITSM?
3949

4050
Lab 11: Portfolio
4151

42-
Lab 12: Perf?
52+
Lab 12: Performance? Simulated outage?

Meta.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<h1 id="it-infrastructure-lab-5-instructions">IT Infrastructure Lab 5 Instructions</h1>
2+
<p><strong>Overview</strong></p>
3+
<p>Lab objectives:
4+
Examine the details of an end to end DevOps pipeline and participate in it using your development environment.</p>
5+
<p>outline (somewhat meta)</p>
6+
<p>first, the default is not for each student to install their own entire pipeline on the server. the server will not scale to that level, and it's too much complexity for me to support.</p>
7+
<p>so, we need to stand up ONE pipeline. (I need to get the pipeline working end to end on seis660)</p>
8+
<p>they each need their own development machine working... or should I do one per team? I may need to configure the whole cluster. This is where containers would make a lot more sense. </p>
9+
<p>they need to examine the chain step by step and run small experiments</p>
10+
<p>we need a lab that has the students collaborating on making small contributions to the application in a distributed way.</p>
11+
<p>they each need to add a small piece of functionality with a small test case</p>
12+
<ul>
13+
<li>each should add their own Class and TestClass</li>
14+
<li>and one main class should call each method</li>
15+
</ul>
16+
<p>they need to check out, make changes, refresh &amp; sync &amp; test locally, then push and run the build.</p>
17+
<p>then deploy to production.</p>
18+
<p>what about breaking and backing out? reverting?</p>
19+
<p>will need XWindows working for Jenkins and Artifactory and the final application result.</p>
20+
<p>=======================</p>
21+
<p>Future:</p>
22+
<p>lab 6: Nagios monitoring</p>
23+
<p>Lab 7: Jira &amp; collab</p>
24+
<p>Lab 8: Project mgmt</p>
25+
<p>Lab 9: ITSM</p>
26+
<p>Lab 10: ITSM?</p>
27+
<p>Lab 11: Portfolio</p>
28+
<p>Lab 12: Performance? Simulated outage?</p>

0 commit comments

Comments
 (0)