From: Gulsum Atici Date: Mon, 30 Jan 2023 16:11:31 +0000 (+0300) Subject: Change iptables rule to allow docker and LXD can share the same host network. X-Git-Tag: v13.0.1~6 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=2c0b0dfcdca4e72a26f65e0254ba96593a338e3e Change iptables rule to allow docker and LXD can share the same host network. Change-Id: Ie3a79e27acb55b3aa942ddee2a81fd5ec64428e4 Signed-off-by: Gulsum Atici --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 79fb0772..3160eb4a 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -823,6 +823,9 @@ function install_osm() { add_local_k8scluster track final_ops add_local_k8scluster_ok + echo -e "Fixup firewall so docker and LXD can share the host." + sudo iptables -I DOCKER-USER -j ACCEPT + wget -q -O- https://osm-download.etsi.org/ftp/osm-13.0-thirteen/README2.txt &> /dev/null track end sudo find /etc/osm