Add README note about cleaning

Change-Id: I196a8ee6e5aaeeb3cb5c4a43ae211a0056e464a2
This commit is contained in:
Julia Kreger
2015-06-23 14:55:16 -04:00
parent 5430851d69
commit 5ac0362417

View File

@@ -71,6 +71,16 @@ Run::
Otherwise, add -K option to let Ansible prompting for the sudo password:
ansible-playbook -K -vvvv -i inventory/localhost install.yaml
With regards to testing, you may wish to set your installation such
that ironic node cleaning is disabled. You can achieve this by passing
the option "-e cleaning=false" to the command line or executing the
command below. This is because cleaning can take a substantial amount
of time while disks are being wiped.::
ansible-playbook -K -vvvv -i inventory/localhost install.yaml -e cleaning=false
After you have performed an installation, you can edit /etc/ironic/ironic.conf
to enable or disable cleaning as desired.
Manual CLI Use
--------------