codeine-cd / codeine

Codeine is a continuous deployment tool that makes product deployment faster and safer through automation and monitoring.
Apache License 2.0
28 stars 7 forks source link

dynamic configuration of nodes in codeine from the main server #32

Closed oshai closed 9 years ago

oshai commented 9 years ago

to allow configuration of many nodes from one script that runs - possible on the web server itself

oshai commented 9 years ago

another alternative is to have one discovery for few projects (so node can be only in one of them)

oshai commented 9 years ago

issue #122 is related to this

oshai commented 9 years ago

for now instead of discovery for few projects the peer will have cache. in addition, the problem with this is that projects with many nodes will have huge configuration. this requires a new structure of project configuration, for example, new table in the database for project+peer->nodes rows.