a9ce6766e9382445e347d4e3cef5ed20aba6987f
The undercloud backup playbook was using mistral to pull the mysql root password from the available environment. While this works, its not needed because the authoratative source is already in the deployment users home folder. This change removes the use of the mistral cli calls, it will now read the generated password file from the deployers home folder. The playbook will read from the `tripleo-undercloud-passwords.yaml` file first, if there are any issues with that file it will fallback to `undercloud-passwords.conf`. This removes our usage of mistral and speeds up the total playbook runtime. Story: 2007414 Task: 39060 Change-Id: I8bc3207129b60fca6e3205106bb967e414ce4984 Signed-off-by: Kevin Carter <kecarter@redhat.com>
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.