-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample.answerfile.ini
120 lines (106 loc) · 3 KB
/
example.answerfile.ini
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Example answerfile model to use with Cloyster.
[information]
cluster_name=cloyster
company_name=cloyster-enterprises
[time]
timezone=America/Sao_Paulo
timeserver=0.br.pool.ntp.org
# "locale" must be one of the locales informed by `locale -a` shell command
locale=en_US.utf8
[hostname]
hostname=cloyster
domain_name=cluster.example.com
# Cloyster must have an external network
[network_external]
interface=enp1s0
#ip_address=172.16.144.0
#subnet_mask=255.255.255.0
#gateway=192.168.122.1
#domain_name=example.com
#nameservers=146.164.36.7,146.164.36.15
#mac_address=de:ad:be:ff:00:00
# Cloyster must have an management network
[network_management]
interface=enp8s0
ip_address=172.26.255.254
subnet_mask=255.255.0.0
#gateway=172.26.0.1
domain_name=cluster.example.com
#nameservers=172.26.0.1
#mac_address=de:ad:be:ff:00:01
# Double-commented options are optional
#[network_service]
#interface=enp2s0
#ip_address=172.26.255.256
#subnet_mask=255.255.0.0
##gateway=172.26.0.1
#domain_name=cluster.example.com
##nameservers=172.26.0.1
##mac_address=de:ad:be:ff:00:01
# Use the network_application if using a Infiniband
# Must inform all options if enabled
#[network_application]
#interface=ib0
#ip_address=172.26.0.0
#subnet_mask=255.255.0.0
#gateway=0.0.0.0
#domain_name=cloysterhpc.example
#nameservers=0.0.0.0,0.0.0.0
#mac_address=de:ad:be:ff:00:01
[system]
# Full path to the disk image
disk_image=/root/OracleLinux-R8-U7-x86_64-dvd.iso
# Supported distros: rhel, ol, rocky, almalinux
distro=ol
version=8.7
kernel=5.4.17-2136.302.6.1.el8uek.x86_64
# Generic. If a node.XX section does not have one of these options, they are obtained here.
# Comment if you don't want to use generic options. In this case, you MUST fulfill all the node.XX options.
# These options MUST exist, either specifically in the node.XX sections or in the generic section [node].
[node]
prefix=n
padding=2
node_ip=172.26.0.1
node_root_password=pwd
sockets=1
cores_per_socket=1
threads_per_core=1
bmc_username=admin
bmc_password=admin
bmc_serialport=0
bmc_serialspeed=9600
# Uncomment if you want to override any of the [node] options.
# These options MUST exist, either specifically in the node.XX sections or in the generic section [node].
[node.1]
# Hostname is optional. If commented, you MUST specify "prefix" and "padding".
hostname=foo
mac_address=ca:fe:de:ad:be:ef
#node_ip=172.26.0.1
#node_root_password=pwd
#sockets=1
#cores_per_socket=1
#threads_per_core=1
bmc_address=10.0.0.2
#bmc_username=admin
#bmc_password=admin
#bmc_serialport=0
#bmc_serialspeed=9600
# Optional: NVIDIA HPC SDK
#[nvhpc]
#enabled=0
#[postfix]
# Profile must be 'local', 'relay' or 'sasl'.
# You must fill the SMTP values in their subsections
#profile=local
#destination=example.com
#smtpd_tls_cert_file = /etc/pki/tls/certs/cluster.example.com.cer
#smtpd_tls_key_file = /etc/pki/tls/private/cluster.example.com.key
#[postfix.sasl]
#server=smtp.example.com
#port=587
#username=relayUser
#password=examplePassword
#[postfix.relay]
#server=mx.example.com
#port=25