Re: Cloudstack 4.11.3 to 4.13.1 SystemVMs Error

2020-08-11 Thread Eric Lee Green
Correct, 4.11.3 template is used for 4.11.3, 4.12, and 4.13. 4.14 moves to the 4.14.0 template. There seems to be something odd happening key-wise sometimes with upgrades from 4.11.3 to 4.13.1 or 4.14.0.   I managed an upgrade from 4.11.3 to 4.13.1 that *almost* worked, but the secondary

Re: Quick Install, strugling to get ACS working

2020-08-11 Thread rvalle
Sorry, I can see a lot of this: 2020-08-11 15:00:13,509 ERROR [c.c.u.n.Link] (AgentManager-SSLHandshakeHandler-3:null) (logid:) SSL error caught during wrap data: Empty server certificate chain, for local address=/10.71.0.254:8250, remote address=/10.71.1.44:53510. Which seems to me like

Re: Quick Install, strugling to get ACS working

2020-08-11 Thread rvalle
I can also see a lot of: On Tue, 2020-08-11 03:06 PM, Rafael del Valle wrote: > Hi! > > Like other users on the list, I am struggling to get ACS working following > the Quick Install. > > My Setup 3 host test cluster: KVM, Ubuntu 18, ACS 4.14 > > I have managed to create (Advanced

Quick Install, strugling to get ACS working

2020-08-11 Thread Rafael del Valle
Hi! Like other users on the list, I am struggling to get ACS working following the Quick Install. My Setup 3 host test cluster: KVM, Ubuntu 18, ACS 4.14 I have managed to create (Advanced Networking)( Zone, Cluster, Pod, Hosts, I am using local primary storage (for VMs and SVMS) and NFS

Re: Cloudstack 4.11.3 to 4.13.1 SystemVMs Error

2020-08-11 Thread Ammad Syed
Hi, I think 4.12 and 4.13 uses same systemVM template i.e 4.11.3 version, which I already have registered. Currently I am running 4.11.3 version of ACS. MariaDB [cloud]> SELECT id,name,type,cross_zones,state FROM cloud.vm_template WHERE name like '%systemvm-xenserver%' AND removed IS NULL;

Re: Cloudstack 4.11.3 to 4.13.1 SystemVMs Error

2020-08-11 Thread Pierre-Luc Dion
Hi Syed, >From 4.12, the systemvm template had to be upgraded because of OS change in the template, moved to a latest version of Debian. Because of that, some VR scripts have changed and make obsolete older version of VRs, so you will most likely have to register an updated systemvm templates and

[DISCUSS] Primate review and testing wrt 1.0/GA

2020-08-11 Thread Rohit Yadav
All, Here's the latest update on Primate: * We've completed execution of full test plans on Primate and addresses issues/bugs: https://github.com/apache/cloudstack-primate/issues?q=is%3Aissue+is%3Aclosed+label%3Atesting+test+plan * Overall we think we've reached feature parity against

Re: How to delete OS template via database

2020-08-11 Thread Rakesh Venkatesh
You can set "state" to "Inactive" in vm_template table and it wont show up in UI update vm_template set state="Inactive" where id=<> limit 1; or you can run delete template id= cloudmonkey api to delete it On Tue, Aug 11, 2020 at 9:49 AM harith roli wrote: > please help, I need a way to

Re: Unable to ping secondary NIC ip of a VM in VPC

2020-08-11 Thread Rakesh Venkatesh
Wei, This was the test done on ubuntu os. The initial issue was found on windows vm. Even if it can be solved by adding some config inside the vm, do we need to do every time we delete/add additional NIC's to vm? That will be extra work all the time right? On Mon, Aug 10, 2020 at 5:43 PM Wei

Cloudstack 4.11.3 to 4.13.1 SystemVMs Error

2020-08-11 Thread Ammad Syed
Hi Guys, I was previously on 4.9.3 cloudstack and upgraded to 4.11.1 then 4.11.3. The version 4.11.3 is working fine since six months. Now I have tried to upgrade my system from 4.11.3 to 4.13.1. The upgrade goes successful. I didn't uploaded any system VM template. However the problem occured

How to delete OS template via database

2020-08-11 Thread harith roli
please help, I need a way to delete OS template of cloudstack via database. Currently the status of template is UploadAbandoned. I try delete using gui, Zones --> click button "x" to delete template but I got message box indicate status failed to delete template. Thank you for your help