Role os_nova for OpenStack-Ansible
Go to file
Jesse Pretorius 3307d4694b Only replace python when re-initializing the venv
We reinitialize the venv to ensure that the right version of
python is in the venv, but we do not want virtualenv to also
replace pip, setuptools and wheel so we tell it not to. If we
don't do this then virtualenv will install the latest available
version, which is not what we want.

Change-Id: I5f7e8fd36185537543d0741d88a5ccc9cd1f1645
Partial-Bug: #1764470
(cherry picked from commit a686b93020)
2018-04-19 15:35:18 +00:00
defaults Merge "Omit default_schedule_zone if its not configured" into stable/queens 2018-03-27 13:40:34 +00:00
doc Remove pip_install dependency 2017-12-05 11:55:47 +00:00
examples [DOCS] Refactor of nova role docs 2016-08-16 18:57:21 -04:00
files Merge "Update paste, policy and rootwrap configurations 2018-03-31" into stable/queens 2018-04-18 17:48:02 +00:00
handlers Remove systemd conditionals 2018-03-01 17:54:17 +00:00
meta Remove pip_install dependency 2017-12-05 11:55:47 +00:00
releasenotes Merge "Omit default_schedule_zone if its not configured" into stable/queens 2018-03-27 13:40:34 +00:00
tasks Only replace python when re-initializing the venv 2018-04-19 15:35:18 +00:00
templates Merge "Omit default_schedule_zone if its not configured" into stable/queens 2018-03-27 13:40:34 +00:00
tests Merge "Updated from OpenStack Ansible Tests" into stable/queens 2018-03-02 14:33:31 +00:00
vars change python-libguestfs to python-guestfs for ubuntu 2018-03-12 11:27:57 +00:00
zuul.d Stop running non-voting jobs in gate 2018-03-01 17:53:03 +00:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:19:53 +00:00
.gitreview Update .gitreview for stable/queens 2018-02-14 15:49:40 +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
README.rst Update URLs in documents according to document migration 2017-07-14 09:44:33 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-01-22 16:56:15 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-12 15:15:38 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 10:27:39 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2017-11-10 20:08:46 +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-02-15 07:57:45 +00:00
tox.ini Point to Queens instead of master 2018-02-15 14:34:32 +00:00

README.rst

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