summaryrefslogtreecommitdiffstats
path: root/ansible/group_vars/all.yml
diff options
context:
space:
mode:
authorTomáš Levora <t.levora@partner.samsung.com>2019-03-28 17:45:55 +0100
committerTomáš Levora <t.levora@partner.samsung.com>2019-04-05 11:41:16 +0000
commita0ad5c1091c43b96b7b54b4a2c4eca02d5f9a4eb (patch)
treef953a79e5314787e66c6e4788822aa230dc04177 /ansible/group_vars/all.yml
parent171c3dc7dd5a9cdc25651812dc716174c38d5f06 (diff)
Adding versions for infra related docker images
1. latest tag replaced by version number for vnc server 2. added specific version for own_nginx image 3. version control improved in ansible roles accordingly Solves OOM-1766 Issue-ID: OOM-1767 Change-Id: I147c56b46a419188099d8ed3e78fed68810893e2 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Diffstat (limited to 'ansible/group_vars/all.yml')
-rwxr-xr-xansible/group_vars/all.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml
index f9d6726f..d8fe37dd 100755
--- a/ansible/group_vars/all.yml
+++ b/ansible/group_vars/all.yml
@@ -31,6 +31,9 @@ resources_on_nfs: no
# e.g. app_data_path: /opt/onap
app_data_path:
+# Path for tarballs with images loaded on infrastructure server
+infra_images_path: "{{ app_data_path }}/offline_data/docker_images_infra"
+
# Path for auxiliary data in target infra server.
# Data from resource host defined by aux_resources_filename variable is placed to this directory.
# Currently docker images in tar format are supported (see runtime_images parameter).