Prefix openshift/import-image
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
e5a47b8e0d
commit
c5f8fe7189
3 changed files with 5 additions and 3 deletions
|
@ -32,7 +32,8 @@
|
|||
- name: Import upstream image into OpenShift
|
||||
include_role: name=openshift/import-image
|
||||
vars:
|
||||
imagestreamname: koschei
|
||||
import_image_app: "{{ app }}"
|
||||
import_image_imagestreamname: koschei
|
||||
|
||||
- name: Run database migrations
|
||||
include_role: name=openshift-apps/koschei/job
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
- name: Import upstream image into OpenShift
|
||||
include_role: name=openshift/import-image
|
||||
vars:
|
||||
imagestreamname: koschei
|
||||
import_image_app: "{{ app }}"
|
||||
import_image_imagestreamname: koschei
|
||||
|
||||
- name: Restart all deployments
|
||||
shell: oc -n koschei rollout restart deploy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue