Role os_nova for OpenStack-Ansible
Go to file
Andy McCrae 6b5a267065 Fix reloads for uWSGI
uWSGI won't reload properly unless we use one of the built in options
for uWSGI reloads:

touch-reload
pidfile reload using uwsgi binary

This opts to use the pid file option, which uses the built in uWSGI
--reload option along with the "pidfile" option specified in the conf
file to reload the service.

Change-Id: I720011f3486fa5c1cf8cf8f5d826ca726930f751
2017-08-15 16:22:44 +01:00
defaults Move to use UWsgi for Nova 2017-08-14 14:27:25 +01:00
doc Fix openstackdocstheme settings 2017-07-03 16:20:59 +08:00
examples [DOCS] Refactor of nova role docs 2016-08-16 18:57:21 -04:00
files Update paste, policy and rootwrap configurations 2017-08-15 2017-08-15 09:59:20 +01:00
handlers Move to use UWsgi for Nova 2017-08-14 14:27:25 +01:00
meta Add support for the openSUSE Leap distributions 2017-07-25 18:55:22 +01:00
releasenotes Move to use UWsgi for Nova 2017-08-14 14:27:25 +01:00
tasks Merge "tasks: nova_install: Fix virtualenv-tools issue on openSUSE" 2017-08-15 13:47:46 +00:00
templates Fix reloads for uWSGI 2017-08-15 16:22:44 +01:00
tests Move to use UWsgi for Nova 2017-08-14 14:27:25 +01:00
vars Move to use UWsgi for Nova 2017-08-14 14:27:25 +01:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:19:53 +00:00
.gitreview Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-08-04 15:22:22 +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 URLs in documents according to document migration 2017-07-14 09:44:33 +08:00
run_tests.sh Updated from OpenStack Ansible Tests 2017-08-04 15:22:22 +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 2017-07-27 19:17:53 +00:00
tox.ini Ensure that role tests pin pip/setuptools/wheel 2017-06-04 11:22:16 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-07-28 15:00:46 +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: http://launchpad.net/openstack-ansible