From c67726f4be1e15aa7f4549ab6386f71d050c49b6 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 9 Dec 2024 04:44:46 -0700 Subject: [PATCH] Update Servers/Virtualization/OpenStack/Ansible Openstack.md --- Servers/Virtualization/OpenStack/Ansible Openstack.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Servers/Virtualization/OpenStack/Ansible Openstack.md b/Servers/Virtualization/OpenStack/Ansible Openstack.md index c569fc0..66a86c0 100644 --- a/Servers/Virtualization/OpenStack/Ansible Openstack.md +++ b/Servers/Virtualization/OpenStack/Ansible Openstack.md @@ -4,6 +4,8 @@ **Purpose**: Deploying OpenStack via Ansible. ## Required Hardware/Infrastructure Breakdown +Every node in the OpenStack environment (including the deployment node) will be running Rocky Linux 9.5, as OpenStack Ansible only supports CentOS/RHEL/Rocky for its deployment. + | **Hostname** | **IP** | **Storage** | **Memory** | **CPU** | **Network** | **Purpose** | | :--- | :--- | :--- | :--- | :--- | :--- | :--- | | OPENSTACK-BOOTSTRAPPER | 192.168.3.46 (eth0) | 120GB | 8GB | 8-Cores | eth0 | OpenStack Ansible Playbook Deployment Node |