From e701747d1d3b2b8477ef2dc1d49562fa28516f22 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 9 Dec 2024 04:03:53 -0700 Subject: [PATCH] Update Servers/Virtualization/OpenStack/Ansible Openstack.md --- .../Virtualization/OpenStack/Ansible Openstack.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Servers/Virtualization/OpenStack/Ansible Openstack.md b/Servers/Virtualization/OpenStack/Ansible Openstack.md index 8bddbf3..a3feed0 100644 --- a/Servers/Virtualization/OpenStack/Ansible Openstack.md +++ b/Servers/Virtualization/OpenStack/Ansible Openstack.md @@ -3,13 +3,13 @@ **Purpose**: Deploying OpenStack via Ansible. -!!! "Hardware Breakdown" - | **Hostname** | **IP** | **Storage** | **Memory** | **CPU** | **Network** | **Purpose** | - | :--- | :--- | :--- | :--- | :--- | :--- | :--- | - | OPENSTACK-BOOTSTRAPPER | 192.168.3.46 (eth0) | 120GB | 8GB | 8-Cores | eth0 | OpenStack Ansible Playbook Deployment Node | - | OPENSTACK-NODE-01 | 192.168.3.43 (eth0) | 250GB (OS), 500GB (Ceph Storage) | 32GB | 16-Cores | eth0, eth1 | OpenStack Cluster Node | - | OPENSTACK-NODE-02 | 192.168.3.44 (eth0) | 250GB (OS), 500GB (Ceph Storage) | 32GB | 16-Cores | eth0, eth1 | OpenStack Cluster Node | - | OPENSTACK-NODE-03 | 192.168.3.45 (eth0) | 250GB (OS), 500GB (Ceph Storage) | 32GB | 16-Cores | eth0, eth1 | OpenStack Cluster Node | +## Hardware Breakdown +| **Hostname** | **IP** | **Storage** | **Memory** | **CPU** | **Network** | **Purpose** | +| :--- | :--- | :--- | :--- | :--- | :--- | :--- | +| OPENSTACK-BOOTSTRAPPER | 192.168.3.46 (eth0) | 120GB | 8GB | 8-Cores | eth0 | OpenStack Ansible Playbook Deployment Node | +| OPENSTACK-NODE-01 | 192.168.3.43 (eth0) | 250GB (OS), 500GB (Ceph Storage) | 32GB | 16-Cores | eth0, eth1 | OpenStack Cluster Node | +| OPENSTACK-NODE-02 | 192.168.3.44 (eth0) | 250GB (OS), 500GB (Ceph Storage) | 32GB | 16-Cores | eth0, eth1 | OpenStack Cluster Node | +| OPENSTACK-NODE-03 | 192.168.3.45 (eth0) | 250GB (OS), 500GB (Ceph Storage) | 32GB | 16-Cores | eth0, eth1 | OpenStack Cluster Node | ## Configure Hard-Coded DNS for Cluster Nodes We want to ensure everything works even if the nodes have no internet access. By hardcoding the FQDNs, this protects us against several possible stupid situations.