You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem that I'm facing is that when the containers are UP and running, I access the 4AC control panel, and when I try to add a new ochestrator to integrate the YORC service:
Seems the integration (Enable) doesn't work.
The ports are visible whitin both containers, but I'm obtaining the previous error.
If I try to curl the port on the YORC orchestrator container, I'm obtaining:
* Trying 127.0.0.1:8800...
* Connected to 127.0.0.1 (127.0.0.1) port 8800 (#0)
> GET / HTTP/1.1
> Host: 127.0.0.1:8800
> User-Agent: curl/7.81.0
> Accept: */*
>
* Recv failure: Connection reset by peer
* Closing connection 0
curl: (56) Recv failure: Connection reset by peer
Any clues on that? Is there some logs or commandas that I can check or use to verify that the YORC service is up and running properly?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi @loicalbertin
I'm trying to test the YORC stack (orchestrator + A4C) using this docker-compose file:
The problem that I'm facing is that when the containers are UP and running, I access the 4AC control panel, and when I try to add a new ochestrator to integrate the YORC service:
Seems the integration (Enable) doesn't work.
The ports are visible whitin both containers, but I'm obtaining the previous error.
If I try to curl the port on the YORC orchestrator container, I'm obtaining:
Any clues on that? Is there some logs or commandas that I can check or use to verify that the YORC service is up and running properly?
Thanks in advance!
The text was updated successfully, but these errors were encountered: