Fix permissions on SUSE network script 51/46951/2
authorManuel Buil <mbuil@suse.com>
Thu, 9 Nov 2017 14:57:58 +0000 (15:57 +0100)
committerManuel Buil <mbuil@suse.com>
Thu, 9 Nov 2017 15:17:10 +0000 (16:17 +0100)
We were not getting the eth12 interface in the computes because the
network-config-suse file did not have executable rights:

-rw-r--r-- 1 root root   300 Nov  9 14:40 network-config-suse

Change-Id: Ia796123b331b67bc442d3506b944f0430f7a5f32
Signed-off-by: Manuel Buil <mbuil@suse.com>
xci/playbooks/roles/configure-network/tasks/main.yml

index 126389d..9a08cfb 100644 (file)
@@ -60,6 +60,7 @@
       copy:
         src: "network-config-suse"
         dest: "/etc/sysconfig/network/scripts/network-config-suse"
+        mode: 0755
 
     - name: Configure routes on SUSE
       template: