Giter Club home page Giter Club logo

yorc-guides's People

Contributors

laurentganne avatar loicalbertin avatar stebenoist avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

yorc-guides's Issues

YORC + Alien4Cloud on docker-compose failing

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!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.