Add support for IPv6 to machine and cluster 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 static IP pools can be used), the use
27 # of templates at the cluster level is encouraged instead.
28 #networkData:
29 #  links:
30 #    ethernets:
31 #      baremetal:
32 #        macAddress: 00:1e:67:fe:f4:19
33 #      provisioning:
34 #        macAddress: 00:1e:67:fe:f4:1a
35 #      private:
36 #        macAddress: 00:1e:67:f8:6a:40
37 #      storage:
38 #        macAddress: 00:1e:67:f8:6a:41
39 #  networks:
40 #    ipv4DHCP:
41 #      provisioning: {}
42 #    ipv4:
43 #      baremetal:
44 #        # link is optional and defaults to the network name.
45 #        #link: baremetal
46 #        ipAddress: 10.10.110.21/24
47 #        gateway: 10.10.110.1
48 #      private:
49 #        ipAddress: 10.10.112.2/24
50 #      storage:
51 #        ipAddress: 10.10.113.2/24
52 #  services:
53 #    dns: ["8.8.8.8"]
54
55 # userData is used to provide per-machine cloud-init data.  Again,
56 # where feasible, the use of templates at the cluster level is
57 # encouraged instead.
58 #userData:
59 #  name: ubuntu
60 #  hashedPassword: $6$rounds=10000$PJLOBdyTv23pNp$9RpaAOcibbXUMvgJScKK2JRQioXW4XAVFMRKqgCB5jC4QmtAdbA70DU2jTcpAd6pRdEZIaWFjLCNQMBmiiL40.
61 #  sshAuthorizedKey: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrxu+fSrU51vgAO5zP5xWcTU8uLv4MkUZptE2m1BJE88JdQ80kz9DmUmq2AniMkVTy4pNeUW5PsmGJa+anN3MPM99CR9I37zRqy5i6rUDQgKjz8W12RauyeRMIBrbdy7AX1xasoTRnd6Ta47bP0egiFb+vUGnlTFhgfrbYfjbkJhVfVLCTgRw8Yj0NSK16YEyhYLbLXpix5udRpXSiFYIyAEWRCCsWJWljACr99P7EF82vCGI0UDGCCd/1upbUwZeTouD/FJBw9qppe6/1eaqRp7D36UYe3KzLpfHQNgm9AzwgYYZrD4tNN6QBMq/VUIuam0G1aLgG8IYRLs41HYkJ root@jump
62 #  fqdn: machine-1.akraino.icn.org
63
64 # Legacy ICN support only, do not use with R6 or later
65 #imageName: focal-server-cloudimg-amd64.img