Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions config/config.msft.clouds-overlay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ clouds:
# creation on 2026-06-15, so only major versions 12/13 are accepted.
# The live grandfathered workspace stays on 11 (shared monitoring value).
grafanaMajorVersion: "13"
# Dedicated STG billing Kusto in the new hcp-stg-global sub. Distinct from
# the shared billing.kusto.* (which Billing.Global keeps managing for stg),
# so the shared cluster is never touched. The SKU is E8a_v4 because the
# shared billing.kusto.sku (E8ads_v5) is not offered in uksouth, where this
# dedicated cluster lives. Consumed only by the transient Billing.StgGlobal
# bicepparam; promoted into stg.defaults billing.kusto.* at cutover.
billingKustoName: "arohcpHoBo{{ .ctx.environment }}"
billingKustoSku: "Standard_E8a_v4"
# E2E
e2e:
regionTest:
Expand Down
10 changes: 9 additions & 1 deletion config/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3522,6 +3522,12 @@
},
"grafanaMajorVersion": {
"type": "string"
},
"billingKustoName": {
"type": "string"
},
"billingKustoSku": {
"type": "string"
}
},
"additionalProperties": false,
Expand All @@ -3537,7 +3543,9 @@
"cxParentZoneName",
"kustoName",
"grafanaName",
"grafanaMajorVersion"
"grafanaMajorVersion",
"billingKustoName",
"billingKustoSku"
]
},
"releaseApprover": {
Expand Down
2 changes: 2 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ defaults:
kustoName: "empty-sentinel"
grafanaName: "empty-sentinel"
grafanaMajorVersion: "empty-sentinel"
billingKustoName: "empty-sentinel"
billingKustoSku: "empty-sentinel"
# Image Registry Policy
imageRegistryPolicy:
extraAllowedRegistries: ""
Expand Down
2 changes: 2 additions & 0 deletions config/rendered/dev/ci00/centralus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,8 @@ sessiongate:
stgGlobalV2:
acrOcpName: empty-sentinel
acrSvcName: empty-sentinel
billingKustoName: empty-sentinel
billingKustoSku: empty-sentinel
cxParentZoneName: empty-sentinel
frontDoorKeyVaultName: empty-sentinel
frontDoorName: empty-sentinel
Expand Down
2 changes: 2 additions & 0 deletions config/rendered/dev/ci01/centralus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,8 @@ sessiongate:
stgGlobalV2:
acrOcpName: empty-sentinel
acrSvcName: empty-sentinel
billingKustoName: empty-sentinel
billingKustoSku: empty-sentinel
cxParentZoneName: empty-sentinel
frontDoorKeyVaultName: empty-sentinel
frontDoorName: empty-sentinel
Expand Down
2 changes: 2 additions & 0 deletions config/rendered/dev/cspr/westus3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,8 @@ sessiongate:
stgGlobalV2:
acrOcpName: empty-sentinel
acrSvcName: empty-sentinel
billingKustoName: empty-sentinel
billingKustoSku: empty-sentinel
cxParentZoneName: empty-sentinel
frontDoorKeyVaultName: empty-sentinel
frontDoorName: empty-sentinel
Expand Down
2 changes: 2 additions & 0 deletions config/rendered/dev/dev/westus3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,8 @@ sessiongate:
stgGlobalV2:
acrOcpName: empty-sentinel
acrSvcName: empty-sentinel
billingKustoName: empty-sentinel
billingKustoSku: empty-sentinel
cxParentZoneName: empty-sentinel
frontDoorKeyVaultName: empty-sentinel
frontDoorName: empty-sentinel
Expand Down
2 changes: 2 additions & 0 deletions config/rendered/dev/perf/westus3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,8 @@ sessiongate:
stgGlobalV2:
acrOcpName: empty-sentinel
acrSvcName: empty-sentinel
billingKustoName: empty-sentinel
billingKustoSku: empty-sentinel
cxParentZoneName: empty-sentinel
frontDoorKeyVaultName: empty-sentinel
frontDoorName: empty-sentinel
Expand Down
2 changes: 2 additions & 0 deletions config/rendered/dev/pers/westus3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,8 @@ sessiongate:
stgGlobalV2:
acrOcpName: empty-sentinel
acrSvcName: empty-sentinel
billingKustoName: empty-sentinel
billingKustoSku: empty-sentinel
cxParentZoneName: empty-sentinel
frontDoorKeyVaultName: empty-sentinel
frontDoorName: empty-sentinel
Expand Down