debian: add support

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: I9a92b73c419a0dc1cca40dacfef75de61a61db94
Change-Id: Ia847a86714d5b86cac2c85bdec37bfc845f87ae2
This commit is contained in:
Guilherme Steinmüller 2019-04-08 23:57:14 +00:00
parent 53115b0a1e
commit 0ae407b6f4
4 changed files with 13 additions and 0 deletions

View File

@ -23,6 +23,9 @@ galaxy_info:
license: Apache2
min_ansible_version: 2.3
platforms:
- name: Debian
versions:
- stretch
- name: Ubuntu
versions:
- xenial

View File

@ -35,3 +35,11 @@
vars:
action: deploy
scenario: aio_metal_congress
- job:
name: openstack-ansible-deploy-aio_metal_congress-debian-stable
parent: openstack-ansible-deploy-aio
nodeset: debian-stable
vars:
action: deploy
scenario: aio_metal_congress

View File

@ -20,9 +20,11 @@
- release-notes-jobs-python3
check:
jobs:
- openstack-ansible-deploy-aio_metal_congress-debian-stable
- openstack-ansible-deploy-aio_metal_congress-ubuntu-bionic
gate:
jobs:
- openstack-ansible-deploy-aio_metal_congress-debian-stable
- openstack-ansible-deploy-aio_metal_congress-ubuntu-bionic
experimental:
jobs: