Role os_tempest for OpenStack-Ansible
Go to file
Michael Gugino 6ea9b4c7da Allow disk image format to be specified
This patch set changes the default image
format type from a hard-coded value of 'qcow2'
to the variable ``cirros_img_disk_format``.

This will allow alternate image types to be
specified during automated testing.

Change-Id: I5d87917196d1153310b25390da397cd96002174f
Needed-By: Ib49312dcb8fb5bd553369819cfd551137ff1c19e
2016-08-02 15:03:36 -04:00
defaults Allow disk image format to be specified 2016-08-02 15:03:36 -04: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 Allow disk image format to be specified 2016-08-02 15:03:36 -04:00
tasks Allow disk image format to be specified 2016-08-02 15:03:36 -04:00
templates Add ability to configure zaqar for tempest testing 2016-07-28 11:36:28 -04:00
tests Add ability to configure zaqar for tempest testing 2016-07-28 11:36:28 -04: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
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 08:57:10 +01:00
README.rst Implement base configuration for independent repository 2016-03-03 13:02:14 +00: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
Vagrantfile Add Vagrantfile for local role testing 2016-05-11 13:26:11 -04:00

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" }