forked from infra/ansible
ELNBuildSync: push Kubernetes objects when building
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> rh-pre-commit.version: 2.4.0 rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
parent
fa6805a254
commit
29481de49e
1 changed files with 12 additions and 0 deletions
|
|
@ -72,32 +72,44 @@
|
|||
object_app: elnbuildsync
|
||||
object_file: imagestream.yml
|
||||
object_objectname: imagestream.yml
|
||||
tags:
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: elnbuildsync
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
tags:
|
||||
- build
|
||||
|
||||
- role: openshift/keytab
|
||||
keytab_app: "{{ ebs_keytab_app }}"
|
||||
keytab_key: "{{ ebs_keytab_key }}"
|
||||
keytab_secret_name: "{{ ebs_keytab_secret_name }}"
|
||||
keytab_username: "{{ ebs_keytab_username }}"
|
||||
tags:
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: elnbuildsync
|
||||
object_template: static-config.yml.j2
|
||||
object_objectname: static-config.yml
|
||||
tags:
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: elnbuildsync
|
||||
object_template: fedora-messaging-config.yml.j2
|
||||
object_objectname: fedora-messaging-config.yml
|
||||
tags:
|
||||
- build
|
||||
|
||||
- role: openshift/object
|
||||
object_app: elnbuildsync
|
||||
object_template: ebs-secrets.yml.j2
|
||||
object_objectname: ebs-secrets.yml
|
||||
tags:
|
||||
- build
|
||||
|
||||
- role: openshift/start-build
|
||||
start_build_app: elnbuildsync
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue