Browse Source

change default project names to match doc

pull/2/head
Nicolas Massé 9 years ago
parent
commit
3537aa7f84
  1. 14
      setup/all-in-one-template.yaml

14
setup/all-in-one-template.yaml

@ -2,12 +2,12 @@ apiVersion: v1
kind: Template kind: Template
labels: labels:
template: openshift-demo-nodejs template: openshift-demo-nodejs
message: TODO message: See https://github.com/nmasse-itix/OpenShift-Demo-NodeJS for more details.
metadata: metadata:
annotations: annotations:
description: |- description: |-
TODO A demo application that exhibits the main features of OpenShift. It is written
NOTE: You must have persistent volumes available in your cluster to use this template. in NodeJS and features a CI/CD environment with Blue/Green deployment.
openshift.io/display-name: OpenShift Demo NodeJS openshift.io/display-name: OpenShift Demo NodeJS
tags: instant-app,nodejs,jenkins tags: instant-app,nodejs,jenkins
template.openshift.io/documentation-url: https://github.com/nmasse-itix/OpenShift-Demo-NodeJS template.openshift.io/documentation-url: https://github.com/nmasse-itix/OpenShift-Demo-NodeJS
@ -475,22 +475,22 @@ parameters:
- description: The name of the OpenShift Project to that holds the dev environment. - description: The name of the OpenShift Project to that holds the dev environment.
displayName: Development Environment displayName: Development Environment
name: DEV_PROJECT name: DEV_PROJECT
value: xyz-dev value: demo-dev
- description: The name of the OpenShift Project to that holds the build environment. - description: The name of the OpenShift Project to that holds the build environment.
displayName: Build Environment displayName: Build Environment
name: BUILD_PROJECT name: BUILD_PROJECT
value: xyz-build value: demo-build
- description: The name of the OpenShift Project to that holds the test environment. - description: The name of the OpenShift Project to that holds the test environment.
displayName: Test Environment displayName: Test Environment
name: TEST_PROJECT name: TEST_PROJECT
value: xyz-test value: demo-test
- description: The name of the OpenShift Project to that holds the prod environment. - description: The name of the OpenShift Project to that holds the prod environment.
displayName: Production Environment displayName: Production Environment
name: PROD_PROJECT name: PROD_PROJECT
value: xyz-prod value: demo-prod
- description: The GIT repository to use. - description: The GIT repository to use.
displayName: GIT Repo URL displayName: GIT Repo URL

Loading…
Cancel
Save