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
changes/23/651023/3
Guilherme Steinmüller 4 years ago
parent 920cda835c
commit 48ab3f8bae

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

@ -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

@ -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

Loading…
Cancel
Save