Role Ironic for OpenStack-Ansible
Go to file
Neill Cox a76d3744b0 Add tests for the ironic REST API
Test ironic using the REST API.

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

Change-Id: I0a8ede31d8d3baa3f120ecb3e85bb8ff16e011d4
2016-04-08 17:58:39 +10:00
defaults Implement initial test inventory/plays 2016-03-24 23:58:05 +00: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 Implement initial test inventory/plays 2016-03-24 23:58:05 +00:00
tasks Implement initial test inventory/plays 2016-03-24 23:58:05 +00:00
templates Implement initial test inventory/plays 2016-03-24 23:58:05 +00:00
tests Add tests for the ironic REST API 2016-04-08 17:58:39 +10:00
.gitignore Add required base test configs 2016-01-05 13:28:19 +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 pin version of ansible-lint we use for testing 2016-03-15 15:59:04 +00:00
tox.ini Implement initial test inventory/plays 2016-03-24 23:58:05 +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.