Skip to content

YORC + Alien4Cloud on docker-compose failing #4

Open
@jtorrex

Description

Hi @loicalbertin

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:

image

Seems the integration (Enable) doesn't work.

image

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!

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions