Sign inSign up

maestroserver/discovery-maestro

By maestroserver

•Updated almost 5 years ago

Discovery - Python - Providers

Image
0

2.1K

maestroserver/discovery-maestro repository overview

⁠Maestro Server

Maestro Server is an open source software platform for management and discovery servers, apps and system for Hybrid IT. Can manage small and large environments, be able to visualize the latest multi-cloud environment state.

⁠Demo

To test out the demo, Demo Online⁠

⁠Documentation
⁠Setup
⁠Installation by docker
docker run -p 5000:5000  -e "MAESTRO_DATA_URI=http://data:5000" 
-e "CELERY_BROKER_URL=amqp://rabbitmq:5672" maestroserver/discovery-maestro

docker run -e "MAESTRO_DATA_URI=http://data:5000" 
-e "CELERY_BROKER_URL=amqp://rabbitmq:5672" maestroserver/discovery-maestro-celery

services:
discovery:
    image: maestroserver/discovery-maestro
    ports:
    - "5000:5000"
    environment:
    - "CELERY_BROKER_URL=amqp://rabbitmq:5672"
    - "MAESTRO_DATA_URI=http://data:5000"

discovery-celery:
    image: maestroserver/discovery-maestro-celery
    environment:
    - "CELERY_BROKER_URL=amqp://rabbitmq:5672"
    - "MAESTRO_DATA_URI=http://data:5000"

⁠Env variables
Env VariablesExampleDescription
MAESTRO_DATA_URIhttp://localhost:5005⁠Data Layer API URL
MAESTRO_WEBSOCKET_URIhttp://localhost:8000⁠Webosocket App - API URL
FLASK_ENVdevelopmentproduction
MAESTRO_GWORKERS2Gunicorn multi process
MAESTRO_TRANSLATE_QTD200Prefetch used in translate worker
MAESTRO_COUNTDOWN_LAST10Time in seconds to run the last task
MAESTRO_SECRETJWTXXXXSecret key - JWT for connections
MAESTRO_WEBSOCKET_SECRETXXXXSecret Key - JWT Websocket connections
MAESTRO_SECRETJWT_PRIVATEXXXSecret Key - JWT private connections
MAESTRO_NOAUTHXXXSecret Pass to validate private connections
CELERY_BROKER_URLXXXXRabbitmq URL
CELERYD_TASK_TIME_LIMIT500Timeout - worker
⁠Contribute

Are you interested in developing Maestro Server, creating new features or extending them?

We created a set of documentation, explaining how to set up your development environment, coding styles, standards, learn about the architecture and more. Welcome to the team and contribute with us.

See our developer guide⁠

Tag summary

Content type

Image

Digest

Size

84.1 MB

Last updated

almost 5 years ago

docker pull maestroserver/discovery-maestro