[ARVADOS] updated: c0a50172a8cc8baf6eae682da361ac8328d79201

git at public.curoverse.com git at public.curoverse.com
Tue Jan 21 13:20:38 EST 2014


Summary of changes:
 doc/install/create-standard-objects.textile |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

       via  c0a50172a8cc8baf6eae682da361ac8328d79201 (commit)
      from  be6152fd18b39246ac825c1c8762ccd78085441a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c0a50172a8cc8baf6eae682da361ac8328d79201
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Jan 21 10:19:20 2014 -0800

    Add section about adding Keep disks during install.

diff --git a/doc/install/create-standard-objects.textile b/doc/install/create-standard-objects.textile
index 5e34e4e..9a79aa1 100644
--- a/doc/install/create-standard-objects.textile
+++ b/doc/install/create-standard-objects.textile
@@ -42,3 +42,19 @@ read -rd $'\000' newlink <<EOF; arv link create --link "$newlink"
 }                                         
 EOF
 </pre>
+
+h3. Keep disks
+
+Currently, you need to tell Arvados about Keep disks manually.
+
+<pre>
+secret=`ruby -e 'print rand(2**512).to_s(36)[0..49]'`
+arv keep_disk create --keep-disk <<EOF
+{
+ "service_host":"keep0.xyzzy.arvadosapi.com",
+ "service_port":25107,
+ "service_ssl_flag":false,
+ "ping_secret":"$secret"
+}
+EOF
+</pre>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list