[ARVADOS] updated: 1.1.4-28-g179f229

Git user git at public.curoverse.com
Wed Apr 11 21:18:22 EDT 2018


Summary of changes:
 doc/install/install-nodemanager.html.textile.liquid | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

       via  179f22930a1db2734e5279075ff528fcf8d916c1 (commit)
      from  605b7ae8ab75664a2ff01386eeb8c0d20e3aca2a (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 179f22930a1db2734e5279075ff528fcf8d916c1
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Wed Apr 11 21:17:38 2018 -0400

    Update instructions to get arvados node manager Azure credentials to v2
    of the Azure cli.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/doc/install/install-nodemanager.html.textile.liquid b/doc/install/install-nodemanager.html.textile.liquid
index 09c6b5c..9ee6722 100644
--- a/doc/install/install-nodemanager.html.textile.liquid
+++ b/doc/install/install-nodemanager.html.textile.liquid
@@ -527,11 +527,11 @@ subscription_id = 00000000-0000-0000-0000-000000000000
 
 # The following directions are based on
 # https://azure.microsoft.com/en-us/documentation/articles/resource-group-authenticate-service-principal/
+# and updated for v2 of the Azure cli tool.
 #
-# azure config mode arm
-# azure ad app create --name "<Your Application Display Name>" --home-page "<https://YourApplicationHomePage>" --identifier-uris "<https://YouApplicationUri>" --password <Your_Password>
-# azure ad sp create "<Application_Id>"
-# azure role assignment create --objectId "<Object_Id>" -o Owner -c /subscriptions/{subscriptionId}/
+# az ad app create --display-name "Node Manager" --homepage "https://arvados.org" --identifier-uris "https://<Your_Application_Uri>" --password <Your_Password>
+# az ad sp create "<Application_Id>"
+# az role assignment create --assignee "<Application_Id>" --role Owner --resource-group "<Your_Azure_Arvados_Resource_Group>"
 #
 # Use <Application_Id> for "key" and the <Your_Password> for "secret"
 #

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list