This repository was archived by the owner on Nov 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
YORC + Alien4Cloud on docker-compose failing #4
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I'm trying to test the YORC stack (orchestrator + A4C) using this docker-compose file:
services:
yorc:
image: ystia/yorc:4.2.0
container_name: "yorc"
restart: unless-stopped
ports:
- "8800:8800"
volumes:
- "./yorc/etc/:/etc/yorc"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
networks:
- ystia-suite
alien4cloud:
image: alien4cloud/alien4cloud
container_name: "alien4cloud"
restart: unless-stopped
ports:
- "8088:8088"
networks:
- ystia-suite
networks:
ystia-suite:
driver: bridge
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested

