Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading