Update documentation for network-config-format-v2#701
Merged
Conversation
Routes are a per-interface property, not a global network property
raharper
reviewed
Dec 1, 2020
Collaborator
raharper
left a comment
There was a problem hiding this comment.
Thanks for catching that. Indeed routes are per device, not a top-level key in v2.
Since you here, it may be useful to update the docs on where to go for netplan info:
This has examples and a FAQ, we could link to that instead of the launchpad.net/netplan URL at the bottom of this file.
Thoughts?
Contributor
Author
|
I agree and I've updated the netplan URL to https://netplan.io |
This was referenced May 12, 2023
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Routes are a per-interface property, not a global network property
Proposed Commit Message
Update documentation for network-config-format-v2 to reflect the fact that
routes are a per-interface property, not a global network property
Additional Context
Test setup consists of the following:
CentOS 8.2.2004
cloud-init v.19.4
cloud-init-vmware-guestinfo v1.4.1
Test Steps
The following config (per the example in the documentation) does not install a static route:
The following metadata config does install the static route:
Checklist: