Ah, right. I don't believe you can do this yet, not with SG zone at
least.
One thought, in 4.14 (released today) there is a new feature though
called "KVM agent hooks".
From what I understand it should be possible to run a script that would
maybe clear the SG for the VM.
https://github.com/apache/cloudstack/pull/3839
On 2020-05-26 14:18, Fariborz Navidan wrote:
I would like to deploy some VMs with L2 network so their IPs are not
restricted by their MAC addresses. This allows to deploy MAC-free VMs.
The
purpose of using this is to use linux's virtual IP where a single IP
can
float between multiple VMs to implement a network-level load balancing
and
high-availability for VMs.
Thanks
On Tue, May 26, 2020 at 2:15 PM <[email protected]> wrote:
Actually perhaps this new feature in 4.14 can be of help!
https://github.com/apache/cloudstack/pull/3639
On 2020-05-26 10:34, [email protected] wrote:
> Hi,
>
> I don't think so, that would be lovely, but the feature is missing
> afaik.
> Do you want to add a private network to your VMs?
>
>
> On 2020-05-25 17:31, Fariborz Navidan wrote:
>> Hello,
>>
>> Is there any way to disable security groups in an advanced zone so we
>> can
>> adda L2 Network?
>>
>> Thanks