Add bmcDisableCertificateVerification to chart
[icn.git] / deploy / machine / values.yaml
1 # machineName is the host name of the machine.
2 machineName: machine-1
3
4 # machineLabels is a dictionary of labels.  The machine label is shown
5 # as an example only; additional labels may be provided.
6 #machineLabels:
7 #  machine: machine-1
8
9 # bmcAddress is the address of the machine's bare metal controller.
10 bmcAddress: ipmi://10.10.110.11
11 # bmcUsername is the username used to access the machine's bare metal
12 # controller.
13 bmcUsername: admin
14 # bmcPassword is the password used to access the machine's bare metal
15 # controller.
16 bmcPassword: password
17 # bmcDisableCertificateVerification skips certificate verification
18 # when connecting to the machine's bare metal controller.
19 bmcDisableCertificateVerification: false
20
21 # bootMACAddress is the MAC address of the NIC that will PXE boot.
22 # This is only required when using virtual machines.
23 #bootMACAddress: 00:1e:67:fe:f4:1a
24
25 # networks is used to provide per-machine network configuration.
26 # Where feasible (such as when DHCP is available or static IP pools
27 # can be used), the use of templates at the cluster level is
28 # encouraged instead.
29 #networks:
30 #  baremetal:
31 #    macAddress: 00:1e:67:fe:f4:19
32 #    # type is either ipv4 or ipv4_dhcp
33 #    type: ipv4
34 #    # ipAddress is only valid for type ipv4
35 #    ipAddress: 10.10.110.21/24
36 #    # gateway is only valid for type ipv4
37 #    gateway: 10.10.110.1
38 #    # nameservers is an array of DNS servers; only valid for type ipv4
39 #    nameservers: ["8.8.8.8"]
40 #  provisioning:
41 #    macAddress: 00:1e:67:fe:f4:1a
42 #    type: ipv4_dhcp
43 #  private:
44 #    macAddress: 00:1e:67:f8:6a:40
45 #    type: ipv4
46 #    ipAddress: 10.10.112.2/24
47 #  storage:
48 #    macAddress: 00:1e:67:f8:6a:41
49 #    type: ipv4
50 #    ipAddress: 10.10.113.2/24
51
52 # userData is used to provide per-machine cloud-init data.  Again,
53 # where feasible, the use of templates at the cluster level is
54 # encouraged instead.
55 #userData:
56 #  name: ubuntu
57 #  hashedPassword: $6$rounds=10000$PJLOBdyTv23pNp$9RpaAOcibbXUMvgJScKK2JRQioXW4XAVFMRKqgCB5jC4QmtAdbA70DU2jTcpAd6pRdEZIaWFjLCNQMBmiiL40.
58 #  sshAuthorizedKey: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrxu+fSrU51vgAO5zP5xWcTU8uLv4MkUZptE2m1BJE88JdQ80kz9DmUmq2AniMkVTy4pNeUW5PsmGJa+anN3MPM99CR9I37zRqy5i6rUDQgKjz8W12RauyeRMIBrbdy7AX1xasoTRnd6Ta47bP0egiFb+vUGnlTFhgfrbYfjbkJhVfVLCTgRw8Yj0NSK16YEyhYLbLXpix5udRpXSiFYIyAEWRCCsWJWljACr99P7EF82vCGI0UDGCCd/1upbUwZeTouD/FJBw9qppe6/1eaqRp7D36UYe3KzLpfHQNgm9AzwgYYZrD4tNN6QBMq/VUIuam0G1aLgG8IYRLs41HYkJ root@jump
59 #  fqdn: machine-1.akraino.icn.org
60
61 # Legacy ICN support only, do not use with R6 or later
62 #imageName: focal-server-cloudimg-amd64.img