Skip to content

Commit

Permalink
Move Partitioning docs to assisted installer onprem only section
Browse files Browse the repository at this point in the history
  • Loading branch information
nocturnalastro committed Mar 28, 2024
1 parent 97e9139 commit af5753d
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,17 +627,6 @@ The basic network configuration of the inventory for the fully bare metal deploy
bmc_address: 172.30.10.7
# ...
```
## Additional Partition Deployment

For OCP 4.8+ deployments you can set partitions if required on the nodes. You do this by adding the snippet below to the node definition. Please ensure you provide the correct label and size(MiB) for the additional partitions you want to create. The device can either be the drive in which RHCOS image needs to be installed or it can be any additional drive on the node that requires partitioning. In the case that the device is equal to the host's `installation_disk_path` then a partition will be added defined by `disks_rhcos_root`. All additional partitions must be added under `extra_partitions` key as per the example below.

```yaml
disks:
- device: "{{ installation_disk_path }}"
extra_partitions:
partition_1: 1024
partition_2: 1024
```

## PXE Deployment
You must have these services when using PXE deployment
Expand Down Expand Up @@ -797,3 +786,15 @@ day2_workers:
bmc_address: 172.28.11.26
mac: 3C:FD:FE:78:AB:05
```

## Additional Partition Deployment

For OCP 4.8+ deployments you can set partitions if required on the nodes. You do this by adding the snippet below to the node definition. Please ensure you provide the correct label and size(MiB) for the additional partitions you want to create. The device can either be the drive in which RHCOS image needs to be installed or it can be any additional drive on the node that requires partitioning. In the case that the device is equal to the host's `installation_disk_path` then a partition will be added defined by `disks_rhcos_root`. All additional partitions must be added under `extra_partitions` key as per the example below.

```yaml
disks:
- device: "{{ installation_disk_path }}"
extra_partitions:
partition_1: 1024
partition_2: 1024
```

0 comments on commit af5753d

Please sign in to comment.