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: Idb2ec1248f22a039a723f513ce5cb88208a5fc4c
This commit is contained in:
Guilherme Steinmüller 2019-04-08 23:16:55 +00:00
parent 920cda835c
commit 48ab3f8bae
4 changed files with 14 additions and 1 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

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

View File

@ -21,6 +21,7 @@
check:
jobs:
- openstack-ansible-deploy-aio_metal_octavia-centos-7
- openstack-ansible-deploy-aio_metal_octavia-debian-stable
- openstack-ansible-deploy-aio_metal_octavia-ubuntu-bionic
experimental:
jobs:
@ -28,4 +29,5 @@
gate:
jobs:
- openstack-ansible-deploy-aio_metal_octavia-centos-7
- openstack-ansible-deploy-aio_metal_octavia-debian-stable
- openstack-ansible-deploy-aio_metal_octavia-ubuntu-bionic