From d77f2c31f3df226ae34afc3c58c45856f22dbdca Mon Sep 17 00:00:00 2001 From: rblundon Date: Sun, 16 Mar 2025 21:39:09 -0500 Subject: [PATCH] Add network info --- README.md | 6 +++++- docs/networks.md | 9 +++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/networks.md diff --git a/README.md b/README.md index 93d3f60..acd5351 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/networks.md b/docs/networks.md new file mode 100644 index 0000000..3ae3546 --- /dev/null +++ b/docs/networks.md @@ -0,0 +1,9 @@ +# Networks + +My homelab is segmented into a set of networks. Each network is a separate subnet, and each subnet is a separate VLAN that usually corresponds to the 3rd octet of the IPv4 block it aligns to. The following table shows the network and VLAN information: + +| Network | VLAN | DHCP Range | Description | +|------------------|------|--------------------|--------------------| +| XXX.XXX.XXX.0/24 | 71 | XXX.XXX.XXX.10-250 | Server network | +| XXX.XXX.XXX.0/24 | 22 | | Cluster network | +| XXX.XXX.XXX.0/24 | 121 | | Storage network |