ipsilon: enable deployment to production
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
4b1f1d0581
commit
5aa467f66e
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: make the app be real
|
||||
hosts: os-masters-stg[0]
|
||||
hosts: os-masters[0]:os-masters-stg[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
@ -38,12 +38,10 @@
|
|||
- role: openshift/start-build
|
||||
app: ipsilon
|
||||
buildname: ipsilon
|
||||
|
||||
- role: openshift/object
|
||||
app: ipsilon
|
||||
template_fullpath: "{{roles_path}}/ipsilon/templates/configmap.yml"
|
||||
objectname: configmap.yml
|
||||
|
||||
- role: openshift/object
|
||||
app: ipsilon
|
||||
file: service.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue