X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=scenarios%2Fk8-eno-ovs.yaml;h=e55e9f64fd29cd2020c8781eb15d68f63f78b3c3;hb=refs%2Fchanges%2F60%2F12460%2F4;hp=ea53be5f83e87cee24f22cd0281e93aa7fab45cb;hpb=bc521a1ec1127b1c41ee76e9301009b8ed084f69;p=infra%2Fstack%2Fkubernetes.git diff --git a/scenarios/k8-eno-ovs.yaml b/scenarios/k8-eno-ovs.yaml index ea53be5..e55e9f6 100644 --- a/scenarios/k8-eno-ovs.yaml +++ b/scenarios/k8-eno-ovs.yaml @@ -29,14 +29,14 @@ # set master plugin to calico for multus to use as the primary network plugin - name: Configure Multus to use Calico as the primary network plugin 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: calico" # configure multus to use ca - name: Enable Multus network plugin 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_multus:.*" line: "kube_network_plugin_multus: true"