Open ghost opened 8 years ago
@avinashkolluru We might be deprecating this script and other deployment scripts in the near future due to them being too opinionated about how we have our own Mesos/Marathon set up. If we can get minimesos configured to work correctly with our tests in Travis, then we might bring some of these deployment scripts back. Until then, these deployment scripts might need some amount of alteration to accommodate your Mesos/Marathon setup (mainly, changing the required flags on the marathon auth arguments).
Tried the command suggested: cd scripts && python deploy_autoscaler_to_marathon.py {PARAMETERS}
The instructions miss the 's' in scripts.
and I get this error:
Traceback (most recent call last): File "deploy_autoscaler_to_marathon.py", line 15, in
from marathon_autoscaler.marathon import Marathon
ImportError: No module named marathon_autoscaler.marathon