X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=scenarios%2Fk8-multus-plugins.yaml;fp=scenarios%2Fk8-multus-plugins.yaml;h=2235615e2a0acf7c6bad7d11493ac072a51ffc7e;hp=599558bf259765512d16c8c3d596bda15ef87b27;hb=85c82d156422b273b4e0711b936535c91f4542c4;hpb=43cbd011ce4c41556fbe7c8926b64e24f1a085bb diff --git a/scenarios/k8-multus-plugins.yaml b/scenarios/k8-multus-plugins.yaml index 599558b..2235615 100644 --- a/scenarios/k8-multus-plugins.yaml +++ b/scenarios/k8-multus-plugins.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"