Add orchestrator build json customization

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-05-18 09:45:45 +02:00
parent 5c2d50a2af
commit 64664ee3cd
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"disable_plugins": [
{
"plugin_type": "postbuild_plugins",
"plugin_name": "import_image"
}
],
"enable_plugins": [
]
}

View file

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