Koschei: allow importing images during playbook run
This commit is contained in:
parent
46f7dc3529
commit
b31b747382
1 changed files with 8 additions and 0 deletions
|
@ -70,3 +70,11 @@
|
||||||
with_items: "{{ koschei_cron_jobs }}"
|
with_items: "{{ koschei_cron_jobs }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.name }}"
|
label: "{{ item.name }}"
|
||||||
|
|
||||||
|
- name: Import upstream container image to local registry
|
||||||
|
include_role: name=openshift/import-image
|
||||||
|
vars:
|
||||||
|
imagestreamname: koschei
|
||||||
|
tags:
|
||||||
|
- never
|
||||||
|
- import-image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue