You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ma...@apache.org on 2014/11/03 19:55:03 UTC

git commit: Cleaning up old vagrant cluster names.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 37cb06335 -> 1149d7ab1


Cleaning up old vagrant cluster names.

Reviewed at https://reviews.apache.org/r/27352/


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

Branch: refs/heads/master
Commit: 1149d7ab11e0d5b38b913d38d6b65d29d0472a70
Parents: 37cb063
Author: Maxim Khutornenko <ma...@apache.org>
Authored: Mon Nov 3 10:54:58 2014 -0800
Committer: Maxim Khutornenko <ma...@apache.org>
Committed: Mon Nov 3 10:54:58 2014 -0800

----------------------------------------------------------------------
 docs/client-commands.md          | 2 +-
 docs/user-guide.md               | 2 +-
 examples/jobs/hello_world.aurora | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/1149d7ab/docs/client-commands.md
----------------------------------------------------------------------
diff --git a/docs/client-commands.md b/docs/client-commands.md
index 0424e8f..d8e8aac 100644
--- a/docs/client-commands.md
+++ b/docs/client-commands.md
@@ -405,7 +405,7 @@ cluster.
 When you create a job, part of the output response contains a URL that goes
 to the job's scheduler UI page. For example:
 
-    vagrant@precise64:~$ aurora create example/www-data/prod/hello /vagrant/examples/jobs/hello_world.aurora
+    vagrant@precise64:~$ aurora create devcluster/www-data/prod/hello /vagrant/examples/jobs/hello_world.aurora
     INFO] Creating job hello
     INFO] Response from scheduler: OK (message: 1 new tasks pending for job www-data/prod/hello)
     INFO] Job url: http://precise64:8081/scheduler/www-data/prod/hello

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/1149d7ab/docs/user-guide.md
----------------------------------------------------------------------
diff --git a/docs/user-guide.md b/docs/user-guide.md
index c956e60..877f5b7 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -329,7 +329,7 @@ You interact with Aurora jobs either via:
 
   For example:
 
-      vagrant@precise64:~$ aurora create example/www-data/prod/hello \
+      vagrant@precise64:~$ aurora create devcluster/www-data/prod/hello \
       /vagrant/examples/jobs/hello_world.aurora
       INFO] Creating job hello
       INFO] Response from scheduler: OK (message: 1 new tasks pending for job www-data/prod/hello)

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/1149d7ab/examples/jobs/hello_world.aurora
----------------------------------------------------------------------
diff --git a/examples/jobs/hello_world.aurora b/examples/jobs/hello_world.aurora
index fc7877c..5401bfe 100644
--- a/examples/jobs/hello_world.aurora
+++ b/examples/jobs/hello_world.aurora
@@ -26,4 +26,4 @@ task = SequentialTask(
   resources = Resources(cpu = 1.0, ram = 128*MB, disk = 128*MB))
 
 jobs = [Service(
-  task = task, cluster = 'example', role = 'www-data', environment = 'prod', name = 'hello')]
+  task = task, cluster = 'devcluster', role = 'www-data', environment = 'prod', name = 'hello')]