5
5
* A machine with access to the Internet to use Fabricator and build installer with at least 8 GB RAM and 25 GB of disk space
6
6
* An 16 GB USB flash drive, if you are not using virtual media
7
7
* Have a machine to function as the Fabric Control Node. [ System Requirements] ( ./requirements.md ) as well as IPMI access to it to install
8
- the OS.
8
+ the OS. Only UEFI is supported.
9
9
* A management switch with at least 1 10GbE port is recommended
10
10
* Enough [ Supported Switches] ( ./supported-devices.md ) for your Fabric
11
11
12
+ !!! tip "Control nodes on virtual machines"
13
+ Running control nodes on virtual machines is possible, although not officially supported. If you use virtual
14
+ machines, make sure to use UEFI boot.
15
+
12
16
## Overview of Install Process
13
17
14
18
This section is dedicated to the Hedgehog Fabric installation on bare-metal control node(s) and switches, their
@@ -34,11 +38,11 @@ The main steps to install Fabric are:
34
38
35
39
## Build Control Node configuration and Installer
36
40
Hedgehog has created a command line utility, called ` hhfab ` , that helps generate the wiring diagram and fabric configuration,
37
- validate the supplied configurations, and generate an installation image (.img or .iso) suitable
41
+ validate the supplied configurations, and generate an installation image (.img or .iso) suitable
38
42
for writing to a USB flash drive or mounting via IPMI virtual media. The first ` hhfab ` command to
39
- run is ` hhfab init ` . This will generate the main configuration file, ` fab.yaml ` . ` fab.yaml ` is
40
- responsible for almost every configuration of the fabric with the exception of the wiring. Each
41
- command and subcommand have usage messages, simply supply the ` -h ` flag to your command or sub
43
+ run is ` hhfab init ` . This will generate the main configuration file, ` fab.yaml ` . ` fab.yaml ` is
44
+ responsible for almost every configuration of the fabric with the exception of the wiring. Each
45
+ command and subcommand have usage messages, simply supply the ` -h ` flag to your command or sub
42
46
command to see the available options. For example ` hhfab vlab -h ` and ` hhfab vlab gen -h ` .
43
47
44
48
### HHFAB commands to make a bootable image
0 commit comments