From 82989f35cf75b0eadf219ea777629f400b3663d0 Mon Sep 17 00:00:00 2001 From: bp-sawyers <bp-sawyers@8638fb3e-16cb-4fca-ae20-7b5d299a9bcd> Date: Mon, 21 Sep 2009 18:59:46 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/Schema.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 85c273af5..07b2e7f67 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -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.',