mote - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
49107d160d
commit
aeb540999e
13 changed files with 12 additions and 12 deletions
|
@ -25,62 +25,62 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: mote
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: mote
|
||||
object_template: mote-dc.yml
|
||||
object_template: mote-dc.yml.j2
|
||||
object_objectname: mote-dc.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: mote
|
||||
object_template: mote-worker-dc.yml
|
||||
object_template: mote-worker-dc.yml.j2
|
||||
object_objectname: mote-worker-dc.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: mote
|
||||
object_template: fedmsg-dc.yml
|
||||
object_template: fedmsg-dc.yml.j2
|
||||
object_objectname: fedmsg-dc.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: mote
|
||||
object_template: redis-is.yml
|
||||
object_template: redis-is.yml.j2
|
||||
object_objectname: redis-is.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: mote
|
||||
object_template: redis-dc.yml
|
||||
object_template: redis-dc.yml.j2
|
||||
object_objectname: redis-dc.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: mote
|
||||
object_template: redis-svc.yml
|
||||
object_template: redis-svc.yml.j2
|
||||
object_objectname: redis-svc.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: mote
|
||||
object_template: mote-svc.yml
|
||||
object_template: mote-svc.yml.j2
|
||||
object_objectname: mote-svc.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: mote
|
||||
object_template: mote-cm.yml
|
||||
object_template: mote-cm.yml.j2
|
||||
object_objectname: mote-cm.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: mote
|
||||
object_template: secret.yml
|
||||
object_template: secret.yml.j2
|
||||
object_objectname: secret.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: mote
|
||||
object_template: fedmsg-cm.yml
|
||||
object_template: fedmsg-cm.yml.j2
|
||||
object_objectname: fedmsg-cm.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: mote
|
||||
object_template: pvc.yml
|
||||
object_template: pvc.yml.j2
|
||||
object_objectname: pvc.yml
|
||||
|
||||
- role: openshift/route
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue