Repository: aurora
Updated Branches:
  refs/heads/master 1ae77d596 -> 1b43126e1


Add component deployment diagram.


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

Branch: refs/heads/master
Commit: 1b43126e14da2df355a04627a99bd890e26e6c64
Parents: 1ae77d5
Author: Stephan Erb <[email protected]>
Authored: Sat Dec 26 16:55:38 2015 +0100
Committer: Bill Farner <[email protected]>
Committed: Sun Dec 27 13:17:16 2015 -0800

----------------------------------------------------------------------
 .gitattributes             |   5 +++++
 docs/images/components.odg | Bin 0 -> 18533 bytes
 docs/images/components.png | Bin 0 -> 53354 bytes
 docs/installing.md         |   2 ++
 4 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/1b43126e/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
index c41ea77..ba6fb66 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -8,3 +8,8 @@
 *.gzip export-ignore
 *.tar export-ignore
 *.tar.gz export-ignore
+
+# All files that are binary and whose line endings should not be modified.
+*.png binary
+*.jpg binary
+*.odg binary

http://git-wip-us.apache.org/repos/asf/aurora/blob/1b43126e/docs/images/components.odg
----------------------------------------------------------------------
diff --git a/docs/images/components.odg b/docs/images/components.odg
new file mode 100644
index 0000000..a0f3b28
Binary files /dev/null and b/docs/images/components.odg differ

http://git-wip-us.apache.org/repos/asf/aurora/blob/1b43126e/docs/images/components.png
----------------------------------------------------------------------
diff --git a/docs/images/components.png b/docs/images/components.png
new file mode 100644
index 0000000..e8228c0
Binary files /dev/null and b/docs/images/components.png differ

http://git-wip-us.apache.org/repos/asf/aurora/blob/1b43126e/docs/installing.md
----------------------------------------------------------------------
diff --git a/docs/installing.md b/docs/installing.md
index 070bc82..48f8c4e 100644
--- a/docs/installing.md
+++ b/docs/installing.md
@@ -30,6 +30,8 @@
 Before installing Aurora, it's important to have an understanding of the 
components that make up
 a functioning Aurora cluster.
 
+![Aurora Components](images/components.png)
+
 * **Aurora scheduler**  
   The scheduler will be your primary interface to the work you run in your 
cluster.  You will
   instruct it to run jobs, and it will manage them in Mesos for you.  You will 
also frequently use

Reply via email to