Skip to content

Commit

Permalink
manifest: Add NetworkManager-team and teamd
Browse files Browse the repository at this point in the history
http://bugzilla.redhat.com/1758162

`teamd` is needed for teaming at all and `NetworkManager-team`
is needed if we want to drop down files on the
host for teaming and have NetworkManager bring them up.

The argument for adding this to the host by default is
that particularly on some bare metal installs, one wants to use
teaming for the "primary" network interface, which one would
then use to e.g. pull containers.  There's already code in
dracut which handles setting up teaming on the kernel cmdline too.

This also ships by default with Fedora (and RHEL) Server installs.
  • Loading branch information
cgwalters authored and dustymabe committed Mar 4, 2020
1 parent 493aa0a commit 43b40ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ packages:
- NetworkManager hostname
- iproute-tc
- adcli
## Teaming https://github.com/coreos/fedora-coreos-config/pull/289 and http://bugzilla.redhat.com/1758162
- NetworkManager-team teamd
# Static firewalling
- iptables nftables iptables-nft iptables-services
# Storage
Expand Down

0 comments on commit 43b40ea

Please sign in to comment.