generated from hybrid-cloud-patterns/example
-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathpattern-metadata.yaml
70 lines (68 loc) · 1.88 KB
/
pattern-metadata.yaml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# This goal of this metadata is mainly used as a source of truth for
# documentation and qe
metadata_version: "1.0"
name: industrial-edge
pattern_version: "2.0"
display_name: Industrial Edge
repo_url: https://github.com/validatedpatterns/industrial-edge
docs_repo_url: https://github.com/validatedpatterns/docs
issues_url: https://github.com/validatedpatterns/industrial-edge/issues
docs_url: https://validatedpatterns.io/patterns/industrial-edge/
ci_url: https://validatedpatterns.io/ci/?pattern=industrialedge
# can be sandbox, tested or maintained
tier: tested
owners: mbaldessari, darkdoc
requirements:
hub: # Main cluster
compute:
platform:
gcp:
replicas: 5
type: n1-standard-16
azure:
replicas: 5
type: Standard_D16s_v5
aws:
replicas: 4
type: m5.4xlarge
controlPlane:
platform:
gcp:
replicas: 3
type: n1-standard-16
azure:
replicas: 3
type: Standard_D16s_v3
aws:
replicas: 3
type: m5.4xlarge
spoke: # optional - represents the clusters imported into ACM
compute:
platform:
gcp:
replicas: 3
type: n1-standard-16
azure:
replicas: 3
type: Standard_D16s_v5
aws:
replicas: 3
type: m5.2xlarge
controlPlane:
platform:
gcp:
replicas: 3
type: n1-standard-16
azure:
replicas: 3
type: Standard_D16s_v5
aws:
replicas: 3
type: m5.2xlarge
# Loosely defined extra features like hypershift support, non-openshift
# kubernetes support, spoke support
extra_features:
hypershift_support: false
spoke_support: true
external_requirements:
# external quay, s3 bucket, agof tokens to access paywalled material, manifests, rag-llm hw (only selected regions)