From 74cf65fd75f3489282803c9164f2442ba44125e4 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 15 Nov 2022 13:57:42 +0100 Subject: [PATCH] Install git into placement containers If venv_wheel_build_enable is defined to False, placement will fail to clone and install repositories due to missing git binary. Change-Id: If1e3eec0c558d1472da7bc3a4e87825e36ba4fdc Related-Bug: #1989506 Closes-Bug: #1995536 --- vars/debian.yml | 1 + vars/redhat.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/vars/debian.yml b/vars/debian.yml index fab38a9..7e564c9 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -17,6 +17,7 @@ cache_timeout: 600 heat_distro_packages: + - git - rsync - libxslt1.1 - libopenmpi-dev diff --git a/vars/redhat.yml b/vars/redhat.yml index b1e16dc..7acbc29 100644 --- a/vars/redhat.yml +++ b/vars/redhat.yml @@ -14,6 +14,7 @@ # limitations under the License. heat_distro_packages: + - git-core - rsync - libxslt - which