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: I520e73efeea6d9407ebaaf932a5c532ed36ee7c4 (cherry picked from commit 7e13e5dffd38cb172a6835e47e310c75712e9405)
This commit is contained in:
parent
8577055d30
commit
2baa2f384d
@ -20,6 +20,9 @@ galaxy_info:
|
||||
license: Apache2
|
||||
min_ansible_version: 2.2
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- stretch
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- xenial
|
||||
|
@ -35,3 +35,11 @@
|
||||
vars:
|
||||
action: deploy
|
||||
scenario: aio_metal_masakari
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_metal_masakari-debian-stable
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: debian-stable
|
||||
vars:
|
||||
action: deploy
|
||||
scenario: aio_metal_masakari
|
||||
|
@ -22,10 +22,12 @@
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_metal_masakari-centos-7
|
||||
- openstack-ansible-deploy-aio_metal_masakari-debian-stable
|
||||
- openstack-ansible-deploy-aio_metal_masakari-ubuntu-bionic
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_metal_masakari-centos-7
|
||||
- openstack-ansible-deploy-aio_metal_masakari-debian-stable
|
||||
- openstack-ansible-deploy-aio_metal_masakari-ubuntu-bionic
|
||||
experimental:
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user