Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
Removed Chronos files for now.
Browse files Browse the repository at this point in the history
Chronos starts but it's not clear but cannot find out the endpoint where it runs.
  • Loading branch information
frankscholten committed Dec 9, 2016
1 parent 257650c commit ad1900f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,8 @@ public String getConfigFileContent() {
AppConfig weaveConfig = new AppConfig();
weaveConfig.setMarathonJson("https://raw.githubusercontent.com/ContainerSolutions/minimesos/master/opt/apps/weave-scope.json");

AppConfig chronosConfig = new AppConfig();
chronosConfig.setMarathonJson("https://raw.githubusercontent.com/ContainerSolutions/minimesos/master/opt/apps/chronos.json");

MarathonConfig marathonConfig = new MarathonConfig();
marathonConfig.getApps().add(weaveConfig);
marathonConfig.getApps().add(chronosConfig);
config.setMarathon(marathonConfig);

ConfigParser parser = new ConfigParser();
Expand Down
23 changes: 0 additions & 23 deletions opt/apps/chronos.json

This file was deleted.

0 comments on commit ad1900f

Please sign in to comment.