update order

This commit is contained in:
Tyler Bird 2019-03-23 22:15:12 -06:00
parent 8574fb3200
commit 0d453eea08
4 changed files with 16 additions and 13 deletions

View File

@ -2,11 +2,11 @@
This repo contains code and lab material for the Cloud Foundry Summit 2019 BOSH Operator Workshop class.
1. First open this git repo in your browser.
1. First open this git repo in your browser, you'll follow along as you do work.
NOTE: We will not clone to your local hard-drive, but to a [jumpbox][jumpbox] after you complete **lab-0**.
2. Let's get started open [lab-0][lab-0].
1. Jump into [lab-0][lab-0] to get ready.
[//]: # (Links)
[lab-0]: https://github.com/starkandwayne/operator-workshop/tree/master/student/lab-0
[jumpbox]: https://en.wikipedia.org/wiki/Jump_server

BIN
images/ssh-window.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 KiB

View File

@ -77,4 +77,6 @@ $ sudo bin/install-tools
Ready to rock, let's get [lab-1][lab-1] specific requirements setup now.
[//]: # (Links)
[lab-1]: https://github.com/starkandwayne/operator-workshop/tree/master/instructor/lab-1

View File

@ -10,23 +10,25 @@ https://console.cloud.google.com.
## Confirm Project Access
<img src="https://github.com/starkandwayne/operator-workshop/raw/master/images/bosh-operator-class.png" width="634" height="606" title="BOSH Operator Class">
1. You can confirm you have access when you have logged into Google Cloud and
can see the [Project info][identifying_projects] says **Project Name** of
"bosh-operator-class".
"bosh-training-2019".
<img src="https://github.com/starkandwayne/operator-workshop/raw/master/images/ssh-button.png" width="634" height="308" title="SSH Button">
<img src="https://github.com/starkandwayne/operator-workshop/raw/master/images/bosh-operator-class.png" width="634" height="606" title="BOSH Operator Class">
2. Click on the [SSH button][ssh-button] to connect to the **student-workspace**
server.
<img src="https://github.com/starkandwayne/operator-workshop/raw/master/images/ssh-button.png" width="634" height="308" title="SSH Button">
3. Clone this repo:
```
$ git clone https://github.com/starkandwayne/operator-workshop.git
```
<img src="https://github.com/starkandwayne/operator-workshop/raw/master/images/ssh-window.png" width="715" height="427" title="SSH Button">
This copies all our labs down to your folder on the **student-workspace** server.
We use a VM running on the target infrastructure because this gives us a common
denominator for each of us who might be using different computer platforms to
@ -34,13 +36,12 @@ use this workshop (Windows, Mac, Linux).
## Ready
You are now ready to run [lab 1][lab-1]. There will be some discussion first
and then we'll jump right in.
You are now ready to run [lab 1][lab-1]. We're going to have a lecture next
before we start the next lab. So turn your attention to your instructors.
[//]: # (Links)
[instructor_email]: <mailto:tbird@starkandwayne.com>
[instructor_email]: <mailto:tbird@starkandwayne.com>
[identifying_projects]: https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects
[ssh-button]: https://cloud.google.com/compute/docs/instances/connecting-to-instance
[lab-1]: https://github.com/starkandwayne/operator-workshop/tree/master/student/lab-1
[ssh-button]: https://cloud.google.com/compute/docs/instances/connecting-to-instance
[lab-1]: https://github.com/starkandwayne/operator-workshop/tree/master/student/lab-1