diff options
author | Tomáš Levora <t.levora@partner.samsung.com> | 2019-07-22 12:40:08 +0200 |
---|---|---|
committer | Tomáš Levora <t.levora@partner.samsung.com> | 2019-10-11 13:55:42 +0200 |
commit | 0ba2d82c40043b6f31afb7b9584d7568071673a6 (patch) | |
tree | 9cda687592a35b33f4da6c5839a8ab77acb14caa /config | |
parent | e71a4a745f2ba906ab8a1f593c27923985d47e91 (diff) |
Remove patching from offline-installer
The patching of OOM should not be necessary to bypass offline state,
therefore this custom patching can be removed in offline-installer
Issue-ID: OOM-2014
Change-Id: I61b4cd48cfada613a7914ef5001bb64f7584815a
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Diffstat (limited to 'config')
-rwxr-xr-x | config/application_configuration.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/application_configuration.yml b/config/application_configuration.yml index 2e397f4c..0c082867 100755 --- a/config/application_configuration.yml +++ b/config/application_configuration.yml @@ -7,7 +7,7 @@ # resources_dir: /data app_name: onap -resources_filename: "offline-{{ app_name }}-4.0.0.resources.tar" +resources_filename: "offline-{{ app_name }}-4.0.0-resources.tar" app_data_path: "/opt/{{ app_name }}" certificates: organization_name: Samsung @@ -18,4 +18,3 @@ app_helm_build_targets: - all - onap app_helm_chart_name: onap -application_pre_install_role: "onap-patch-role" |