Skip to content

Commit 1144a24

Browse files
committed
M #-: Update list of VNET attributes
Add VLAN_TAGGED_ID to live-update attributes list for the bridge driver. (cherry picked from commit 3f82910)
1 parent 3abb3e8 commit 1144a24

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

content/product/cluster_configuration/networking_system/manage_vnets.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The Virtual Network will be moving through different states to represent the act
158158
## Adding and Deleting Virtual Networks
159159

160160
{{< alert title="Tip" type="tip" >}}
161-
This guide uses the CLI command `onevnet`, but you can also manage your Virtual Networks using the [Sunstone GUI]({{% relref "../../control_plane_configuration/graphical_user_interface/fireedge_sunstone#fireedge-sunstone" %}}). Select the **Virtual Networks** tab to create, enable and operate your Virtual Networks in a user-friendly way.{{< /alert >}}
161+
This guide uses the CLI command `onevnet`, but you can also manage your Virtual Networks using the [Sunstone GUI]({{% relref "../../control_plane_configuration/graphical_user_interface/fireedge_sunstone#fireedge-sunstone" %}}). Select the **Virtual Networks** tab to create, enable and operate your Virtual Networks in a user-friendly way.{{< /alert >}}
162162

163163
There are three different ways for creating a network:
164164

@@ -256,14 +256,14 @@ The update operation will trigger driver action to live update the network confi
256256
| Network Driver | Live-update Attributes |
257257
|-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
258258
| OpenvSwitch<br/>OpenvSwitch VXLAN | - VLAN_ID<br/>- PHYDEV<br/>- MTU<br/>- VLAN_TAGGED_ID<br/>- CVLANS<br/>- QINQ_TYPE<br/>- INBOUND_AVG_BW<br/>- INBOUND_PEAK_BW<br/>- INBOUND_PEAK_KB<br/>- OUTBOUND_AVG_BW<br/>- OUTBOUND_PEAK_BW |
259-
| bridge | - PHYDEV |
259+
| bridge | - PHYDEV<br/>- VLAN_TAGGED_ID |
260260
| fw | - PHYDEV<br/>- INBOUND_AVG_BW<br/>- INBOUND_PEAK_BW<br/>- INBOUND_PEAK_KB<br/>- OUTBOUND_AVG_BW<br/>- OUTBOUND_PEAK_BW |
261261
| 802.1Q<br/>vxlan | - PHYDEV<br/>- VLAN_ID<br/>- MTU<br/>- INBOUND_AVG_BW<br/>- INBOUND_PEAK_BW<br/>- INBOUND_PEAK_KB<br/>- OUTBOUND_AVG_BW<br/>- OUTBOUND_PEAK_BW |
262262
> {{< alert title="Important" type="info" >}}
263-
> QoS attributes (INBOUND and OUTBOUND) can be updated for single VMs with [onevm nic-update]({{% relref "../../virtual_machines_operation/virtual_machines/vm_instances#nic-update" %}}).{{< /alert >}}
263+
> QoS attributes (INBOUND and OUTBOUND) can be updated for single VMs with [onevm nic-update]({{% relref "../../virtual_machines_operation/virtual_machines/vm_instances#nic-update" %}}).{{< /alert >}}
264264
265265
> {{< alert title="Important" type="info" >}}
266-
> For SR-IOV-based NICs you can update all the attributes that can be set for this type of interfaces.{{< /alert >}}
266+
> For SR-IOV-based NICs you can update all the attributes that can be set for this type of interfaces.{{< /alert >}}
267267
268268
As the network is updated for each VM and Host, you can check the progress of the update in Virtual Network details:
269269

@@ -275,7 +275,7 @@ As the network is updated for each VM and Host, you can check the progress of th
275275
In case of driver action failure, the Virtual Network will switch to `UPDATE_FAILURE` state. In that case you can use `onevnet recover --retry` to re-launch the driver actions for failed VMs. Or manually fix the network and call `onevnet recover --success`.
276276

277277
{{< alert title="Note" type="info" >}}
278-
Please consider that for Virtual Networks with lot of leases it may take some time to propagate changes to all Hosts and VMs.{{< /alert >}}
278+
Please consider that for Virtual Networks with lot of leases it may take some time to propagate changes to all Hosts and VMs.{{< /alert >}}
279279

280280
<a id="manage-address-ranges"></a>
281281

@@ -359,10 +359,10 @@ NIC = [ NETWORK = "Network", IP = 10.0.0.153 ]
359359
```
360360

361361
{{< alert title="Warning" type="warning" >}}
362-
Note that if OpenNebula is not able to obtain a lease from a network the submission will fail.{{< /alert >}}
362+
Note that if OpenNebula is not able to obtain a lease from a network the submission will fail.{{< /alert >}}
363363

364364
{{< alert title="Warning" type="warning" >}}
365-
Users can only attach VMs or make reservations from Virtual Networks with **USE** rights on them. See the [Managing Permissions documentation]({{% relref "../../cloud_system_administration/multitenancy/chmod#chmod" %}}) for more information.{{< /alert >}}
365+
Users can only attach VMs or make reservations from Virtual Networks with **USE** rights on them. See the [Managing Permissions documentation]({{% relref "../../cloud_system_administration/multitenancy/chmod#chmod" %}}) for more information.{{< /alert >}}
366366

367367
<a id="vgg-vn-automatic"></a>
368368

@@ -399,7 +399,7 @@ NIC = [ NETWORK = "public", NAME = "test" ]
399399
```
400400

401401
{{< alert title="Important" type="info" >}}
402-
Names in the form `NIC<number>` are reserved. OpenNebula will rename them to `_NIC<number>`.{{< /alert >}}
402+
Names in the form `NIC<number>` are reserved. OpenNebula will rename them to `_NIC<number>`.{{< /alert >}}
403403

404404
Then you can attach an alias using an `NIC_ALIAS` attribute:
405405

@@ -410,13 +410,13 @@ NIC_ALIAS = [ NETWORK = "private", PARENT = "test" ]
410410
If the nic `NAME` is empty, it will be generated automatically in the form `NIC${NIC_ID}`. This name can be also used to create an alias, e.g., `NIC_ALIAS = [ NETWORK = "private", PARENT = "NIC0" ]`
411411

412412
{{< alert title="Note" type="info" >}}
413-
You can also use the `onevm` command using the option `--alias alias` so that NIC will be attached as an alias, instead of as an NIC.{{< /alert >}}
413+
You can also use the `onevm` command using the option `--alias alias` so that NIC will be attached as an alias, instead of as an NIC.{{< /alert >}}
414414

415415
{{< alert title="Important" type="info" >}}
416-
Any attribute supported by an NIC attribute can be also used in an alias except for `NETWORK_MODE`. A `NIC_ALIAS` network cannot be automatically selected.{{< /alert >}}
416+
Any attribute supported by an NIC attribute can be also used in an alias except for `NETWORK_MODE`. A `NIC_ALIAS` network cannot be automatically selected.{{< /alert >}}
417417

418418
{{< alert title="Important" type="info" >}}
419-
The [Security Groups]({{% relref "../../virtual_machines_operation/virtual_machines_networking/security_groups#security-groups" %}}) and IP/MAC spoofing filters from the NIC network will be applied to the NIC_ALIAS. Those ones belonging to the NIC_ALIAS network won’t apply.{{< /alert >}}
419+
The [Security Groups]({{% relref "../../virtual_machines_operation/virtual_machines_networking/security_groups#security-groups" %}}) and IP/MAC spoofing filters from the NIC network will be applied to the NIC_ALIAS. Those ones belonging to the NIC_ALIAS network won’t apply.{{< /alert >}}
420420

421421
### Using Virtual IPs
422422

@@ -447,7 +447,7 @@ Requesting a Shared IP from a Shared AR **without** using `NIC_ALIAS` will creat
447447
Hypervisors will set the MAC address for the NIC of the Virtual Machines, but not the IP address. The IP configuration inside the guest is performed by the contextualization process, check the [contextualization guide]({{% relref "../../virtual_machines_operation/virtual_machines/vm_templates#context-overview" %}}) to learn how to prepare your Virtual Machines to automatically configure the network
448448

449449
{{< alert title="Note" type="info" >}}
450-
Alternatively, a custom external service can configure the Virtual Machine network (e.g., your own DHCP server in a separate Virtual Machine){{< /alert >}}
450+
Alternatively, a custom external service can configure the Virtual Machine network (e.g., your own DHCP server in a separate Virtual Machine){{< /alert >}}
451451

452452
### Recovering the Virtual Network
453453

0 commit comments

Comments
 (0)