|
6 | 6 | # - packet
|
7 | 7 |
|
8 | 8 | images:
|
9 |
| -- name: "${REGISTRY:=quay.io/kubernetes-sigs}/${IMAGE_NAME:=cluster-api-provider-packet}:${TAG:=e2e}" |
10 |
| - loadBehavior: mustLoad |
| 9 | + - name: "${REGISTRY:=quay.io/kubernetes-sigs}/${IMAGE_NAME:=cluster-api-provider-packet}:${TAG:=e2e}" |
| 10 | + loadBehavior: mustLoad |
11 | 11 |
|
12 | 12 | providers:
|
13 |
| -- name: cluster-api |
14 |
| - type: CoreProvider |
15 |
| - versions: |
16 |
| - - name: v0.3.25 # latest published release in the v1alpha3 series |
17 |
| - value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.25/core-components.yaml" |
18 |
| - type: "url" |
19 |
| - contract: v1alpha3 |
20 |
| - replacements: |
21 |
| - - old: --metrics-addr=127.0.0.1:8080 |
22 |
| - new: --metrics-addr=:8080 |
23 |
| - files: |
24 |
| - - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
25 |
| - - name: v0.4.8 # latest published release in the v1alpha4 series |
26 |
| - value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.8/core-components.yaml" |
27 |
| - type: "url" |
28 |
| - contract: v1alpha4 |
29 |
| - replacements: |
30 |
| - - old: --metrics-addr=127.0.0.1:8080 |
31 |
| - new: --metrics-addr=:8080 |
32 |
| - files: |
33 |
| - - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
34 |
| - - name: v1.3.7 # latest published release in the v1beta1 series |
35 |
| - value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.7/core-components.yaml" |
36 |
| - type: "url" |
37 |
| - contract: v1beta1 |
38 |
| - replacements: |
39 |
| - - old: --metrics-addr=127.0.0.1:8080 |
40 |
| - new: --metrics-addr=:8080 |
41 |
| - files: |
42 |
| - - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
| 13 | + - name: cluster-api |
| 14 | + type: CoreProvider |
| 15 | + versions: |
| 16 | + - name: v0.3.25 # latest published release in the v1alpha3 series |
| 17 | + value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.25/core-components.yaml" |
| 18 | + type: "url" |
| 19 | + contract: v1alpha3 |
| 20 | + replacements: |
| 21 | + - old: --metrics-addr=127.0.0.1:8080 |
| 22 | + new: --metrics-addr=:8080 |
| 23 | + files: |
| 24 | + - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
| 25 | + - name: v0.4.8 # latest published release in the v1alpha4 series |
| 26 | + value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.8/core-components.yaml" |
| 27 | + type: "url" |
| 28 | + contract: v1alpha4 |
| 29 | + replacements: |
| 30 | + - old: --metrics-addr=127.0.0.1:8080 |
| 31 | + new: --metrics-addr=:8080 |
| 32 | + files: |
| 33 | + - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
| 34 | + - name: v1.4.8 # latest published release in the v1beta1 series |
| 35 | + value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.8/core-components.yaml" |
| 36 | + type: "url" |
| 37 | + contract: v1beta1 |
| 38 | + replacements: |
| 39 | + - old: --metrics-addr=127.0.0.1:8080 |
| 40 | + new: --metrics-addr=:8080 |
| 41 | + files: |
| 42 | + - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
43 | 43 |
|
44 |
| -- name: kubeadm |
45 |
| - type: BootstrapProvider |
46 |
| - versions: |
47 |
| - - name: v0.3.25 # latest published release in the v1alpha3 series |
48 |
| - value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.25/bootstrap-components.yaml" |
49 |
| - type: "url" |
50 |
| - contract: v1alpha3 |
51 |
| - replacements: |
52 |
| - - old: --metrics-addr=127.0.0.1:8080 |
53 |
| - new: --metrics-addr=:8080 |
54 |
| - files: |
55 |
| - - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
56 |
| - - name: v0.4.8 # latest published release in the v1alpha4 series |
57 |
| - value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.8/bootstrap-components.yaml" |
58 |
| - type: "url" |
59 |
| - contract: v1alpha4 |
60 |
| - replacements: |
61 |
| - - old: --metrics-addr=127.0.0.1:8080 |
62 |
| - new: --metrics-addr=:8080 |
63 |
| - files: |
64 |
| - - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
65 |
| - - name: v1.3.7 # latest published release in the v1beta1 series |
66 |
| - value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.7/bootstrap-components.yaml" |
67 |
| - type: "url" |
68 |
| - contract: v1beta1 |
69 |
| - replacements: |
70 |
| - - old: --metrics-addr=127.0.0.1:8080 |
71 |
| - new: --metrics-addr=:8080 |
72 |
| - files: |
73 |
| - - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
| 44 | + - name: kubeadm |
| 45 | + type: BootstrapProvider |
| 46 | + versions: |
| 47 | + - name: v0.3.25 # latest published release in the v1alpha3 series |
| 48 | + value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.25/bootstrap-components.yaml" |
| 49 | + type: "url" |
| 50 | + contract: v1alpha3 |
| 51 | + replacements: |
| 52 | + - old: --metrics-addr=127.0.0.1:8080 |
| 53 | + new: --metrics-addr=:8080 |
| 54 | + files: |
| 55 | + - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
| 56 | + - name: v0.4.8 # latest published release in the v1alpha4 series |
| 57 | + value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.8/bootstrap-components.yaml" |
| 58 | + type: "url" |
| 59 | + contract: v1alpha4 |
| 60 | + replacements: |
| 61 | + - old: --metrics-addr=127.0.0.1:8080 |
| 62 | + new: --metrics-addr=:8080 |
| 63 | + files: |
| 64 | + - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
| 65 | + - name: v1.4.8 # latest published release in the v1beta1 series |
| 66 | + value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.8/bootstrap-components.yaml" |
| 67 | + type: "url" |
| 68 | + contract: v1beta1 |
| 69 | + replacements: |
| 70 | + - old: --metrics-addr=127.0.0.1:8080 |
| 71 | + new: --metrics-addr=:8080 |
| 72 | + files: |
| 73 | + - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
74 | 74 |
|
75 |
| -- name: kubeadm |
76 |
| - type: ControlPlaneProvider |
77 |
| - versions: |
78 |
| - - name: v0.3.25 # latest published release in the v1alpha3 series; this is used for v1alpha3 --> v1beta1 clusterctl upgrades test only. |
79 |
| - value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.25/control-plane-components.yaml" |
80 |
| - type: "url" |
81 |
| - contract: v1alpha3 |
82 |
| - replacements: |
83 |
| - - old: --metrics-addr=127.0.0.1:8080 |
84 |
| - new: --metrics-addr=:8080 |
85 |
| - files: |
86 |
| - - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
87 |
| - - name: v0.4.8 # latest published release in the v1alpha4 series; this is used for v1alpha4 --> v1beta1 clusterctl upgrades test only. |
88 |
| - value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.8/control-plane-components.yaml" |
89 |
| - type: "url" |
90 |
| - contract: v1alpha4 |
91 |
| - replacements: |
92 |
| - - old: --metrics-addr=127.0.0.1:8080 |
93 |
| - new: --metrics-addr=:8080 |
94 |
| - files: |
95 |
| - - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
96 |
| - - name: v1.3.7 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only. |
97 |
| - value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.7/control-plane-components.yaml" |
98 |
| - type: "url" |
99 |
| - contract: v1beta1 |
100 |
| - replacements: |
101 |
| - - old: --metrics-addr=127.0.0.1:8080 |
102 |
| - new: --metrics-addr=:8080 |
103 |
| - files: |
104 |
| - - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
| 75 | + - name: kubeadm |
| 76 | + type: ControlPlaneProvider |
| 77 | + versions: |
| 78 | + - name: v0.3.25 # latest published release in the v1alpha3 series; this is used for v1alpha3 --> v1beta1 clusterctl upgrades test only. |
| 79 | + value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.25/control-plane-components.yaml" |
| 80 | + type: "url" |
| 81 | + contract: v1alpha3 |
| 82 | + replacements: |
| 83 | + - old: --metrics-addr=127.0.0.1:8080 |
| 84 | + new: --metrics-addr=:8080 |
| 85 | + files: |
| 86 | + - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
| 87 | + - name: v0.4.8 # latest published release in the v1alpha4 series; this is used for v1alpha4 --> v1beta1 clusterctl upgrades test only. |
| 88 | + value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.8/control-plane-components.yaml" |
| 89 | + type: "url" |
| 90 | + contract: v1alpha4 |
| 91 | + replacements: |
| 92 | + - old: --metrics-addr=127.0.0.1:8080 |
| 93 | + new: --metrics-addr=:8080 |
| 94 | + files: |
| 95 | + - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
| 96 | + - name: v1.4.8 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only. |
| 97 | + value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.8/control-plane-components.yaml" |
| 98 | + type: "url" |
| 99 | + contract: v1beta1 |
| 100 | + replacements: |
| 101 | + - old: --metrics-addr=127.0.0.1:8080 |
| 102 | + new: --metrics-addr=:8080 |
| 103 | + files: |
| 104 | + - sourcePath: "../data/shared/v1beta1/metadata.yaml" |
105 | 105 |
|
106 |
| -- name: packet |
107 |
| - type: InfrastructureProvider |
108 |
| - versions: |
109 |
| - - name: v0.3.11 |
110 |
| - value: "https://github.com/kubernetes-sigs/cluster-api-provider-packet/releases/download/v0.3.11/infrastructure-components.yaml" |
111 |
| - type: "url" |
112 |
| - contract: v1alpha3 |
113 |
| - files: |
114 |
| - # Add cluster templates |
115 |
| - - sourcePath: "../data/v1alpha3/cluster-template-packet-ccm.yaml" |
116 |
| - - sourcePath: "../data/v1alpha3/cluster-template-cpem.yaml" |
117 |
| - - name: v0.7.2 |
118 |
| - value: "${MANIFEST_PATH:=..}/infrastructure-components.yaml" |
119 |
| - type: "url" |
120 |
| - contract: v1beta1 |
121 |
| - files: |
122 |
| - - sourcePath: "${MANIFEST_PATH:=..}/metadata.yaml" |
123 |
| - - sourcePath: "../data/v1beta1/cluster-template.yaml" |
124 |
| - - sourcePath: "../data/v1beta1/cluster-template-kcp-scale-in.yaml" |
125 |
| - - sourcePath: "../data/v1beta1/cluster-template-node-drain.yaml" |
126 |
| - - sourcePath: "../data/v1beta1/cluster-template-md-remediation.yaml" |
127 |
| - - sourcePath: "../data/v1beta1/cluster-template-kcp-remediation.yaml" |
128 |
| - - name: v0.7.99 # next; use manifest from source files |
129 |
| - value: "${MANIFEST_PATH:=..}/infrastructure-components.yaml" |
130 |
| - type: "url" |
131 |
| - contract: v1beta1 |
132 |
| - files: |
133 |
| - - sourcePath: "${MANIFEST_PATH:=..}/metadata.yaml" |
134 |
| - - sourcePath: "../data/v1beta1/cluster-template.yaml" |
135 |
| - - sourcePath: "../data/v1beta1/cluster-template-kube-vip.yaml" |
136 |
| - - sourcePath: "../data/v1beta1/cluster-template-kcp-scale-in.yaml" |
137 |
| - - sourcePath: "../data/v1beta1/cluster-template-node-drain.yaml" |
138 |
| - - sourcePath: "../data/v1beta1/cluster-template-md-remediation.yaml" |
139 |
| - - sourcePath: "../data/v1beta1/cluster-template-kcp-remediation.yaml" |
| 106 | + - name: packet |
| 107 | + type: InfrastructureProvider |
| 108 | + versions: |
| 109 | + - name: v0.3.11 |
| 110 | + value: "https://github.com/kubernetes-sigs/cluster-api-provider-packet/releases/download/v0.3.11/infrastructure-components.yaml" |
| 111 | + type: "url" |
| 112 | + contract: v1alpha3 |
| 113 | + files: |
| 114 | + # Add cluster templates |
| 115 | + - sourcePath: "../data/v1alpha3/cluster-template-packet-ccm.yaml" |
| 116 | + - sourcePath: "../data/v1alpha3/cluster-template-cpem.yaml" |
| 117 | + - name: v0.7.2 |
| 118 | + value: "${MANIFEST_PATH:=..}/infrastructure-components.yaml" |
| 119 | + type: "url" |
| 120 | + contract: v1beta1 |
| 121 | + files: |
| 122 | + - sourcePath: "${MANIFEST_PATH:=..}/metadata.yaml" |
| 123 | + - sourcePath: "../data/v1beta1/cluster-template.yaml" |
| 124 | + - sourcePath: "../data/v1beta1/cluster-template-kcp-scale-in.yaml" |
| 125 | + - sourcePath: "../data/v1beta1/cluster-template-node-drain.yaml" |
| 126 | + - sourcePath: "../data/v1beta1/cluster-template-md-remediation.yaml" |
| 127 | + - sourcePath: "../data/v1beta1/cluster-template-kcp-remediation.yaml" |
| 128 | + - name: v0.7.99 # next; use manifest from source files |
| 129 | + value: "${MANIFEST_PATH:=..}/infrastructure-components.yaml" |
| 130 | + type: "url" |
| 131 | + contract: v1beta1 |
| 132 | + files: |
| 133 | + - sourcePath: "${MANIFEST_PATH:=..}/metadata.yaml" |
| 134 | + - sourcePath: "../data/v1beta1/cluster-template.yaml" |
| 135 | + - sourcePath: "../data/v1beta1/cluster-template-kube-vip.yaml" |
| 136 | + - sourcePath: "../data/v1beta1/cluster-template-kcp-scale-in.yaml" |
| 137 | + - sourcePath: "../data/v1beta1/cluster-template-node-drain.yaml" |
| 138 | + - sourcePath: "../data/v1beta1/cluster-template-md-remediation.yaml" |
| 139 | + - sourcePath: "../data/v1beta1/cluster-template-kcp-remediation.yaml" |
140 | 140 |
|
141 | 141 | variables:
|
142 | 142 | KUBERNETES_VERSION_MANAGEMENT: "v1.26.4"
|
|
0 commit comments