Commit Graph

5 Commits

Author SHA1 Message Date
Jonathan Rosser 7c8888ac6d Use ansible_facts[] instead of fact variables
See https://github.com/ansible/ansible/issues/73654

Change-Id: Ib7e1fa820767fe419eadd6309311204433e9bf20
2021-02-22 16:42:40 +00:00
Mohammed Naser 17c1b0b632 Make APT pinning noop on distros that don't use APT
Change-Id: I7d9920468d9719158135d0a85d711341cf46868e
2018-06-22 13:42:56 -04:00
Jesse Pretorius d1f0f2ec6d Use centralised Ansible test scripts
This patch consumes the centralised Ansible test scripts
implemented in https://review.openstack.org/381853

Depends-On: I5c1f2f0949d6b7ad7bfc4151257b081728ba956f
Change-Id: Id17b4ca37dd45ef75fb8daf0e38bbbf729caa5c7
2016-10-10 16:35:46 +01:00
Jesse Pretorius b158dadd13 Use centralised test scripts
This patch consumes the test scripts implemented by
https://review.openstack.org/375061 to ensure that
the tests and test preparation is consistent and
more maintainable.

Change-Id: Ic47098e2bdf5cc26d4318e007f1d0376daa14d35
2016-09-27 09:31:12 +00:00
Kevin Carter a45aa3b2c1
IRR for apt_package_pinning
The change moves the role out from the main repo openstack-ansible
repository and into its own standalone repository.

Items within this change:
  * The role has been updated to ensure it runs standalone.
  * Tests added to the role within tox.
  * Functional tests added to the role that can either be run
    via the run_tests.sh script or using tox.
  * dev requirements have been updated for testing usecases.
  * Docs added to both the README.rst file as well as the docs
    folder.

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-11-02 21:34:23 -06:00