Re: Let's Encrypt

2024-05-20 Thread Ruben Bosch
Ian, this is easily achievable by means of an ACME client (Certbot) and running ACS management behind a reverse proxy. You can write a hook to upload a certificate to the CPVM as well. ( https://cloudstack.apache.org/api/apidocs-4.16/apis/uploadCustomCertificate.html) Just be mindful that the CPVM

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* > > > On Mon, 20 May 2024 at 14:30,

Re: Replaced SSL now console proxy not working

2024-04-29 Thread Ruben Bosch
Jimmy, you can run "cloudstack-ssh 169.x.x.x" or "ssh -i /root/.ssh/id_rsa.cloud -p 3922 root@169.x.x.x" from the hypervisor running the system VM to SSH into the system VM. On Mon, Apr 29, 2024 at 2:09 PM Jimmy Huybrechts wrote: > Hi, > > So I replaced the SSL certficate today since it uses

Re: Shared guest network assigned to multiple domains

2024-04-29 Thread Ruben Bosch
h overlapping IP ranges as the network in the > destination domain / account was initially created with a different vlan > and then they were updated (or swapped) with the VLAN in the source domain. > However, I did not test with IPv6. > > > > > > > > > > >

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
s the same and the VLAN ID overlap check is disabled. Regards, Ruben Bosch On Fri, Apr 26, 2024 at 4:21 PM Pearl d'Silva wrote: > Hi Ruben, > > Have you tried the 'Assign Instance to Another Account' > (assignVirtualMachine API) operation on the stopped VMs. This would help in > moving

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
ei > > On Fri, Apr 26, 2024 at 2:44 PM Ruben Bosch wrote: > > > > Thanks Daan :-) Hope there are others with some ideas as well! > > > > On Fri, Apr 26, 2024 at 2:42 PM Daan Hoogland > > wrote: > > > > > ok, from what I know now I have e

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
Thanks Daan :-) Hope there are others with some ideas as well! On Fri, Apr 26, 2024 at 2:42 PM Daan Hoogland wrote: > ok, from what I know now I have exhausted my clues. Hope you get your > migration done expediently. > > On Fri, Apr 26, 2024 at 2:29 PM Ruben Bosch wrote:

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
ration to be in line with the range? > > On Fri, Apr 26, 2024 at 2:01 PM Ruben Bosch wrote: > > > > The target domain already exists with VMs running in it > > > > On Fri, Apr 26, 2024 at 1:46 PM Daan Hoogland > > wrote: > > > > > so pr

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
The target domain already exists with VMs running in it On Fri, Apr 26, 2024 at 1:46 PM Daan Hoogland wrote: > so probably a stupoid suggestion, but why ot rename the domain then? > > On Fri, Apr 26, 2024 at 1:04 PM Ruben Bosch wrote: > > > > Hi Daan, cases may vary. Fo

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
at 11:00 AM Ruben Bosch wrote: > > > > Hi all, > > > > We're looking into the following. We are using advanced networking on ACS > > 4.16.1 (upgrading soon to 4.18.1). We have a guest network that is > assigned > > to a specific domain A (ROOT/foo/dom

Re: CloudStack management server as a VM on KVM hypervisor

2024-04-26 Thread Ruben Bosch
Hi Kapil, It can be done but it's not wise. You'd need to manually start the VM. We run a small Proxmox cluster to host our ACS supporting VMs: management, rabbitmq, influxdb, secondary storage nfs. Kind regards, Ruben Bosch On Fri, Apr 26, 2024 at 10:46 AM Kapil Bhuskute wrote: > He

Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
it yields no result - we can assign the domain to ROOT and ensure no other users can claim IPs by updating "state" in "user_ip_address" Are there any other options available that we can think of? I'm looking forward to your input. Kind regards, Ruben Bosch

Re: Build own debs

2024-03-28 Thread Ruben Bosch
Check out https://docs.cloudstack.apache.org/en/latest/installguide/building_from_source.html and a friendly person on Github shared their Dockerfiles https://github.com/scclouds/cloudstack-deb-builder/tree/master On Thu, Mar 28, 2024 at 11:26 AM Jimmy Huybrechts wrote: > Hi, > > Is there maybe

Re: Migrate migrated instance to another host

2024-03-26 Thread Ruben Bosch
Great to hear! On Tue, Mar 26, 2024 at 1:37 PM Jimmy Huybrechts wrote: > Hi Ruben, > > That worked indeed, good workaround until it’s fixed in 19.1  > > -- > Jimmy > > Van: Ruben Bosch > Datum: dinsdag, 26 maart 2024 om 00:00 > Aan: users@cloudstack.apache

Re: Migrate migrated instance to another host

2024-03-25 Thread Ruben Bosch
As a temporary fix I'd try updating "vm_template_id" in "cloud.vm_instance" and "disk_offering_id" in "cloud.volumes" to the ID of one of your Debian 12 templates (doesn't really matter unless you reinstall the VM from template) and see how that works. Make sure to make a backup of the database

Re: Migrate migrated instance to another host

2024-03-24 Thread Ruben Bosch
h I guess does not exist since it’s called dummy? > > -- > Jimmy > > Van: Ruben Bosch > Datum: zondag, 24 maart 2024 om 20:24 > Aan: users@cloudstack.apache.org > Onderwerp: Re: Migrate migrated instance to another host > Did you delete the template? "template 212

Re: Migrate migrated instance to another host

2024-03-24 Thread Ruben Bosch
Did you delete the template? "template 212 is not in store:2" On Sun, Mar 24, 2024 at 12:47 AM Jimmy Huybrechts wrote: > Hi Wei, > > > > See attached error log from when trying to migrate a vm that was migrated > before from the standalone host. > > > > -- > > Jimmy > > > > *Van: *Wei ZHOU >

Re: Impersonate user

2024-03-12 Thread Ruben Bosch
You are able to use the API to directly create an instance under their account and domain, or create the instance and when it is in stopped state you can move it to another account/domain. On Tue, Mar 12, 2024 at 4:28 PM Jimmy Huybrechts wrote: > Is there a way to impersonate a user? Say I log

Re: Apache CloudStack and Ceph Day - February 22, Amsterdam

2024-01-23 Thread Ruben Bosch
Looking forward to it! See you there. On Fri, Jan 19, 2024 at 3:03 PM Daan Hoogland wrote: > I live in his backyard, will there as well. > > On Tue, Jan 9, 2024 at 3:58 PM Wido den Hollander > wrote: > > > > > > > > Op 09/01/2024 om 13:45 schreef Ivet Petrova: > > > Dear community members, > >

Re: new PMC member Harikrishna Patnala

2024-01-15 Thread Ruben Bosch
Congratulations! On Mon, Jan 15, 2024 at 10:38 AM Nux wrote: > Congrats Harikrishna, well deserved! > > > > On 2024-01-15 09:25, Daan Hoogland wrote: > > users and dev, > > > > The PMC have invited Harikrishna to join their ranks and he has > > gracefully accepted. Please join me in

Re: new committer Vladimir Petrov

2023-12-12 Thread Ruben Bosch
Congrats! Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 12 Dec 2023, at 10:52, Daan Hoogland wrote: > > community, > > The PMC has decided Vladi to become a committer and he has gracefully > accepted. Please join me in welcoming Vladi to the proj

Re: running Windows VM on Ubuntu 22 KVM

2023-12-11 Thread Ruben Bosch
This is related to cgroups in Ubuntu 22: https://github.com/apache/cloudstack/issues/6744 Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 11 Dec 2023, at 15:42, wrote: > > I did some testing and it looks like dynamic scale of cpu works, but I get > this error:

Re: Memory not updated on instance

2023-12-08 Thread Ruben Bosch
Check out your memory overcommit ratio ;). Btw memory uses base 2 so 1 GiB is 1024 MiB (and thus 16GiB is 16384 MiB). Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 8 Dec 2023, at 23:23, Jimmy Huybrechts wrote: > > So the strange part is that it seems to cut memor

Re: VM/Disk Metrics Prometheus Export

2023-12-07 Thread Ruben Bosch
i.apache.org/confluence/display/CLOUDSTACK/StatsCollector+output+to+Graphite> Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 7 Dec 2023, at 11:31, Joan g wrote: > > Hi Team, > > I could see that we have prometheus exporter plugin available with > cloudstack. >

Re: new committer Bryan Lima

2023-12-01 Thread Ruben Bosch
Congrats Bryan! Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 1 Dec 2023, at 21:26, Bryan Lima wrote: > > Thanks everyone! > > On 01/12/2023 03:30, Slavka Peleva wrote: >> Congratulations Bryan! >> >> Best regards, >> Slavka >> &

Re: Firewall rules based on IP lists

2023-11-22 Thread Ruben Bosch
I'm not aware of this existing in CloudStack, but you could very easily use "ipset" to achieve this within your Linux VM. Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 22 Nov 2023, at 17:36, Murilo Moura wrote: > > Is there any future feature planne

Re: Issue starting a specific VM

2023-11-17 Thread Ruben Bosch
If you switch over to SCSI you will be able to use all volumes. Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 17 Nov 2023, at 14:46, Jeremy Hansen wrote: > > After some playing around, I’m able to get the instance up and running again, > but the issue still ex

Re: Network ratelimiting

2023-11-07 Thread Ruben Bosch
/ Kind regards, Ruben Bosch CLDIN > On 7 Nov 2023, at 15:25, Jimmy Huybrechts wrote: > > So a change in network limit fora n instance would always accompany a > shutdown and power-up of said instance(s)? > > -- > Jimmy > > Van: Daan Hoogland > Datum: di

Re: Can't upload ova file format

2023-11-06 Thread Ruben Bosch
Your source seems corrupt. Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 6 Nov 2023, at 19:40, Technology rss wrote: > > Thank you, > But same error after this byte 9529458688 value > > qemu-img convert -p VineetVM-disk1.vmdk -O qcow2 VineetVM-disk1.img

Re: Instances & Instance offerings

2023-11-03 Thread Ruben Bosch
cs.kernel.org/core-api/cpu_hotplug.html [5] https://www.kernel.org/doc/html/next/admin-guide/mm/memory-hotplug.html Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 3 Nov 2023, at 17:50, Jimmy Huybrechts wrote: > > Hi, > > Since I have both my system vm’s running now I can test wi

Re: PV Drivers on VMs created through CS

2023-10-23 Thread Ruben Bosch
Hi, Did you check this document? https://docs.cloudstack.apache.org/en/latest/adminguide/templates.html You need to prepare your VM and specify the OS type as "Other PV (xx-bit)" Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 23 Oct 2023, at 23:05, wrote: &

Re: Can I use KVM local storage for user vm

2023-09-06 Thread Ruben Bosch
and cloudstack-agent run on the same system? What version of ACS are you running? Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 6 Sep 2023, at 21:50, Technology rss wrote: > > I see something is wrong fetch my local storage from kvm server, Please see > my kvm ser

Re: ACS 4.15 with vsphere 7.0

2023-06-26 Thread Ruben Bosch
Hi Gary, I'm not sure if that's supported in any of the CS versions when I check the docs: "vSphere and vCenter, versions 6.0, 6.5 or 6.7." https://docs.cloudstack.apache.org/en/4.15.2.0/installguide/hypervisor/vsphere.html Met vriendelijke groet / Kind regards, Ruben Bosch CLDI

Re: Sporadic no agent.log on clean install

2023-06-20 Thread Ruben Bosch
Hi Wei, The agent still logs expected lines to disk when removing these: jcl-over-slf4j-1.7.5.jar jul-to-slf4j-1.7.5.jar log4j-over-slf4j-1.7.5.jar slf4j-api-1.7.5.jar Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 20 Jun 2023, at 12:46, Wei ZHOU wrote: > >

Re: Sporadic no agent.log on clean install

2023-06-20 Thread Ruben Bosch
Just an update: we found it has to do with log4j-over-slf4j being loaded before reload4j. When we update CLASSPATH in /etc/default/cloudstack-agent to load reload4j first, it seems to work fine. Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 19 Jun 2023, at 17:18, Ruben Bo

Sporadic no agent.log on clean install

2023-06-19 Thread Ruben Bosch
953ccf4a070ca /usr/share/cloudstack-agent/lib/slf4j-api-1.7.5.jar Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN

Re: Change Default Primary Storage from NFS to Local

2023-05-31 Thread Ruben Bosch
Did you create new service offerings with storage type = local? Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 31 May 2023, at 14:43, Granwille Strauss > wrote: > > Hi Guys > > Just a quick one. I configured my setup initially to use NFS for primary &

Re: EXT4 Fs corruption

2023-05-29 Thread Ruben Bosch
Hi Bram, I cannot comment on this problem, but updating the cache method of your disk offerings in the database, then stop *and* start or (reboot forced=true) is sufficient to change the way your virtualisation software handles the disk image. Met vriendelijke groet / Kind regards, Ruben

Re: Introductions

2023-05-26 Thread Ruben Bosch
Hi Ayush, Welcome and good luck! Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 26 May 2023, at 06:51, Ayush Pandey wrote: > > Hi Everyone, > > I am Ayush Pandey, joining the community for a project as part of Google > Summer of code 2023. I will be work

Re: [ANNOUNCE] New VP of Apache CloudStack - Rohit Yadav

2023-03-30 Thread Ruben Bosch
Congratulations Rohit! On Thursday, March 30, 2023, Simon Weller wrote: > All, > > I'm very pleased to announce that the ASF board has accepted the nomination > of Rohit Yadav to be the new VP of the Apache CloudStack project. > > It has been my pleasure to serve as the VP over the past year,

Re: Daan Hoogland - New ASF Member

2023-03-24 Thread Ruben Bosch
Congrats Daan! Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 24 Mar 2023, at 14:07, Suresh Kumar Anaparti > wrote: > > Congratulations Daan! > > Regards, > Suresh > > On Fri, Mar 24, 2023 at 2:59 PM Paul Angus wrote: >> >> >>

Re: compute offering hot change

2023-03-23 Thread Ruben Bosch
changes. Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 23 Mar 2023, at 11:54, Luc Begault wrote: > > Hello everyone, > > I'd like to change a vm ressources that is actually stuck on a fixed compute > offering. > > As my kvm hypervisor supports tha

Re: Hello Community!!

2023-03-14 Thread Ruben Bosch
Welcome Jithin! Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 14 Mar 2023, at 08:57, Jithin Raju wrote: > > Hi All, > > I have joined ShapeBlue and looking forward to getting actively involved in > the community. Previously I worked on the commercial fork

Re: Disk Volume Reporting Wrong Size on 4.17.1.0

2022-12-22 Thread Ruben Bosch
AFAIK defragmentation tools do not discard unused blocks: it merely rearranges blocks. Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 22 Dec 2022, at 22:57, Granwille Strauss > wrote: > > Hi Ruben > > Thanks, I use standard throughout. But will investiga

Re: Disk Volume Reporting Wrong Size on 4.17.1.0

2022-12-22 Thread Ruben Bosch
If the disk is thin allocated you will need to run fstrim <https://man7.org/linux/man-pages/man8/fstrim.8.html> to discard unused blocks. Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 22 Dec 2022, at 22:40, Granwille Strauss > wrote: > > Hi > > J

Re: Recover virtual router

2022-11-29 Thread Ruben Bosch
Hi Sam, If you click the "Restart Network" button in the network overview the virtual router will be recreated. Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 29 Nov 2022, at 13:06, Samuel Ngoda wrote: > > Hello all, > > I have just upgraded to clo

Re: Can't start cloudstack-agent.service

2022-10-19 Thread Ruben Bosch
Yes, just make sure it's all lowercase. Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 19 Oct 2022, at 16:35, Leandro Ramos wrote: > > Thank you, Ruben. > > I can use uuidgen without any parameter? I don't know how to use it yet. > > > > Em 19

Re: Can't start cloudstack-agent.service

2022-10-19 Thread Ruben Bosch
You must set the following variable in your agent.properties local.storage.uuid=RANDOMLY-GENERATED-UUID-HERE uefi.properties can be ignored Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 19 Oct 2022, at 16:25, Leandro Ramos wrote: > > Hi :) > > I am inst

Re: k8 deployment issue on kvm hosts

2022-10-04 Thread Ruben Bosch
Hi Andrey, First thoughts: files in /var/lib/libvirt/images are qcow2 images, and not folders. Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 4 Oct 2022, at 23:40, Andrey Smirnov wrote: > > Hi > > I am getting strange error -- when trying to deploy k8 cluster

Re: VM port speed is slow

2022-09-30 Thread Ruben Bosch
Hi Granwille, Check your network offerings. They come with a default 200Mb/s rate limit. Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 30 Sep 2022, at 12:24, Granwille Strauss > wrote: > > Hello > > My KVM host has a 1 Gbps port speed. And if I run speed

Re: createServiceOffering: problems in web UI and cgroup version.

2022-09-05 Thread Ruben Bosch
other number configured as CPU in MHz. Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN > On 5 Sep 2022, at 21:33, Jorge Luiz Correa > wrote: > > Hi! I'm having some problems related to the creation of a new service > offering. I need to create one using the "Custom con