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
|
- name: make the app be real
|
||||||
hosts: os-masters-stg[0]
|
hosts: os-masters[0]:os-masters-stg[0]
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
@ -38,12 +38,10 @@
|
||||||
- role: openshift/start-build
|
- role: openshift/start-build
|
||||||
app: ipsilon
|
app: ipsilon
|
||||||
buildname: ipsilon
|
buildname: ipsilon
|
||||||
|
|
||||||
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue