RETIRED, TripleO Ansible project repository. Contains playbooks for use with TripleO OpenStack deployments.
Go to file
Kevin Carter 655157e444 Improve execution and add a port check
This change introduces a fact check for neutron ports which will allow us
to pull a list of used IP addresses from our known port list which is
contains fixed_addresses. This port list will then be used to determine the
default ssh_user when first running a deployment. By pulling the neutron
facts and using the information to dictact the access user we'll be able
to support both pre-provisioned nodes and ironic provisioned nodes at the
same time within the same playbook.

The cli-enable-ssh-admin.yaml makes several API intensive calls to heat
and neutron, so to speed things up we're using ansible async. This change
moves our api intensive calls to the top of the playbooks and blocks on
their completion before they're needed. By doing this we'll improve the
overall playbook execution time.

Closes-Bug: #1863920
Change-Id: Ib79747ee7212534ab7c58d8a3e0e1d33f6069485
Depends-On: I221480f3cfc77545a8fcbef777829239c3bad0a0
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2020-02-20 04:01:39 +00:00
_skeleton_role_ Skeleton role, get with the decade 2020-01-31 10:50:35 +13:00
doc Merge "tripleo-container-manage: remove hashed-* from default" 2020-02-17 17:55:31 +00:00
releasenotes Fix ssh_known_hosts hostname entries 2019-11-18 14:36:43 +01:00
scripts Remove the tripleo_job_ansible_args default 2020-01-29 13:14:05 -06:00
tests Merge "Convert tox to native zuul" 2019-07-08 14:18:00 +00:00
tripleo_ansible Improve execution and add a port check 2020-02-20 04:01:39 +00:00
zuul.d tripleo_container_manage: improve testing coverage with molecule 2020-02-18 12:16:46 -05:00
.gitignore Introduce unit tests structure for tripleo-ansible filters 2019-12-02 22:26:16 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:33:52 +00:00
.pre-commit-config.yaml Revert "Workaround for ansible-lint installation failure" 2019-10-29 13:25:49 +00:00
.stestr.conf Introduce unit tests structure for tripleo-ansible filters 2019-12-02 22:26:16 +00:00
.yamllint Re-organize zuul config 2019-06-19 12:52:07 -05:00
LICENSE normalize newlines at end of file 2019-11-12 15:06:58 +00:00
README.rst Fix launchpad tracker in README.rst 2019-09-29 10:08:38 +02:00
ansible-requirements.txt Introduce unit tests structure for tripleo-ansible filters 2019-12-02 22:26:16 +00:00
ansible-test-env.rc Introduce tripleo-config role 2019-07-30 13:02:25 -05:00
bindep.txt update bindep, remove older fedora support 2019-11-21 09:55:36 -07:00
molecule-requirements.txt Bump molecule to 3.0a4 2019-12-11 19:24:38 +02:00
requirements.txt Introduce new module for Paunch 2019-09-17 04:37:39 +03:00
role-addition.yml Normalize role names when generating roles 2020-01-20 09:31:26 -06:00
roles Revert "Remove roles symlink" 2019-10-28 21:43:35 +00:00
setup.cfg Rename all roles that have a hyphen 2020-01-21 20:42:40 -06:00
setup.py Initial repo content 2018-07-17 16:36:40 -07:00
test-requirements.txt Introduce unit tests structure for tripleo-ansible filters 2019-12-02 22:26:16 +00:00
tox.ini Introduce unit tests structure for tripleo-ansible filters 2019-12-02 22:26:16 +00:00

README.rst

Team and repository tags

image

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