File: README.rst

package info (click to toggle)
python-tempestconf 3.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 964 kB
  • sloc: python: 4,530; makefile: 18; sh: 9
file content (39 lines) | stat: -rw-r--r-- 1,222 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Generate configuration file for tempest from cloud credentials
==============================================================

Installs python-tempestconf cloned from git and generates tempest.conf with
credentials saved in clouds.yaml file. The tempest configuration file is printed
to the output after that.

**Role Variables**

.. zuul:rolevar:: branch
   :type: string
   :default: master

   Branch name upper-constraints will be taken into account from when
   python-tempestconf is installed in a venv.

.. zuul:rolevar:: cloud_user
   :type: string
   :default: devstack

   Named cloud with demo user credentials as a default value.

.. zuul:rolevar:: virtualenvs
   :type: dict

   A dictionary of paths to virtual environments.

   .. zuul:rolevar:: tempestconf
      :default: ~/.virtualenvs/.tempestconf

      A path to the virtual environment of python-tempestconf tool.

.. zuul:rolevar:: tempestconf_src_relative_path
   :type: string

   A relative path to a python-tempestconf project which is by default cloned
   to the Zuul home directory. Value of the variable is set in the role to
   that default path. If needed, the variable can be overridden from the
   playbook where the role is called from.