Bug 1394539

Summary: [DOC] incorrect parameter for "openstack baremetal introspection start" command
Product: Red Hat OpenStack Reporter: Ziv Greenberg <zgreenbe>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED DUPLICATE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: medium Docs Contact:
Priority: medium    
Version: 10.0 (Newton)CC: dcadzow, dmacpher, oblaut, yrachman
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-12 04:04:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Ziv Greenberg 2016-11-13 08:42:07 UTC
Hi,

I have been following the following guide for scaling up the overcloud:

https://access.redhat.com/documentation/en/red-hat-openstack-platform/10-beta/paged/director-installation-and-usage/chapter-7-scaling-the-overcloud

When executing the section "After registering the new nodes, launch the introspection process for them. Use the following commands for each new node:"

openstack baremetal introspection start [NODE UUID] --provide

I have found that there is no such parameter "-- provide"


Please have a look below for the possible parameters:

[stack@rhel7 multiple-nic-vlans]$ openstack --help baremetal introspection start
usage: openstack baremetal introspection start [-h]
                                               [-f {csv,json,table,value,yaml}]
                                               [-c COLUMN]
                                               [--max-width <integer>]
                                               [--noindent]
                                               [--quote {all,minimal,none,nonnumeric}]
                                               [--new-ipmi-username NEW_IPMI_USERNAME]
                                               [--new-ipmi-password NEW_IPMI_PASSWORD]
                                               [--wait]
                                               uuid [uuid ...]


Thank you,
Ziv

Comment 1 Dan Macpherson 2016-12-12 04:04:29 UTC
Closing as a duplicate.

FYI, the correct command is:

$ openstack overcloud node introspect [NODE UUID] --provide

*** This bug has been marked as a duplicate of bug 1396401 ***