Ansible playbooks for deploying OpenStack.
Go to file
Kevin Carter 32230e8cd9 Change the galera health check for better cluster health
The current galera cluster health check simply logs into a cluster node
but does not check if the node is sync'd. This can lead to an issue
where a node is placed back into the pool before it is ready. If this
happens it can lead to a broken OpenStack environment until the wsrep
received queue is processed which is especially true if the node out of
sync happens to be the primary.

Combined backport of:
- https://review.openstack.org/520673
- https://review.openstack.org/523854
- https://review.openstack.org/524107

Closes-Bug: #1665667
Change-Id: I49e371a2743618a0b5544a23e892aa28bb8567eb
Depends-On: I81c924464aa4b19c2a62f37b5bf26c3c0453786a
Depends-On: Ie1b3b9724dd33de1d90634166e585ecceb1f4c96
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
(cherry picked from commit 8c0ce1c62f)
2017-12-14 10:39:37 +00:00
deploy-guide/source Switch to use ansible-hardening 2017-09-12 08:50:04 -06:00
doc Create minor playbook to sync TZ data on upgrade 2017-08-15 17:30:55 -05:00
etc Fix the unbound resolver conf.d filenames 2017-07-29 14:27:08 +00:00
playbooks Change the galera health check for better cluster health 2017-12-14 10:39:37 +00:00
releasenotes Update all SHAs for 14.2.12 2017-11-10 07:09:26 +00:00
scripts Do not force using the remote "origin" when testing upgrades 2017-11-27 06:54:28 +00:00
tests Retry apt cache update 2017-11-21 10:57:24 +00:00
zuul.d Add missing zuul v3 job definition 2017-11-07 16:33:29 +00:00
.gitignore [DOCS] Adds a cookie cutter deploy guide for d.o.o 2016-11-29 11:58:51 +00:00
.gitreview Update .gitreview for stable/newton 2016-09-29 14:39:32 -04:00
LICENSE.txt Correct path to callback plugins in gate script 2016-02-01 16:52:54 +00:00
README.rst Fix broken link in OpenStack-Ansible Newton 2017-01-10 14:05:14 +00:00
Vagrantfile Add license boilerplate to Vagrantfile 2017-05-30 15:07:36 +00:00
ansible-role-requirements.yml Change the galera health check for better cluster health 2017-12-14 10:39:37 +00:00
ansible-role-requirements.yml.example Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
bindep.txt Replace github with git.o.o 2016-11-03 15:55:11 +00:00
global-requirement-pins.txt Remove global pin for ldappool 2017-08-28 14:28:54 -04:00
requirements.txt Updated from global requirements 2017-07-19 10:41:58 +00:00
setup.cfg Update the home-page info with the developer documentation 2016-08-01 06:57:14 +00:00
setup.py Updated from global requirements 2016-07-15 12:58:23 +00:00
test-requirements.txt Updated from global requirements 2016-08-26 05:12:13 +00:00
tox.ini Revert "Update setuptools to 36.2.0" 2017-07-19 08:18:27 +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.