forked from apathros/edge-conductor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcapi_metal3.yml
74 lines (68 loc) · 1.62 KB
/
capi_metal3.yml
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
71
72
73
## This is the official Kit for ClusterAPI Metal3 provider with ESP profile.
##
## Features:
## - The ClusterAPI Metal3 provider will be used to do the cluster deployment.
## - The default container runtime used in the target cluster is containerd.
## - Offline deployment is not supported.
Use:
- kit/capi-platform.yml
- kit/common.yml
Parameters:
customconfig:
registry:
password: ""
ironic:
ironicuser: admin
ironicpassword: ""
ironicinspectoruser: admin
ironicinspectorpassword: ""
mariadbpassword: ""
global_settings:
provider_ip:
http_proxy: ""
https_proxy: ""
no_proxy: ""
dns_server: []
ntp_server: ""
nodes:
- name: node-0
user: metal3
mac: "<mac_addr_0>"
bmc_user: "<bmc_user_0>"
bmc_password: ""
bmc_protocol: redfish
bmc_endpoint: "<bmc_endpoint_0>"
- name: node-1
user: metal3
mac: "<mac_addr_1>"
bmc_user: "<mac_addr_1>"
bmc_password: ""
bmc_protocol: redfish
bmc_endpoint: "<bmc_endpoint_1>"
extensions:
- capi-metal3
- sriov
- service-tls
OS:
manifests:
provider:
config:
Cluster:
manifests:
- "config/manifests/cluster_provider_manifest.yml"
provider: capi
config: "config/cluster-provider/capi_cluster.yml"
Components:
manifests:
- "config/manifests/component_manifest.yml"
selector:
- name: nfd
- name: nginx-ingress
override:
chartoverride: file://{{ .Workspace }}/config/service-overrides/ingress/capi-nginx-ingress.yml
- name: intel-sriov-network
- name: rook-ceph
- name: rook-ceph-cluster
- name: portainer-ce
- name: intel-gpu-plugin
- name: akri