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
This commit is contained in:
Jonathan Rosser 2019-10-02 09:37:17 +01:00 committed by Mohammed Naser
parent 2e1647ea18
commit 450dc340fe
4 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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