Replies: 12 comments 1 reply
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently preparing a cluster and installed a new (the 1st) management server.
That server's network is a fully routed L3-network.
Starting the cloudstack-management service does not create the server certificate from root-ca with the following error:
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.
Here the management servers (one after another) came once with fully functional certificates, both servers see each other as peers in the cs-ui management server overview.
I then connected the former server with a fresh installation to the database of my test-setup.
I got the same error as mentioned above.
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.
All reactions