-
Notifications
You must be signed in to change notification settings - Fork 574
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
nocloud network support vlans and bonds #9753
Closed
Comments
Some more color, we ran into this trying to just use the v1 network block in PNAP, but they have VLAN and bond configs in there. Here's what it looks like:
This isn't super urgent, but I'm envisioning a PNAP integration and to pull that off, we could just make use of this existing network block, set it up and not have any real reason to build a platform for them. They could just boot nocloud and profit. |
rsmitty
changed the title
ncloud network support vlans and bonds
nocloud network support vlans and bonds
Nov 19, 2024
smira
added a commit
to smira/talos
that referenced
this issue
Dec 2, 2024
Fixes siderolabs#9753 Signed-off-by: Andrey Smirnov <[email protected]>
smira
added a commit
to smira/talos
that referenced
this issue
Dec 4, 2024
Fixes siderolabs#9753 Signed-off-by: Andrey Smirnov <[email protected]>
smira
added a commit
to smira/talos
that referenced
this issue
Dec 5, 2024
Fixes siderolabs#9753 Signed-off-by: Andrey Smirnov <[email protected]>
smira
added a commit
to smira/talos
that referenced
this issue
Dec 9, 2024
Fixes siderolabs#9753 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 852baf8)
smira
added a commit
to smira/talos
that referenced
this issue
Dec 12, 2024
Fixes siderolabs#9753 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 852baf8)
smira
added a commit
to smira/talos
that referenced
this issue
Dec 12, 2024
Fixes siderolabs#9753 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 852baf8)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
nocloud
Talos should add support for vlans and bonds for v1 metadata, and vlans for v2 metadata.Description
In the
nocloud
platform code we don't parse the bond or vlan type forversion: 1
:https://github.com/siderolabs/talos/blob/main/internal/app/machined/pkg/runtime/v1alpha1/platform/nocloud/metadata.go#L300
And vlans aren't parsed for
version: 2
metadata:https://github.com/siderolabs/talos/blob/main/internal/app/machined/pkg/runtime/v1alpha1/platform/nocloud/metadata.go#L598
The text was updated successfully, but these errors were encountered: