Re: Download all templates

2024-07-10 Thread Nux
Which templates? On 2024-07-10 11:07, Francisco Arencibia Quesada wrote: Good morning guys, I'm planning to download all templates and upload them to a nexus server, in order to have them available when creating new cloudstack environments. I'm trying to do it with a script in python, do

Download all templates

2024-07-10 Thread Francisco Arencibia Quesada
Good morning guys, I'm planning to download all templates and upload them to a nexus server, in order to have them available when creating new cloudstack environments. I'm trying to do it with a script in python, do you have any other approaches tested or thought of? Kind regards thanks

Re: [D] Delete Templates from specific secondary storages [cloudstack]

2024-06-28 Thread via GitHub
GitHub user nxsbi edited a comment on the discussion: Delete Templates from specific secondary storages For anyone else trying to do this - As of 4.19.0.1, if you want to delete the secondary storage (assuming you have 2 or more secondary storage) that has templates stored on it, I followed

Re: [D] Delete Templates from specific secondary storages [cloudstack]

2024-06-28 Thread via GitHub
GitHub user nxsbi added a comment to the discussion: Delete Templates from specific secondary storages For anyone else trying to do this - As of 4.19.0.1, if you want to delete the secondary storage (assuming you have 2 or more secondary storage) that has templates stored on it, I followed

Re: [D] Delete Templates from specific secondary storages [cloudstack]

2024-06-12 Thread via GitHub
GitHub user Pearl1594 added a comment to the discussion: Delete Templates from specific secondary storages @nxsbi Maybe you could try the `migrateResourceToAnotherSecondaryStorage` api / operation to move the templates from the store you want to remove? Not really sure how this would behave

Re: [D] Delete Templates from specific secondary storages [cloudstack]

2024-06-12 Thread via GitHub
GitHub user nxsbi edited a discussion: Delete Templates from specific secondary storages # ISSUE TYPE * Other # COMPONENT NAME ~~~ UI ~~~ # CLOUDSTACK VERSION ~~~ 4.19 ~~~ # CONFIGURATION # OS / ENVIRONMENT # SUMMARY Unable to delete Template from

Re: Ubuntu templates CloudStack

2024-05-20 Thread Ruben Bosch
Take a look here https://github.com/CLDIN/packer-templates/ :) On Mon, May 20, 2024 at 2:32 PM Francisco Arencibia Quesada < arencibia.franci...@gmail.com> wrote: > Thank you very much Alex > > Regards > > *Francisco Arencibia Quesada.* > *DevOps Engineer* > >

Re: Ubuntu templates CloudStack

2024-05-20 Thread Francisco Arencibia Quesada
some broken links in the documentation provided by CloudStack, > but I essentially completed it with the following articles: > > > * > https://docs.cloudstack.apache.org/en/4.19.0.0/adminguide/templates.html#creating-a-linux-template > * > https://docs.cloudstack.apac

Re: Ubuntu templates CloudStack

2024-05-20 Thread Dietrich, Alex
/en/4.19.0.0/adminguide/templates.html#creating-a-linux-template * https://docs.cloudstack.apache.org/en/4.19.0.0/adminguide/templates/_cloud_init.html Thanks, Alex [photo]<http://www.ussignal.com/> Alex Dietrich Senior Network Engineer, US Signal 616-233-5094 | www.ussignal.com

Ubuntu templates CloudStack

2024-05-20 Thread Francisco Arencibia Quesada
Good morning guys, Do you have any updated guide to create ubuntu templates for cloudstack? I'm testing some, but I can't find an updated one for 22.04TLS Regards Thanks in advance -- *Francisco Arencibia Quesada.* *DevOps Engineer*

RE: Windows templates KVM

2024-05-16 Thread Gary Dixon
of our Windows templates Gary Dixon Quadris Cloud Manager +44 (0) 161 537 4980 +44 (0) 7989 717661 gary.di...@quadris.co.uk www.quadris.com Innovation House, 12-13 Bredbury Business Park Bredbury Park Way, Bredbury, Stockport, SK6 2SN -Original Message- From: Francisco Arencibia Quesada

Re: Windows templates KVM

2024-05-16 Thread Francisco Arencibia Quesada
Hi Gary, Yes we are using cloud-init and in our case we are removing the recovery partition, with XCP templates all good, now we are testing the same with KVM. Thank you for your feedback :) Regards On Thu, May 16, 2024 at 12:48 PM Gary Dixon wrote: > Hi Fransisco > > Be caref

RE: Windows templates KVM

2024-05-16 Thread Gary Dixon
Hi Fransisco Be careful if you are building Windows 11 or Wiindows Server 2022 templates as Microsoft have changed the default OS partitioning - they have put the recovery partition at the end of the disk.. We build these initially from ISO so we can add a 1Gb partition - this then gives us

Windows templates KVM

2024-05-16 Thread Francisco Arencibia Quesada
Good morning guys, Is there any updated guide to build windows templates for KVM? I have one but I'm just checking with you guys the best approach. It is also required to install virtio drivers and qemu guest agent right? I have found the latest version of both, is this enough? https

RE: delete old SystemVM Templates

2024-03-04 Thread Gabriel Ortiga Fernandes
Hello Swen, As mentioned, you can delete it by changing the type to USER. Additionally, this Pull Request: (https://github.com/apache/cloudstack/pull/8556) aims to add a new parameter to the 'deleteTemplate' API to allow these templates to be deletable without needing the extra step. Kind

AW: delete old SystemVM Templates

2024-02-28 Thread me
Thx again, Wei! -Ursprüngliche Nachricht- Von: Wei ZHOU Gesendet: Dienstag, 27. Februar 2024 20:39 An: users@cloudstack.apache.org Betreff: Re: delete old SystemVM Templates No, you are free to remove any template which is not used any more. for SYSTEM templates, there is a check

Re: delete old SystemVM Templates

2024-02-27 Thread Wei ZHOU
No, you are free to remove any template which is not used any more. for SYSTEM templates, there is a check to guard the templates to be removed by mistake. so you need to change the type to USER then remove it. -Wei On Tue, Feb 27, 2024 at 5:04 PM wrote: > Thx! Is there any reason to keep

AW: delete old SystemVM Templates

2024-02-27 Thread me
Thx! Is there any reason to keep old templates when no instance is using it anymore? -Ursprüngliche Nachricht- Von: Wei ZHOU Gesendet: Dienstag, 27. Februar 2024 16:58 An: users@cloudstack.apache.org Betreff: Re: delete old SystemVM Templates if it is not needed, of course you can

Re: delete old SystemVM Templates

2024-02-27 Thread Wei ZHOU
if it is not needed, of course you can remove it - update template type to USER - delete the template from zones -Wei On Tue, Feb 27, 2024 at 4:56 PM wrote: > Hello, > > is it possible to delete old, not used anymore, SystemVM Templates via UI? > And does it make sense to

delete old SystemVM Templates

2024-02-27 Thread me
Hello, is it possible to delete old, not used anymore, SystemVM Templates via UI? And does it make sense to delete them? After upgrading from 4.18.1.0 to 4.19.0.0 we do have 2 systemvm templates registered (as expected) in our CS. The first one is called "SystemVM Template (KVM)" and

Re: windows templates

2024-02-02 Thread Francisco Arencibia Quesada
From: Francisco Arencibia Quesada > Sent: Friday, February 2, 2024 7:55:54 pm > To: users@cloudstack.apache.org > Subject: windows templates > > Good morning guys, > > Do we have something like this: > > > https://cloud-images.ubuntu.com/releases/22.04/release/ubu

Re: windows templates

2024-02-02 Thread Ricardo Pertuz
Hey Francisco, You have to install Sysrep and create a image for Win Atte, Ricardo Pertuz On 2 Feb 2024 at 9:26 AM -0500, Francisco Arencibia Quesada , wrote: > Good morning guys, > > Do we have something like this: > >

Re: windows templates

2024-02-02 Thread Jayanth Reddy
Hi, Not actually. You'll have to build one. Thanks Get Outlook for Android<https://aka.ms/AAb9ysg> From: Francisco Arencibia Quesada Sent: Friday, February 2, 2024 7:55:54 pm To: users@cloudstack.apache.org Subject: windows templates Good morning guys,

windows templates

2024-02-02 Thread Francisco Arencibia Quesada
Good morning guys, Do we have something like this: https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img for windows? Regards -- *Francisco Arencibia Quesada.* *DevOps Engineer*

Re: xcp templates to kvm

2024-01-31 Thread Nux
What Kiran said, and in addition to that make sure you have the right drivers in the VM templates (ie virtio_blk, virtio_net etc). Virt-v2v might help here: https://access.redhat.com/articles/1353783 On 2024-01-31 12:17, Kiran Chavala wrote: Hi Francisco The xcp zone templates will in vhd

Re: xcp templates to kvm

2024-01-31 Thread Kiran Chavala
Hi Francisco The xcp zone templates will in vhd format. In order for them to work with KVM zone they have to be in qcow2 format You can try to use the qemu-img tool to convert them to qcow2 format Regards Kiran From: Francisco Arencibia Quesada Date: Wednesday, 31 January 2024 at 5:28 PM

xcp templates to kvm

2024-01-31 Thread Francisco Arencibia Quesada
Good morning guys, I have a doubt regarding a matter. If I copy all templates, such as Ubuntu and Windows, from an XCP zone to a KVM zone, is it possible to make them work? Or do I need to create new templates for the KVM zone? Thank you in advance Regards -- *Francisco Arencibia Quesada

RE: Cloudstack fail to create windows 2022 templates

2023-11-27 Thread Gary Dixon
ckport, SK6 2SN -Original Message- From: S.Fuller Sent: Friday, November 24, 2023 2:18 AM To: users@cloudstack.apache.org Subject: Re: Cloudstack fail to create windows 2022 templates Just went through this process. - I installed Windows Server 2022 to a VM, installed the VirtIO drivers, mad

Re: Cloudstack fail to create windows 2022 templates

2023-11-23 Thread S.Fuller
documentation shows an example guide up to Windows 2008 > guides only. > https://docs.cloudstack.apache.org/en/latest/adminguide/templates.html > > May we know anyone facing these issues and how to create Windows 2022 > templates in the proper way? > > Regards, > Yu Huang > -- Steve Fuller steveful...@gmail.com

Cloudstack fail to create windows 2022 templates

2023-11-22 Thread Yu Huang Chan
umentation shows an example guide up to Windows 2008 guides only. https://docs.cloudstack.apache.org/en/latest/adminguide/templates.html May we know anyone facing these issues and how to create Windows 2022 templates in the proper way? Regards, Yu Huang

Re: VM Templates - ROOT DISK link

2023-11-22 Thread Nux
Yes there is, when you create a Compute Offering you can choose between thin provisioning, sparse provisioning and fat provisioning (full clone afaik). That said I do not recommend full clones generally, they generate a lot of I/O and "waste" of space. On 2023-11-21 14:18, Murilo Moura

VM Templates - ROOT DISK link

2023-11-21 Thread Murilo Moura
Guys, when we create a new VM from a template, it seems to me that a new disk is created as if it were a snapshot, linked to the original template file (qcow2 backing file link). Is there any way to avoid this link, creating a complete clone of the template disk and attaching it exclusively to

Re: Imported templates not working

2023-08-22 Thread Francisco Arencibia Quesada
; Shell>_ > > Regards > > > On Mon, Aug 21, 2023 at 10:41 AM Wei ZHOU wrote: > >> Hi, >> >> The image is not visible. >> Can you describe how to import the templates ? >> >> -Wei >> >> On Mon, 21 Aug 2023 at 10:20, Francisco

Re: Imported templates not working

2023-08-22 Thread Nux
: Press ESC in 1 seconds to skip startup.nsh or any other key to continue Shell>_ Regards On Mon, Aug 21, 2023 at 10:41 AM Wei ZHOU wrote: Hi, The image is not visible. Can you describe how to import the templates ? -Wei On Mon, 21 Aug 2023 at 10:20, Francisco Arencibia Ques

Re: Imported templates not working

2023-08-21 Thread Francisco Arencibia Quesada
HOU wrote: > Hi, > > The image is not visible. > Can you describe how to import the templates ? > > -Wei > > On Mon, 21 Aug 2023 at 10:20, Francisco Arencibia Quesada < > arencibia.franci...@gmail.com> wrote: > > > Good morning everyone, > > > &g

Re: Imported templates not working

2023-08-21 Thread Wei ZHOU
Hi, The image is not visible. Can you describe how to import the templates ? -Wei On Mon, 21 Aug 2023 at 10:20, Francisco Arencibia Quesada < arencibia.franci...@gmail.com> wrote: > Good morning everyone, > > I have imported some templates from another cloudstack, Windows &

Imported templates not working

2023-08-21 Thread Francisco Arencibia Quesada
Good morning everyone, I have imported some templates from another cloudstack, Windows 2016,2019,2022, the only one working is 2016 the is giving this error at boot: [image: Screenshot from 2023-08-21 09-55-13.png] Any idea how to fix this? In the cloudstack of origin all images work, it seems

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-21 Thread Nicolas Vazquez
: Tuesday, 20 June 2023 at 15:58 To: users@cloudstack.apache.org Subject: Re: Direct Download/Bypass Secondary Storage option for templates Can you elaborate on this statement? "but only if there aren’t VMs using the template as the backing file on that primary storage pool." The document

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-20 Thread Will Conrad
-4.18/apis/deleteTemplate.html Does cloudstack have a recommended best practice for managing templates/versions? Say, for instance, If we want to ensure we have the latest cloud image every two weeks for an ubuntu2204 template? Would manually deleting the cached file from primary storage a

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-20 Thread Nicolas Vazquez
is that only updating secondary storage will not ensure that new dpeloyments will get the latest version, since CloudStack keeps copies of the template on primary storage also. New deployments use the cached templates on primary storage when it is available to avoid copying from secondary storage

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-20 Thread Will Conrad
ez < > nicolas.vazq...@shapeblue.com> wrote: > >> Hi Will, >> >> When registering a template CloudStack usually downloads it first to >> secondary storage and then copies it through the different primary storage >> pools when a VM deployment requires it

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-16 Thread Will Conrad
t primary storage > pools when a VM deployment requires it. The aim of the direct download > feature is to skip the first step and directly downloading the templates > into primary storage pools without any secondary storage intervention. > > In your requirement do you mean to change the

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-15 Thread Nicolas Vazquez
the templates into primary storage pools without any secondary storage intervention. In your requirement do you mean to change the template URL and re-download the template from a different location or simply download again the template from the same URL after updating the served file? Afaik

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-15 Thread Will Conrad
> > > From: Will Conrad > Date: Wednesday, 14 June 2023 at 10:58 > To: users@cloudstack.apache.org > Subject: Re: Direct Download/Bypass Secondary Storage option for templates > Nicolas, > > I feel silly for not having read that documentation all the way through. > Tha

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-14 Thread Nicolas Vazquez
is supported on NFS, local storage and shared mount point, but not for Ceph. Regards, Nicolas Vazquez From: Will Conrad Date: Wednesday, 14 June 2023 at 10:58 To: users@cloudstack.apache.org Subject: Re: Direct Download/Bypass Secondary Storage option for templates Nicolas, I feel silly

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-14 Thread Will Conrad
Nicolas, I feel silly for not having read that documentation all the way through. Thank you for your assistance. I have another question, now. Since we've been working with this we have been trying various methods of testing directdownload templates. Since we were having problems with HTTPS, we

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-14 Thread Nicolas Vazquez
Thanks Will, Currently it is only possible to upload the certificate via API but not from the UI, please find it documented here: https://docs.cloudstack.apache.org/en/latest/adminguide/templates.html#bypassing-secondary-storage-for-kvm-templates. In your case as the template is stored

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-14 Thread Will Conrad
e for the https download > via the uploadTemplateDirectDownloadCertificate API? > > Regards, > Nicolas Vazquez > > > From: Wei ZHOU > Date: Tuesday, 13 June 2023 at 20:01 > To: users@cloudstack.apache.org > Subject: Re: Direct Download/Bypass Secondary Storage option for templates > Hi Will, >

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-13 Thread Nicolas Vazquez
Storage option for templates Hi Will, What hypervisor do you use ? Have you installed ca-crrtificates package? -Wei On Tuesday, 13 June 2023, Will Conrad wrote: > Hello again, Community! > > We're trying to make use of DirectDownload templates which makes use of the > "Bypass

Re: Direct Download/Bypass Secondary Storage option for templates

2023-06-13 Thread Wei ZHOU
Hi Will, What hypervisor do you use ? Have you installed ca-crrtificates package? -Wei On Tuesday, 13 June 2023, Will Conrad wrote: > Hello again, Community! > > We're trying to make use of DirectDownload templates which makes use of the > "Bypass Secondary Storage"

Direct Download/Bypass Secondary Storage option for templates

2023-06-13 Thread Will Conrad
Hello again, Community! We're trying to make use of DirectDownload templates which makes use of the "Bypass Secondary Storage" feature, but we seem to be having issues with this functionality. After setting up a new template with "Direct Download" turned on and an HTTPS U

Re: Endless logs on ACS Management Server - Copy templates between storage

2023-06-09 Thread Ricardo Pertuz
t; Date: Wednesday, 7 June 2023 at 11:14 PM > To: users@cloudstack.apache.org > Subject: Endless logs on ACS Management Server - Copy templates between > storage > Hi, > > On my ACS 4.18 I have endless logs, many day and every ms > > 2023-06-07 12:39:59,425 DEBUG [c.c.a.m.Clus

Re: Endless logs on ACS Management Server - Copy templates between storage

2023-06-09 Thread Jithin Raju
To: users@cloudstack.apache.org Subject: Endless logs on ACS Management Server - Copy templates between storage Hi, On my ACS 4.18 I have endless logs, many day and every ms 2023-06-07 12:39:59,425 DEBUG [c.c.a.m.ClusteredAgentAttache] (AgentManager-Handler-5:null) (logid:) Seq 49

Endless logs on ACS Management Server - Copy templates between storage

2023-06-07 Thread Ricardo Pertuz
Hi, On my ACS 4.18 I have endless logs, many day and every ms  2023-06-07 12:39:59,425 DEBUG [c.c.a.m.ClusteredAgentAttache] (AgentManager-Handler-5:null) (logid:) Seq 49-296956100429745222: Forwarding Seq 49-296956100429745222:  { Cmd , MgmtId: 134293372377188, via: 49, Ver: v1, Flags:

RE: Error when uploading ISO and templates from local machine.

2023-03-28 Thread marty
I destroyed the secondary storage VM, it recreated it and still the same error. -Original Message- From: Wei ZHOU Sent: Tuesday, March 28, 2023 5:11 PM To: users@cloudstack.apache.org Subject: Re: Error when uploading ISO and templates from local machine. Have you recreated the ssvm

RE: Error when uploading ISO and templates from local machine.

2023-03-28 Thread marty
I patched it and then I also rebooted it. I didn’t recreate it. Let me try that. -Original Message- From: Wei ZHOU Sent: Tuesday, March 28, 2023 5:11 PM To: users@cloudstack.apache.org Subject: Re: Error when uploading ISO and templates from local machine. Have you recreated the ssvm

Re: Error when uploading ISO and templates from local machine.

2023-03-28 Thread Wei ZHOU
st time. > > Marty > > -Original Message- > From: Wei ZHOU > Sent: Tuesday, March 28, 2023 5:54 AM > To: users@cloudstack.apache.org > Subject: Re: Error when uploading ISO and templates from local machine. > > Hi Marty, > > To upload template/iso from local, yo

RE: Error when uploading ISO and templates from local machine.

2023-03-28 Thread marty
@cloudstack.apache.org Subject: Re: Error when uploading ISO and templates from local machine. Hi Marty, To upload template/iso from local, you need to configure Https/tls. Please refer to https://www.shapeblue.com/securing-cloudstack-4-11-with-https-tls/ -Wei On Tue, 28 Mar 2023 at 09:33, Marty Godsey wrote

Re: Error when uploading ISO and templates from local machine.

2023-03-28 Thread Wei ZHOU
Hi Marty, To upload template/iso from local, you need to configure Https/tls. Please refer to https://www.shapeblue.com/securing-cloudstack-4-11-with-https-tls/ -Wei On Tue, 28 Mar 2023 at 09:33, Marty Godsey wrote: > Hello Everyone, > > Since uploading to 4.18.0, I have been getting an error

Re: Error when uploading ISO and templates from local machine.

2023-03-28 Thread Nux
Can you set your management server log to DEBUG, try again and share the logs? On 2023-03-28 07:19, Marty Godsey wrote: Hello Everyone, Since uploading to 4.18.0, I have been getting an error when I try to use the upload image from the local machine. The GUI shows me error 502, while the

Error when uploading ISO and templates from local machine.

2023-03-28 Thread Marty Godsey
Hello Everyone, Since uploading to 4.18.0, I have been getting an error when I try to use the upload image from the local machine. The GUI shows me error 502, while the log files say it's a validation error. If I import via URL, it works fine. This is only a 200MB ISO by the way. Thoughts?

Re: noob question about Templates

2023-02-10 Thread Simon Weller
t; We are running KVM hypervisor on Ubuntu 20.04 on AMD EPYC cpu's > > We haven't been enabling HVM on templates as we don't want users to be > able to nest hypervisors within their VM's > > Gary Dixon​ > Senior Technical Consultant > T: +44 161 537 4990 > E: *v*

RE: noob question about Templates

2023-02-10 Thread Gary Dixon
Hi Simon Thanks for the info - its quite interesting !! We are running KVM hypervisor on Ubuntu 20.04 on AMD EPYC cpu's We haven't been enabling HVM on templates as we don't want users to be able to nest hypervisors within their VM's Gary Dixon Senior Technical Consultant T: +44 161 537

Re: noob question about Templates

2023-02-10 Thread Simon Weller
Hey Gary, Welcome to the list. Firstly, which hypervisor are you using? HVM used to mean use hardware accelerated virtualization back in the day when it was still fairly new. It was required for some hypervisors, but not all. These days everything is hardware accelerated. If you are running

noob question about Templates

2023-02-10 Thread Gary Dixon
HI Sorry for the newbie question but . When creating a template - does enabling the HVM option allow the virtual machine to also be a hypervisor so that nested virtualization can be achieved? Gary Dixon Senior Technical Consultant T: +44 161 537 4990 E: v...@quadris-support.com W:

Adding password management to Centos Stream Templates

2023-01-23 Thread Craig Dunn
Hi all, i`m currently working through our templates updating and adding new ones. I`m currently working on Centos Stream 8. I have followed the guide here <http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.8/templates/_password.html#adding-password-management-to-templa

Re: Using public cloud images as templates

2022-05-16 Thread Rafael del Valle
, 2022-05-04 05:20 PM, Felipe Polanco " > target="_blank"> wrote: > > Hello, > > > > Is it possible to use cloud images from popular Linux OS like Ubuntu or > > Centos? > > > > I have added them as templates but none of the boot on a new instance,

Re: Using public cloud images as templates

2022-05-16 Thread Rafael del Valle
at publish compatible cloud images? On Wed, 2022-05-04 05:20 PM, Felipe Polanco wrote: > Hello, > > Is it possible to use cloud images from popular Linux OS like Ubuntu or > Centos? > > I have added them as templates but none of the boot on a new instance, the > bootloader is s

SV: Cannot delete image store with active templates backup!

2022-05-09 Thread David Larsen
templates backup! Hi I'm trying to delete a old Secondary Storage from Cloudstack and get this message: "Cannot delete image store with active templates backup!" I have successfully used the "Migrate data from Image store" to another Secondary Store NFS server, resulting

Re: Using public cloud images as templates

2022-05-06 Thread Suresh Anaparti
w template) in hypervisor with > libvirt 4.5.0 / qemu 1.5.3, on cloudstack 4.16.1, and it is booting fine. > > Got the same issue with images cloudimg-amd64-disk-kvm.img, > cloudimg-ppc64el.img (as raw templates) in hypervisor with libvirt 4.5.0 / > qemu v1.5.

Re: Using public cloud images as templates

2022-05-05 Thread Felipe Polanco
d64.img (as raw template) in hypervisor with > libvirt 4.5.0 / qemu 1.5.3, on cloudstack 4.16.1, and it is booting fine. > > Got the same issue with images cloudimg-amd64-disk-kvm.img, > cloudimg-ppc64el.img (as raw templates) in hypervisor with libvirt 4.5.0 / > qemu v1.5.3 and v2.1

Re: Using public cloud images as templates

2022-05-05 Thread Suresh Anaparti
Hi Felipe, I've tried with cloudimg-amd64.img (as raw template) in hypervisor with libvirt 4.5.0 / qemu 1.5.3, on cloudstack 4.16.1, and it is booting fine. Got the same issue with images cloudimg-amd64-disk-kvm.img, cloudimg-ppc64el.img (as raw templates) in hypervisor with libvirt 4.5.0

Using public cloud images as templates

2022-05-04 Thread Felipe Polanco
Hello, Is it possible to use cloud images from popular Linux OS like Ubuntu or Centos? I have added them as templates but none of the boot on a new instance, the bootloader is stuck at "Booting from hard disk..." URL: https://cloud-images.ubuntu.com/focal/current/ Using the amd64-di

Cannot delete image store with active templates backup!

2022-05-04 Thread David Larsen
Hi I'm trying to delete a old Secondary Storage from Cloudstack and get this message: "Cannot delete image store with active templates backup!" I have successfully used the "Migrate data from Image store" to another Secondary Store NFS server, resulting in the old Secon

Re: Problem with Templates/ISO

2021-09-22 Thread DL
t; >> -Wei > > >> > > >> On Tuesday, 21 September 2021, DL wrote: > > >> > > >> > The "SystemVM Template (KVM)" is ready. However, the "CentOS > > 5.5(64bit) > > >> no > > >> > GUI (

Re: Problem with Templates/ISO

2021-09-22 Thread Wei ZHOU
t; template is not ready; the status says "Unable to resolve > >> > download.cloudstack.org." > >> > This issue is similar to the error I encountered when I tried to > >> register > >> > an online ISO. > >> > If I use the brows

Re: Problem with Templates/ISO

2021-09-21 Thread DL
ter >> > an online ISO. >> > If I use the browser, I can visit any website. I can ping >> > download.cloudstack.org from the terminal fine. However, cloudstack >> seems >> > not able to reach the public Internet. >> > Is CloudStack using a different way to rea

Re: Problem with Templates/ISO

2021-09-21 Thread DL
; seems > > not able to reach the public Internet. > > Is CloudStack using a different way to reach the Internet? > > > > > > > > On Tue, Sep 21, 2021 at 2:10 AM Pearl d'Silva < > pearl.dsi...@shapeblue.com> > > wrote: > > > > > Hi, &

Re: Problem with Templates/ISO

2021-09-21 Thread Wei ZHOU
not able to reach the public Internet. > Is CloudStack using a different way to reach the Internet? > > > > On Tue, Sep 21, 2021 at 2:10 AM Pearl d'Silva > wrote: > > > Hi, > > > > One of the reasons why the templates may not be showing up in the VM > &

Re: Problem with Templates/ISO

2021-09-21 Thread DL
e the browser, I can visit any website. I can ping download.cloudstack.org from the terminal fine. However, cloudstack seems not able to reach the public Internet. Is CloudStack using a different way to reach the Internet? On Tue, Sep 21, 2021 at 2:10 AM Pearl d'Silva wrote: > Hi, > > O

Re: Problem with Templates/ISO

2021-09-21 Thread Pearl d'Silva
Hi, One of the reasons why the templates may not be showing up in the VM deployment wizard is because they aren't in the ready state. You can verify that by going into the respective template's info and in the zone tab you'd probably notice that the template(s) aren't in ready state. Ideally

Re: Problem with Templates/ISO

2021-09-20 Thread DL
10.2. > As instructed, the gateway server is only a gateway, not a DHCP server. > The cloudstack VM can use the gateway to access the Internet fine. > I can SSH from the gateway server into the cloudstack VM fine. > > How do I make my env setup SSL enabled? > Am I supposed to see som

Re: Problem with Templates/ISO

2021-09-20 Thread DL
. The cloudstack VM can use the gateway to access the Internet fine. I can SSH from the gateway server into the cloudstack VM fine. How do I make my env setup SSL enabled? Am I supposed to see some existing Templates/ISOs when creating a new VM instance? Or am I supposed to create some Templates/ISOs by myself

Re: Problem with Templates/ISO

2021-09-20 Thread Pearl d'Silva
uesday, September 21, 2021 12:43 AM To: users@cloudstack.apache.org Subject: Re: Problem with Templates/ISO Hi Pearl, Following your solution, I added the Secondary Storage, and now two Templates and two ISOs shows under the Images tab. However, I still couldn't see any Templates/ISOs in the Templa

Re: Problem with Templates/ISO

2021-09-20 Thread DL
Hi Pearl, Following your solution, I added the Secondary Storage, and now two Templates and two ISOs shows under the Images tab. However, I still couldn't see any Templates/ISOs in the Template/ISO configuration page when I tried to create a new VM instance. I tried to Register ISO also. If I

Re: Problem with Templates/ISO

2021-09-19 Thread Pearl d'Silva
nks, Pearl From: DL Sent: Monday, September 20, 2021 10:16 AM To: users@cloudstack.apache.org Subject: Re: Problem with Templates/ISO @Pearl I can go to the Infrastructure -> Secondary Storage tab. However, nothing is there. @Harikrishna Thank you also for getti

Re: Problem with Templates/ISO

2021-09-19 Thread DL
na 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 looks to me like DB changes did not apply properly during > installa

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

Re: Problem with Templates/ISO

2021-09-19 Thread Harikrishna Patnala
-server.log and see the exact reason for DB sql exception when you perform the list templates operation. As mentioned already there is no change in the system VM template from 4.15.1 to 4.15.2 Regards, Harikrishna From: DL Sent: Monday, September 20, 2021 9:38 AM

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 Templa

Re: Problem with Templates/ISO

2021-09-19 Thread DL
> From: DL > Sent: Monday, September 20, 2021 9:38 AM > To: users@cloudstack.apache.org > Subject: Problem with Templates/ISO > > Hello there, > > I am a new CloutStack user and a new user on this mailing list. After > following the Quick Installation Guide,

Re: Problem with Templates/ISO

2021-09-19 Thread Pearl d'Silva
, September 20, 2021 9:38 AM To: users@cloudstack.apache.org Subject: Problem with Templates/ISO 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

Problem with Templates/ISOs

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

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

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

Re: How to create Templates in CloudStack

2021-09-19 Thread Vivek Kumar
. Vivek Kumar Sr. Manager - Cloud & DevOps IndiQus Technologies M +91 7503460090 www.indiqus.com > On 19-Sep-2021, at 8:12 PM, Saurabh Rapatwar > wrote: > > Hello > > We are using CloudStack to sell Public Cloud. For this purpose we want to > customise the tem

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

Show only the templates available for the selected hypervisor.

2021-08-29 Thread cristian.c
Hello, I do not understand why I see all the templates available if I select a cluster for deployment where are only KVM hypervisors available, makes no sense. same if I do not choose a specific cluster and I only select the zone, if I select a KVM template I can end with an error

Re: 403 Forbidden When downloading templates

2021-06-22 Thread Vivek Kumar
t 9:33 AM, 조대형 wrote: > > Hi, All. > > I got 403 Forbidden Error message when I try to download the templates. > > > > Do you have any ideas to fix this? > > > > Thanks, >

403 Forbidden When downloading templates

2021-06-22 Thread 조대형
Hi, All. I got 403 Forbidden Error message when I try to download the templates. Do you have any ideas to fix this? Thanks,

  1   2   3   4   5   6   >