[ARVADOS] updated: 49645de7263ac010f25af3d79e177c4962e59578
git at public.curoverse.com
git at public.curoverse.com
Tue Oct 27 10:37:39 EDT 2015
Summary of changes:
.../configure-azure-blob-storage.html.textile.liquid | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
via 49645de7263ac010f25af3d79e177c4962e59578 (commit)
from ef11ca4b86beb111acb6a99d4eadbc7b0a0d27ef (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 49645de7263ac010f25af3d79e177c4962e59578
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Oct 27 10:37:33 2015 -0400
7160: Clarify exampleAccountName -> exampleStorageAccountName
diff --git a/doc/install/configure-azure-blob-storage.html.textile.liquid b/doc/install/configure-azure-blob-storage.html.textile.liquid
index 92deea3..e365d74 100644
--- a/doc/install/configure-azure-blob-storage.html.textile.liquid
+++ b/doc/install/configure-azure-blob-storage.html.textile.liquid
@@ -16,14 +16,14 @@ Using the Azure web portal or command line tool, create or choose a storage acco
<pre><code>~$ <span class="userinput">azure config mode arm</span>
~$ <span class="userinput">azure login</span>
~$ <span class="userinput">azure group create exampleGroupName eastus</span>
-~$ <span class="userinput">azure storage account create --type LRS --location eastus --resource-group exampleGroupName exampleAccountName</span>
-~$ <span class="userinput">azure storage account keys list --resource-group exampleGroupName exampleAccountName</span>
+~$ <span class="userinput">azure storage account create --type LRS --location eastus --resource-group exampleGroupName exampleStorageAccountName</span>
+~$ <span class="userinput">azure storage account keys list --resource-group exampleGroupName exampleStorageAccountName</span>
info: Executing command storage account keys list
+ Getting storage account keys
data: Primary: zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz==
data: Secondary: yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy==
info: storage account keys list command OK
-~$ <span class="userinput">AZURE_STORAGE_ACCOUNT="exampleAccountName" \
+~$ <span class="userinput">AZURE_STORAGE_ACCOUNT="exampleStorageAccountName" \
AZURE_STORAGE_ACCESS_KEY="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz==" \
azure storage container create exampleContainerName</span>
</code></pre>
@@ -34,10 +34,10 @@ h2. Configure keepstore
Copy the primary storage account key to a file where it will be accessible to keepstore at startup time.
<notextile>
-<pre><code>~$ <span class="userinput">sudo sh -c 'cat >/etc/sv/keepstore/exampleAccountName.key <<EOF'
+<pre><code>~$ <span class="userinput">sudo sh -c 'cat >/etc/sv/keepstore/exampleStorageAccountName.key <<EOF'
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz==
EOF</span>
-~$ <span class="userinput">sudo chmod 0400 /etc/sv/keepstore/exampleAccountName.key</span>
+~$ <span class="userinput">sudo chmod 0400 /etc/sv/keepstore/exampleStorageAccountName.key</span>
</code></pre>
</notextile>
@@ -48,8 +48,8 @@ In your keepstore startup script, instead of specifying a local storage using @-
exec 2>&1
exec keepstore \
- -azure-storage-account-key-file <span class="userinput">/etc/sv/keepstore/exampleAccountName.key</span> \
- -azure-storage-account-name <span class="userinput">exampleAccountName</span> \
+ -azure-storage-account-key-file <span class="userinput">/etc/sv/keepstore/exampleStorageAccountName.key</span> \
+ -azure-storage-account-name <span class="userinput">exampleStorageAccountName</span> \
-azure-storage-container-volume <span class="userinput">exampleContainerName</span>
</code></pre>
</notextile>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list