public servers / networking question / topology

2024-04-17 Thread Embedded
Ok, real quick, 3 servers on public ip space, 46.xxx.xxx.xxx/26 network 46.xxx.xxx.129 gateway server 1 46.xxx.xxx.132 server 2 46.xxx.xxx.133 server 3 46.xxx.xxx.134 how do i configure networking advance zones so 1) all vms are on private 192.xxx.10.xxx network 2) Virtual router is say

Migration status of instance

2024-04-17 Thread Jimmy Huybrechts
Hi, I was migration a pretty big VM between hosts (using local storage) and while in the end that works fine. Is there any way to see a kind of status? In the GUI I can see it starts and finishes which is nice but of little use in this case. I tried looking at some logs but now where does it

Re: [VOTE] Apache CloudStack 4.18.2.0 RC2

2024-04-17 Thread Vladimir Petrov
Hi all, +1 I did some upgrade tests from previous versions (with KVM and VMWare hypervisors) and some basic VM / network operations (start, stop, reinstall, reboot, migrate, resize, recover, restart with cleanup). I haven't found issues. Best wishes, Vladi João Jandre wrote: Hi All, I've

BGP EVPN VXLAN for KVM CloudStack

2024-04-17 Thread Dietrich, Alex
Hello CloudStack Community, I am attempting to establish full Layer 3 connectivity between the KVM hosts in my CloudStack deployment. I have found a few resources to assist in the process, including the modifyvxlan.sh script necessary to establish the appropriate network bridge configuration

Re: Handling KVM host failure

2024-04-17 Thread Dietrich, Alex
Thanks Swen! Is this occurring because the agent is only periodically being queried? When I perform no action, it took around 15 minutes to notice a host offline. When I did a force reconnect it detected the host was disconnected, as expected. Waiting 15 minutes just seems a bit excessive to

Re: [VOTE] Apache CloudStack 4.18.2.0 RC2

2024-04-17 Thread Boris Stoyanov
+1 (binding) I’ve upgraded from 4.18.2 to 4.19.0.1 and it was successful, we’re still waiting Vladi to conclude with some general upgrades from previous versions and let us know, but so far it looks good. Thanks, Bobby. From: Rohit Yadav Date: Wednesday, 17 April 2024 at 14:25 To:

New Case Studies for CloudStack

2024-04-17 Thread Ivet Petrova
Hi all, I know we have some new users here on the main list, which are new to CloudStack and started to use the technology recently. As always I would like to continue presenting different success stories online. Will someone be interested to do a case study for your experience with CloudStack?

Re: Enable nested virtualization for instances?

2024-04-17 Thread jordan j
Hey Gabriel, We figured it out but alas Xen core nested did not work well on our CPUs so we had to revert to KVM. Thank you for dropping a line! Regards, Jordan On Tue, Apr 2, 2024 at 9:28 PM Gabriel Santos < gabriel.san...@scclouds.com.br> wrote: > Hi, Jordan! > > I don't know if you've

Re: host tags issue

2024-04-17 Thread Vivek Kumar
Hello Gary, In VM details you can find the current host and the compute offering ( in compute offering you have the host_tag ), so if your VM was placed on right host as per host_tag, you can check the host_id in vm_instance table on the database. On Wed, 17 Apr, 2024, 15:42 Gary Dixon,

KVM instances get random data disk ids during creation

2024-04-17 Thread jordan j
Hi everyone, We are using Cloudstack 4.19.0.1 with Debian12 KVM host as hypervisor. When we try to create an instance (Debian12) with Terraform (version of provider module 0.4.0), the additional disks are not being created in the specific order we set: resource "cloudstack_disk" "this" {

Re: Interesting questions

2024-04-17 Thread jordan j
Hi Wingrunt, 1. template can work alright without qemu-guest-agent on it but it is advisable to use it. 2. You need only one system VM template for the hypervisor used. As long as the console, ssvm and routers are started it means the deployment is fine. I notice on my kvm setup I also have 2,

Re: [VOTE] Apache CloudStack 4.18.2.0 RC2

2024-04-17 Thread Rohit Yadav
+1 (binding) I've built and uploaded the 4.18.2.0 RC2 packages here for people's convenience - http://cloudstack.apt-get.eu/testing/4.18.2.0-rc2/ * Tested upgrade from 4.18.1.1 to 4.18.2.0 RC packages -ok * Rebuilt systemvms (ssvm and cpvm) - ok * Restart network - ok * New VM

host tags issue

2024-04-17 Thread Gary Dixon
ACS 4.15.2 KVM on Ubuntu 20.04 Adv Zone no secgroups Hi all I am just testing implementing host tags in our dev environment Where in the database can I check the Instance that has been deployed from an Offering that specifies a host tag to see the host tags have applied to the VM I do not see

Re: [VOTE] Apache CloudStack 4.18.2.0 RC2

2024-04-17 Thread Jithin Raju
+1 tested the usual VM, network, and storage operations. -Jithin From: João Jandre Date: Friday, 12 April 2024 at 5:07 PM To: d...@cloudstack.apache.org , users@cloudstack.apache.org Subject: [VOTE] Apache CloudStack 4.18.2.0 RC2 Hi All, I've created a 4.18.2.0 release (RC2), with the

Re: How to kcs cluster name with supplied name?

2024-04-17 Thread Kiran Chavala
Hi Jaejong You can login to the control node from the Cloudstack management server http://docs.cloudstack.apache.org/en/4.19.0.0/plugins/cloudstack-kubernetes-service.html#kubernetes-clusters Example ssh -i /var/cloudstack/management/.ssh/id_rsa -p 2223 cloud@

Re: confusing cloudstack networking

2024-04-17 Thread Wei ZHOU
you do not need cloudstack virtual router to provide dhcp/dns service, right ? If you use an advanced zone, you can create a shared network without any service, then the VMs will get dhcp from your router, not cloudstack virtual router. -Wei On Wed, Apr 17, 2024 at 9:03 AM Embedded wrote: > >

ssh to vm built from CentOS 5.5(64-bit)

2024-04-17 Thread Embedded
ok, almost there vms running k8s is up, ssh issue now whats the user to ssh to template vm in cloudstack? ssh to vm built from CentOS 5.5(64-bit) no GUI (KVM) is prompting me for a password ? but it has a ssh-key assigned -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com

Re: confusing cloudstack networking

2024-04-17 Thread Embedded
ok is there any way to tell vms just to get a dhcp ip off the local lan without the router in the mix?? everything in the lab lan is 192.168.10.xxx On Wednesday 17 April 2024 01:40:30 PM (+07:00), Wei ZHOU wrote: > Hi, > > cloud0 is the control network of virtual routers and system vms. >

Re: confusing cloudstack networking

2024-04-17 Thread Wei ZHOU
Hi, cloud0 is the control network of virtual routers and system vms. The IP of cloud0 is configured as 169.254.0.1/16 by default. -Wei On Wed, Apr 17, 2024 at 7:41 AM Embedded wrote: > > cloudstack seems to be confusing networking on a lab install ... vms come > up but > the ip they have