Change iptables rule to allow docker and LXD can share the same host network.
[osm/devops.git] / installers / full_install_osm.sh
index 79fb077..3160eb4 100755 (executable)
@@ -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