Skip to content

Commit

Permalink
marathon hostname in Vagrantfile as public ip is in eth1 and ansible …
Browse files Browse the repository at this point in the history
…role expects eth0
  • Loading branch information
enxebre committed May 14, 2015
1 parent 2e71ba6 commit 4bb9073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
zookeeper_conf: zookeeper_conf,
mesos_zk_url: mesos_zk_url,
marathon_zk_url: marathon_zk_url,
marathon_hostname: node[:ip],
consul_join: consul_join,
consul_advertise: node[:ip],
mesos_local_address: node[:ip],
Expand Down

0 comments on commit 4bb9073

Please sign in to comment.