deploy/ci/secrets.yml-sample
# Branches
stratos-deploy-branch: master
stratos-ui-branch: master
ui-pr-label: my-pr-label
# Images
concourse-image: myregistry/concourse
dcind-image: myregistry/dcind
console-proxy-builder: myregistry/console-proxy-builder
pr-resource-image: myregistry/irfanhabib/pr
# Repository - Specify this if your registry is HTTP
insecure-registry: myregistry
web-server-uri: registry.paas-ui:8080
scp-location: stack@registry.paas-ui:web-server/volume/
github-access-token: <Github access token>
github-private-key: |
-----BEGIN RSA PRIVATE KEY-----
blahblahblahblahblahblahblahblah
-----END RSA PRIVATE KEY-----
vcs-clients: <VCS clients>
# Properties required by the console-build-images pipeline
docker-username: <username>
docker-password: <password>
docker-registry: <registry>
tag: <tag>
# label to add to e2e apps for identification purposes
custom-app-label: <app-label>
# protractor config
cf-location: https://api.my-cf.com
cf-admin-user: admin
cf-admin-password: changeme
cf-e2e-user: e2e
cf-e2e-user-password: changeme
console-admin-user: admin
console-admin-password: changeme
console-user-user: user
console-user-password: changeme
# Used by the AIO publish pipeline
docker-io-aio-repository: myOrg/myRepo