[ARVADOS] updated: 4ede474fb3be39474fdd2a075d81dd351e6afefc

git at public.curoverse.com git at public.curoverse.com
Wed Feb 3 04:54:43 EST 2016


Summary of changes:
 doc/install/install-compute-node.html.textile.liquid    |  2 +-
 doc/install/install-crunch-dispatch.html.textile.liquid |  6 +++---
 doc/install/install-keepproxy.html.textile.liquid       |  2 +-
 doc/install/install-shell-server.html.textile.liquid    | 16 +++++++++++++++-
 services/fuse/fpm-info.sh                               |  1 +
 5 files changed, 21 insertions(+), 6 deletions(-)
 create mode 100644 services/fuse/fpm-info.sh

       via  4ede474fb3be39474fdd2a075d81dd351e6afefc (commit)
       via  e9dcedd8dda3de8360e34bfca536dd606d558d34 (commit)
       via  b983edff6a9053b686275af980ce336283fd3c27 (commit)
       via  dd6bbea1497114eed99285753bc163972717dfbb (commit)
      from  6570eec0115d7973cce4df10857631cfe6bd11c5 (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 4ede474fb3be39474fdd2a075d81dd351e6afefc
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Feb 3 04:53:04 2016 -0500

    Add fuse dependency to FUSE driver package.
    
    When the fuse tools aren't installed, attempting to run arv-mount
    fails with "fuse: failed to exec fusermount".
    
    No issue #.

diff --git a/services/fuse/fpm-info.sh b/services/fuse/fpm-info.sh
new file mode 100644
index 0000000..57671cd
--- /dev/null
+++ b/services/fuse/fpm-info.sh
@@ -0,0 +1 @@
+fpm_depends+=(fuse)

commit e9dcedd8dda3de8360e34bfca536dd606d558d34
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Feb 3 04:39:27 2016 -0500

    Add curl library dependency to shell install guide.
    
    No isse #.

diff --git a/doc/install/install-shell-server.html.textile.liquid b/doc/install/install-shell-server.html.textile.liquid
index ec4c9d4..dd5995f 100644
--- a/doc/install/install-shell-server.html.textile.liquid
+++ b/doc/install/install-shell-server.html.textile.liquid
@@ -12,7 +12,21 @@ Please follow the "API token guide":../user/reference/api-tokens.html to get API
 
 h2. Install the Ruby SDK and utilities
 
-If you're using RVM:
+First, install the curl development libraries necessary to build the Arvados Ruby SDK.  On Debian-based systems:
+
+<notextile>
+<pre><code>~$ <span class="userinput">sudo apt-get install libcurl4-openssl-dev</span>
+</code></pre>
+</notextile>
+
+On Red Hat-based systems:
+
+<notextile>
+<pre><code>~$ <span class="userinput">sudo yum install libcurl-devel</span>
+</code></pre>
+</notextile>
+
+Next, install the arvados-cli Ruby gem.  If you're using RVM:
 
 <notextile>
 <pre><code>~$ <span class="userinput">sudo /usr/local/rvm/bin/rvm-exec default gem install arvados-cli</span>

commit b983edff6a9053b686275af980ce336283fd3c27
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Feb 3 04:32:39 2016 -0500

    SLURM install guide notes slurm.conf path on Red Hat.
    
    No issue #.

diff --git a/doc/install/install-compute-node.html.textile.liquid b/doc/install/install-compute-node.html.textile.liquid
index ccca0cc..9a64ac7 100644
--- a/doc/install/install-compute-node.html.textile.liquid
+++ b/doc/install/install-compute-node.html.textile.liquid
@@ -54,7 +54,7 @@ Install SLURM following "the same process you used to install the Crunch dispatc
 
 h2. Copy configuration files from the dispatcher (API server)
 
-The @/etc/slurm-llnl/slurm.conf@ and @/etc/munge/munge.key@ files need to be identicaly across the dispatcher and all compute nodes. Copy the files you created in the "Install the Crunch dispatcher":install-crunch-dispatch.html step to this compute node.
+The @slurm.conf@ and @/etc/munge/munge.key@ files need to be identical across the dispatcher and all compute nodes. Copy the files you created in the "Install the Crunch dispatcher":install-crunch-dispatch.html step to this compute node.
 
 h2. Configure FUSE
 
diff --git a/doc/install/install-crunch-dispatch.html.textile.liquid b/doc/install/install-crunch-dispatch.html.textile.liquid
index c75e7e8..28a694b 100644
--- a/doc/install/install-crunch-dispatch.html.textile.liquid
+++ b/doc/install/install-crunch-dispatch.html.textile.liquid
@@ -65,7 +65,7 @@ On Red Hat-based systems:
 </code></pre>
 </notextile>
 
-Now we need to give SLURM a configuration file in @/etc/slurm-llnl/slurm.conf at . Here's an example:
+Now we need to give SLURM a configuration file.  On Debian-based systems, this is installed at @/etc/slurm-llnl/slurm.conf at .  On Red Hat-based systems, this is installed at @/etc/slurm/slurm.conf at .  Here's an example @slurm.conf@:
 
 <notextile>
 <pre>
@@ -130,8 +130,8 @@ Whenever you change this file, you will need to update the copy _on every comput
 Each hostname in @slurm.conf@ must also resolve correctly on all SLURM worker nodes as well as the controller itself. Furthermore, the hostnames used in the configuration file must match the hostnames reported by @hostname@ or @hostname -s@ on the nodes themselves. This applies to the ControlMachine as well as the worker nodes.
 
 For example:
-* In @/etc/slurm-llnl/slurm.conf@ on control and worker nodes: @ControlMachine=uuid_prefix.your.domain@
-* In @/etc/slurm-llnl/slurm.conf@ on control and worker nodes: @NodeName=compute[0-255]@
+* In @slurm.conf@ on control and worker nodes: @ControlMachine=uuid_prefix.your.domain@
+* In @slurm.conf@ on control and worker nodes: @NodeName=compute[0-255]@
 * In @/etc/resolv.conf@ on control and worker nodes: @search uuid_prefix.your.domain@
 * On the control node: @hostname@ reports @uuid_prefix.your.domain@
 * On worker node 123: @hostname@ reports @compute123.uuid_prefix.your.domain@

commit dd6bbea1497114eed99285753bc163972717dfbb
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Feb 3 04:26:49 2016 -0500

    Add missing ; in keepproxy Nginx config.
    
    No issue #.

diff --git a/doc/install/install-keepproxy.html.textile.liquid b/doc/install/install-keepproxy.html.textile.liquid
index d427274..a6bb5d4 100644
--- a/doc/install/install-keepproxy.html.textile.liquid
+++ b/doc/install/install-keepproxy.html.textile.liquid
@@ -79,7 +79,7 @@ upstream keepproxy {
 
 server {
   listen                <span class="userinput">[your public IP address]</span>:443 ssl;
-  server_name           keep.<span class="userinput">uuid_prefix</span>.your.domain
+  server_name           keep.<span class="userinput">uuid_prefix</span>.your.domain;
 
   proxy_connect_timeout 90s;
   proxy_read_timeout    300s;

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list