Squashed 'acm-hub-bootstrap/' content from commit 4b79b1a0
git-subtree-dir: acm-hub-bootstrap git-subtree-split: 4b79b1a0be6da2a9efc9ace8871b4762342da70b
This commit is contained in:
70
pattern-metadata.yaml
Normal file
70
pattern-metadata.yaml
Normal file
@@ -0,0 +1,70 @@
|
||||
# This goal of this metadata is mainly used as a source of truth for
|
||||
# documentation and qe
|
||||
metadata_version: "1.0"
|
||||
name: multicloud-gitops
|
||||
pattern_version: "1.0"
|
||||
display_name: Multicloud Gitops
|
||||
repo_url: https://github.com/validatedpatterns/multicloud-gitops
|
||||
docs_repo_url: https://github.com/validatedpatterns/docs
|
||||
issues_url: https://github.com/validatedpatterns/multicloud-gitops/issues
|
||||
docs_url: https://validatedpatterns.io/patterns/multicloud-gitops/
|
||||
ci_url: https://validatedpatterns.io/ci/?pattern=mcgitops
|
||||
# can be sandbox, tested or maintained
|
||||
tier: maintained
|
||||
owners: mbaldessari, darkdoc
|
||||
requirements:
|
||||
hub: # Main cluster
|
||||
compute:
|
||||
platform:
|
||||
gcp:
|
||||
replicas: 3
|
||||
type: n1-standard-8
|
||||
azure:
|
||||
replicas: 3
|
||||
type: Standard_D8s_v3
|
||||
aws:
|
||||
replicas: 3
|
||||
type: m5.2xlarge
|
||||
controlPlane:
|
||||
platform:
|
||||
gcp:
|
||||
replicas: 3
|
||||
type: n1-standard-4
|
||||
azure:
|
||||
replicas: 3
|
||||
type: Standard_D4s_v3
|
||||
aws:
|
||||
replicas: 3
|
||||
type: m5.xlarge
|
||||
spoke: # optional - represents the clusters imported into ACM
|
||||
compute:
|
||||
platform:
|
||||
gcp:
|
||||
replicas: 0
|
||||
type: n1-standard-8
|
||||
azure:
|
||||
replicas: 0
|
||||
type: Standard_D8s_v3
|
||||
aws:
|
||||
replicas: 0
|
||||
type: m5.2xlarge
|
||||
controlPlane:
|
||||
platform:
|
||||
gcp:
|
||||
replicas: 3
|
||||
type: n1-standard-8
|
||||
azure:
|
||||
replicas: 3
|
||||
type: Standard_D8s_v3
|
||||
aws:
|
||||
replicas: 3
|
||||
type: m5.2xlarge
|
||||
|
||||
# Loosely defined extra features like hypershift support, non-openshift
|
||||
# kubernetes support, spoke support
|
||||
extra_features:
|
||||
hypershift_support: true
|
||||
spoke_support: true
|
||||
|
||||
external_requirements:
|
||||
# external quay, s3 bucket, agof tokens to access paywalled material, manifests, rag-llm hw (only selected regions)
|
||||
Reference in New Issue
Block a user