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: Ie9e9857ce1bd8fe93e63f3be3a02793c648f688b
This commit is contained in:
Guilherme Steinmüller 2019-04-08 23:39:34 +00:00
parent 6f82c1c7ad
commit da2dc1abd5
4 changed files with 14 additions and 1 deletions

View File

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

View File

@ -34,4 +34,12 @@
nodeset: ubuntu-bionic
vars:
action: deploy
scenario: aio_metal_ironic
scenario: aio_metal_ironic
- job:
name: openstack-ansible-deploy-aio_metal_ironic-debian-stable
parent: openstack-ansible-deploy-aio
nodeset: debian-stable
vars:
action: deploy
scenario: aio_metal_ironic

View File

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