Skip to content

Commit

Permalink
adding marathon group in vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed May 9, 2015
1 parent 111ba7f commit 44ec3d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
"zookeeper_servers:children" => ["mesos_masters"],
"consul_servers:children" => ["mesos_masters"],
"weave_servers:children" => ["mesos_slaves", "load_balancers"],
"marathon_servers:children" => ["mesos_masters"],
}

# Mesos master nodes
Expand Down
1 change: 1 addition & 0 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
roles:
- { role: mesos, mesos_install_mode: "master", tags: ["mesos-master"] }
- zookeeper
- docker
- { role: '../plugins/marathon' }
vars:
consul_is_server: true
Expand Down

0 comments on commit 44ec3d9

Please sign in to comment.