From 48ab3f8baee8006f9e58c0653eaee364a69739d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Steinm=C3=BCller?= Date: Mon, 8 Apr 2019 23:16:55 +0000 Subject: [PATCH] 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 --- meta/main.yml | 3 +++ vars/{ubuntu.yml => debian.yml} | 0 zuul.d/jobs.yaml | 10 +++++++++- zuul.d/project.yaml | 2 ++ 4 files changed, 14 insertions(+), 1 deletion(-) rename vars/{ubuntu.yml => debian.yml} (100%) diff --git a/meta/main.yml b/meta/main.yml index bc784bd4..4c248abe 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -20,6 +20,9 @@ galaxy_info: license: Apache2 min_ansible_version: 2.2 platforms: + - name: Debian + versions: + - stretch - name: Ubuntu versions: - xenial diff --git a/vars/ubuntu.yml b/vars/debian.yml similarity index 100% rename from vars/ubuntu.yml rename to vars/debian.yml diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 6fcac33e..da4be9ff 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -34,4 +34,12 @@ nodeset: ubuntu-bionic vars: action: deploy - scenario: aio_metal_octavia \ No newline at end of file + 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 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index da4135e5..1d7e80fa 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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