Add a rollout option in the poddlers playbook

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-12-18 09:53:36 +01:00
parent 60f8dab4b2
commit 5f1cbd4cce
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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