autodesk-cloud / ochopod

Your friendly orchestration overlay over Mesos, K8S and more !
http://autodesk-cloud.github.io/ochopod/
Apache License 2.0
122 stars 20 forks source link

Expose pod dependencies in /info #37

Closed pferrot closed 8 years ago

pferrot commented 8 years ago

This pull request is about the small change in ochopod/frameworks/marathon.py. This would allow Ochograph to work without any special pre-requesite...which would obviously make it much more interesting.

So it would be great if you can consider this!

Thanks, Patrice

opaugam commented 8 years ago

could we have a dedicated endpoint for this ?

opaugam commented 8 years ago

actually no your suggestion is good / merging manually as i already fixed part of it earlier today .. please note the dependencies are exposed in POST /info as "dependencies"

pferrot commented 8 years ago

Awsome, thanks!