diff options
author | 2019-07-01 14:50:49 +0200 | |
---|---|---|
committer | 2019-07-08 14:25:31 +0200 | |
commit | a9fff274a6cb8cc99e0cbb035c89e1d848bf45aa (patch) | |
tree | 8e9658f0e59bd5a46f5d0e455e98c9be4713439b /ansible/roles/application/molecule/default/tests | |
parent | ca242324ef4874857aa869484309f80e2a251fd9 (diff) |
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>
Diffstat (limited to 'ansible/roles/application/molecule/default/tests')
-rw-r--r-- | ansible/roles/application/molecule/default/tests/test_default.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/roles/application/molecule/default/tests/test_default.py b/ansible/roles/application/molecule/default/tests/test_default.py index 5edceff3..22298e3a 100644 --- a/ansible/roles/application/molecule/default/tests/test_default.py +++ b/ansible/roles/application/molecule/default/tests/test_default.py @@ -16,7 +16,8 @@ serve repo list repo add local http://127.0.0.1:8879 install --name moleculetestapp local/moleculetestapp --namespace \ -moleculetestapp -f /opt/moleculetestapp/override.yaml \ +moleculetestapp -f /opt/moleculetestapp/helm_charts/onap/resources/\ +overrides/onap-all.yaml -f /opt/moleculetestapp/override.yaml \ --timeout 1800""" assert fc == expected_content |