[Magnum] heat-container-agent not able to talk to keystone
Folks, I am trying to deploy k8s cluster using magnum on openstack and found cluster creation stuck during kube master heat deployment and when i look into logs i found following Feb 25 22:09:26 k8s-foo-jqpxkt2y7e46-master-0 heat-container-agent[2342]: Authorization failed: Unable to establish connection to http://192.168.75.100:5000/v3/auth/tokens Feb 25 22:09:26 k8s-foo-jqpxkt2y7e46-master-0 heat-container-agent[2342]: Source [heat] Unavailable. Feb 25 22:09:26 k8s-foo-jqpxkt2y7e46-master-0 podman[2311]: Authorization failed: Unable to establish connection to http://192.168.75.100:5000/v3/auth/tokens Feb 25 22:09:26 k8s-foo-jqpxkt2y7e46-master-0 podman[2311]: Source [heat] Unavailable. In my deployment it's a private cloud so all control plane components running on private address space and k8s cluster created their own private network which is not routable so the kube master node can't talk to keystone. I can't put my HAProxy on a public address. In that case what are the options I have? I am running OVN for networking deployed by kolla-ansible. ~S
participants (1)
-
Satish Patel