Role Ironic for OpenStack-Ansible
Go to file
Jimmy McCrory e3004ccd15 Only install to virtual environment
Remove all tasks and variables related to toggling between installation
of ironic inside or outside of a Python virtual environment.
Installing within a venv is now the only supported deployment.

Additionally, a few changes have been made to make the creation of the
venv more resistant to interruptions during a run of the role.
* unarchiving a pre-built venv will now also occur when the venv
  directory is created, not only after being downloaded
* virtualenv-tools is run against both pre-built and non pre-built venvs
  to account for interruptions during or prior to unarchiving

Change-Id: I9df953f69eb86606ce8a6fe9f77e60c710549b8e
Implements: blueprint only-install-venvs
2016-07-08 05:49:42 -07:00
defaults Only install to virtual environment 2016-07-08 05:49:42 -07:00
doc Add required base test configs 2016-01-05 13:28:19 +00:00
files updated Ironic role to fix tftp-hpa issues 2016-04-13 11:14:11 +00:00
handlers Ansible 2.x - Address deprecation warning of bare variables 2016-04-19 14:56:13 -04:00
meta Remove pip_lock_down dependency 2016-06-08 21:08:25 -05:00
releasenotes Only install to virtual environment 2016-07-08 05:49:42 -07:00
tasks Only install to virtual environment 2016-07-08 05:49:42 -07:00
templates Only install to virtual environment 2016-07-08 05:49:42 -07:00
tests Clean up container cache prep in tests 2016-06-17 19:28:27 +01:00
vars Add 16.04 support 2016-06-02 14:39:39 +00:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:18:16 +01:00
.gitreview Update .gitreview for project rename 2016-06-03 18:14:57 -07:00
CONTRIBUTING.rst Add required base test configs 2016-01-05 13:28:19 +00:00
LICENSE Initial commit 2015-10-19 15:08:19 +10:30
README.rst Add required base test configs 2016-01-05 13:28:19 +00:00
local_install.sh General cleanup, incl. copyright headers 2015-11-27 12:59:56 +10:30
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 08:54:15 +01:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:54:15 +01:00
setup.cfg Add required base test configs 2016-01-05 13:28:19 +00:00
setup.py Add required base test configs 2016-01-05 13:28:19 +00:00
test-requirements.txt Pin test-requirements to match OpenStack requirements 2016-06-17 12:35:17 +01:00
tox.ini Add reno scaffolding for release notes management 2016-04-09 18:19:48 +00:00

README.rst

Ironic Role for OpenStack-Ansible

This is a role for the deployment of Ironic in an OpenStack-Ansible environment.

Please see the role-ironic spec for more details.