summaryrefslogtreecommitdiffstats
path: root/xci/installer/osh/playbooks/roles/prepare-osh/tasks
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2019-09-01 11:03:25 +0200
committerFatih Degirmenci <fdegir@gmail.com>2019-09-01 12:19:56 +0200
commit2f711d43c322abc597ed2a53a1ce461229039960 (patch)
tree2316847fb583274655ed9251b19b229e2c1e68aa /xci/installer/osh/playbooks/roles/prepare-osh/tasks
parentf098d178cbbaa1096786c0d181d6693461fe4eb5 (diff)
Adapt OSH to new scenario logic, ansible and k8s versions
installer-type:osh deploy-scenario:k8-calico-nofeature JIRA: XCI-5 JIRA: XCI-6 JIRA: XCI-20 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com> Change-Id: I0f2b577f7535050e6c65ca0e0bc209b7403c67ba Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci/installer/osh/playbooks/roles/prepare-osh/tasks')
-rw-r--r--xci/installer/osh/playbooks/roles/prepare-osh/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/installer/osh/playbooks/roles/prepare-osh/tasks/main.yml b/xci/installer/osh/playbooks/roles/prepare-osh/tasks/main.yml
index aeaca6be..453a815c 100644
--- a/xci/installer/osh/playbooks/roles/prepare-osh/tasks/main.yml
+++ b/xci/installer/osh/playbooks/roles/prepare-osh/tasks/main.yml
@@ -14,7 +14,7 @@
#TODO Fetch the value from a file generated by k8s deployer
- name: Get kube service addresses
- shell: "grep -r 'kube_service_addresses:' /root/releng-xci/.cache/repos/kubespray/opnfv_inventory/group_vars/k8s-cluster.yml | awk '{print $2}'"
+ shell: "grep -r 'kube_service_addresses:' /root/releng-xci/.cache/repos/kubespray/inventory/opnfv/group_vars/k8s-cluster/k8s-cluster.yml | awk '{print $2}'"
changed_when: false
args:
executable: /bin/bash