Merge "Ensure "network" service is enabled"

This commit is contained in:
Zuul 2019-11-22 21:49:21 +00:00 committed by Gerrit Code Review
commit c3434df84a
1 changed files with 10 additions and 0 deletions

View File

@ -578,6 +578,16 @@ outputs:
- name: NetworkConfig
block:
# os-net-config currently relies on the legacy network
# so we need to ensure it's enabled on boot. This should
# be removed when we switch to NetworkManager or replaced
# with something that ensures NetworkManager is enabled.
- name: Ensure network service is enabled
systemd:
name: network
enabled: yes
state: started
- name: Create /var/lib/tripleo-config/scripts directory
file:
path: /var/lib/tripleo-config/scripts