2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-19 17:50:20 +00:00

Merge pull request #2418 from whowutwut/1202

Remove the otherinterfaces section in the documentation
This commit is contained in:
yangsong
2017-01-19 20:29:49 -06:00
committed by GitHub

View File

@@ -459,19 +459,6 @@ You can either specify the base nic* attribute name or the expanded name for a s
nicips.eth1=11.1.89.7
nichostnamesuffixes.eth1=-lab
"otherinterfaces" vs. nic* attributes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For now the "otherinterfaces" attribute will still be supported but it may be dropped in future releases.Any new network interface information should be provided using the new nic attributes.
If you are currently using the "otherinterfaces" node attribute you do not have to move it to the nic* attributes at this time. However, be careful to avoid any overlap or conflict with the information provided for each.
If you are using "otherinterfaces" and add additional interfaces using the nic* attributes the makehosts command will add both to the /etc/hosts table.
When both the "otherinterfaces" and nic attributes are used the "otherinterfaces" attribute is processed before the nic attributes.
To do more nic introduce (refer to :ref:`confignics_label` ).
Setting addition interface information using the xCAT tabedit command
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~