debian: add suport
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: I8e3b4d7386575906f2b4713623c89a8b7c30faac
This commit is contained in:
parent
f2733a426e
commit
8420298481
@ -20,6 +20,9 @@ galaxy_info:
|
||||
license: Apache2
|
||||
min_ansible_version: 2.2
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- stretch
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- xenial
|
||||
|
@ -62,3 +62,11 @@
|
||||
action: deploy
|
||||
scenario: aio_metal_heat
|
||||
install_method: distro
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_metal_heat-debian-stable
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: debian-stable
|
||||
vars:
|
||||
action: deploy
|
||||
scenario: aio_metal_heat
|
||||
|
@ -21,10 +21,12 @@
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_metal_heat-centos-7
|
||||
- openstack-ansible-deploy-aio_metal_heat-debian-stable
|
||||
- openstack-ansible-deploy-aio_metal_heat-ubuntu-bionic
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_metal_heat-centos-7
|
||||
- openstack-ansible-deploy-aio_metal_heat-debian-stable
|
||||
- openstack-ansible-deploy-aio_metal_heat-ubuntu-bionic
|
||||
experimental:
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user