diff --git a/Servers/Virtualization/OpenStack/Ansible Openstack.md b/Servers/Virtualization/OpenStack/Ansible Openstack.md index ccc7017..858c6d1 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) | 120GB | 4GB | 4-Cores | eth0 | OpenStack Ansible Playbook Deployment Node | +| OPENSTACK-BOOTSTRAPPER | 192.168.3.46 (eth0) | 32GB | 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 |