[ANSIBLE][TOOLS] Fix hardcoded app_data_path 94/123294/1
authorMarcin Wilk <m.wilk@samsung.com>
Tue, 17 Aug 2021 08:41:18 +0000 (10:41 +0200)
committerMarcin Wilk <m.wilk@samsung.com>
Tue, 17 Aug 2021 08:41:18 +0000 (10:41 +0200)
Issue-ID: OOM-2798
Signed-off-by: Marcin Wilk <m.wilk@samsung.com>
Change-Id: Ia3733154b9ee016b390a4810ab0918b3528ed662

tools/cicdansible/roles/install/defaults/main.yml
tools/cicdansible/roles/install/tasks/install.yml

index b21e632..f74aff1 100644 (file)
@@ -1,3 +1,4 @@
 ---
 installer_deploy_path: "{{ ansible_user_dir }}/installer"
 install_timeout: 10600
+app_data_path: /opt/onap/resources
index 5c4bcd8..33af39c 100644 (file)
@@ -45,7 +45,7 @@
       resources_dir: {{ resources_dir }}
       resources_filename: {{ resources_filename }}
       aux_resources_filename: {{ aux_resources_filename }}
-      app_data_path: /opt/onap/resources
+      app_data_path: {{ app_data_path }}
     dest: "{{ installer_deploy_path }}/ansible/application/resources.yml"
 #Run script.
 - name: "Execute installation"