From 67090246b7765e930996d6e795b22ddccf0395b4 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Fri, 8 Dec 2023 16:36:40 -0600 Subject: [PATCH] Run 2023.2 tls job Change-Id: I2d7d48b6e26e975a1eb91669b89672a8068e1038 --- tools/deployment/common/setup-gateway.sh | 6 +++++- zuul.d/project.yaml | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/deployment/common/setup-gateway.sh b/tools/deployment/common/setup-gateway.sh index 6e4ef23b44..46a2a24d0e 100755 --- a/tools/deployment/common/setup-gateway.sh +++ b/tools/deployment/common/setup-gateway.sh @@ -34,6 +34,10 @@ sudo iptables -P FORWARD ACCEPT DEFAULT_ROUTE_DEV=$(route -n | awk '/^0.0.0.0/ { print $5 " " $NF }' | sort | awk '{ print $NF; exit }') sudo iptables -t nat -A POSTROUTING -o ${DEFAULT_ROUTE_DEV} -s ${OSH_EXT_SUBNET} -j MASQUERADE +# Increase the number of inotify user instances +# otherwise we get the error "failed to create inotify: Too many open files" +# when trying to start the dnsmasq +sudo sysctl fs.inotify.max_user_instances=256 container_id="$(sudo docker ps -f name=br-ex-dns-server -q -a)" # NOTE(portdirect): Setup DNS for public endpoints @@ -54,5 +58,5 @@ if [ -z $container_id ]; then else echo "external bridge for dns already exists" fi -sleep 1 +sleep 3 sudo docker top br-ex-dns-server diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index ae1cae6866..bf7b7763eb 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -43,6 +43,7 @@ # 2023.2 - openstack-helm-cinder-2023-2-ubuntu_jammy # 3 nodes rook - openstack-helm-compute-kit-2023-2-ubuntu_jammy + - openstack-helm-tls-2023-2-ubuntu_jammy gate: jobs: - openstack-helm-lint