Repository: aurora Updated Branches: refs/heads/master 5bdee77a8 -> 25dd51862
Update install docs to for Aurora 0.14.0 Reviewed at https://reviews.apache.org/r/49339/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/25dd5186 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/25dd5186 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/25dd5186 Branch: refs/heads/master Commit: 25dd51862f4240f0fb88c05667c50679bc08ddea Parents: 5bdee77 Author: Stephan Erb <[email protected]> Authored: Sun Jul 3 20:35:55 2016 +0200 Committer: Stephan Erb <[email protected]> Committed: Sun Jul 3 20:35:55 2016 +0200 ---------------------------------------------------------------------- docs/operations/installation.md | 40 +++++++++++++----------------------- 1 file changed, 14 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/25dd5186/docs/operations/installation.md ---------------------------------------------------------------------- diff --git a/docs/operations/installation.md b/docs/operations/installation.md index 7008834..96f5429 100644 --- a/docs/operations/installation.md +++ b/docs/operations/installation.md @@ -61,8 +61,8 @@ Any machines that users submit jobs from. sudo update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java - wget -c https://apache.bintray.com/aurora/ubuntu-trusty/aurora-scheduler_0.12.0_amd64.deb - sudo dpkg -i aurora-scheduler_0.12.0_amd64.deb + wget -c https://apache.bintray.com/aurora/ubuntu-trusty/aurora-scheduler_0.14.0_amd64.deb + sudo dpkg -i aurora-scheduler_0.14.0_amd64.deb ### CentOS 7 @@ -83,8 +83,8 @@ Any machines that users submit jobs from. sudo yum install -y wget - wget -c https://apache.bintray.com/aurora/centos-7/aurora-scheduler-0.12.0-1.el7.centos.aurora.x86_64.rpm - sudo yum install -y aurora-scheduler-0.12.0-1.el7.centos.aurora.x86_64.rpm + wget -c https://apache.bintray.com/aurora/centos-7/aurora-scheduler-0.14.0-1.el7.centos.aurora.x86_64.rpm + sudo yum install -y aurora-scheduler-0.14.0-1.el7.centos.aurora.x86_64.rpm ### Finalizing By default, the scheduler will start in an uninitialized mode. This is because external @@ -123,8 +123,8 @@ CentOS: `sudo systemctl start aurora` # for the python mesos native bindings. sudo apt-get -y install libcurl4-nss-dev - wget -c https://apache.bintray.com/aurora/ubuntu-trusty/aurora-executor_0.12.0_amd64.deb - sudo dpkg -i aurora-executor_0.12.0_amd64.deb + wget -c https://apache.bintray.com/aurora/ubuntu-trusty/aurora-executor_0.14.0_amd64.deb + sudo dpkg -i aurora-executor_0.14.0_amd64.deb ### CentOS 7 @@ -137,8 +137,8 @@ CentOS: `sudo systemctl start aurora` sudo yum install -y python2 wget - wget -c https://apache.bintray.com/aurora/centos-7/aurora-executor-0.12.0-1.el7.centos.aurora.x86_64.rpm - sudo yum install -y aurora-executor-0.12.0-1.el7.centos.aurora.x86_64.rpm + wget -c https://apache.bintray.com/aurora/centos-7/aurora-executor-0.14.0-1.el7.centos.aurora.x86_64.rpm + sudo yum install -y aurora-executor-0.14.0-1.el7.centos.aurora.x86_64.rpm ### Configuration The executor typically does not require configuration. Command line arguments can @@ -182,18 +182,6 @@ Aurora observer start scripts and restart the observers. To adjust the Aurora o sudo sh -c 'echo "MESOS_ROOT=/tmp/mesos" >> /etc/default/thermos' -NB: In Aurora releases up through 0.12.0, you'll also need to edit /etc/init/thermos.conf like so: - - diff -C 1 /etc/init/thermos.conf.orig /etc/init/thermos.conf - *** /etc/init/thermos.conf.orig 2016-03-22 22:34:46.286199718 +0000 - --- /etc/init/thermos.conf 2016-03-22 17:09:49.357689038 +0000 - *************** - *** 24,25 **** - --- 24,26 ---- - --port=${OBSERVER_PORT:-1338} \ - + --mesos-root=${MESOS_ROOT:-/var/lib/mesos} \ - --log_to_disk=NONE \ - #### CentOS 7 Make an edit to add the `--mesos-root` flag resulting in something like: @@ -211,15 +199,15 @@ Make an edit to add the `--mesos-root` flag resulting in something like: sudo apt-get install -y python2.7 wget - wget -c https://apache.bintray.com/aurora/ubuntu-trusty/aurora-tools_0.12.0_amd64.deb - sudo dpkg -i aurora-tools_0.12.0_amd64.deb + wget -c https://apache.bintray.com/aurora/ubuntu-trusty/aurora-tools_0.14.0_amd64.deb + sudo dpkg -i aurora-tools_0.14.0_amd64.deb ### CentOS 7 sudo yum install -y python2 wget - wget -c https://apache.bintray.com/aurora/centos-7/aurora-tools-0.12.0-1.el7.centos.aurora.x86_64.rpm - sudo yum install -y aurora-tools-0.12.0-1.el7.centos.aurora.x86_64.rpm + wget -c https://apache.bintray.com/aurora/centos-7/aurora-tools-0.14.0-1.el7.centos.aurora.x86_64.rpm + sudo yum install -y aurora-tools-0.14.0-1.el7.centos.aurora.x86_64.rpm ### Mac OS X @@ -251,12 +239,12 @@ are identical for both. sudo apt-get -y update # Use `apt-cache showpkg mesos | grep [version]` to find the exact version. - sudo apt-get -y install mesos=0.25.0-0.2.70.ubuntu1404 + sudo apt-get -y install mesos=0.27.2-2.0.15.ubuntu1404_amd64 ### Mesos on CentOS 7 sudo rpm -Uvh https://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-1.noarch.rpm - sudo yum -y install mesos-0.25.0 + sudo yum -y install mesos-0.27.2
