7c23a01bd765f9094cc739a2cb4c1b39f48b6ede
The upstream OpenStack gate installs docker using the "install-docker" from within the zuul-jobs repository. To ensure we're able to test role consistently this change removes our internal docker install tasks and simply uses the role as provided by zuul. All of the requirements we were installing for molecule via built in tox configuration have all been moved to the unmanaged requirements file, "molecule-requirements.txt". This file will ensure anything we install in a virtual-environment is consistent throughout our stack. The `run-local-test` script has been added to the scripts directory allowing local development to be setup and executed with minimal, to no, pre-configuration or setup. This script and its usage has been documented in the contributing guide. Change-Id: If7d1ba7e59a1d6918d9606c9df8bfad21c0c47da 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-docs/latest/
Release notes for the project can be found at: https://docs.openstack.org/tripleo-docs/latest/
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.