Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix alignment in the network parameters table #423

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/guides/configuration-guide/commons/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ network:

The parameters listed in the following table can be used in the template.

**Parameter** | **Default** | **Description**
------------------|-------------|------------------
network_version | `2` | Defines what version of the configuration format is used. The only value supported at the moment is 2.
network_renderer | `networkd` | Defines what network configuration tool will be used to set up your configuration. Valid values are networkd and NetworkManager.
network_bonds | `{}` | https://netplan.readthedocs.io/en/stable/netplan-yaml/#properties-for-device-type-bonds
network_bridges | `{}` | https://netplan.readthedocs.io/en/stable/netplan-yaml/#properties-for-device-type-bridges
network_ethernets | `{}` | https://netplan.readthedocs.io/en/stable/netplan-yaml/#properties-for-device-type-ethernets
network_tunnels | `{}` | https://netplan.readthedocs.io/en/stable/netplan-yaml/#properties-for-device-type-tunnels
network_vlans | `{}` | https://netplan.readthedocs.io/en/stable/netplan-yaml/#properties-for-device-type-vlans
network_vrfs | `{}` | https://netplan.readthedocs.io/en/stable/netplan-yaml/#properties-for-device-type-vrfs
| Parameter | Default | Description |
|:------------------|:------------|:--------------------------------------------------------------------------------------------------------|
| network_version | `2` | Defines what version of the configuration format is used. The only value supported at the moment is 2. |
| network_renderer | `networkd` | Defines what network configuration tool will be used to set up your configuration. |
| network_bonds | `{}` | https://netplan.readthedocs.io/en/stable/netplan-yaml/#properties-for-device-type-bonds |
| network_bridges | `{}` | https://netplan.readthedocs.io/en/stable/netplan-yaml/#properties-for-device-type-bridges |
| network_ethernets | `{}` | https://netplan.readthedocs.io/en/stable/netplan-yaml/#properties-for-device-type-ethernets |
| network_tunnels | `{}` | https://netplan.readthedocs.io/en/stable/netplan-yaml/#properties-for-device-type-tunnels |
| network_vlans | `{}` | https://netplan.readthedocs.io/en/stable/netplan-yaml/#properties-for-device-type-vlans |
| network_vrfs | `{}` | https://netplan.readthedocs.io/en/stable/netplan-yaml/#properties-for-device-type-vrfs |

By default changes to the network configuration are not applied automatically. This is done on
purpose to allow a manual check in advance. Changes to the network configuration can
Expand Down
Loading