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

Agent orchestrator #19

Closed
leleueri opened this issue Dec 18, 2016 · 2 comments
Closed

Agent orchestrator #19

leleueri opened this issue Dec 18, 2016 · 2 comments
Assignees

Comments

@leleueri
Copy link
Owner

Create an agent orchestrator.
The orchestrator will receive some information from each agent (like the LoadAvg of a node...) and it will be able to send information/Request to each agent (ex : request a snapshot)

@leleueri
Copy link
Owner Author

#22 work in PR

leleueri added a commit that referenced this issue Feb 28, 2017
* #19 - create agent gateway and agent orchestrator
@leleueri
Copy link
Owner Author

leleueri commented Feb 28, 2017

new configuration parameters:

  • an orchestrator section (currently only to enable / disable the actor)
  orchestrator {
    enable = true
  }
  • a gateway section with orchestrator endpoint. (configured into the akka section as remote host/port)
  // host and port of the AgentOrchestrator,
  // this is used by the AgentGateWay to contact
  // the orchestrator on start up

  gateway {
    enable = true
    orchestrator-host="127.0.0.1"
    orchestrator-port=9000
  }

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

No branches or pull requests

1 participant