Re: RE: Local-link address change issue

2020-08-27 Thread Rohit Yadav
Hi Robert, That's correct, it's configurable only via agent.properties on KVM which was added in this pull request for version 4.13.0.0+: https://github.com/apache/cloudstack/pull/3500 Regards. From: Robert Ward Sent: Monday, August 24, 2020 23:38 To: users@cl

Re: keystore for manager

2020-08-27 Thread Rohit Yadav
Hi Rafael, All, The PR has been merged on 4.14 and master branches and the fix will be available in the next 4.15.0.0 and/or 4.14.1.0 releases in the future. As a workaround, you can setup an apache or nginx SSL-offloading server and reverse proxy to your CloudStack mgmt server. For example, fo

Re: keystore for manager

2020-08-27 Thread Rohit Yadav
All, I've proposed a PR here: https://github.com/apache/cloudstack/pull/4288 The issue was that newer Jetty 9 on 4.14 and master has deprecated how SSL connections are handled and fails with keystore related error. I've tested both JKS and PKCS12 type of keystore with (a) self-signed cert and (

Re: Cloudstack 4.11.3 to 4.13.1 SystemVMs Error

2020-08-27 Thread Vivek Kumar
Pardon, the whole mail chain was not visible so replied accordingly. It seems like you are doing SSH using root shell so it doesn’t matter. Vivek Kumar Manager - Cloud & DevOps IndiQus Technologies 24*7 O +91 11 4055 1411 | M +91 7503460090 www.indiqus.com This messa

Re: Cloudstack 4.11.3 to 4.13.1 SystemVMs Error

2020-08-27 Thread Vivek Kumar
Hello Ammad, You haven’t defined the user while logging to the system VM through the Link local IP that’s why you have got the error while logging to the system VM. >> ssh -i /root/.ssh/id_rsa.cloud 169.254.0.121 -p 3922 Try instead below >> ssh -i /root/.ssh/id_rsa.cloud -p 3922 root@169.25

Re: Cloudstack 4.11.3 to 4.13.1 SystemVMs Error

2020-08-27 Thread Ammad Syed
Guys, any help to troubleshoot this further would be highly appreciated. Ammad Ali > On 18-Aug-2020, at 1:05 PM, Ammad Syed wrote: > >  > Hi, > > The systemVM is accessible with 169.x.x.x IP from xenserver host. But login > with private key is denied. I am testing this on my test environment

Re: keystore for manager

2020-08-27 Thread Rohit Yadav
Hi Rafael, All, Yes, as you've identified this is a known blocker issue and we're working towards to fixing that. I think this has to do with migration towards Java11 and change in the default keystore formats and I'm currently exploring the issue. This has been working with 4.13 that uses Java

Re: keystore for manager

2020-08-27 Thread Rafael del Valle
OK, it seems to be already identified as an issue. https://github.com/apache/cloudstack/issues/4199 On Thu, 2020-08-27 09:39 AM, rva...@privaz.io.INVALID wrote: > It is strange... my keystore works with a vanilla jetty 9 > > but does not work with cloudstack-manager > > > > > On Wed, 2020

Re: keystore for manager

2020-08-27 Thread rvalle
It is strange... my keystore works with a vanilla jetty 9 but does not work with cloudstack-manager On Wed, 2020-08-26 08:01 PM, Rafael del Valle wrote: > Hi! > > I am not managing to generate a keystore for the manager (jetty 9 / java 11). > > We have done this before many times as we als