From 4c19c9b80cd5ccc4f7a631762b2051ea8c0ebd83 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 9 Dec 2024 04:46:31 -0700 Subject: [PATCH] Update Servers/Virtualization/OpenStack/Ansible Openstack.md --- Servers/Virtualization/OpenStack/Ansible Openstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Servers/Virtualization/OpenStack/Ansible Openstack.md b/Servers/Virtualization/OpenStack/Ansible Openstack.md index 858c6d1..0034168 100644 --- a/Servers/Virtualization/OpenStack/Ansible Openstack.md +++ b/Servers/Virtualization/OpenStack/Ansible Openstack.md @@ -8,7 +8,7 @@ Every node in the OpenStack environment (including the deployment node) will be | **Hostname** | **IP** | **Storage** | **Memory** | **CPU** | **Network** | **Purpose** | | :--- | :--- | :--- | :--- | :--- | :--- | :--- | -| OPENSTACK-BOOTSTRAPPER | 192.168.3.46 (eth0) | 32GB | 4GB | 4-Cores | eth0 | OpenStack Ansible Playbook Deployment Node | +| OPENSTACK-BOOTSTRAPPER | 192.168.3.46 (eth0) | 32GB (OS) | 4GB | 4-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/Target Node | | OPENSTACK-NODE-02 | 192.168.3.44 (eth0) | 250GB (OS), 500GB (Ceph Storage) | 32GB | 16-Cores | eth0, eth1 | OpenStack Cluster/Target Node | | OPENSTACK-NODE-03 | 192.168.3.45 (eth0) | 250GB (OS), 500GB (Ceph Storage) | 32GB | 16-Cores | eth0, eth1 | OpenStack Cluster/Target Node |