Re: Build own debs

2024-03-28 Thread Wei ZHOU
Hi Jimmy, By default No. It is simple to build with vmware plugin 1. install dependencies locally (the .m2 directory is mounted to the docker container). git clone https://github.com/shapeblue/cloudstack-nonoss.git nonoss cd nonoss && bash -x install-non-oss.sh && cd .. 2. add the following bef

Re: Build own debs

2024-03-28 Thread Jimmy Huybrechts
Hi Wei, Would that be including the vmware plugins etc? -- Jimmy Van: Wei ZHOU Datum: donderdag, 28 maart 2024 om 14:18 Aan: users@cloudstack.apache.org Onderwerp: Re: Build own debs You can build packages in a docker image, for example for 4.18.1.0 cd /tmp git clone -b 4.18.1.0 https://githu

Re: Build own debs

2024-03-28 Thread Wei ZHOU
You can build packages in a docker image, for example for 4.18.1.0 cd /tmp git clone -b 4.18.1.0 https://github.com/apache/cloudstack.git cloudstack docker run -ti \ -v /tmp:/src \ -v ~/.m2:/.m2/ \ ubuntu:22.04 \ /bin/bash -c "export DEBIAN_FRONTEND=noninteractive && apt-get update \ && apt-get in

Re: Build own debs

2024-03-28 Thread Jimmy Huybrechts
Hi Joao, That’s great news, then I can use that one, if I see any issues I will do that. Thanks for answering here 😊 -- Jimmy Van: João Jandre Paraquetti Datum: donderdag, 28 maart 2024 om 13:36 Aan: users@cloudstack.apache.org Onderwerp: Re: Build own debs Hello Jimmy, Although it was not p

Re: Build own debs

2024-03-28 Thread João Jandre Paraquetti
Hello Jimmy, Although it was not present on the README, we have a version for Ubuntu 20 and java 11 on the repository. I have updated the README to list the Ubuntu 20 version: scclouds/cloudstack-deb-builder:ubuntu2004-jdk11-python3. We have been using this version for Ubuntu 22 with no issues,

Re: Apache CloudStack as HCI

2024-03-28 Thread Alex K
On Thu, Mar 28, 2024 at 1:46 PM Jimmy Huybrechts wrote: > You would need to look out for a chicken and the egg issue, where your ACS > is down, but to be able to fix it you need it to be up. Most probably I will be managing KVM + Kubernetes. I would expect to be able to run few commands to rest

Re: Apache CloudStack as HCI

2024-03-28 Thread Jimmy Huybrechts
You would need to look out for a chicken and the egg issue, where your ACS is down, but to be able to fix it you need it to be up. -- Jimmy Van: Alex K Datum: donderdag, 28 maart 2024 om 11:51 Aan: users@cloudstack.apache.org Onderwerp: Apache CloudStack as HCI Hi All, I understand that ACS i

Re: Build own debs

2024-03-28 Thread Jimmy Huybrechts
Hi Ruben, Even though it being ubuntu 18 on docker, would that work on 22 as well? That was the docs I mentioned indeed, but will just try it, for me it’s more to see in reference with the github issue to see what I see on that one. -- Jimmy Van: Ruben Bosch Datum: donderdag, 28 maart 2024 om

Enable nested virtualization for instances?

2024-03-28 Thread jordan j
Dear community, Running ACS 4.17.2 + XCP-NG8.2. Is it possible to enable nested virtualization for XCP-NG instances ? When instances are created the hypervisor metadata is created dynamically so there is no way to modify that in place. Is there a config file that is responsible for custom settings

Apache CloudStack as HCI

2024-03-28 Thread Alex K
Hi All, I understand that ACS is meant to run on a separate instance/server which can be a VM so as to manage multiple remote clusters where the workload is located. I was thinking, instead of having a separate server/cluster for running ACS, if a hyperconverged setup is a way to deploy ACS, wher

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: Build own debs

2024-03-28 Thread Nux
The dependencies would have changed, try to follow the build process, see what errors you are getting. On 2024-03-28 10:25, Jimmy Huybrechts wrote: Hi, Is there maybe a more up to date version of the build your own debs? I see the one in the docs goes up to ubuntu 18 and java 8, while we are

Build own debs

2024-03-28 Thread Jimmy Huybrechts
Hi, Is there maybe a more up to date version of the build your own debs? I see the one in the docs goes up to ubuntu 18 and java 8, while we are now at java 11. So I don’t know if the dependencies have changed and all. -- Jimmy

Re: [PROPOSE] RM for Cloudstack Terraform Provider

2024-03-28 Thread Kiran Chavala
Hi All Update- I am planning to cut 0.5 RC 1 and start the voting process on April 1st Please continue testing the 0.5 pre (https://registry.terraform.io/providers/cloudstack/cloudstack/0.5.0-pre) and help report any issues/regressions at https://github.com/apache/cloudstack-terraform-provid