Skip to content

configures networking of metal machines during installation.

License

Notifications You must be signed in to change notification settings

metal-stack/metal-networker

Repository files navigation

metal-networker

Configures networking related resources such as interfaces, frr and nftables.

Preconditions

Ubuntu operating system in place with the following packages installed:

  • ifupdown2
  • frr > 7.0
  • nftables

Usage

metal-networker is used by the install-go binary as library in the metal-hammer. It is expected that the configuration file contains valid YAML. See ./internal/netconf/testdata/firewall.yaml for a valid configuration for firewalls and ./internal/netconf/testdata/machine.yaml for a valid configuration for machines.