added nodecol keyword to ppchcp and ppcdirect tables
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4194 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
958c6f6262
commit
82989f35cf
@ -503,6 +503,7 @@ ppc => {
|
||||
ppcdirect => {
|
||||
cols => [qw(hcp username password comments disable)],
|
||||
keys => [qw(hcp username)],
|
||||
nodecol => "hcp",
|
||||
table_desc => 'Info necessary to use FSPs to control system p CECs.',
|
||||
descriptions => {
|
||||
hcp => 'Hostname of the FSP.',
|
||||
@ -515,6 +516,7 @@ ppcdirect => {
|
||||
ppchcp => {
|
||||
cols => [qw(hcp username password comments disable)],
|
||||
keys => [qw(hcp)],
|
||||
nodecol => "hcp",
|
||||
table_desc => 'Info necessary to use HMCs and IVMs as hardware control points for LPARs.',
|
||||
descriptions => {
|
||||
hcp => 'Hostname of the HMC or IVM.',
|
||||
|
Loading…
Reference in New Issue
Block a user