osbs: create network file for eth0 stage
This commit is contained in:
parent
e7bbf8ff29
commit
75f42908a1
1 changed files with 8 additions and 0 deletions
|
@ -150,6 +150,14 @@
|
|||
user: root
|
||||
key: "{{ lookup('file', '{{private}}/files/osbs/{{env}}/control_key.pub') }}"
|
||||
|
||||
- name: Create file for eth0 config
|
||||
file:
|
||||
path: "/etc/sysconfig/network-scripts/ifcfg-eth0"
|
||||
state: touch
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
# This is required for OpenShift built-in SkyDNS inside the overlay network
|
||||
# of the cluster
|
||||
- name: ensure NM_CONTROLLED is set to "yes" for osbs cluster
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue