From 450dc340feb5bd307897477d0e1f0084468830d0 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 2 Oct 2019 09:37:17 +0100 Subject: [PATCH] Ensure git is available to clone novnc or spice In [1] this package was moved to the 'devel' list mistakenly, it is required on the compute host always. In addition, due to infra. issues with Debian, this patch marks the jobs as non-voting[2]. [1] https://review.opendev.org/662585 [2] https://review.opendev.org/686396 Change-Id: Iaa08e18d9da1a55a27241e4b5629eccb7969e2e0 --- vars/debian.yml | 2 +- vars/redhat.yml | 2 +- vars/suse.yml | 2 +- zuul.d/project.yaml | 8 ++++++++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/vars/debian.yml b/vars/debian.yml index 69da6dce..54c4db15 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -21,10 +21,10 @@ libvirt_service_name: libvirtd # Common apt packages nova_distro_packages: + - git - iptables nova_devel_distro_packages: - - git - libsystemd-dev - libxml2-dev diff --git a/vars/redhat.yml b/vars/redhat.yml index b1b90197..6636a8a4 100644 --- a/vars/redhat.yml +++ b/vars/redhat.yml @@ -20,11 +20,11 @@ libvirt_service_name: libvirtd # Common yum packages nova_distro_packages: + - git - iptables - systemd-python nova_devel_distro_packages: - - git - libxml2-devel nova_service_distro_packages: diff --git a/vars/suse.yml b/vars/suse.yml index 7521d859..699a0544 100644 --- a/vars/suse.yml +++ b/vars/suse.yml @@ -21,10 +21,10 @@ libvirt_service_name: libvirtd # Common yum packages nova_distro_packages: + - git-core - iptables nova_devel_distro_packages: - - git-core - libxml2-devel - systemd-devel diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index f3f621af..b76bd3a2 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -14,6 +14,14 @@ # limitations under the License. - project: + check: + jobs: + - openstack-ansible-deploy-aio_metal-debian-stable: + voting: false + gate: + jobs: + - openstack-ansible-deploy-aio_metal-debian-stable: + voting: false templates: - check-requirements - openstack-ansible-linters