From 0ce5a93f8cda2c1f77d2b3d988d149c6d44de95f Mon Sep 17 00:00:00 2001 From: Jose Luis Franco Arza Date: Thu, 1 Feb 2018 17:38:00 +0100 Subject: [PATCH] Force ipv4 resolution. Traas is failing to spawn when resolving IPv6 addresses. This patch forces the use of IPv4 addresses in yum. --- templates/traas.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/traas.yaml b/templates/traas.yaml index 8865019..ab65109 100644 --- a/templates/traas.yaml +++ b/templates/traas.yaml @@ -165,6 +165,7 @@ resources: properties: type: string value: | + echo "ip_resolve=4" >> /etc/yum.conf rpm -q git || yum -y install git git clone https://git.openstack.org/openstack-infra/tripleo-ci export HOME=/root