File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,13 @@ You can calculate the system requirements based on the allocated resources to th
3636| Control Node | 6 | 6GB | 100GB |
3737| Test Server | 2 | 768MB | 10GB |
3838| Switch | 4 | 5GB | 50GB |
39+ | Gateway | 8 | 6GB | 50GB |
3940
4041These numbers give approximately the following requirements for the default topologies:
4142
4243* Spine-Leaf: 54 vCPUs, 49664 MB, 550 GB disk
4344* Mesh (2 leaves): 22 vCPUs, 19456 MB, 240 GB disk
45+ * If gateway is enabled it adds 8 vCPUs, 6GB RAM, and 50GB disk
4446
4547Usually, none of the VMs will reach 100% utilization of the allocated resources, but as a rule of thumb you should make
4648sure that you have at least allocated RAM and disk space for all VMs.
Original file line number Diff line number Diff line change @@ -275,6 +275,12 @@ style Leaves fill:none,stroke:none
275275style Servers fill:none,stroke:none
276276```
277277
278+ ### Gateway
279+
280+ Gateway could be added by adding ` --gateway ` flag to the ` hhfab init ` command and it'll be automatically added connected
281+ to two spines in case of spine-leaf topology or two leafs in case of the mesh topology, number of uplinks could be
282+ controlled using flags on the ` hhfab vlab gen ` command.
283+
278284### Lightweight Spine-Leaf
279285A default spine-leaf topology in VLAB requests more CPU and RAM than is commonly available. The lightweight
280286topology requests 22 vCPUs and 23 GiB of RAM, it is 6 virtual machines, and still allows for traffic to transit a spine.
You can’t perform that action at this time.
0 commit comments