smart-edge-open / converged-edge-experience-kits

Source code for experience kits with Ansible-based deployment.
Apache License 2.0
37 stars 40 forks source link

wait for running ovs-ovn and ovn-central pods #18

Closed splendid18 closed 4 years ago

splendid18 commented 4 years ago

We are getting "wait for running ovs-ovn and ovn-central pods" while installing OpenNESS 20.03 in network edge deployment mode.

We ran the script deploy_ne.sh multiple times, but every time it's failing at the same point. What could be the possible reasons? image 2020-06-03_23-55-34_ansible.log

splendid18 commented 4 years ago

The pod status was in a pending state. on further investigation, it was found that the hugepages were insufficient at 2Mi in roles/kubernetes/cni/kubeovn/common/defaults/main.yml. On changing it to 1Gi, it worked.