Role os_tempest for OpenStack-Ansible
Go to file
git-harry 1894f624b4 Remove volume-feature-enabled/snapshot override
The tempest.conf variable volume-feature-enabled/snapshot is set to
False by the tempest.conf.j2 template. This causes tests to be skipped
that would have passed if the configuration option had been set to True.

The commit removes the option from the template. This causes Tempest to
inherit the default value of True. To set this value back to False use
the var tempest_tempest_conf_overrides.

Change-Id: Ia7fe941c98f0f6bf820f24233e49f049f06667eb
2016-04-06 19:22:50 +01:00
defaults Change Tempest pip install options 2016-03-30 16:42:22 +01:00
doc Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Change Tempest pip install options 2016-03-30 16:42:22 +01:00
templates Remove volume-feature-enabled/snapshot override 2016-04-06 19:22:50 +01:00
tests Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
.gitignore Implement base configuration for independent repository 2016-03-03 13:02:14 +00: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
other-requirements.txt Add curl to bindep requirements 2016-03-04 19:24:22 +00:00
run_tests.sh Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
setup.cfg Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
setup.py Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
test-requirements.txt pin version of ansible-lint we use for testing 2016-03-15 11:49:06 -04:00
tox.ini Implement base configuration for independent repository 2016-03-03 13:02:14 +00: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" }