Add a rollout option in the poddlers playbook
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
60f8dab4b2
commit
5f1cbd4cce
1 changed files with 15 additions and 0 deletions
|
@ -99,3 +99,18 @@
|
|||
object_app: poddlers
|
||||
object_file: imagestream.yml
|
||||
object_objectname: imagestream.yml
|
||||
|
||||
- role: openshift/start-build
|
||||
start_build_app: poddlers
|
||||
start_build_buildname: toddlers
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
|
||||
- role: openshift/rollout
|
||||
rollout_app: poddlers
|
||||
rollout_dcname: "{{ item.name }}"
|
||||
loop: poddlers_toddlers
|
||||
tags:
|
||||
- never
|
||||
- rollout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue