You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by se...@apache.org on 2016/06/20 22:25:56 UTC

[1/2] aurora-packaging git commit: Update test instructions for 0.13.0

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 <se...@apache.org>
Authored: Tue Jun 21 00:08:19 2016 +0200
Committer: Stephan Erb <se...@apache.org>
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
 
 ```


[2/2] aurora-packaging git commit: Update changelog

Posted by se...@apache.org.
Update changelog


Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/c09e250c
Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/c09e250c
Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/c09e250c

Branch: refs/heads/master
Commit: c09e250c3c999cca3d0a9cdcebaae889afa4fe0c
Parents: ee56230
Author: Stephan Erb <se...@apache.org>
Authored: Tue Jun 21 00:22:26 2016 +0200
Committer: Stephan Erb <se...@apache.org>
Committed: Tue Jun 21 00:22:26 2016 +0200

----------------------------------------------------------------------
 specs/debian/changelog | 11 ++++++++++-
 specs/rpm/aurora.spec  | 11 +++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/c09e250c/specs/debian/changelog
----------------------------------------------------------------------
diff --git a/specs/debian/changelog b/specs/debian/changelog
index a90a286..485acad 100644
--- a/specs/debian/changelog
+++ b/specs/debian/changelog
@@ -1,9 +1,18 @@
+apache-aurora (0.13.0) trusty; urgency=medium
+
+  * Like Aurora, Thermos is now logging to stderr rather than to disk.
+  * Change default configuration to enable the Thermos announcer.
+  * Apache Aurora package builder <de...@aurora.apache.org> Mon, 20 Jun
+    2016 18:12:09 +0000
+
+ -- Apache Aurora <de...@aurora.apache.org>  Mon, 20 Jun 2016 18:12:10 +0000
+
 apache-aurora (0.12.0) trusty; urgency=medium
 
   * Apache Aurora package builder <de...@aurora.apache.org> Mon, 7 Mar
     2016 15:50:06 +0000
 
- -- Apache Aurora <de...@aurora.apache.org> Mon, 7 Mar 2016 15:50:06 +0000
+ -- Apache Aurora <de...@aurora.apache.org>  Mon, 7 Mar 2016 15:50:06 +0000
 
 apache-aurora (0.11.0) trusty; urgency=medium
 

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/c09e250c/specs/rpm/aurora.spec
----------------------------------------------------------------------
diff --git a/specs/rpm/aurora.spec b/specs/rpm/aurora.spec
index 53b6e2e..9a7b345 100644
--- a/specs/rpm/aurora.spec
+++ b/specs/rpm/aurora.spec
@@ -338,6 +338,17 @@ exit 0
 
 
 %changelog
+* Mon Jun 21 2016 Apache Aurora <de...@aurora.apache.org> 0.13.0-1.el7
+- Updated to Apache Aurora 0.13.0
+- Renamed the aurora service and all associated configurations to
+  aurora-scheduler.
+- Renamed the thermos-observer service and all associated configurations
+  to thermos.
+- Changed the example cluster name from 'main' to 'example'.
+- Changed the default native_log_zk_group_path from '/aurora/native-log'
+  to '/aurora/replicated-log'.
+- Updated example clusters.json to include all mandatory options.
+
 * Mon Mar 7 2016 Apache Aurora <de...@aurora.apache.org> 0.12.0-1.el7
 - Updated to Apache Aurora 0.12.0