python-tempestconf/roles/generate-accounts-file
Martin Kopec 93297b18d3 Different concurrency for tempest and accounts
It's better to generate more accounts in accounts.yaml file, otherwise
some tests may fail because they are trying to access certain credentials
with certian roles which are being used by other tests at that moment.

Change-Id: I698b1b83864009a299ca51c10f8a36e73793369d
2018-11-16 00:13:33 +00:00
..
defaults Different concurrency for tempest and accounts 2018-11-16 00:13:33 +00:00
tasks Different concurrency for tempest and accounts 2018-11-16 00:13:33 +00:00
README.rst Different concurrency for tempest and accounts 2018-11-16 00:13:33 +00:00

README.rst

Generate accounts.yaml file for tempest

Installs tempest cloned from git and generates accounts.yaml file. accounts.yaml file will be saved inside the cloned folder in etc/ subfolder.

The tempest configuration file, which is needed to generate tempest accounts.yaml file will be copied into etc/ as well, however it will be renamed to tempest_admin.conf so that, it doesn't conflict with tempest.conf which may be there.

Role Variables