Przeglądaj źródła

Azure setup doc update

almahmoud 7 lat temu
rodzic
commit
f4e475050a
2 zmienionych plików z 13 dodań i 3 usunięć
  1. 13 1
      docs/topics/setup.rst
  2. 0 2
      setup.cfg

+ 13 - 1
docs/topics/setup.rst

@@ -41,12 +41,24 @@ OS_REGION_NAME       OS_AUTH_TOKEN
 
 **Azure**
 
+Note that managing resources in Azure requires a Resource Group. If a
+Resource Group is not provided as part of the configuration, cloudbridge will
+attempt to create a Resource Group using the given credentials. This
+operation will happen with the client initialization, and requires a
+"contributor" or "owner" role.
+Similarly, a Storage Account is required when managing some resources, such
+as KeyPairs and Buckets. If a Storage Account name is not provided as part
+of the configuration, cloudbridge will attempt to create the Storage Account
+when initializing the relevant services. This operation similarly requires a
+"contributor" or "owner" role.
+For more information on roles, see: https://docs.microsoft.com/en-us/azure/role-based-access-control/overview
+
 ======================  ==================
 Mandatory variables     Optional Variables
 ======================  ==================
 AZURE_SUBSCRIPTION_ID   AZURE_REGION_NAME
 AZURE_CLIENT_ID         AZURE_RESOURCE_GROUP
-AZURE_SECRET            AZURE_STORAGE_ACCOUNT_NAME
+AZURE_SECRET            AZURE_STORAGE_ACCOUNT
 AZURE_TENANT            AZURE_VM_DEFAULT_USER_NAME
                         AZURE_PUBLIC_KEY_STORAGE_TABLE_NAME
 ======================  ==================

+ 0 - 2
setup.cfg

@@ -12,8 +12,6 @@ processes=5
 process-timeout=3000
 match=^[Tt]est
 verbosity=2
-# Don't capture stdout - print immediately
-nocapture=1
 # When exceptions occur, filter only cloudbridge logs
 logging-filter=cloudbridge