Role os_nova for OpenStack-Ansible
Go to file
Jesse Pretorius 3048970324 Move database creation into role
There is no record for why we implement the database creation outside
of the role in the playbook, when we could do it inside the role.

Implementing it inside the role allows us to reduce the quantity of
group_vars duplicated from the role, and allows us to better document
the required variables in the role. The delegation can still be done
as it is done in the playbook too.

In this patch we implement a new variable called 'nova_db_setup_host'
which is used in the role to allow delegation of the database setup
task to any host, but defaults to the first member of the galera_all
host group. We also document the variable nova_galera_address which
has been used for a long time, but never documented.

Change-Id: I7f977b2c24dcd20a4a7e8d32c13fb6c66127ce9c
2018-06-01 18:57:10 +01:00
defaults Move database creation into role 2018-06-01 18:57:10 +01:00
doc Updated from global requirements 2018-03-15 07:37:08 +00:00
examples Move database creation into role 2018-06-01 18:57:10 +01:00
files Fix kernel post-installation script 2018-04-12 14:58:30 -04:00
handlers Remove systemd conditionals 2018-02-20 09:39:58 +00:00
meta Change include: to include_tasks: 2018-02-20 09:41:13 +00:00
releasenotes Use the distro package for libvirt-python 2018-05-30 19:54:55 +00:00
tasks Move database creation into role 2018-06-01 18:57:10 +01:00
templates Merge "Convert role to use a common systemd service role" 2018-06-01 07:20:34 +00:00
tests Remove tests-repo-clone.sh 2018-03-28 10:15:33 +01:00
vars SUSE: Add missing QEMU drivers for block devices 2018-05-23 14:03:47 +01:00
zuul.d Merge "Reinstate disabled jobs" 2018-05-25 15:36:52 +00:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 18:41:00 +01:00
.gitreview Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-12 15:15:38 +00:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
LICENSE Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 10:27:39 +01:00
README.rst Update links in README 2018-03-03 12:10:06 +08:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-04-30 05:15:41 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-14 09:44:33 +08:00
setup.py Updated from global requirements 2017-03-02 11:52:00 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:37:08 +00:00
tox.ini Remove tests-repo-clone.sh 2018-03-28 10:15:33 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-05-09 19:42:18 +00:00

Team and repository tags

image

OpenStack-Ansible nova

Ansible role that installs and configures OpenStack nova and all of its corresponding services.

This role will install the following:
  • nova-api
  • nova-conductor
  • nova-scheduler
  • nova-console
  • nova-compute

Documentation for the project can be found at: https://docs.openstack.org/openstack-ansible-os_nova/latest/

The project home is at: https://launchpad.net/openstack-ansible