-
Notifications
You must be signed in to change notification settings - Fork 69
/
_cloud-native-workshop-codeready.yml
44 lines (41 loc) · 1.77 KB
/
_cloud-native-workshop-codeready.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
id: "cloudnative"
name: "OpenShift Cloud-Native Workshop"
content:
url: https://raw.githubusercontent.com/openshift-labs/cloud-native-guides/ocp-3.11
vars:
OPENSHIFT_DOCS_BASE: "https://docs.openshift.com/container-platform/3.11"
OPENSHIFT_USER: userX
OPENSHIFT_PASSWORD: PASSWORD
COOLSTORE_PROJECT: coolstoreX
INFRA_PROJECT: infraX
DOWNLOAD_CLIENT_WINDOWS: https://mirror.openshift.com/pub/openshift-v3/clients/3.11.16/windows/oc.zip
DOWNLOAD_CLIENT_MAC: https://mirror.openshift.com/pub/openshift-v3/clients/3.11.16/macosx/oc.tar.gz
DOWNLOAD_CLIENT_LIN64: https://mirror.openshift.com/pub/openshift-v3/clients/3.11.16/linux/oc.tar.gz
LABS_GIT_REPO: https://github.com/openshift-labs/cloud-native-labs.git#ocp-3.11
LABS_DOWNLOAD_URL: https://github.com/openshift-labs/cloud-native-labs/archive/ocp-3.11.zip
WEB_NODEJS_GIT_REPO: https://github.com/openshift-labs/cloud-native-labs/tree/ocp-3.11/web-nodejs
OPENSHIFT_CONSOLE_URL: OPENSHIFT-CONSOLE-URL
APPS_HOSTNAME_SUFFIX: APPS_HOSTNAME_SUFFIX
INVENTORY_ROUTE_HOST: INVENTORY-ROUTE-HOST
CATALOG_ROUTE_HOST: CATALOG-ROUTE-HOST
API_GATEWAY_ROUTE_HOST: API-GATEWAY-ROUTE-HOST
CODEREADY_WORKSPACES_URL: http://codeready-lab-infra.192.168.99.100.nip.io
GIT_URL: http://gogs-lab-infra.192.168.99.100.nip.io
NEXUS_URL: http://nexus.lab-infra.svc:8081/repository/maven-all-public
KIALI_URL: http://kiali-infra.192.168.99.100.nip.io
JAEGER_URL: https://jaeger-query-istio-system.192.168.99.100.nip.io
modules:
activate:
- introduction
- getting-started-codeready
- inventory-thorntail-codeready
- catalog-spring-boot-codeready
- gateway-vertx-codeready
- webui-deployment
- app-config-thorntail
- health
- fault-tolerance-codeready
- continuous-delivery
- service-mesh
- abtesting
- env-info