summaryrefslogtreecommitdiffstats
path: root/ansible/group_vars
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-01-21 13:47:44 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-21 13:47:44 +0000
commit57fd33e0447dea616a0ab1264583d87e1f491f41 (patch)
treee4517d165eb7b89f380b149f4a23528bcfb5b3ba /ansible/group_vars
parentf3bcb1e1a4a8a7f0c99ef4b6bffdae66ec6cfc1e (diff)
parent6d02f39fcfcf55566fbd321321fb1cce6e54ded4 (diff)
Merge "Add variable for version of rancher server"
Diffstat (limited to 'ansible/group_vars')
-rwxr-xr-xansible/group_vars/infrastructure.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml
index cd682e2a..9fd88f25 100755
--- a/ansible/group_vars/infrastructure.yml
+++ b/ansible/group_vars/infrastructure.yml
@@ -25,6 +25,7 @@ simulated_hosts:
all_simulated_hosts:
"{{ simulated_hosts.git + simulated_hosts.http + simulated_hosts.nexus }}"
rancher_server_url: "http://{{ hostvars[groups.infrastructure.0].ansible_host }}:8080"
+rancher_server_version: v1.6.22
rancher_remove_other_env: yes
rancher_redeploy_k8s_env: yes
populate_nexus: no