Repository: aurora-packaging Updated Branches: refs/heads/master 95e9da21f -> ac6463c15
Fix the ZK URI in the rpm. Reviewed at https://reviews.apache.org/r/41559/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/ac6463c1 Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/ac6463c1 Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/ac6463c1 Branch: refs/heads/master Commit: ac6463c1557d88431504979d5983e5c760fcd705 Parents: 95e9da2 Author: Bill Farner <[email protected]> Authored: Fri Dec 18 11:13:44 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Fri Dec 18 11:13:44 2015 -0800 ---------------------------------------------------------------------- specs/rpm/SOURCES/aurora.sysconfig | 2 +- test/rpm/centos-7/README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/ac6463c1/specs/rpm/SOURCES/aurora.sysconfig ---------------------------------------------------------------------- diff --git a/specs/rpm/SOURCES/aurora.sysconfig b/specs/rpm/SOURCES/aurora.sysconfig index cef427a..f421d19 100644 --- a/specs/rpm/SOURCES/aurora.sysconfig +++ b/specs/rpm/SOURCES/aurora.sysconfig @@ -38,7 +38,7 @@ AURORA_FLAGS=( -http_port=8081 # The ZooKeeper URL of the ZNode where the Mesos master has registered. - -mesos_master_address='zk://127.0.0.1:2181/mesos/master' + -mesos_master_address='zk://127.0.0.1:2181/mesos' # The ZooKeeper quorum to which Aurora will register itself. -zk_endpoints='127.0.0.1:2181' http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/ac6463c1/test/rpm/centos-7/README.md ---------------------------------------------------------------------- diff --git a/test/rpm/centos-7/README.md b/test/rpm/centos-7/README.md index cd3ce52..979c00b 100644 --- a/test/rpm/centos-7/README.md +++ b/test/rpm/centos-7/README.md @@ -15,7 +15,6 @@ ### Initialize and start sudo -u aurora mesos-log initialize --path=/var/lib/aurora/scheduler/db - sudo sed -i 's|zk://127.0.0.1:2181/mesos/master|zk://127.0.0.1:2181/mesos|g' /etc/sysconfig/aurora sudo systemctl start aurora The second command alters the ZooKeeper path that the mesos distribution registers at.
