7e6e614ff0
In order to consume os_tempest role across different deployment tools, following changes are introduced: - tempest_install_method:distro|source through which user can install tempest from source as well as distro - tempest_workspace directory is added as when tempest is installed from distro, we need a place where tempest can be executed. It generalised the use of tempest_workspace at each place. - The default location of the default tempest configuration is now /etc/tempest/tempest.conf rather than the previous default of $HOME/.tempest/etc. Change-Id: Ie280cfa6b93fa65c56ed98066deb4f9c82a1a8db
12 lines
451 B
YAML
12 lines
451 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``os_tempest`` role now has the ability to install from distribution packages by setting
|
|
``tempest_install_method`` to ``distro``.
|
|
- |
|
|
The new variable ``tempest_workspace`` has been introduced to set the location of the tempest
|
|
workspace.
|
|
- |
|
|
The default location of the default tempest configuration is now ``/etc/tempest/tempest.conf``
|
|
rather than the previous default of ``$HOME/.tempest/etc``.
|