Re: [I] RootCAProvider error on management server with L3-network config [cloudstack]

2025-07-07 Thread via GitHub
DaanHoogland closed issue #10996: RootCAProvider error on management server with L3-network config URL: https://github.com/apache/cloudstack/issues/10996 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] RootCAProvider error on management server with L3-network config [cloudstack]

2025-06-12 Thread via GitHub
mosys0815 commented on issue #10996: URL: https://github.com/apache/cloudstack/issues/10996#issuecomment-2967292049 ok, thx, I will have a look into the source and try to get it running :) -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] RootCAProvider error on management server with L3-network config [cloudstack]

2025-06-11 Thread via GitHub
weizhouapache commented on issue #10996: URL: https://github.com/apache/cloudstack/issues/10996#issuecomment-2961537041 > But for now, is there anything I can do to get the certificate, even manually? I do not think so, unless the command returns results like ``` $ ip route show

Re: [I] RootCAProvider error on management server with L3-network config [cloudstack]

2025-06-10 Thread via GitHub
mosys0815 commented on issue #10996: URL: https://github.com/apache/cloudstack/issues/10996#issuecomment-2959501272 yes, I thought so, a one-liner using structured data could like this: ``` ip -j a | jq -r '.[] | .addr_info | map(select(.local == "'"$(ip -j r s default | jq -r '.[0

Re: [I] RootCAProvider error on management server with L3-network config [cloudstack]

2025-06-10 Thread via GitHub
weizhouapache commented on issue #10996: URL: https://github.com/apache/cloudstack/issues/10996#issuecomment-2959084813 > 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. well, the command i

Re: [I] RootCAProvider error on management server with L3-network config [cloudstack]

2025-06-10 Thread via GitHub
mosys0815 commented on issue #10996: URL: https://github.com/apache/cloudstack/issues/10996#issuecomment-2958679757 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

Re: [I] RootCAProvider error on management server with L3-network config [cloudstack]

2025-06-10 Thread via GitHub
weizhouapache commented on issue #10996: URL: https://github.com/apache/cloudstack/issues/10996#issuecomment-2958431552 > ``` > ~# ip route show default 0.0.0.0/0 > default proto bird src 10.72.44.3 metric 32 >nexthop via inet6 fe80::429e:a4ff:fe79:f50f dev eth1b weight 1 >

Re: [I] RootCAProvider error on management server with L3-network config [cloudstack]

2025-06-10 Thread via GitHub
weizhouapache commented on issue #10996: URL: https://github.com/apache/cloudstack/issues/10996#issuecomment-2958618033 > What exactly is the device used for? In our setup we explicitly do _not_ want to use a fixed interface, since these are supposed to "failover" each other. @mosys0

Re: [I] RootCAProvider error on management server with L3-network config [cloudstack]

2025-06-10 Thread via GitHub
weizhouapache commented on issue #10996: URL: https://github.com/apache/cloudstack/issues/10996#issuecomment-2958342627 what's the output of command `ip route show default 0.0.0.0/0` ? -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] RootCAProvider error on management server with L3-network config [cloudstack]

2025-06-10 Thread via GitHub
mosys0815 commented on issue #10996: URL: https://github.com/apache/cloudstack/issues/10996#issuecomment-2958555155 What exactly is the device used for? In our setup we explicitly do _not_ want to use a fixed interface, since these are supposed to "failover" each other. -- This is an a

Re: [I] RootCAProvider error on management server with L3-network config [cloudstack]

2025-06-10 Thread via GitHub
mosys0815 commented on issue #10996: URL: https://github.com/apache/cloudstack/issues/10996#issuecomment-2958348632 ``` ~# ip route show default 0.0.0.0/0 default proto bird src 10.72.44.3 metric 32 nexthop via inet6 fe80::429e:a4ff:fe79:f50f dev eth1b weight 1 nexthop v

Re: [I] RootCAProvider error on management server with L3-network config [cloudstack]

2025-06-10 Thread via GitHub
boring-cyborg[bot] commented on issue #10996: URL: https://github.com/apache/cloudstack/issues/10996#issuecomment-2958295120 Thanks for opening your first issue here! Be sure to follow the issue template! -- This is an automated message from the Apache Git Service. To respond to the m

[I] RootCAProvider error on management server with L3-network config [cloudstack]

2025-06-10 Thread via GitHub
mosys0815 opened a new issue, #10996: URL: https://github.com/apache/cloudstack/issues/10996 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 creat