mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
Add orchestrator build json customization
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
11
roles/osbs-client/files/osbs-orchestrator-customize.json
Normal file
11
roles/osbs-client/files/osbs-orchestrator-customize.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"disable_plugins": [
|
||||
{
|
||||
"plugin_type": "postbuild_plugins",
|
||||
"plugin_name": "import_image"
|
||||
}
|
||||
],
|
||||
|
||||
"enable_plugins": [
|
||||
]
|
||||
}
|
||||
@@ -30,6 +30,16 @@
|
||||
- osbs-client
|
||||
when: env == 'production'
|
||||
|
||||
|
||||
- name: Upload OSBS Orchestrator Customizations plugin conf
|
||||
copy:
|
||||
src: "osbs-orchestrator-customize.json"
|
||||
dest: "/usr/share/osbs/ochestrator_customize.json"
|
||||
mode: 0644
|
||||
tags:
|
||||
- osbs-client
|
||||
when: env == 'staging'
|
||||
|
||||
- name: Symlink in OSBS input configs provided by package
|
||||
file:
|
||||
src: "/usr/share/osbs/{{item}}.json"
|
||||
|
||||
Reference in New Issue
Block a user