Add orchestrator build json customization
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
5c2d50a2af
commit
64664ee3cd
2 changed files with 21 additions and 0 deletions
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
|
- osbs-client
|
||||||
when: env == 'production'
|
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
|
- name: Symlink in OSBS input configs provided by package
|
||||||
file:
|
file:
|
||||||
src: "/usr/share/osbs/{{item}}.json"
|
src: "/usr/share/osbs/{{item}}.json"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue