eaa13ee254

The SSH private key will normally be in $HOME/.ssh/id_rsa_tripleo so if that key is present, then use it. This is a more reliable location than "{{ playbook_dir }}/ssh_key", which will go away with Mistral. This change is also backwards compatible as it will fall back to using "{{ playbook_dir }}/ssh_key" in the case that $HOME/.ssh/id_rsa_tripleo is missing. Covers one extra case where CephAnsibleEnvironmentVariables/ANSIBLE_PRIVATE_KEY_FILE might have been needed. Also switches nodes_uuid_command to use ceph-ansible's ansible.cfg as config-download may not always provide "{{ playbook_dir }}/ansible.cfg" Change-Id: Ic7e20844877492d7c4b85f7579e90f6c9de355ec Closes-Bug: #1868864
Team and repository tags
TripleO Ansible
TripleO Ansible project repository. Contains Ansible playbooks, roles, and plugins for use with TripleO.
Documentation for the project can be found at: https://docs.openstack.org/tripleo-ansible/latest/
Release notes for the project can be found at: https://docs.openstack.org/releasenotes/tripleo-ansible/
The project source code repository is located at: https://opendev.org/openstack/tripleo-ansible/
The project home is at: https://launchpad.net/tripleo
The project bug tracker is located at: https://bugs.launchpad.net/tripleo
Description
RETIRED, TripleO Ansible project repository. Contains playbooks for use with TripleO OpenStack deployments.