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:
parent
920cda835c
commit
48ab3f8bae
@ -20,6 +20,9 @@ galaxy_info:
|
|||||||
license: Apache2
|
license: Apache2
|
||||||
min_ansible_version: 2.2
|
min_ansible_version: 2.2
|
||||||
platforms:
|
platforms:
|
||||||
|
- name: Debian
|
||||||
|
versions:
|
||||||
|
- stretch
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- xenial
|
- xenial
|
||||||
|
@ -35,3 +35,11 @@
|
|||||||
vars:
|
vars:
|
||||||
action: deploy
|
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:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-ansible-deploy-aio_metal_octavia-centos-7
|
- openstack-ansible-deploy-aio_metal_octavia-centos-7
|
||||||
|
- openstack-ansible-deploy-aio_metal_octavia-debian-stable
|
||||||
- openstack-ansible-deploy-aio_metal_octavia-ubuntu-bionic
|
- openstack-ansible-deploy-aio_metal_octavia-ubuntu-bionic
|
||||||
experimental:
|
experimental:
|
||||||
jobs:
|
jobs:
|
||||||
@ -28,4 +29,5 @@
|
|||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-ansible-deploy-aio_metal_octavia-centos-7
|
- openstack-ansible-deploy-aio_metal_octavia-centos-7
|
||||||
|
- openstack-ansible-deploy-aio_metal_octavia-debian-stable
|
||||||
- openstack-ansible-deploy-aio_metal_octavia-ubuntu-bionic
|
- openstack-ansible-deploy-aio_metal_octavia-ubuntu-bionic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user