k8s version 1.19.11
[infra/stack/kubernetes.git] / scenarios / k8-multus-nofeature.yaml
index 1840e4aec487e2ef1a419076845ee7caa1143c6e..a122015511d54768a9ab2d31c7204860677433fe 100644 (file)
     # 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"