forked from RedHatWorkshops/openshiftv3-workshop
-
Notifications
You must be signed in to change notification settings - Fork 7
/
_modules.yml.bak
38 lines (37 loc) · 1.48 KB
/
_modules.yml.bak
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
config:
vars:
- name: DEFAULT_PASSWORD
desc: Default password for users in the environment
value: openshift
- name: CONSOLE_ADDRESS
desc: HTTP address of the OpenShift console
value: https://master.ocp.tauil.org
- name: APPS_ADDRESS
desc: HTTP address suffix of apps deployed on OpenShift
value: apps.ocp.tauil.org
- name: GET_STARTED_CLI_URL
desc: URL to documentation to configure CLI
value: https://docs.openshift.com/container-platform/latest/cli_reference/get_started_cli.html
- name: NEXUS_URL
desc: URL to Nexus repository
value: http://nexus.ci.svc.cluster.local:8081/repository/maven-public/
- name: REDHAT_DOWNLOAD_OC_PORTAL_URL
desc: URL for Red Hat portal oc binary download
value: https://access.redhat.com/downloads/content/290
modules:
0-setting-up-client-tools:
name: Setting up client tools
1-create-app-from-docker-image:
name: Create an App from a Docker image
2-create-app-using-docker-build:
name: Create an App using Docker build
7-binary-deployment-war-file:
name: Binary Deployment of a war file
9-bluegreen-deployments:
name: Blue-Green Deployments
15-adding-springboot-sti-to-catalog:
name: Adding Spring Boot S2I Image to the Project Catalog
16-adding-database-to-springboot-app:
name: Adding a backend database to the SpringBoot application
17-dynamic-config-updates-using-configmaps:
name: Dynamic configuration updates using ConfigMap