Browse Source

Configure NetworkManager to ignore calico interfaces

Dan Osborne 7 years ago
parent
commit
7cb8a06543
2 changed files with 15 additions and 0 deletions
  1. 2 0
      roles/calico/files/calico.conf
  2. 13 0
      roles/calico/tasks/main.yml

+ 2 - 0
roles/calico/files/calico.conf

@@ -0,0 +1,2 @@
+[keyfile]
+unmanaged-devices=interface-name:cali*;interface-name:tunl0

+ 13 - 0
roles/calico/tasks/main.yml

@@ -7,6 +7,19 @@
     msg: You are running a systemd based installation of Calico. Please run the calico upgrade playbook to upgrade to a self-hosted installation.
   when: sym.stat.exists
 
+- name: Configure NetworkManager to ignore Calico interfaces
+  copy:
+    src: files/calico.conf
+    dest: /etc/NetworkManager/conf.d/
+  when: using_network_manager | default(true) | bool
+  register: nm
+
+- name: restart NetworkManager
+  systemd:
+    name: NetworkManager
+    state: restarted
+  when: nm.changed
+
 # TODO: Move into shared vars file
 - name: Load default node image
   set_fact: