Add admonition for manual config-download with Ceph

Show how to pass CephAnsibleEnvironmentVariables when
running config-download manually to configure Ceph.

Change-Id: Ibe2e2302b47efea1c747c0166d552fab4feb31c8
This commit is contained in:
John Fulton 2019-06-25 17:14:11 -04:00
parent 13383290d1
commit 4279a2bcf8
1 changed files with 14 additions and 0 deletions

View File

@ -363,6 +363,20 @@ values used by the mistral workflow that runs ``config-download``::
retries = 8
pipelining = True
.. admonition:: Ceph
:class: ceph
When config-download configures Ceph, Ansible executes ceph-ansible
from within the config-download external_deploy_steps_tasks
playbook. When config-download is run manually the `ssh_args`
argument above will not be inherited by the second Ansible
execution. To pass Ansible environment variables to this execution
use a Heat environment file like the following::
parameter_defaults:
CephAnsibleEnvironmentVariables:
ANSIBLE_HOST_KEY_CHECKING: 'False'
.. note::
When running ``ansible-playbook`` manually, the overcloud status as returned