-
|
I am currently preparing a cluster and installed a new (the 1st) management server.
For testing i installed 2 virtual machines with cloudstack-management and a new mysql-database on one of these. Both instances are connected on a layer 2 network.
I then connected the former server with a fresh installation to the database of my test-setup. I suspect some issue with the L3-network and retrieving some networking-stuff by cloudstack-management-server. Any idea how to proceed here? |
Beta Was this translation helpful? Give feedback.
Replies: 13 comments 5 replies
-
|
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
-
|
what's the output of command |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
maybe we should add a |
Beta Was this translation helpful? Give feedback.
-
|
What exactly is the device used for? |
Beta Was this translation helpful? Give feedback.
-
@mosys0815 what IP would you like to use primarily ? 10.72.44.3 ? btw: is the management server running , or stopped after |
Beta Was this translation helpful? Give feedback.
-
|
AH, thx for clarification :) Yes, i' like to expect the ip "10.72.44.3" added to the certificate, in fact with your current ip route command it already gets the correct ip. The server is up and running, but https://10.72.44.3:9090/clusterservice is not available due to a missing certificate. |
Beta Was this translation helpful? Give feedback.
-
well, the command intends to get the default device name, but it returns the IP ... so it is unexpected to support this special user case, some simple code changes are required I think |
Beta Was this translation helpful? Give feedback.
-
|
yes, I thought so, a one-liner using structured data could like this: output on my L2-network test virtual machine: output on L3-network server: Feel free to use and adapt :) But for now, is there anything I can do to get the certificate, even manually? |
Beta Was this translation helpful? Give feedback.
-
I do not think so, unless the command returns results like |
Beta Was this translation helpful? Give feedback.
-
|
ok, thx, I will have a look into the source and try to get it running :) |
Beta Was this translation helpful? Give feedback.
-
|
Sry for the delay, meanwhile other topics got higher priority. I managed to build cloudstack from source (fork), even though setting up a build-server was quite a hassle, the documentation is outdated and not working for current distributions like ubuntu 24.04 (noble). I made a slight change to the interface detection command. |
Beta Was this translation helpful? Give feedback.
-
|
@DaanHoogland in my build it is fixed, any chance to get that into upstream? |
Beta Was this translation helpful? Give feedback.
PR: #11800