-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
930831a
commit dbfa6bf
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule riak-mesos-scheduler
updated
5 files
+4 −0 | src/rms_cluster.erl | |
+15 −3 | src/rms_cluster_manager.erl | |
+3 −2 | src/rms_node.erl | |
+18 −0 | src/rms_offer_helper.erl | |
+22 −23 | src/rms_scheduler.erl |
Submodule riak-mesos-dcos-repo
updated
4 files
+2 −2 | repo/meta/index.json | |
+1 −1 | repo/packages/R/riak/0/command.json | |
+6 −6 | repo/packages/R/riak/0/config.json | |
+1 −1 | repo/packages/R/riak/0/package.json |
Submodule riak-mesos-tools
updated
8 files
+6 −6 | config/config.dcos.json | |
+3 −3 | config/config.example.json | |
+8 −0 | riak_mesos/commands.py | |
+4 −1 | riak_mesos/constants.py | |
+22 −0 | riak_mesos/util.py | |
+44 −31 | tests/end_to_end/test_framework.py | |
+2 −1 | tests/run-tests.sh | |
+5 −4 | tox.ini |