deployed-server: start and enable network service

On the new versions of RHEL, the network service isn't enabled by
default because this mechanism became legacy.
However, our os-net-config doesn't use the new network manager, so we
still rely on on the network service to manage things like the virtual
bridges on the Undercloud and the Overcloud.

Change-Id: Iceeeef8535738093be2438abd9deec99f5d61c1b
Closes-Bug: #1823353
This commit is contained in:
Emilien Macchi
2019-04-05 11:38:29 -04:00
parent 0f6cacbb5a
commit a72c6b33de

View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -eux
set -o pipefail
# https://launchpad.net/bugs/1823353
systemctl enable network
systemctl start network