Role os_nova for OpenStack-Ansible
Go to file
Jesse Pretorius f6ab8c4a8a Clean up role tests
Now that we're using the general templates, we can slim down
the role test definitions. We can also remove tests which are
not being watched, or which are fundamentally broken. With
this we can also remove unused scripts/plays.

We do the following:

1. We remove the 'ssl' job, given that the person working on
   that is no longer doing so, and no-one else has picked up
   the work.
2. We remove the 'upgrade' job, given that it's been broken
   all cycle due to the way the job executes and we need to
   regroup to figure out another way to do it.
3. We rename the tox target for 'func_lxc' to 'lxc' and
   as the 'func_' prefix is pointless.
4. We remove the base python setting in the lxc tox target
   because we're not running our functional tests using py3
   yet.

Change-Id: Ie0e72f69026c44a3c3ff6316bbb308bdd873c149
2018-09-08 15:51:20 +00:00
defaults Merge "Use a common python build/install role" 2018-09-04 22:20:30 +00: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 Use a common python build/install role 2018-09-04 11:45:20 +00:00
meta Execute service setup against a delegated host using Ansible built-in modules 2018-07-22 14:22:40 +00:00
releasenotes Update reno for stable/rocky 2018-08-10 16:47:51 +00:00
tasks Merge "Use a common python build/install role" 2018-09-04 22:20:30 +00:00
templates Revert region name option to os_region_name for Cinder 2018-09-06 19:31:34 +00:00
tests Clean up role tests 2018-09-08 15:51:20 +00:00
vars Remove python-keystoneclient package install 2018-08-01 10:06:57 +01:00
zuul.d Clean up role tests 2018-09-08 15:51:20 +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 Make the project home link in next line 2018-07-20 13:57:47 -04: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
tox.ini Clean up role tests 2018-09-08 15:51:20 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:43:10 +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/

Release notes for the project can be found at: https://docs.openstack.org/releasenotes/openstack-ansible-os_nova/

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