From: Manuel Buil Date: Thu, 9 Nov 2017 14:57:58 +0000 (+0100) Subject: Fix permissions on SUSE network script X-Git-Tag: 6.0.0~246^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=eeb9bd218240096e6a4b70aeb433c0914ebce212;p=releng-xci.git 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 --- 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: