Skip to content

Allow creation of no-uplink OVN networks with both IPv4 and IPv6 disabled and without an associated logical router. #1529

Closed
@stevmills

Description

@stevmills

Required information

  • Distribution: Ubuntu
  • Distribution version: Ubuntu 22.04.5 LTS
  • Kernel version: 5.15.0-128-generic
  • LXC version: 5.0.4
  • Incus version: 6.8
  • Storage backend in use: dir

Issue description

Incus already allows creation of OVN networks that specify network=none.

This issue is to request a new feature that also allows OVN networks to be created with both IPv4 and IPv6 disabled:

incus network create my-net network=none --type ovn ipv4.address=none ipv6.address=none

When both ipv4.address=none and ipv6.address=none are provided, the expected behavior would be that no associated logical router would get created for the new OVN network.

The use case behind this feature request is an attempt to deploy medium to large virtual environments to Incus using a tool that historically has targeted vSphere instantiations for deployment.

Screenshot 2024-12-17 at 11 04 28 PM

These environments intentionally use real router and firewall OS such Cisco's CSR and ASA virtual appliances and VyOS VMs to enhance realism.

The ability to create OVN networks without logical routers would be required to deploy these types of virtual environments.

Metadata

Metadata

Assignees

Labels

EasyGood for new contributors

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions