Role Ironic for OpenStack-Ansible
Go to file
Mike Carden 7e8a647985 Add tests for the ironic CLI
This is an initial set of tests of the ironicclient intended
to show that the ironic role has been installed and that the
API is responding correctly.

Tests are:
  - list chassis
  - list nodes
  - list drivers
  - create node
  - validate node
  - create port
  - update node
  - delete node

Change-Id: I98e67e076bce8711cb1c8e0f8b2e9ae0d89d520d
2016-04-11 09:36:14 +00:00
defaults Change the default thread pool size 2016-04-10 23:43:55 -05:00
doc Add required base test configs 2016-01-05 13:28:19 +00:00
files Implement initial test inventory/plays 2016-03-24 23:58:05 +00:00
handlers Isolating standalone Ironic mode 2016-02-15 09:39:27 +00:00
meta Ensure that pip lock down happens before other dependencies 2016-03-31 15:24:54 +00:00
releasenotes Add reno scaffolding for release notes management 2016-04-09 18:19:48 +00:00
tasks Implement initial test inventory/plays 2016-03-24 23:58:05 +00:00
templates Change the default thread pool size 2016-04-10 23:43:55 -05:00
tests Add tests for the ironic CLI 2016-04-11 09:36:14 +00:00
.gitignore Add reno scaffolding for release notes management 2016-04-09 18:19:48 +00:00
.gitreview Add required base test configs 2016-01-05 13:28:19 +00: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
local_install.sh General cleanup, incl. copyright headers 2015-11-27 12:59:56 +10:30
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:21:37 +00:00
README.rst Add required base test configs 2016-01-05 13:28:19 +00:00
run_tests.sh Add required base test configs 2016-01-05 13:28:19 +00: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 Add reno scaffolding for release notes management 2016-04-09 18:19:48 +00:00
tox.ini Add reno scaffolding for release notes management 2016-04-09 18:19:48 +00:00

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.