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/10/2022 11:29, Ruben Bosch escr

Re: Can't start cloudstack-agent.service

2022-10-19 Thread Leandro Ramos
Thank you, Ruben. I can use uuidgen without any parameter? I don't know how to use it yet. Em 19/10/2022 11:29, Ruben Bosch escreveu: You must set the following variable in your agent.properties local.storage.uuid=RANDOMLY-GENERATED-UUID-HERE uefi.properties can be ignored Met vriendelijke

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 installing KVM Host on Deb

Can't start cloudstack-agent.service

2022-10-19 Thread Leandro Ramos
Hi :) I am installing KVM Host on Debian, but the service cloudstack-agent does not start due to some errors: * uefi properties file not found due to: Unable to find file uefi.properties * Unable to start agent: The UUID of local storage pools must be non-blank The complete jour

Re: security within same network?

2022-10-19 Thread jordan j
Thank you! On Wed, Oct 19, 2022 at 12:02 PM Nux wrote: > Can't tell you right now off the top of my head, but try to do it from the > UI to your liking, then see in management-server.log and api.log what calls > are being done and try to do the same from a cloudmonkey/api script later > for your

Re: security within same network?

2022-10-19 Thread Nux
Can't tell you right now off the top of my head, but try to do it from the UI to your liking, then see in management-server.log and api.log what calls are being done and try to do the same from a cloudmonkey/api script later for your automation. --- Nux www.nux.ro [1] On 2022-10-19 09:02,

Re: security within same network?

2022-10-19 Thread Wei ZHOU
Hi Jordan, You probably need to enable VirtualRouter (and VpcVirtualRouter if needed) in the "network service providers" tab for the physical network. -Wei On Wed, 19 Oct 2022 at 10:02, jordan j wrote: > Thank you Nux, > > That is fine as long as I can configure Advanced Zone + Security Grou

Re: security within same network?

2022-10-19 Thread jordan j
Thank you Nux, That is fine as long as I can configure Advanced Zone + Security Groups, have one flat network and have a VR providing DNS, DHCP and USERDATA. And that is built on top of XCP-NG. btw is there any example cli code on how to create an advanced zone with security groups enabled? I cre