Commit Graph

3 Commits

Author SHA1 Message Date
Sorin Sbarnea 92b43f56db Fixed bugs identified by newer ansible-lint
- scm: git is mandatory on requirements.yml when using git urls
- role_name is needed in meta
- centos was not listed as supported platform
- galaxy_tags should be used instead of categories
- comparison to empty string should be avoided

These where found while attempting to enable functional testing using
ansible-molecule.

Change-Id: I5f8087516628e20c2539552c653d4ea5361234ec
Needed-By: https://review.opendev.org/#/c/675615/
2019-08-09 13:49:35 +01:00
Chandan Kumar ecdc0eedaf Update openstack.org -> opendev.org
It updates the url from git.openstack.org to opendev.org and
also remove cgit from opendev.org.

Keeping vagrantfile, run_tests.sh and bindep.txt as itis
as these are updated automatically by openstack-ansible-tests.

Change-Id: Ia449079776e0339515ae1a2bca7553b03d9cde1c
Signed-off-by: Chandan Kumar <chkumar@redhat.com>
2019-05-30 15:29:22 +05:30
Chandan Kumar 09628a5c00 Use requirements.yml for managing os_tempest deps
os_tempest depends on python_venv_build role and
config_template action plugin. We can install both using
ansible-galaxy install -r requirements.yml.

We will update the installation usage in this doc patch
https://review.openstack.org/#/c/644570/

Change-Id: If643e158cb00bbc0ae08ddaabae59040f69a3d4e
2019-03-19 21:06:45 +05:30