move back to old vars/role syntax
This commit is contained in:
parent
19d10df6a0
commit
d8a34f8f00
1 changed files with 22 additions and 6 deletions
|
@ -24,9 +24,25 @@
|
|||
secret_name: librariesio2fedmsg-fedmsg-crt
|
||||
key: fedmsg-librariesio2fedmsg.crt
|
||||
privatefile: fedmsg-certs/keys/librariesio2fedmsg-librariesio2fedmsg.app.os.fedoraproject.org.crt
|
||||
- { role: openshift/object, vars: {app: librariesio2fedmsg, file: imagestream.yml, objectname: imagestream.yml }}
|
||||
- { role: openshift/object, vars: {app: librariesio2fedmsg, file: buildconfig.yml, objectname: buildconfig.yml }}
|
||||
- { role: openshift/start-build, vars: {app: librariesio2fedmsg, name: sse2fedmsg-docker-build }}
|
||||
- { role: openshift/object, vars: {app: librariesio2fedmsg, template: configmap.yml, objectname: configmap.yml }}
|
||||
- { role: openshift/object, vars: {app: librariesio2fedmsg, file: deploymentconfig.yml, objectname: deploymentconfig.yml }}
|
||||
- { role: openshift/rollout, vars: {app: librariesio2fedmsg, name: librariesio2fedmsg }}
|
||||
- role: openshift/object
|
||||
app: librariesio2fedmsg
|
||||
file: imagestream.yml
|
||||
objectname: imagestream.yml
|
||||
- role: openshift/object
|
||||
app: librariesio2fedmsg
|
||||
file: buildconfig.yml
|
||||
objectname: buildconfig.yml
|
||||
- role: openshift/start-build
|
||||
app: librariesio2fedmsg
|
||||
name: sse2fedmsg-docker-build
|
||||
- role: openshift/object
|
||||
app: librariesio2fedmsg
|
||||
template: configmap.yml
|
||||
objectname: configmap.yml
|
||||
- role: openshift/object
|
||||
app: librariesio2fedmsg
|
||||
file: deploymentconfig.yml
|
||||
objectname: deploymentconfig.yml
|
||||
- role: openshift/rollout
|
||||
app: librariesio2fedmsg
|
||||
name: librariesio2fedmsg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue