Re: KVM host UEFI allow guest UEFI Secure boot

2023-01-23 Thread pavan aravapalli
Hi Gary, If you don't have any specific dependencies with Ubunut version try with the latest Ubuntu 22.04, it has secure files. I verified and it supports secure files. Thanks & Regards, Pavan Aravapalli. Architect. https://www.linkedin.com/in/pavan-a-70995a27/ On Mon, 23 Jan 2023 at 23:08,

NAT on VPN Site to Site

2023-01-23 Thread Ricardo Pertuz
Hi guys, Is there anyways to configure a NAT rule inside a VPN Site to Site connection using the VR and VPC Isolated Network? Regards, Ricardo Pertuz

RE: KVM host UEFI allow guest UEFI Secure boot

2023-01-23 Thread Gary Dixon
Hi Wei Is your win11_VARS.fd file custom built ? In any case even if we could console onto the uefi secure boot enabled Windows based VM - it would be unusable as the KVM virtio drivers would not function as they are not signed by Microsoft - it seems only RHEL subscription users are entitled

RE: KVM host UEFI allow guest UEFI Secure boot

2023-01-23 Thread Gary Dixon
Thanks Pavan Unfortunately, in the Ubuntu OVMF package it does not install a "OVMF_VARS.secboot.fd" file in the /usr/share/OVMF/ path This VARS file does not exist it appears on an ubuntu system. BR Gary Gary Dixon Senior Technical Consultant T: +44 161 537 4990 E: v...@quadris-support.com

Re: KVM host UEFI allow guest UEFI Secure boot

2023-01-23 Thread Wei ZHOU
Hi Gary, The detection of UEFI support was introduced by https://github.com/apache/cloudstack/pull/6139 in ACS 4.17.0.0 If you run 4.15.2, you need to update the database manually - as you did. For the issue with windows VM, I have a win11 vm on Ubuntu 22.04 which works fine. The xml definition

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

Re: KVM host UEFI allow guest UEFI Secure boot

2023-01-23 Thread pavan aravapalli
I see wrong vars configured for secure VAR. * * It should be something like "/usr/share/OVMF/OVMF_CODE.secboot.fd:/usr/share/OVMF/OVMF_VARS.fd", or the file should be like path to the OVMF_VARS.secboot.fd inside uefi.properties on the Ubuntu Host. I hope this helps. Thanks & Regards, Pavan

Re: Using terraform to spin custom instances?

2023-01-23 Thread jordan j
Works like a charm! :) On Mon, Jan 23, 2023 at 10:44 AM Stephan Bienek wrote: > 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

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 =