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: I6c3b50b6154bb6893fbaf5b1f05da08b199184b3
This commit is contained in:
Guilherme Steinmüller 2019-04-08 21:37:47 +00:00
parent 58e85d8b87
commit e8d89602cb
3 changed files with 14 additions and 1 deletions

View File

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

View File

@ -63,3 +63,11 @@
action: deploy
scenario: aio_metal_swift
install_method: distro
- job:
name: openstack-ansible-deploy-aio_metal_swift-debian-stable
parent: openstack-ansible-deploy-aio
nodeset: debian-stable
vars:
action: deploy
scenario: aio_metal_swift

View File

@ -22,15 +22,17 @@
check:
jobs:
- openstack-ansible-deploy-aio_metal_swift-centos-7
- openstack-ansible-deploy-aio_metal_swift-debian-stable
- openstack-ansible-deploy-aio_metal_swift-ubuntu-bionic
- openstack-ansible-deploy-aio_distro_metal_swift-centos-7
gate:
jobs:
- openstack-ansible-deploy-aio_metal_swift-centos-7
- openstack-ansible-deploy-aio_metal_swift-debian-stable
- openstack-ansible-deploy-aio_metal_swift-ubuntu-bionic
- openstack-ansible-deploy-aio_distro_metal_swift-centos-7
experimental:
jobs:
- openstack-ansible-deploy-aio_metal_swift-opensuse-150
- openstack-ansible-deploy-aio_distro_metal_swift-opensuse-150
- openstack-ansible-deploy-aio_distro_metal_swift-ubuntu-bionic
- openstack-ansible-deploy-aio_distro_metal_swift-ubuntu-bionic