forked from RedHatWorkshops/openshiftv3-workshop
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_modules.yml
60 lines (59 loc) · 2.19 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
58
59
60
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
3-using-web-console:
name: Using Web Console
4-create-app-using-jboss-builder-image:
name: Creating an application using JBoss EAP builder image
5-using-templates:
name: Using Templates
6-scaling-app-instances:
name: Scale up and Scale down and Idle the application instances
7-binary-deployment-war-file:
name: Binary Deployment of a war file
8-using-ssl-app:
name: Using SSL in your application
9-bluegreen-deployments:
name: Blue-Green Deployments
10-webhooks:
name: SCM Web Hooks
11-rollback-applications:
name: Rollback Applications
12-code-promotion-across-envs:
name: Code Promotion across Environments
13-using-jbds:
name: Installing the JBoss Developer Studio
14-deploy-springboot-app:
name: Deploy a SpringBoot Application
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
18-changing-code-onthefly:
name: Changing code on the fly