|
| 1 | +entrypoints: |
| 2 | +- identifier: 'Microsoft.Azure.ARO.HCP.Global' |
| 3 | + metadata: |
| 4 | + name: Global |
| 5 | + scopeDoc: high-level-architecture.md |
| 6 | + incremental: "true" |
| 7 | +- identifier: 'Microsoft.Azure.ARO.HCP.Region' |
| 8 | + metadata: |
| 9 | + name: Region |
| 10 | + scopeDoc: high-level-architecture.md#regional-scope |
| 11 | +- identifier: 'Microsoft.Azure.ARO.HCP.Service.Infra' |
| 12 | + metadata: |
| 13 | + name: Service Cluster |
| 14 | + scopeDoc: high-level-architecture.md#service-cluster |
| 15 | +services: |
| 16 | +- serviceGroup: Microsoft.Azure.ARO.HCP.Global |
| 17 | + children: |
| 18 | + - serviceGroup: Microsoft.Azure.ARO.HCP.Region |
| 19 | + children: |
| 20 | + - serviceGroup: Microsoft.Azure.ARO.HCP.Service.Infra |
| 21 | + children: |
| 22 | + pipelinePath: dev-infrastructure/svc-pipeline.yaml |
| 23 | + purpose: Deploy the service cluster and supporting infrastructure. |
| 24 | + - serviceGroup: Microsoft.Azure.ARO.HCP.Monitoring |
| 25 | + pipelinePath: dev-infrastructure/monitoring-pipeline.yaml |
| 26 | + purpose: Deploy the Monitoring resources |
| 27 | + pipelinePath: dev-infrastructure/region-pipeline.yaml |
| 28 | + purpose: Deploy regional shared infrastructure. |
| 29 | + pipelinePath: dev-infrastructure/global-pipeline.yaml |
| 30 | + purpose: Deploy global shared infrastructure. |
| 31 | +# Cleanup pipelines |
| 32 | +- serviceGroup: Microsoft.Azure.ARO.HCP.Service.Delete |
| 33 | + pipelinePath: dev-infrastructure/cleanup/delete.svc.pipeline.yaml |
| 34 | + purpose: Delete the service resources and service resource group |
| 35 | +- serviceGroup: Microsoft.Azure.ARO.HCP.Region.Delete |
| 36 | + pipelinePath: dev-infrastructure/cleanup/delete.region.pipeline.yaml |
| 37 | + purpose: Delete the region resources and resource group |
| 38 | +# Dev-only pipelines |
| 39 | +- serviceGroup: Microsoft.Azure.ARO.HCP.Observability |
| 40 | + pipelinePath: observability/tracing/pipeline.yaml |
| 41 | + purpose: Deploy the development tracing stack. |
| 42 | +# Kusto Infra pipeline |
| 43 | +- serviceGroup: Microsoft.Azure.ARO.HCP.Log.Infra |
| 44 | + pipelinePath: dev-infrastructure/kusto-pipeline.yaml |
| 45 | + purpose: Deploy the kusto log infrastructure. |
| 46 | +- serviceGroup: Microsoft.Azure.ARO.HCP.Service.Kubeconfig |
| 47 | + pipelinePath: dev-infrastructure/svc-kubeconfig.yaml |
| 48 | + purpose: Grant access to AKS SVC AKS Clusters, mainly intended for E2E test setup. |
0 commit comments