Skip to content

Nmstate based networking

David Visscher requested to merge nmstate_based_networking into main

This MR introduces a new pillar key (nmstate) that allows for customizable network management. The nmstate pillar key can be used to configure networking settings such as interface states, IP addresses, and routing.

The updated services-hypervisor.sls file includes the new nmstate pillar and configures it to manage the network state. This MR also updates the nmstate.sls file to generate a managed nmstate configuration file based on the pillar settings.

Edited by David Visscher

Merge request reports