Role os_tempest for OpenStack-Ansible
Go to file
Jesse Pretorius 93c34c3d56 Ensure that doc linting is included in the linters test
The 'docs' tox target executes the doc8 lint test which may result in
failures when testing documentation builds, but OpenStack-CI does not
execute that tox target.

In order to ensure that we catch all standard documentation syntax
errors and prevent them from merging, this patch includes the docs
target in the 'linters' chain of tests.

Fixes for any failures which result from executing this test are also
included in the patch.

Change-Id: I226bbaae1ea047bacbcd7579314bb1de11709ef3
2016-07-25 14:12:00 +01:00
defaults Enable sahara on tempest 2016-06-04 13:34:01 -03:00
doc Update sphinx configuration 2016-07-12 16:54:23 +01:00
meta Remove pip_lock_down dependency 2016-06-07 23:31:37 -05:00
releasenotes Update sphinx configuration 2016-07-12 16:54:23 +01:00
tasks Optimise pip install tasks 2016-07-18 16:29:03 +01:00
templates Enable sahara on tempest 2016-06-04 13:34:01 -03:00
tests Clean up container cache prep in tasks 2016-06-17 19:48:54 +01:00
.gitignore Remove duplicates from .gitignore 2016-07-15 12:11:36 +10:00
.gitreview Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
LICENSE Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
README.rst Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
Vagrantfile Add Vagrantfile for local role testing 2016-05-11 13:26:11 -04:00
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 08:57:10 +01:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:57:10 +01:00
setup.cfg Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
setup.py Updated from global requirements 2016-07-15 03:58:10 +00:00
test-requirements.txt Updated from global requirements 2016-07-15 03:58:10 +00:00
tox.ini Ensure that doc linting is included in the linters test 2016-07-25 14:12:00 +01:00

README.rst

os_tempest role

tags

openstack, cloud, ansible, os_tempest

category

*nix

os_tempest Role

- name: os_tempest role
  hosts: "hosts"
  user: root
  roles:
    - { role: "os_tempest" }