2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-04 12:30:10 +00:00

Merge pull request #6723 from gurevichmark/namedincludes_schema

Add namedincludes to site table documentation
This commit is contained in:
cxhong 2020-06-01 17:26:22 -04:00 committed by GitHub
commit b51e48c8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -173,6 +173,11 @@ site Attributes:
the IP maps to your hostname of xCAT MN is not blocked since xCAT needs
to use this IP to communicate with the local NDS server on MN.
namedincludes: A comma-separated list of file paths that will be included in
named.conf, using named 'include' statement. This can allow users
to include local configuration options that will not be overwritten
by 'makedns -n'
-------------------------
HARDWARE CONTROL ATTRIBUTES
-------------------------

View File

@ -1089,6 +1089,10 @@ passed as argument rather than by table value',
" NOTE: If using this attribute to block certain interfaces, make sure\n" .
" the IP maps to your hostname of xCAT MN is not blocked since xCAT needs\n" .
" to use this IP to communicate with the local NDS server on MN.\n\n" .
" namedincludes: A comma-separated list of file paths that will be included in\n" .
" named.conf, using named 'include' statement. This can allow users\n" .
" to include local configuration options that will not be overwritten\n" .
" by 'makedns -n'\n\n" .
" -------------------------\n" .
"HARDWARE CONTROL ATTRIBUTES\n" .
" -------------------------\n" .