sudo apt install git curl make
git clone https://opendev.org/openstack/openstack-helm-infra.git
git clone https://opendev.org/openstack/openstack-helm.git
net.bridge.bridge-nf-call-iptables = 1
modprobe br_netfilter
sysctl -p /etc/sysctl.conf
cd /openstack-helm-infra
sudo -H pip3 install --ignore-installed PyYAML
make dev-deploy setup-host
make dev-deploy k8s
Note: If anyone of the 2 make commands give an error then just add sudo before running the command.