summaryrefslogtreecommitdiffstats
path: root/ansible/group_vars
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-04-05 13:03:08 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-05 13:03:08 +0000
commitd76d4e5948969fe0266645df7e06f973fdb9b44b (patch)
tree045ec3c09b37316ef44b2e3ddea29b960c15b0f3 /ansible/group_vars
parent1bfd41937210685fb9a9ac318d124f16acdbe274 (diff)
parenta0ad5c1091c43b96b7b54b4a2c4eca02d5f9a4eb (diff)
Merge "Adding versions for infra related docker images"
Diffstat (limited to 'ansible/group_vars')
-rwxr-xr-xansible/group_vars/all.yml3
-rwxr-xr-xansible/group_vars/infrastructure.yml4
2 files changed, 7 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).
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml
index a248a514..d4df2dfd 100755
--- a/ansible/group_vars/infrastructure.yml
+++ b/ansible/group_vars/infrastructure.yml
@@ -27,3 +27,7 @@ all_simulated_hosts:
rancher_server_version: v1.6.22
populate_nexus: false
helm_bin_dir: /usr/local/bin
+vnc_server_image: consol/centos-icewm-vnc:1.4.0
+nexus3_image: sonatype/nexus3:3.15.2
+dns_server_image: andyshinn/dnsmasq:2.76
+nginx_server_image: own_nginx:2.0.0