From f8b256545bdf58cbc5657ce8dab2e82d3a52afe1 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 19 Sep 2022 09:54:35 +0200 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 (cherry picked from commit 6084c248fcae02c413133329b705678cd75c1bfe) --- vars/debian.yml | 1 + vars/redhat.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/vars/debian.yml b/vars/debian.yml index f156256..beab342 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -19,6 +19,7 @@ cache_timeout: 600 # Common apt packages placement_distro_packages: + - git - libxml2 placement_devel_distro_packages: diff --git a/vars/redhat.yml b/vars/redhat.yml index 31e9a55..88c078a 100644 --- a/vars/redhat.yml +++ b/vars/redhat.yml @@ -14,6 +14,7 @@ # limitations under the License. placement_distro_packages: + - git-core - libxml2 placement_devel_distro_packages: