Commit Graph

5 Commits

Author SHA1 Message Date
Jonathan Rosser 5da5356b43 Add ansible.utils collection requirement
ipaddr filter has been moved from netcommon to utils collection [1]

Based on that we must add that collection to requirements.

[1] db4920ebf6

Change-Id: Ifb7a043ce7c6a12c413641dde61c170ae9327dc4
2022-03-14 16:28:09 +00:00
Dmitriy Rabotjagov 3bf45d57cb Replace git.openstack.org with opendev.org
This patch replaces git.openstack.org with opendev.org as redirection
from old path was enabled.

Change-Id: I8a070e0aded59dd7a4751218bd95bc23d153c6d3
2019-05-08 19:49:28 +03:00
Jesse Pretorius 2462fa4820 Use the config_template module from the dedicated repo
The config_template action module has now been moved into its own git
repository (openstack/ansible-config_template). This has been done to
simplify the ability to use the plugin in other non OpenStack-Ansible
projects.

This implements the changes necessary to ensure that all role tests
now make use of the new git repository, rather than the old location
in the openstack-ansible-plugins repository. The config_template
repo is placed first in the list of library/action plugin locations
to use to ensure that any other version of the plugin (eg: ceph) is
not used.

Related-Bug: 1791258
Change-Id: Ia8030424eabecef3c5217907757d921f45e329f8
2019-02-08 13:52:34 +00:00
Jesse Pretorius 90c5cca11e Add openstack_openrc role to common test requirements
With https://review.openstack.org/568139 merging this is now
a common requirement, so ensure that all roles have it.

The roles are also re-arranged alphanumerically by name.

Change-Id: I7b21971eeb0dbf9f4190b5a76afaa04c1bf9db45
2018-05-15 16:28:22 +01:00
Kevin Carter 9938ef14eb Resolve common roles required for test
This change adds a common test role requirements file to the
preparation process whch will ensure all required common roles are
available prior to running tests.

As we move to use common roles throughout our deliverables this change
will help ensure we're not having to map complex common dependencies
throughout our supported roles, which is prone to human error and can
cause cascading failures throughout out stack should a requirement be
missed.

Change-Id: If3c57d5c864aee3a6bc461dead367eac7f3eede2
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-04-06 23:04:26 +00:00