debian: add suport

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: I8e3b4d7386575906f2b4713623c89a8b7c30faac
This commit is contained in:
Guilherme Steinmüller 2019-04-08 23:47:18 +00:00
parent f2733a426e
commit 8420298481
4 changed files with 13 additions and 0 deletions

View File

@ -20,6 +20,9 @@ galaxy_info:
license: Apache2
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_heat
install_method: distro
- job:
name: openstack-ansible-deploy-aio_metal_heat-debian-stable
parent: openstack-ansible-deploy-aio
nodeset: debian-stable
vars:
action: deploy
scenario: aio_metal_heat

View File

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