2014-02-20 14:45:15 +00:00
=head1 NAME
B<opsaddbmnode> - It adds xCAT baremetal nodes to an OpenStack cloud.
=head1 SYNOPSIS
2014-04-04 10:32:07 +00:00
B<opsaddbmnode> I<noderange> B<-s> I<service_host> [B<-V>|B<--verbose>]
2014-02-20 14:45:15 +00:00
B<opsaddbmnode> [B<-h>|B<--help>]
B<opsaddbmnode> [B<-v>|B<--version>]
=head1 DESCRIPTION
2014-02-27 15:51:50 +00:00
The B<opsaddbmnode> command registers xCAT nodes to an OpenStack cloud. An OpenStack nova baremetal node registration command takes several node attributes:
=over
2014-02-20 14:45:15 +00:00
=item BMC ip addresss, user id and password
2014-02-27 15:51:50 +00:00
2014-02-20 14:45:15 +00:00
=item Name of nova compute host which will control this baremetal node
2014-02-27 15:51:50 +00:00
2014-02-20 14:45:15 +00:00
=item Number of CPUs in the node
2014-02-27 15:51:50 +00:00
2014-02-20 14:45:15 +00:00
=item Memory in the node (MB)
2014-02-27 15:51:50 +00:00
2014-02-20 14:45:15 +00:00
=item Local hard disk in the node (GB)
2014-02-27 15:51:50 +00:00
2014-02-20 14:45:15 +00:00
=item MAC address to provision the node
2014-02-27 15:51:50 +00:00
=back
2014-02-20 14:45:15 +00:00
The opsaddbmnode command pulls the above baremetal node information from xCAT tables and calls "nova baremetal-node-create" to register the baremetal node with the OpenStack cloud.
Please make sure the following xCAT tables are filled with correct information for the given nodes before calling this command.
2014-02-27 15:51:50 +00:00
=over
2014-02-20 14:45:15 +00:00
=item ipmi (for BMC ip addresss, user id and password)
2014-02-27 15:51:50 +00:00
2014-02-20 14:45:15 +00:00
=item mac (for MAC address)
2014-02-27 15:51:50 +00:00
2014-02-20 14:45:15 +00:00
=item hwinv (for CPU, memory and disk info.)
2014-02-27 15:51:50 +00:00
=back
2014-02-20 14:45:15 +00:00
=head1 Parameters
I<noderage> is a comma separated node or node group names.
=head1 OPTIONS
=over 10
=item B<-s> The node name of the OpenStack compute host that hosts the baremetal nodes.
=item B<-h|--help> Display usage message.
=item B<-v|--version> The Command Version.
2014-04-04 10:32:07 +00:00
=item B<-V|--verbose> Verbose output.
2014-02-20 14:45:15 +00:00
=back
=head1 RETURN VALUE
0 The command completed successfully.
1 An error has occurred.
=head1 EXAMPLES
=over 3
2014-02-27 15:51:50 +00:00
=item 1
2014-02-20 14:45:15 +00:00
To register node1, node2 and node3 to OpenStack, sv1 is the compute host.
opsassbmnode node1,node2,node3 -s sv1
=back
=head1 FILES
/opt/xcat/bin/opadddbmnode
=head1 SEE ALSO
L<opsaddimage(1)|opsaddimage.1>