Oops, use a different app name
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
0a036abeea
commit
29ceba9b18
1 changed files with 16 additions and 16 deletions
|
@ -15,7 +15,7 @@
|
||||||
username: "noggin{{ env_suffix }}"
|
username: "noggin{{ env_suffix }}"
|
||||||
|
|
||||||
- role: openshift/project
|
- role: openshift/project
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
description: "Self-service account portal"
|
description: "Self-service account portal"
|
||||||
appowners:
|
appowners:
|
||||||
- abompard
|
- abompard
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
- apply-appowners
|
- apply-appowners
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
- role: openshift/project
|
- role: openshift/project
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
description: "Self-service account portal"
|
description: "Self-service account portal"
|
||||||
appowners:
|
appowners:
|
||||||
- abompard
|
- abompard
|
||||||
|
@ -36,46 +36,46 @@
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: openshift/secret-file
|
- role: openshift/secret-file
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
secret_name: fedora-messaging-ca
|
secret_name: fedora-messaging-ca
|
||||||
key: cacert.pem
|
key: cacert.pem
|
||||||
privatefile: "rabbitmq/{{env}}/pki/ca.crt"
|
privatefile: "rabbitmq/{{env}}/pki/ca.crt"
|
||||||
- role: openshift/secret-file
|
- role: openshift/secret-file
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
secret_name: fedora-messaging-crt
|
secret_name: fedora-messaging-crt
|
||||||
key: noggin-cert.pem
|
key: noggin-cert.pem
|
||||||
privatefile: "rabbitmq/{{env}}/pki/issued/noggin{{env_suffix}}.crt"
|
privatefile: "rabbitmq/{{env}}/pki/issued/noggin{{env_suffix}}.crt"
|
||||||
- role: openshift/secret-file
|
- role: openshift/secret-file
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
secret_name: fedora-messaging-key
|
secret_name: fedora-messaging-key
|
||||||
key: noggin-key.pem
|
key: noggin-key.pem
|
||||||
privatefile: "rabbitmq/{{env}}/pki/private/noggin{{env_suffix}}.key"
|
privatefile: "rabbitmq/{{env}}/pki/private/noggin{{env_suffix}}.key"
|
||||||
|
|
||||||
- role: openshift/imagestream
|
- role: openshift/imagestream
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
imagename: noggin
|
imagename: noggin
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
template: buildconfig.yml
|
template: buildconfig.yml
|
||||||
objectname: buildconfig.yml
|
objectname: buildconfig.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
template: configmap.yml
|
template: configmap.yml
|
||||||
objectname: configmap.yml
|
objectname: configmap.yml
|
||||||
noggin_theme: centos
|
noggin_theme: centos
|
||||||
|
|
||||||
- role: openshift/ipa-client
|
- role: openshift/ipa-client
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
template: service.yml
|
template: service.yml
|
||||||
objectname: service.yml
|
objectname: service.yml
|
||||||
|
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
routename: noggin
|
routename: noggin
|
||||||
host: "accounts{{ env_suffix }}.centos.org"
|
host: "accounts{{ env_suffix }}.centos.org"
|
||||||
serviceport: web
|
serviceport: web
|
||||||
|
@ -84,24 +84,24 @@
|
||||||
haproxy.router.openshift.io/timeout: 5m
|
haproxy.router.openshift.io/timeout: 5m
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
template: secrets.yml
|
template: secrets.yml
|
||||||
objectname: secrets.yml
|
objectname: secrets.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
template: secret-webhook.yml
|
template: secret-webhook.yml
|
||||||
objectname: secret-webhook.yml
|
objectname: secret-webhook.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: noggin
|
app: noggin-centos
|
||||||
template: deploymentconfig.yml
|
template: deploymentconfig.yml
|
||||||
objectname: deploymentconfig.yml
|
objectname: deploymentconfig.yml
|
||||||
|
|
||||||
# - role: openshift/start-build
|
# - role: openshift/start-build
|
||||||
# app: noggin
|
# app: noggin-centos
|
||||||
# buildname: noggin
|
# buildname: noggin
|
||||||
|
|
||||||
# - role: openshift/rollout
|
# - role: openshift/rollout
|
||||||
# app: noggin
|
# app: noggin-centos
|
||||||
# dcname: noggin
|
# dcname: noggin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue