-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
cyclecloud_arm/cyclecloud_install.py
Lines 158 to 165 in 4647d2e
| config_file.write("[pogo azure-storage]\n") | |
| config_file.write("type = az\n") | |
| config_file.write("subscription_id = " + subscription_id + "\n") | |
| config_file.write("tenant_id = " + tenant_id + "\n") | |
| config_file.write("application_id = " + application_id + "\n") | |
| config_file.write("application_secret = " + application_secret + "\n") | |
| config_file.write("matches = az://" + | |
| storage_account_name + "/cyclecloud" + "\n") |
Same as (except for variable name)
cyclecloud_arm/cyclecloud_install.py
Lines 180 to 187 in 4647d2e
| pogo_config.write("[pogo azure-storage]\n") | |
| pogo_config.write("type = az\n") | |
| pogo_config.write("subscription_id = " + subscription_id + "\n") | |
| pogo_config.write("tenant_id = " + tenant_id + "\n") | |
| pogo_config.write("application_id = " + application_id + "\n") | |
| pogo_config.write("application_secret = " + application_secret + "\n") | |
| pogo_config.write("matches = az://" + | |
| storage_account_name + "/cyclecloud" + "\n") |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels