How to configure a network bridge? #6532
Unanswered
ilsaloving-gander
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Update: Actually I think this is fixed in release 25.3, see #6391. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to create a host template I can use for bringing up new cloudstack hosts. The process involves creating 2 network bridges, but no matter what I do I can't get cloud-init to do it. I'm using vsphere as the underlying system to create the hosts.
The host has 3 NICs, for mgmt, public, and storage.
mgmt and public should have bridges, and the bridges should be assigned the main IP instead of the NICs.
So what I am trying to come up with is a way that takes the network information (ip addresses, etc), and transform that into this: https://docs.cloudstack.apache.org/en/4.21.0.0/installguide/hypervisor/kvm.html#configure-rhel-centos-for-advanced-networks
I tried starting off with just a hard-coded config. Starting with this as a base config /etc/cloud/cloud.cfg.d/99-network.cfg
I get the error
I've tried leaving the addresses line out entirely, I get:
At this point I'm at a loss as to how this can be configured, or if it's even possible to configure it this way. Any guidance would be greatly appreciated. Oh, and I'm using Rocky 9, which provides cloud-init 24.4 in it's repos.
Beta Was this translation helpful? Give feedback.
All reactions