forked from Azure/mlops-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-infra-dev.yml
33 lines (28 loc) · 1.09 KB
/
config-infra-dev.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
variables:
# Global
namespace: mlopsv2
postfix: 818
location: westus
environment: dev
enable_aml_computecluster: true
# Azure DevOps
ado_service_connection_rg: Azure-ARM-Dev #-murggu
ado_service_connection_aml_ws: Azure-ARM-Dev
# Github
gh_service_endpoint: mlops-v2-tabular #this isn't allowed to be a variable in the devops yaml, so needs to be hardcoded in devops pipelines
gh_org_name:
gh_org_url:
# IaC
resource_group: rg-$(namespace)-$(postfix)$(environment)
aml_workspace: mlw-$(namespace)-$(postfix)$(environment)
application_insights: mlw-$(namespace)-$(postfix)$(environment)
key_vault: kv-$(namespace)-$(postfix)$(environment)
container_registry: cr$(namespace)$(postfix)$(environment)
storage_account: st$(namespace)$(postfix)$(environment)
# Terraform
terraform_version: 0.14.7
terraform_workingdir: infrastructure/terraform
terraform_st_resource_group: rg-$(namespace)-$(postfix)-tf-state$(environment)
terraform_st_storage_account: st$(namespace)$(postfix)tfstate$(environment)
terraform_st_container_name: default
terraform_st_key: mlops-tab