Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Let a flavor plugin manage configuration across groups #410

Open
dgageot opened this issue Feb 22, 2017 · 0 comments
Open

Let a flavor plugin manage configuration across groups #410

dgageot opened this issue Feb 22, 2017 · 0 comments
Labels

Comments

@dgageot
Copy link
Contributor

dgageot commented Feb 22, 2017

A nice feature for docker swarm would be to create a Swarm without telling the number of managers and workers but only the number of nodes. The two kinds of instances would still be managed by two scaling groups but a swarm flavor plugin could dynamically adjust the size of each group depending on the total size of the swarm. For eg.:

  • 1 node -> 1 manager
  • 2 nodes -> 1 manager + 1 worker
  • 4 nodes -> 3 managers + 1 worker
  • 100 nodes -> 3 managers + 97 workers

To achieve that, the flavor plugin needs to manage configuration across groups.

@dgageot dgageot added the idea label Feb 22, 2017
chungers pushed a commit to chungers/infrakit that referenced this issue Sep 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant