Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
/ faleiro Public archive

Faleiro performs orchestration and assigning tasks to agents. It makes sure your job gets done.

License

Notifications You must be signed in to change notification settings

mesos-magellan/faleiro

Repository files navigation

faleiro

Scheduler

Build Status Coverage Status

Setup

./install.sh  # Create directories for logging, config and data

Running with supervisord

Running and Managing the Service

# If supervisord isn't already going, start it
supervisord -c supervisord.conf
# We can use the following commands to get status, start, stop, restart
supervisorctl status
supervisorctl start all
supervisorctl restart all
supervisorctl stop all
# These commands must all be run from the root directory

You can also use the supervisorctl shell.

$ supervisorctl
> help

Viewing Logs

  • When running with supervisor, output from the server is redirected to logs in /var/log/faleiro/.
  • cd /var/log/faleiro/; grc tail -f stdout.log to follow

Managing Instances with Supervisor Web UI

  • Visit http://10.144.144.21:9001/ (or whichever scheduler you'd like to check out)
    • Log in with faleiro:faleiro for username:password

About

Faleiro performs orchestration and assigning tasks to agents. It makes sure your job gets done.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •