-Add columns to networks table to describe ntp and log servers
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3005 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a09d1db241
commit
31509c0eda
@ -248,7 +248,7 @@ mpa => {
|
||||
},
|
||||
},
|
||||
networks => {
|
||||
cols => [qw(netname net mask mgtifname gateway dhcpserver tftpserver nameservers dynamicrange nodehostname comments disable)],
|
||||
cols => [qw(netname net mask mgtifname gateway dhcpserver tftpserver nameservers ntpservers logservers dynamicrange nodehostname comments disable)],
|
||||
keys => [qw(net mask)],
|
||||
table_desc => 'Describes the networks in the cluster and info necessary to set up nodes on that network.',
|
||||
descriptions => {
|
||||
|
Loading…
Reference in New Issue
Block a user