equinix-labs / terraform-equinix-metal-nutanix-cluster

Nutanix Cluster on Equinix Metal
https://deploy.equinix.com/labs/terraform-equinix-metal-nutanix-cluster/
Apache License 2.0
2 stars 4 forks source link

Unable to open Prism Central UI #77

Open codinja1188 opened 1 month ago

codinja1188 commented 1 month ago

@displague @ctreatma Consumed the metal_subnet PR https://github.com/equinix-labs/terraform-equinix-metal-nutanix-cluster/pull/75 after that Unable to open Prism Central UI Observed the following Erros in console

root@bastion:~# channel 6: open failed: connect failed: No route to host
channel 6: open failed: connect failed: No route to host
channel 6: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 8: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 8: open failed: connect failed: No route to host
channel 9: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 8: open failed: connect failed: No route to host
channel 9: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
channel 7: open failed: connect failed: No route to host
codinja1188 commented 1 month ago

image

codinja1188 commented 1 month ago

@displague

Trying to connect https://localhost:19440/

displague commented 1 month ago

@codinja1188 The guidance in the Known Problems dealing with SSH access. On a Mac there is an environment variable to set. If this is coming from another environment it could be firewall related.

If you follow the workshop, make sure to instruct the browser to allow the dangerous behavior of connecting to a host with an improperly signed certificate (this is covered in the workshop, be sure to press enter after entering the special text). (I don't think you are hitting that problem in the screenshot, the SSH problems are more likely the cause.)

displague commented 1 month ago

@codinja1188 in a similar Terraform + SSH Provisioner project I found that I had not primed my SSH Agent (on a Mac, this meant ssh-add -K).

I ran into additional strangeness where the scp run via local-exec failed when run via Terraform, but worked fine when run manually. I'll follow-up on this issue if I uncover something more helpful.

displague commented 1 month ago

One other remedy is to try again after a few minutes with another terraform apply