Ansible playbooks for deploying OpenStack.
Go to file
Jimmy McCrory 7e8b5e73a3 Skip unavailable hosts when distributing keys
The 'Create authorized keys file from host vars' task assumes that every
host within the nova_compute group is available. If any host within that
group is offline, excluded through a limit, or has otherwise failed an
earlier task, it will lead to this task failing for every host.

Add a when clause checking for the existence of the nova_pubkey hostvar
so that the task and remainder of the role can continue when a
nova_compute host is unavailable.

Related-Bug: 1531783
Change-Id: Idec01d13c35632204a2ae0f0a848a0ccc5b34d73
(cherry picked from commit eead8cdb6f78cc50678b53019a5e80f172a54784)
2016-07-16 07:36:13 -07:00
doc Destroy repo containers before upgrade 2016-06-23 18:18:00 +00:00
etc Optionally apply security hardening in Liberty 2016-04-08 09:58:12 -05:00
playbooks Skip unavailable hosts when distributing keys 2016-07-16 07:36:13 -07:00
releasenotes Fix upgrade failure due to missing repo containers 2016-07-14 21:11:10 +00:00
scripts Fix upgrade failure due to missing repo containers 2016-07-14 21:11:10 +00:00
tests [GATE UNBLOCKER] Lock CPU map script to a release 2016-06-04 13:59:04 +00:00
.gitignore Add reno for release notes management 2015-11-16 11:22:04 +00:00
.gitreview Update tag number and code name 2015-10-24 14:34:57 +01:00
LICENSE.txt Add profiling for Ansible tasks 2015-09-09 15:40:24 +00:00
README.rst Trivial: Keep consistency of "OpenStack-Ansible" 2016-01-13 09:36:32 +00:00
ansible-role-requirements.yml Update all SHAs for 12.0.17 2016-07-01 12:15:02 +01:00
ansible-role-requirements.yml.example Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
global-requirement-pins.txt Updates all SHAs for 12.0.13 2016-05-05 19:12:15 +01:00
requirements.txt Update all SHAs for 12.0.17 2016-07-01 12:15:02 +01:00
setup.cfg Rename everything for the osad to osa name change 2015-09-12 02:31:21 +01:00
setup.py Uses tox for automating documentation builds 2015-08-12 06:32:40 +01:00
test-requirements.txt Update all SHAs for 12.0.16 2016-06-17 13:02:40 +00:00
tox.ini Cap bashate and fix linters tests 2016-03-08 09:11:15 +00:00

README.rst

OpenStack-Ansible

OpenStack-Ansible is an official OpenStack project which aims to deploy production environments from source in a way that makes it scalable while also being simple to operate, upgrade, and grow.

For an overview of the mission, repositories and related Wiki home page, please see the formal Home Page for the project.

For those looking to test OpenStack-Ansible using an All-In-One (AIO) build, please see the Quick Start guide.

For more detailed Installation and Operator documentation, please see the Install Guide.

If OpenStack-Ansible is missing something you'd like to see included, then we encourage you to see the Developer Documentation for more details on how you can get involved.

Developers wishing to work on the OpenStack-Ansible project should always base their work on the latest code, available from the master GIT repository at Source.

If you have some questions, or would like some assistance with achieving your goals, then please feel free to reach out to us on the OpenStack Mailing Lists (particularly openstack-operators or openstack-dev) or on IRC in #openstack-ansible on the freenode network.