vinfra cluster network conversion start

Convert VLAN network interfaces to Open vSwitch VLAN, and connect a new network to physical interfaces if they have no assignment:

usage: vinfra cluster network conversion start --network <network>
                                               [--physical-network-name <name>]
--network <network>
The ID or name of the network, which is connected to VLAN interfaces
--physical-network-name <name>
The name of a new infrastructure network for trunk network interfaces. Specify this option if your trunk network interfaces are not assigned to any infrastructure network. The new infrastructure network will be automatically created with the given name and assigned to the trunk interfaces.

Example:

# vinfra cluster network conversion start --network mynet
+---------+--------------------------------------+
| Field   | Value                                |
+---------+--------------------------------------+
| task_id | 058fc247-03a8-49fa-90e1-1e073dbafec9 |
+---------+--------------------------------------+

This command creates a task to convert VLAN network interfaces connected to the network mynet to Open vSwitch VLAN.

Task outcome:

# vinfra task show 058fc247-03a8-49fa-90e1-1e073dbafec9
+---------+-------------------------------------------------------------------+
| Field   | Value                                                             |
+---------+-------------------------------------------------------------------+
| details |                                                                   |
| name    | backend.business.models.network.convert2ovs.tasks.Convert2OVSTask |
| result  |                                                                   |
| state   | success                                                           |
| task_id | 058fc247-03a8-49fa-90e1-1e073dbafec9                              |
+---------+-------------------------------------------------------------------+