Run 2023.2 tls job

Change-Id: I2d7d48b6e26e975a1eb91669b89672a8068e1038
This commit is contained in:
Vladimir Kozhukalov 2023-12-08 16:36:40 -06:00
parent bbac51b6aa
commit 67090246b7
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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