summaryrefslogtreecommitdiffstats
path: root/ansible/group_vars
diff options
context:
space:
mode:
authorSamuli Silvius <s.silvius@partner.samsung.com>2019-04-03 10:15:25 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-03 10:15:25 +0000
commit0e09d07622d1793cc016c1021322008bbf6184a5 (patch)
tree77fb6a4596af260beab84af0857e0aafb638e219 /ansible/group_vars
parenta579c98a9ea48b00b38a66ade7e8139e18bf0eae (diff)
parentc580efee7cf133d479fdc4b736ebfeab09d2f246 (diff)
Merge "Improve rancher role testability"
Diffstat (limited to 'ansible/group_vars')
-rwxr-xr-xansible/group_vars/infrastructure.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml
index 450d96f7..a248a514 100755
--- a/ansible/group_vars/infrastructure.yml
+++ b/ansible/group_vars/infrastructure.yml
@@ -24,11 +24,6 @@ simulated_hosts:
- registry.npmjs.org
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
-kube_directory: /root/.kube
-kubectl_bin_dir: /usr/local/bin
+populate_nexus: false
helm_bin_dir: /usr/local/bin