-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #602 from ykulazhenkov/pr-split-systemd-service
[switchdev 4/x] split systemd service to two parts
- Loading branch information
Showing
12 changed files
with
852 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
bindata/manifests/sriov-config-service/kubernetes/sriov-config-post-network-service.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
contents: | | ||
[Unit] | ||
Description=Configures SRIOV NIC - post network configuration | ||
After=systemd-networkd-wait-online.service NetworkManager-wait-online.service | ||
Before=network-online.target | ||
[Service] | ||
Type=oneshot | ||
ExecStart=/var/lib/sriov/sriov-network-config-daemon -v 2 --zap-log-level 2 service --phase post | ||
StandardOutput=journal+console | ||
[Install] | ||
WantedBy=network-online.target | ||
enabled: true | ||
name: sriov-config-post-network.service |
13 changes: 7 additions & 6 deletions
13
bindata/manifests/sriov-config-service/kubernetes/sriov-config-service.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.