From eeb9bd218240096e6a4b70aeb433c0914ebce212 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 9 Nov 2017 15:57:58 +0100 Subject: Fix permissions on SUSE network script 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 --- xci/playbooks/roles/configure-network/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'xci') diff --git a/xci/playbooks/roles/configure-network/tasks/main.yml b/xci/playbooks/roles/configure-network/tasks/main.yml index 126389d8..9a08cfb7 100644 --- a/xci/playbooks/roles/configure-network/tasks/main.yml +++ b/xci/playbooks/roles/configure-network/tasks/main.yml @@ -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: -- cgit 1.2.3-korg