Fix minor documentation issue

- When referering to the ANSIBLE_INSTALL_ROOT, the stack subdir is not
  to be used
- Improve setup verification by giving an example of ironic command to pass

Change-Id: Ib0471e5170d64684e9a6137da5e9b0ccad35a668
This commit is contained in:
Bruno Cornec 2016-09-01 11:20:59 +02:00
parent 33afbb5aae
commit e0fb22dec9
1 changed files with 11 additions and 2 deletions

View File

@ -136,7 +136,7 @@ Note:
Then run:: Then run::
bash ./scripts/env-setup.sh bash ./scripts/env-setup.sh
source ${ANSIBLE_INSTALL_ROOT}/stack/ansible/hacking/env-setup source ${ANSIBLE_INSTALL_ROOT}/ansible/hacking/env-setup
cd playbooks cd playbooks
The second part is an Ansible playbook that installs and configures ironic The second part is an Ansible playbook that installs and configures ironic
@ -194,7 +194,16 @@ environment variables:
is required to cause the client library to send requests directly to the API. is required to cause the client library to send requests directly to the API.
For your ease of use, ``env-vars`` can be sourced to allow the CLI to connect For your ease of use, ``env-vars`` can be sourced to allow the CLI to connect
to a local ironic installation operating in noauth mode. to a local ironic installation operating in noauth mode. Run e.g.::
source env-vars
ironic node-list
+------+------+---------------+-------------+--------------------+-------------+
| UUID | Name | Instance UUID | Power State | Provisioning State | Maintenance |
+------+------+---------------+-------------+--------------------+-------------+
+------+------+---------------+-------------+--------------------+-------------+
which should print an empty table if connection to Ironic works as expected.
Hardware enrollment Hardware enrollment
=================== ===================