[ANNOUCE] Apache CloudStack 4.15.2.0 LTS Release

2021-09-19 Thread Rohit Yadav
# Apache CloudStack LTS Maintenance Release 4.15.2.0 The Apache CloudStack project is pleased to announce the release of CloudStack 4.15.2.0. The CloudStack 4.15.2.0 release is a maintenance release as part of its 4.15.x LTS branch and contains more than 75 fixes and improvements since the Cloud

Re: Adding OS Type

2021-09-19 Thread Daan Hoogland
yes, there are some APIs to aid with that: http://cloudstack.apache.org/api/apidocs-4.15/apis/addGuestOs.html http://cloudstack.apache.org/api/apidocs-4.15/apis/addGuestOsMapping.html On Mon, Sep 20, 2021 at 3:25 AM Hean Seng wrote: > Hi > > Is there any way to add OS Type in ACS template ? Cu

Re: Problem with Templates/ISO

2021-09-19 Thread Pearl d'Silva
Hi Douglas, That seems to be the issue, you will need to add a store to the zone. You can do that either via UI / command line. On the UI, there is the "Add Secondary Storage" button, provide the zone, the server IP/name, and the path (in your case, /export/secondary). Thanks, Pearl

Re: Problem with Templates/ISO

2021-09-19 Thread DL
@Pearl I can go to the Infrastructure -> Secondary Storage tab. However, nothing is there. @Harikrishna Thank you also for getting back to me! Here is what I found related to the error in the log: 2021-09-20 00:27:12,093 DEBUG [c.c.a.ApiServlet] (qtp1136768342-20:ctx-d9bd1f44) (logid:a56ace1d) =

Re: Problem with Templates/ISO

2021-09-19 Thread Harikrishna Patnala
Sorry, logs at /var/log/cloudstack/management/management-server.log From: Harikrishna Patnala Sent: Monday, September 20, 2021 10:04 AM To: users@cloudstack.apache.org Subject: Re: Problem with Templates/ISO Hi Douglas, Firstly, welcome to CloudStack. This loo

Re: Problem with Templates/ISO

2021-09-19 Thread Harikrishna Patnala
Hi Douglas, Firstly, welcome to CloudStack. This looks to me like DB changes did not apply properly during installation. Did you observe any issues in the logs during the management server installation or start. You can check the logs at /usr/share/cloudstack/management/management-server.log

Re: Problem with Templates/ISO

2021-09-19 Thread Pearl d'Silva
Hi, On the UI, on the Secondary Storage tab (Infrastructure -> Secondary Storage), do you see the store present / added there as well? Thanks, From: DL Sent: Monday, September 20, 2021 9:59 AM To: users@cloudstack.apache.org Subject: Re: Problem with Templates/

Re: Problem with Templates/ISO

2021-09-19 Thread DL
Dear Pearl, Thank you so much for getting back to me! Yes, I have both the primary storage and secondary storage set up, in the same way as the Quick Installation Guide. They are at /export/primary and /export/secondary respectively. The /export directory looks like this: /export ├── primary └──

Re: Problem with Templates/ISO

2021-09-19 Thread Pearl d'Silva
Hi Douglas, Do you have at least one secondary store added to the zone. With respect to your query on the SystemVM template for 4.15.2, there is no change in the template, i.e., ACS 4.15.2 uses the same template as 4.15.1. Regards, Pearl From: DL Sent: Monday,

Problem with Templates/ISO

2021-09-19 Thread DL
Hello there, I am a new CloutStack user and a new user on this mailing list. After following the Quick Installation Guide, I ended up with empty Template/ISOs when I attempted to create a VM instance. If I go to Images/Templates, I got 500 Internal Server Error: Request Failed (530) DB Exception

Adding OS Type

2021-09-19 Thread Hean Seng
Hi Is there any way to add OS Type in ACS template ? Currently using 4.15 We need to add in as new OS is coming out , eg Debian 11, Ubuntu 20 etc. -- Regards, Hean Seng

Re: How to create Templates in CloudStack

2021-09-19 Thread Darren Cole
I've used cloud-init and would vote for that. What I've done is create bare minimum templates with ssh, redhat-lsb as appropriate, and a known password. I refer to these as stepping stone templates that only exist for admins to create templates from absolutely bare minimal installs. I have creat

Re: How to create Templates in CloudStack

2021-09-19 Thread Vivek Kumar
Hello Saurabh, So there are two ways to achieve your requirement - 1- You Deploy a VM from ISO and install whatever you need and then create a template out of it..! It means whenever you will deploy VM using this template you will have pre-installed your package and base config. Post deploymen

How to create Templates in CloudStack

2021-09-19 Thread Saurabh Rapatwar
Hello We are using CloudStack to sell Public Cloud. For this purpose we want to customise the templates like below: 1. Ubuntu with Wordpress 2. CentOS with Cpanel 3. Windows Server with Plesk Panel 4. All the the popular versions of respective popular OS What is the procedure to do this like we