X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=scenarios%2Fk8-weave-nofeature.yaml;h=8e6a868d94a861ddc5585d73833a27413e6ab876;hp=56637ab4057dd72f205f5f2cc60d63bb39ea86a7;hb=85c82d156422b273b4e0711b936535c91f4542c4;hpb=43cbd011ce4c41556fbe7c8926b64e24f1a085bb diff --git a/scenarios/k8-weave-nofeature.yaml b/scenarios/k8-weave-nofeature.yaml index 56637ab..8e6a868 100644 --- a/scenarios/k8-weave-nofeature.yaml +++ b/scenarios/k8-weave-nofeature.yaml @@ -29,7 +29,7 @@ # set networking plugin to weave - name: Set network plugin to Weave lineinfile: - path: "{{ engine_cache }}/repos/kubespray/inventory/engine/group_vars/k8s-cluster/k8s-cluster.yml" + path: "{{ engine_cache }}/repos/kubespray/inventory/engine/group_vars/k8s_cluster/k8s-cluster.yml" regexp: "^kube_network_plugin:.*" line: "kube_network_plugin: weave"