Repository: aurora-packaging Updated Branches: refs/heads/master e7fa0096f -> c09e250c3
Update test instructions for 0.13.0 Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/ee56230c Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/ee56230c Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/ee56230c Branch: refs/heads/master Commit: ee56230cd37394661da94a83b1cae1c33159a29f Parents: e7fa009 Author: Stephan Erb <[email protected]> Authored: Tue Jun 21 00:08:19 2016 +0200 Committer: Stephan Erb <[email protected]> Committed: Tue Jun 21 00:08:19 2016 +0200 ---------------------------------------------------------------------- test/deb/debian-jessie/README.md | 7 +++++-- test/deb/ubuntu-trusty/README.md | 7 +++++-- test/rpm/centos-7/README.md | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/ee56230c/test/deb/debian-jessie/README.md ---------------------------------------------------------------------- diff --git a/test/deb/debian-jessie/README.md b/test/deb/debian-jessie/README.md index 71cde73..5d7bd03 100644 --- a/test/deb/debian-jessie/README.md +++ b/test/deb/debian-jessie/README.md @@ -22,7 +22,7 @@ for installing released packages or release candidate packages. ### Released vagrant ssh -- -L8081:localhost:8081 -L1338:localhost:1338 - version=0.12.0 + version=0.13.0 pkg_root="https://apache.bintray.com/aurora/debian-jessie/" for deb in \ aurora-scheduler_${version}_amd64.deb \ @@ -34,7 +34,7 @@ for installing released packages or release candidate packages. ## Initialize and start -The scheduler and observer will automatically start when installed. However, teh replicated log +The scheduler and observer will automatically start when installed. However, the replicated log has to be initialized manually: sudo systemctl stop aurora-scheduler @@ -42,6 +42,9 @@ has to be initialized manually: sudo -u aurora mesos-log initialize --path=/var/lib/aurora/scheduler/db sudo systemctl start aurora-scheduler +To make the Thermos observer work, you will have to follow the instructions of our +[Install Guide](https://github.com/apache/aurora/blob/master/docs/operations/installation.md#configuration). + ## Create a job ``` http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/ee56230c/test/deb/ubuntu-trusty/README.md ---------------------------------------------------------------------- diff --git a/test/deb/ubuntu-trusty/README.md b/test/deb/ubuntu-trusty/README.md index 20f519a..054b9a4 100644 --- a/test/deb/ubuntu-trusty/README.md +++ b/test/deb/ubuntu-trusty/README.md @@ -22,7 +22,7 @@ for installing released packages or release candidate packages. ### Released vagrant ssh -- -L8081:localhost:8081 -L1338:localhost:1338 - version=0.12.0 + version=0.13.0 pkg_root="https://apache.bintray.com/aurora/ubuntu-trusty/" for deb in \ aurora-scheduler_${version}_amd64.deb \ @@ -34,7 +34,7 @@ for installing released packages or release candidate packages. ## Initialize and start -The scheduler and observer will automatically start when installed. However, teh replicated log +The scheduler and observer will automatically start when installed. However, the replicated log has to be initialized manually: sudo stop aurora-scheduler @@ -42,6 +42,9 @@ has to be initialized manually: sudo -u aurora mesos-log initialize --path=/var/lib/aurora/scheduler/db sudo start aurora-scheduler +To make the Thermos observer work, you will have to follow the instructions of our +[Install Guide](https://github.com/apache/aurora/blob/master/docs/operations/installation.md#configuration). + ## Create a job ``` http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/ee56230c/test/rpm/centos-7/README.md ---------------------------------------------------------------------- diff --git a/test/rpm/centos-7/README.md b/test/rpm/centos-7/README.md index bd8d033..0e7e809 100644 --- a/test/rpm/centos-7/README.md +++ b/test/rpm/centos-7/README.md @@ -22,7 +22,7 @@ for installing released packages or release candidate packages. ### Released vagrant ssh -- -L8081:localhost:8081 -L1338:localhost:1338 - version=0.12.0 + version=0.13.0 pkg_root="https://apache.bintray.com/aurora/centos-7/" for rpm in \ aurora-scheduler-${version}-1.el7.centos.aurora.x86_64.rpm \ @@ -34,12 +34,15 @@ for installing released packages or release candidate packages. ## Initialize and start - sudo -u aurora mkdir -p /var/lib/aurora/scheduler/db sudo -u aurora mesos-log initialize --path=/var/lib/aurora/scheduler/db sudo systemctl start aurora-scheduler sudo systemctl start thermos +To make the Thermos observer work, you will have to follow the instructions of our +[Install Guide](https://github.com/apache/aurora/blob/master/docs/operations/installation.md#configuration). + + ## Create a job ```
