Add network info

This commit is contained in:
2025-03-16 21:39:09 -05:00
parent e0988aa9ba
commit d77f2c31f3
2 changed files with 14 additions and 1 deletions

View File

@@ -27,6 +27,8 @@ This implementation is built on easily accessible consumer based hardware and wi
## Prerequisites
- Proxmox (In my homelab, internal DNS, identity manangement, and ipxe are hosted here.)
- Matchbox
- DNS
- Domain Registration
@@ -66,7 +68,7 @@ Find additional details in the ./02-rhacm-config folder.
#### Creating a Cluster
With everything in its right place, you can now start to declaratively create clusters - so choose your own adventure:
With everything in its right place, you can now start to declaratively create clusters
./05-clusters/hcp-bmh - HCP to Bare Metal Hosts
@@ -80,4 +82,6 @@ This makes it to where you just need 3 bare metal nodes. You could run one HCP B
You'll also either need you just need at least 2 bare metal nodes.
---
Credit to Ken Moini as I used his [repo](https://github.com/kenmoini/ztp-for-you-and-me) as the baseline for this project.