This repository has been archived by the owner on Feb 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_modules.yml
57 lines (56 loc) · 2.13 KB
/
_modules.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
config:
vars:
- name: CONSOLE_ADDRESS
desc: Address to access the OpenShift console
value: console.pycon.pixy.io:8443
- name: ROUTER_ADDRESS
desc: Router DNS suffix (https://appname-project.<suffix>)
value: "apps.pycon.pixy.io"
- name: WORKSHOP_NOTES
desc: Address to access workshop notes.
value: "http://workshop.apps.pycon.pixy.io"
- name: DOWNLOAD_CLIENT_WINDOWS
desc: URL to download oc client for Windows
value: "https://github.com/openshift/origin/releases/download/v1.5.0/openshift-origin-client-tools-v1.5.0-031cbe4-windows.zip"
- name: DOWNLOAD_CLIENT_MACOSX
desc: URL to download oc client for macOS
value: "https://github.com/openshift/origin/releases/download/v1.5.0/openshift-origin-client-tools-v1.5.0-031cbe4-mac.zip"
- name: DOWNLOAD_CLIENT_LINUX_64BIT
desc: URL to download oc client for 64bit Linux
value: "https://github.com/openshift/origin/releases/download/v1.5.0/openshift-origin-client-tools-v1.5.0-031cbe4-linux-64bit.tar.gz"
- name: DOWNLOAD_CLIENT_LINUX_32BIT
desc: URL to download oc client for 32bit Linux
value: "https://github.com/openshift/origin/releases/download/v1.5.0/openshift-origin-client-tools-v1.5.0-031cbe4-linux-32bit.tar.gz"
- name: OC_CLIENT_VERSION
desc: Version of oc command line client.
value: "v1.5.0-031cbe4"
- name: OC_VERSION
desc: Expected output when `oc version` is executed
value: "oc v1.5.0+031cbe4\nkubernetes v1.5.2+43a9be4"
modules:
workshop-overview:
name: Workshop Overview
user-credentials:
name: User Credentials
client-installation:
name: Client Installation
accessing-openshift:
name: Accessing OpenShift
deploy-application:
name: Deploy Application
source-to-image:
name: Source-to-Image
using-web-console:
name: Using Web Console
expose-application:
name: Expose Application
testing-application:
name: Testing Application
deploy-postgresql:
name: Deploy PostgreSQL
linking-database:
name: Linking Database
adding-storage:
name: Adding Storage
further-resources:
name: Further Resources