050fa61533934a189247091e87f6bec029c2302d
[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
18 # bootMACAddress is the MAC address of the NIC that will PXE boot.
19 # This is only required when using virtual machines.
20 #bootMACAddress: 00:1e:67:fe:f4:1a
21
22 # networks is used to provide per-machine network configuration.
23 # Where feasible (such as when DHCP is available or static IP pools
24 # can be used), the use of templates at the cluster level is
25 # encouraged instead.
26 #networks:
27 #  baremetal:
28 #    macAddress: 00:1e:67:fe:f4:19
29 #    # type is either ipv4 or ipv4_dhcp
30 #    type: ipv4
31 #    # ipAddress is only valid for type ipv4
32 #    ipAddress: 10.10.110.21/24
33 #    # gateway is only valid for type ipv4
34 #    gateway: 10.10.110.1
35 #    # nameservers is an array of DNS servers; only valid for type ipv4
36 #    nameservers: ["8.8.8.8"]
37 #  provisioning:
38 #    macAddress: 00:1e:67:fe:f4:1a
39 #    type: ipv4_dhcp
40 #  private:
41 #    macAddress: 00:1e:67:f8:6a:40
42 #    type: ipv4
43 #    ipAddress: 10.10.112.2/24
44 #  storage:
45 #    macAddress: 00:1e:67:f8:6a:41
46 #    type: ipv4
47 #    ipAddress: 10.10.113.2/24
48
49 # userData is used to provide per-machine cloud-init data.  Again,
50 # where feasible, the use of templates at the cluster level is
51 # encouraged instead.
52 #userData:
53 #  name: ubuntu
54 #  hashedPassword: $6$rounds=10000$PJLOBdyTv23pNp$9RpaAOcibbXUMvgJScKK2JRQioXW4XAVFMRKqgCB5jC4QmtAdbA70DU2jTcpAd6pRdEZIaWFjLCNQMBmiiL40.
55 #  sshAuthorizedKey: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrxu+fSrU51vgAO5zP5xWcTU8uLv4MkUZptE2m1BJE88JdQ80kz9DmUmq2AniMkVTy4pNeUW5PsmGJa+anN3MPM99CR9I37zRqy5i6rUDQgKjz8W12RauyeRMIBrbdy7AX1xasoTRnd6Ta47bP0egiFb+vUGnlTFhgfrbYfjbkJhVfVLCTgRw8Yj0NSK16YEyhYLbLXpix5udRpXSiFYIyAEWRCCsWJWljACr99P7EF82vCGI0UDGCCd/1upbUwZeTouD/FJBw9qppe6/1eaqRp7D36UYe3KzLpfHQNgm9AzwgYYZrD4tNN6QBMq/VUIuam0G1aLgG8IYRLs41HYkJ root@jump
56 #  fqdn: machine-1.akraino.icn.org
57
58 # Legacy ICN support only, do not use with R6 or later
59 #imageName: focal-server-cloudimg-amd64.img