From a89ce345c0fb5fb304713b0b0aa8097312be59f5 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 30 Apr 2022 23:36:44 +0000 Subject: [PATCH] Add netaddr to Ansible venvs Change I733e48127f2b1cf7d2d52153844098163e48bae8 removed ARA, which was indirectly depending on netaddr. Without netaddr, Ansible IPv6 tasks will break, even though Ansible doesn't itself declare a dependency on it. Explicitly add netaddr to our Ansible venvs, so we can perform tasks which require it. Change-Id: Ic214377c3e50acc93c2a4a9e564818169b8e2552 --- zuul/lib/ansible-config.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul/lib/ansible-config.conf b/zuul/lib/ansible-config.conf index 75f32426ac..b942eb62f7 100644 --- a/zuul/lib/ansible-config.conf +++ b/zuul/lib/ansible-config.conf @@ -1,7 +1,7 @@ # This file describes the currently supported ansible versions [common] default_version = 2.9 -requirements = openstacksdk openshift jmespath google-cloud-storage pywinrm boto3 azure-storage-blob ibm-cos-sdk +requirements = openstacksdk openshift jmespath google-cloud-storage pywinrm boto3 azure-storage-blob ibm-cos-sdk netaddr [2.8] # Ansible 2.8.16 breaks the k8s connection plugin