Cloudstack on arm64 and packer build systemvmtemplate success

2023-01-06 Thread Stephan Bienek
Hello Cloudstack Users, following the blog of Rohit about how to install and run Cloudstack on an Raspberry 4 using Ubuntu on arm64/aarch64 ( https://www.shapeblue.com/apache-cloudstack-on-raspberrypi4-with-kvm/ ) and Rohits commits to cloudstack to support arm64 (thx Rohit!) i tried it myself.

Re: Using terraform to spin custom instances?

2023-01-23 Thread Stephan Bienek
Hi Jordan, it actually works but not too great documented. Use the following example: resource "cloudstack_instance" "web" { name = "server-1" service_offering = "custom" network_id = "c4a3303c-376d-4d56-b336-1bd91cb130b6" template = "d4c2f9c6-1d18-11ec-9173-50eb

Re: Multiple public networks per zone ?

2023-02-24 Thread Stephan Bienek
Might the available functionality to reserve Public IP Ranges be what you are searching for? You can add a second "Public IP" range to your public network with a different VLAN than your real WAN IP range, specify a RFC1918 IP range, select "Set reservation" and "Systems VMs". (not tested, jus

Re: User-Data for Windows Instance

2023-03-08 Thread Stephan Bienek
Hi Ranjit, while searching for the same some time ago i stumbled across https://cloudbase.it/cloudbase-init/ which looks like the ready-to-use windows-enabled cloud-init i was looking for. Not tested yet, but the description sounds promising. If you prefer to self-develop something similar, inde

Re: How do I login to Ubuntu’s cloud image?

2023-03-27 Thread Stephan Bienek
Hi Jeremy, the last ubuntu cloud image i was using https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img was working with Cloudstack User-Data out of the box, without any modifications. Make sure to use Advanced mode / Show advanced settings / Userdata /(

Re: Deploy CAPI on ACS

2023-04-23 Thread Stephan Bienek
I would not bee too sure about the CAPI deployment into a VPC networks is possible. I opened a Github issue about the Kubernetes provider failing to deploy in VPC networks, because it's missing the "Firewall service" in VPC type networks, as VPC networks are using the "Network ACL Service" http

Re: Deploy CAPI on ACS

2023-04-23 Thread Stephan Bienek
t;="default" "reconciler group"="infrastructure.cluster.x-k8s.io" > "reconciler kind"="CloudStackIsolatedNetwork" > ``` > > so my previous reply was wrong. cc Ricardo. > > > -Wei > > > On Sun, 23 Apr 2023 at 10:25, Steph

Re: Problem with K8 cluster

2023-05-02 Thread Stephan Bienek
Hi Stanley, i probably ran into the same issue on Cloudstack 4.17.0.1 and was not sure if it's an issue not beeing in 4.18 yet. The instances are up and running, but the kubebernetes cluster deployment issued on the control node via kubeadm is failing. When logging in to the control node and c

Re: Problem with K8 cluster

2023-05-24 Thread Stephan Bienek
> Your help is much appreciated. > > Thanks > > Stanley > > On Tue, May 2, 2023 at 7:16 PM Stephan Bienek > wrote: > > > Hi Stanley, > > > > i probably ran into the same issue on Cloudstack 4.17.0.1 and was not sure > > if it's an issue no

Re: Problem with K8 cluster

2023-05-24 Thread Stephan Bienek
here are some ISOs on > https://download.cloudstack.org/cks/ , but they are out-of-date. > You can use create-kubernetes-binaries-iso.sh to create your own ISO with > specific cni/cri/weave/dashboard versions. > > > -Wei > > > On Wed, 24 May 2023 at 18:05, Stephan Bienek wro

Re: How to create network based on DefaultL2NetworkOfferingConfigDriveVlan?

2023-05-26 Thread Stephan Bienek
Hello Jeorge, indeed you have to be root admin to deploy a network with SpecifyVlan = true I experienced the same challenge as you did - the network will be owned by the root domain, even tough providing a domain (without an account). In my case it perfectly works when i define the domain AND an

Re: over-ride VM CPU config

2023-07-14 Thread Stephan Bienek
Hi Gary, Lukas had the same requirement and already opened an issue / feature request for it https://github.com/apache/cloudstack/issues/7600 Best regards, Stephan > Gary Dixon hat am 14.07.2023 12:14 CEST > geschrieben: > > > > Hi all > > > > > > ACS 4.15.2 > > KVM on Ubuntu 2

Re: over-ride VM CPU config

2023-07-14 Thread Stephan Bienek
gt; W: > > > http://www.q/ > > > uadris.co.uk%2F&data=05%7C01%7CGary.Dixon%40quadris.co.uk%7Cb12cb9c94d > > > 5a44d29c7408db8462f4ed%7Cf1d6abf3d3b44894ae16db0fb93a96a2%7C0%7C0%7C63 > > > 8249332779881625%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV >

Re: Apache CloudStack and Ceph

2023-08-10 Thread Stephan Bienek
Hi Ivet, at weSystems we build on Ceph for storage projects heavily and thats why we decided to build our Cloudstack Platform on Ceph of course. We are usually in close communication with the people at croit.io, Founding Member of the Ceph Foundation, and from time to time share ideas what coul

Re: Windows guests hang on boot up

2023-08-22 Thread Stephan Bienek
Hi Gary, indeed we are seeing the same on all of our KVM based virtualization platform, for example CloudStack and Proxmox. We usually see this behavior when rebooting after updates. As we update and reboot using Ansible, we implemented a check if the reboot failed within the defined timeou

Re: Unable to deploy vm instance

2023-09-04 Thread Stephan Bienek
Hi, it looks like your VirtualRouter is failing to deploy and the virtual machine you are trying to deploy is depending on the successful deployment of the virtual router: For the virtualrouter: "No clusters found having a host with enough capacity, returning" 2023-09-04 14:53:18,705 DEBUG [o.

Re: CloudStack - TF Integration Status

2023-10-26 Thread Stephan Bienek
Rohit P. might be referring to Tungsten Fabric instead of Terraform. On the project website of Tungsten Fabric the project team states: "Thank you for your interest in Tungsten Fabric. The community has decided to shut down the project and will sunset this website on August 1, 2024." which woul

Re: VM Firewalls In Between Subnets

2023-11-21 Thread Stephan Bienek
Hi Bryan, sure you can, for example using multiple L2 networks connected to your virtual appliance. L2 network will not interfere with any services of your appliance, as there is no virtual router involved. Spreading the VMs to the different L2 networks, their only way to communicate is via yo

Re: VM Firewalls In Between Subnets

2023-11-21 Thread Stephan Bienek
Hi Bryan, sure you can, for example using multiple L2 networks connected to your virtual appliance. L2 network will not interfere with any services of your appliance, as there is no virtual router involved. Spreading the VMs to the different L2 networks, their only way to communicate is via yo

Re: Migrate VR and all VMs hanging from it

2023-12-05 Thread Stephan Bienek
Hello Francisco, in case it's related to all VMs/VRs on one hypervisor/host, you could put the host to maintenance mode. Cloudstack will automatically migrate all VMs including VRs, to another host. Best regards, Stephan > Francisco Arencibia Quesada hat am 05.12.2023 > 10:34 CET geschrieben:

Re: How To Not Allow Domain Admin to create Network Offerings

2023-12-06 Thread Stephan Bienek
Hi Palash, i am not sure what you are referring to exactly, because in my case a Domain Admin is not able to create Network Offerings. They can list network offerings, but not create. In case you are searching for a way to deny Domain Admins creating ServiceOfferings, you can create a new role,

Re: KVM + Ceph volume attach problem

2023-12-15 Thread Stephan Bienek
Hello Andrei, we are using Ceph with RBD images on CloudStack 4.18.1.0 as well but i can not reproduce the issue you are observing. Using the WebUI i created a new Volume, selected "Attach Disk" and all VMs are shown, running and stopped. Attaching to a running VM within the WebUI works as expe

Re: Console Proxy Stopped Working after 4.17.2 -> 4.18.1 upgrade on KVM Hosts

2024-01-15 Thread Stephan Bienek
Hello Antoine, we had exactly the same issue. Re-uploading and re-applying all certificates according to the documentation solved the issue, they were lost during the update. Best regards, Stephan > Antoine Boucher hat am 15.01.2024 06:32 CET > geschrieben: > > > Hello, > > The console a

Re: Login issue on new install

2024-05-27 Thread Stephan Bienek
Hi Ian, it sounds exactly like the issue we found last week and opened a github issue for: https://github.com/apache/cloudstack/issues/9123 Once you enter a wrong password, you are stuck in the spinning wheel page. No error message about the wrong password will appear, like in previous versions

Re: Site not prompting on bad user and password

2024-07-02 Thread Stephan Bienek
Hi Marty, indeed, it is: https://github.com/apache/cloudstack/issues/8662 I guess you are on 4.19.0.1 instead of 4.19.1 ? Best regards, Stephan > Marty Godsey hat am 02.07.2024 16:51 CEST geschrieben: > > > I have a weird issue. > > When a user types in incorrect credentials, it is not say

Re: kubernetes on vpc network

2024-09-06 Thread Stephan Bienek
Hello Piotr, yes, since Cloudstack 4.18.1 it is possible to run a CKS kubernetes cluster based on a vpc network. https://github.com/apache/cloudstack/issues/6723 Best regards, Stephan > Piotr Pisz hat am 06.09.2024 08:32 CEST geschrieben: > > > Hi, > > Is it possible to run a kubernetes c