Commit Graph

7 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov b7b2134b9d Fix linters issue and metadata
With update of ansible-lint to version >=6.0.0 a lot of new
linters were added, that enabled by default. In order to comply
with linter rules we're applying changes to the role.

With that we also update metdata to reflect current state.

Change-Id: I31d93b2147838f04750bb1380602406484ba400b
2023-08-22 08:02:54 +00:00
Mohammed Naser 2b39ae378b debian: add ci and update meta
This patch adds the Debian jobs for this role to make sure
it's always passing as well as updates the meta to reflect
it's support of Debian accordingly.

Depends-On: I135ea73604890eae5e9e2a7cdcab81b2b39ad426
Change-Id: I7e7fc0cdee5b5b1185f0b52ba87335d77133d68c
2019-04-06 19:06:16 -04:00
Jonathan Rosser 3d940e5fe9 List ubuntu releases in release order
Change-Id: Ie33f2d649d6d8fc4c07147c26b840acdb08aafe7
2018-08-02 15:40:56 +00:00
Jean-Philippe Evrard e9499091ba Add Bionic testing
Now that bionic testing is added into the tests repos, we can
start testing it in the repo.

Depends-On: https://review.openstack.org/#/c/566959/
Change-Id: Ie520a061679f7c38cc0e27fbf3319805692d8494
2018-05-14 20:47:52 +02:00
Jean-Philippe Evrard 8c1fa98118 Add OpenStack-Ansible metadata
We need to add openstack ansible information in the role
metadata to be able to track role maturity. With it,
we can create a role maturity table and take decisions about
role deprecations.

Change-Id: Ib19df0a12dbb7949df9c64022e2bb96a06362f7b
2017-10-10 08:48:42 +00:00
Andy McCrae a8f04da96a Remove trusty from apt_package_pinning role
Reference to supported distros in meta/main.yml should change.

Change-Id: I66fa3c73e1112370f2c0d41173491f0f54aaf8e3
Implements: blueprint trusty-removal
2016-12-15 12:53:21 +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