-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoxide.yaml
More file actions
63 lines (58 loc) · 1.91 KB
/
Copy pathoxide.yaml
File metadata and controls
63 lines (58 loc) · 1.91 KB
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
variables:
KUBERNETES_VERSION: "v1.36.1"
CONTROL_PLANE_MACHINE_COUNT: "1"
WORKER_MACHINE_COUNT: "0"
OXIDE_PROJECT: "cluster-api-provider-oxide"
OXIDE_VPC: "default"
OXIDE_SUBNET: "default"
OXIDE_IMAGE_ID: "dc2a71b6-4a5a-4325-8b30-eba975108aa2"
CNI: "./data/cni/calico.yaml"
CCM: "./data/ccm/oxide-ccm.yaml"
CCM_SECRET: "./data/ccm/oxide-ccm-secret.yaml"
providers:
- name: cluster-api
type: CoreProvider
versions:
- name: v1.11.0
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0/core-components.yaml
type: url
contract: v1beta2
files:
- sourcePath: "../data/shared/capi/metadata.yaml"
- name: kubeadm
type: BootstrapProvider
versions:
- name: v1.11.0
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0/bootstrap-components.yaml
type: url
contract: v1beta2
files:
- sourcePath: "../data/shared/capi/metadata.yaml"
- name: kubeadm
type: ControlPlaneProvider
versions:
- name: v1.11.0
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0/control-plane-components.yaml
type: url
contract: v1beta2
files:
- sourcePath: "../data/shared/capi/metadata.yaml"
- name: oxide
type: InfrastructureProvider
versions:
# v0.0.0 is a placeholder that will never be released, so the static
# metadata.yaml fixture below (covering only the 0.0 series) never needs
# updating as real releases are cut.
- name: v0.0.0
value: ../data/capox/capox.yaml
type: url
contract: v1beta2
files:
- sourcePath: "../data/infrastructure-oxide/metadata.yaml"
- sourcePath: "../data/infrastructure-oxide/cluster-template.yaml"
intervals:
default/wait-controllers: ["4m", "10s"]
default/wait-cluster: ["5m", "10s"]
default/wait-control-plane: ["10m", "10s"]
default/wait-worker-nodes: ["5m", "10s"]
default/wait-delete-cluster: ["3m", "10s"]