ipsilon: add some new lines to make it easier to read the different sections
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
6dc4c7533c
commit
071934da28
1 changed files with 8 additions and 0 deletions
|
@ -32,27 +32,33 @@
|
||||||
secret_name: ipsilon-keytab
|
secret_name: ipsilon-keytab
|
||||||
service: HTTP
|
service: HTTP
|
||||||
host: "id{{ env_suffix }}.fedoraproject.org"
|
host: "id{{ env_suffix }}.fedoraproject.org"
|
||||||
|
|
||||||
- role: openshift/imagestream
|
- role: openshift/imagestream
|
||||||
app: ipsilon
|
app: ipsilon
|
||||||
imagename: ipsilon
|
imagename: ipsilon
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: ipsilon
|
app: ipsilon
|
||||||
template: buildconfig.yml
|
template: buildconfig.yml
|
||||||
objectname: buildconfig.yml
|
objectname: buildconfig.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: ipsilon
|
app: ipsilon
|
||||||
template_fullpath: "{{roles_path}}/ipsilon/templates/configmap.yml"
|
template_fullpath: "{{roles_path}}/ipsilon/templates/configmap.yml"
|
||||||
objectname: configmap.yml
|
objectname: configmap.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: ipsilon
|
app: ipsilon
|
||||||
file: service.yml
|
file: service.yml
|
||||||
objectname: service.yml
|
objectname: service.yml
|
||||||
|
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
app: ipsilon
|
app: ipsilon
|
||||||
routename: ipsilon
|
routename: ipsilon
|
||||||
host: "id{{ env_suffix }}.fedoraproject.org"
|
host: "id{{ env_suffix }}.fedoraproject.org"
|
||||||
serviceport: web
|
serviceport: web
|
||||||
servicename: ipsilon
|
servicename: ipsilon
|
||||||
|
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
app: ipsilon
|
app: ipsilon
|
||||||
routename: ipsilon-userid
|
routename: ipsilon-userid
|
||||||
|
@ -60,10 +66,12 @@
|
||||||
wildcardpolicy: Subdomain
|
wildcardpolicy: Subdomain
|
||||||
serviceport: web
|
serviceport: web
|
||||||
servicename: ipsilon
|
servicename: ipsilon
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: ipsilon
|
app: ipsilon
|
||||||
template: deploymentconfig.yml
|
template: deploymentconfig.yml
|
||||||
objectname: deploymentconfig.yml
|
objectname: deploymentconfig.yml
|
||||||
|
|
||||||
- role: openshift/rollout
|
- role: openshift/rollout
|
||||||
app: ipsilon
|
app: ipsilon
|
||||||
dcname: ipsilon
|
dcname: ipsilon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue