Unicamp-OpenPower / minicloud

Minicloud website
https://openpower.ic.unicamp.br/minicloud/
MIT License
13 stars 2 forks source link

Timeout on OpenStack port #40

Closed adalava closed 2 years ago

adalava commented 2 years ago

I'm trying to deploy a VM using OpenStack API but the endpoint isn't connecting (http://minicloud.parqtec.unicamp.br:5000/v3/), it seems like port 5000 isn't accepting connections. I tried the other ports and they aren't connecting as well:

Here's where I found the URLs: https://minicloud.parqtec.unicamp.br/horizon/project/api_access/ (need to be logged in)

Thanks!

jr-santos98 commented 2 years ago

@adalava Access to this port is closed and restricted. You need this feature to do what kind of operation? By default, only VM access via ssh and OpenStack console is allowed.

So your report would not be a bug or error.

adalava commented 2 years ago

Hi @jr-santos98, I'm using my account to validate deploy and execution of short-lived VMs to execute build and regression tests on POWER machines for the FreeBSD and QEMU projects. The disk image and the VM will be created and deployed by the CI/CD infrastructure of those projects using the OpenStack APIs. The API endpoints used to work in the past but I don't use them for a long time. Please double check the idea with @rpsene (it was discussed with him previously). Any suggestion is welcome. Thanks!

jr-santos98 commented 2 years ago

@adalava He will be back from vacation next week, I will discuss this matter with him.

adalava commented 2 years ago

It's fixed, I can access the API endpoints now. Thank you!