From 1ed2b6fce2c08867c55786fc4aeebe983f312b4c Mon Sep 17 00:00:00 2001 From: Tomáš Levora Date: Tue, 12 Nov 2019 14:28:27 +0000 Subject: Revert "Fix packaging offline-installer" This reverts commit 92477974b68c7638a43ffc869e3ea9fb854b3534. Reason for revert: Not solved handling of application_configuration.yml in package.py Change-Id: I814c01dc1f7334a961e991c42fd485d9af4675a1 Signed-off-by: Tomas Levora Issue-ID: OOM-2201 --- ansible/config/application_configuration.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 ansible/config/application_configuration.yml (limited to 'ansible') diff --git a/ansible/config/application_configuration.yml b/ansible/config/application_configuration.yml deleted file mode 100755 index 0c082867..00000000 --- a/ansible/config/application_configuration.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- - -# -# This is example configuration to install offline ONAP. -# See available variables to configure and used default values -# from ../ansible/group_vars/*.yml files. -# -resources_dir: /data -app_name: onap -resources_filename: "offline-{{ app_name }}-4.0.0-resources.tar" -app_data_path: "/opt/{{ app_name }}" -certificates: - organization_name: Samsung - state_or_province_name: Poland - country_name: PL - locality_name: Krakow -app_helm_build_targets: - - all - - onap -app_helm_chart_name: onap -- cgit 1.2.3-korg