diff --git a/manifest.yaml b/manifest.yaml index a15068457..987003df5 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -7,13 +7,12 @@ rojig: include: - fedora-coreos-config/manifests/ignition-and-ostree.yaml - fedora-coreos-config/manifests/file-transfer.yaml - # - fedora-coreos-config/manifests/networking-tools.yaml + - fedora-coreos-config/manifests/networking-tools.yaml - fedora-coreos-config/manifests/system-configuration.yaml - fedora-coreos-config/manifests/user-experience.yaml - fedora-coreos-config/manifests/shared-workarounds.yaml # RHCOS owned packages - rhcos-packages.yaml - - networking-tools.yaml ostree-layers: - overlay/01fcos diff --git a/networking-tools.yaml b/networking-tools.yaml deleted file mode 100644 index 3f186fcee..000000000 --- a/networking-tools.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# This defines a set of tools that are useful for configuring, debugging, -# or manipulating the network of a system. It is desired to keep this list -# generic enough to be shared downstream with RHCOS. - -packages: - # Standard tools for configuring network/hostname - - hostname - # Teaming https://github.com/coreos/fedora-coreos-config/pull/289 - # and http://bugzilla.redhat.com/1758162 - - teamd - # Route manipulation and QoS - - iproute iproute-tc - # Firewall manipulation - - iptables nftables - # Interactive network tools for admins - - socat net-tools bind-utils