Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YORC + Alien4Cloud on docker-compose failing #4

Open
jtorrex opened this issue Jan 31, 2022 · 1 comment
Open

YORC + Alien4Cloud on docker-compose failing #4

jtorrex opened this issue Jan 31, 2022 · 1 comment
Labels
question Further information is requested

Comments

@jtorrex
Copy link

jtorrex commented Jan 31, 2022

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!

@jtorrex jtorrex added the question Further information is requested label Jan 31, 2022
@jtorrex
Copy link
Author

jtorrex commented Feb 3, 2022

Hi @loicalbertin, could you help me on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant