Run 2023.2 tls job
Change-Id: I2d7d48b6e26e975a1eb91669b89672a8068e1038
This commit is contained in:
parent
bbac51b6aa
commit
67090246b7
@ -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 }')
|
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
|
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)"
|
container_id="$(sudo docker ps -f name=br-ex-dns-server -q -a)"
|
||||||
# NOTE(portdirect): Setup DNS for public endpoints
|
# NOTE(portdirect): Setup DNS for public endpoints
|
||||||
@ -54,5 +58,5 @@ if [ -z $container_id ]; then
|
|||||||
else
|
else
|
||||||
echo "external bridge for dns already exists"
|
echo "external bridge for dns already exists"
|
||||||
fi
|
fi
|
||||||
sleep 1
|
sleep 3
|
||||||
sudo docker top br-ex-dns-server
|
sudo docker top br-ex-dns-server
|
||||||
|
@ -43,6 +43,7 @@
|
|||||||
# 2023.2
|
# 2023.2
|
||||||
- openstack-helm-cinder-2023-2-ubuntu_jammy # 3 nodes rook
|
- openstack-helm-cinder-2023-2-ubuntu_jammy # 3 nodes rook
|
||||||
- openstack-helm-compute-kit-2023-2-ubuntu_jammy
|
- openstack-helm-compute-kit-2023-2-ubuntu_jammy
|
||||||
|
- openstack-helm-tls-2023-2-ubuntu_jammy
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-helm-lint
|
- openstack-helm-lint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user