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: Ia3d4742cba146eea6cc973c4ed9422bc1ffaa16e
This commit is contained in:
Guilherme Steinmüller 2019-04-09 00:35:29 +00:00
parent 18f6099c6f
commit 9308258e0e
3 changed files with 13 additions and 0 deletions

View File

@ -20,6 +20,9 @@ galaxy_info:
license: Apache-2.0
min_ansible_version: 2.2
platforms:
- name: Debian
versions:
- stretch
- name: Ubuntu
versions:
- xenial

View File

@ -62,3 +62,11 @@
action: deploy
scenario: aio_metal_barbican
install_method: distro
- job:
name: openstack-ansible-deploy-aio_metal_barbican-debian-stable
parent: openstack-ansible-deploy-aio
nodeset: debian-stable
vars:
action: deploy
scenario: aio_metal_barbican

View File

@ -21,10 +21,12 @@
check:
jobs:
- openstack-ansible-deploy-aio_metal_barbican-centos-7
- openstack-ansible-deploy-aio_metal_barbican-debian-stable
- openstack-ansible-deploy-aio_metal_barbican-ubuntu-bionic
gate:
jobs:
- openstack-ansible-deploy-aio_metal_barbican-centos-7
- openstack-ansible-deploy-aio_metal_barbican-debian-stable
- openstack-ansible-deploy-aio_metal_barbican-ubuntu-bionic
experimental:
jobs: