Skip to content

Commit

Permalink
Merge pull request #2006 from vrutkovs/pull-after-ovs
Browse files Browse the repository at this point in the history
Configure OVS after firstboot is done
  • Loading branch information
openshift-merge-robot committed Aug 18, 2020
2 parents 5a04451 + adc3603 commit b112e80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/common/_base/units/ovs-configuration.service.yaml
Expand Up @@ -3,6 +3,8 @@ enabled: {{if eq .NetworkType "OVNKubernetes"}}true{{else}}false{{end}}
contents: |
[Unit]
Description=Configures OVS with proper host networking configuration
# Removal of this file signals firstboot completion
ConditionPathExists=!/etc/ignition-machine-config-encapsulated.json
# This service is used to move a physical NIC into OVS and reconfigure OVS to use the host IP
Requires=openvswitch.service
Wants=NetworkManager-wait-online.service
Expand Down

0 comments on commit b112e80

Please sign in to comment.