Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

f-#: Adds METHOD, DNS and GATEWAY parameters to VM template NIC docs #3114

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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