Skip to content

Commit

Permalink
f-#: Adds METHOD, DNS and GATEWAY parameters to VM template NIC docum…
Browse files Browse the repository at this point in the history
…entation

Signed-off-by: Aleix Ramírez <[email protected]>
  • Loading branch information
aleixrm committed Nov 28, 2024
1 parent 7cfeaa7 commit 3ada867
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/management_and_operations/references/template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,12 @@ Network Section
+------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+
| ``MAC`` | Request an specific HW address from the network interface. | O | O | O |
+------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+
| ``METHOD`` | IP assignment method (empty or ``static``, ``dhcp``, ``skip``). | O | O | O |
+------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+
| ``GATEWAY`` | NIC default gateway. | O | O | O |
+------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+
| ``DNS`` | NIC DNS server. **Please make sure INHERIT_VNET_ATTR="DNS" is added to ``/etc/one/oned.conf``.** | O | O | O |
+------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+
| ``BRIDGE`` | Name of the bridge the network device is going to be attached to. | O | O | O |
+------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+
| ``TARGET`` | Name for the tun device created for the VM. | O | O | O |
Expand Down

0 comments on commit 3ada867

Please sign in to comment.