Modify the way override works 26/90726/7
authorMichal Zegan <m.zegan@samsung.com>
Mon, 1 Jul 2019 12:50:49 +0000 (14:50 +0200)
committerMichal Zegan <m.zegan@samsung.com>
Mon, 8 Jul 2019 12:25:31 +0000 (14:25 +0200)
commita9fff274a6cb8cc99e0cbb035c89e1d848bf45aa
tree8e9658f0e59bd5a46f5d0e455e98c9be4713439b
parentca242324ef4874857aa869484309f80e2a251fd9
Modify the way override works

Now the generated app_helm_override_file and the list of
helm overrides is separate.
The former is to contain things like user provided overrides,
the latter is the list of absolute paths to preexisting helm value files.
The playbook joins all that into a final list of override files that is then
passed to helm.

Change-Id: I8b8ded38b39aa9a75e55fc63fa0e11b986556cb8
Issue-ID: OOM-1951
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
ansible/roles/application/defaults/main.yml
ansible/roles/application/molecule/default/tests/test_default.py
ansible/roles/application/tasks/install.yml