summaryrefslogtreecommitdiff
path: root/openstack/etc/tempest
Commit message (Collapse)AuthorAgeFilesLines
* WIP: clean set openstack_to_run_tempestbaserock/franred/config-tempest-kiloFrancisco Redondo Marchena2015-06-081-17/+34
| | | | Change-Id: Ia06331f3cd2c95f7e339e1ed557f495c9b895cc0
* Openstack: disable volume timeouts and volume backupsFrancisco Redondo Marchena2015-06-081-3/+3
| | | | Change-Id: Ia7dbdb3fdb003e02429561e9053361eac44545f7
* WIP: Added more configuration to tempest.confFrancisco Redondo Marchena2015-06-051-35/+35
| | | | Change-Id: I45112f52d1eeb9d342dd5736c3521cc53adff129
* WIP: remove unnecessary functions from setup tempest scriptFrancisco Redondo Marchena2015-06-051-32/+6
| | | | Change-Id: I7f61100213c09c56ed008387b79b9f56696897b5
* WIP: Add script to set OpenStack for run tempest test suiteFrancisco Redondo Marchena2015-06-041-0/+106
| | | | Change-Id: I6a9adb990607a3d92a783590a95ee447157de8f4
* WIP: tempest.conf add some neutron configurationFrancisco Redondo Marchena2015-06-041-8/+8
| | | | Change-Id: I26a24c3cf28a675f2b5f64a692e3a4ddecc60e5a
* WIP: setup tempest configurationFrancisco Redondo Marchena2015-06-041-8/+8
| | | | Change-Id: I25fb936ca20443a98f8f8e50b4c8f6fc699010ad
* Openstack: Configure tempestFrancisco Redondo Marchena2015-06-011-73/+73
| | | | Change-Id: I5a23995574527b3f17be60d4044d9857b4c54151
* Openstack: Add tempest.conf for its tag '4'Francisco Redondo Marchena2015-06-011-472/+544
| | | | | | Previous tempest.conf version was from its tag '2'. Change-Id: I2bd925a0e3e3f7233c18b4a029cfb9d290032a65
* Horizon: Install the openstack_dashboard django project in /var/lib/horizonPedro Alvarez2015-05-281-2/+2
| | | | | | | | | | | | | | | | With this patch we avoid some problems: - Horizon trying to write in /usr/lib/python2.7/site-packages/static - We won't have to maintain a copy of local_settings.py - The workaround of creating a symlink for django.wsgi is not needed now. This patch also changes apache-horizon.conf to - Change the path of django.wsgi file - Load the horizon server with the url 'http://<IP-of-OpenStack>' (the 'horizon/' suffix is removed) - Grant permissions to access to /var/lib/horizon/static Also changes 'tempest.conf' to change Horizon urls.
* OpenStack: Configure Tempest at deployment time.Pedro Alvarez2015-04-171-53/+55
| | | | | | | | | | This is being done using the 'template' option from the install-files extension. Signed-off-by: Zara Zaimeche <zara.zaimeche@codethink.co.uk> Signed-off-by: Mike Smith <mike.smith@codethink.co.uk> Change-Id: Id3671d34692823e3f34f6565f40732b889cb8486
* Add default configuration file for TempestPedro Alvarez2015-04-171-0/+1114
This configuration file is from: http://git.baserock.org/cgi-bin/cgit.cgi/delta/openstack/tempest.git/tree/etc/tempest.conf.sample?id=2 Signed-off-by: Zara Zaimeche <zara.zaimeche@codethink.co.uk> Signed-off-by: Mike Smith <mike.smith@codethink.co.uk> Change-Id: Ic3550f26062203edc5509764fd93e271a67c3166