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: I3bf65f8188421a7442b0a7b7aec293ec45bbd7ee
This commit is contained in:
Guilherme Steinmüller 2019-04-09 00:32:15 +00:00
parent 2082e9c077
commit 5976e02271
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_blazar
- job:
name: openstack-ansible-deploy-aio_metal_blazar-debian-stable
parent: openstack-ansible-deploy-aio
nodeset: debian-stable
vars:
action: deploy
scenario: aio_metal_blazar

View File

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