From 9dc62103e31ecaf156bb757707c1d9eb95bf50b6 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 21 Dec 2023 05:33:23 -0700 Subject: [PATCH] Update Virtualization/OpenStack/Canonical OpenStack.md --- Virtualization/OpenStack/Canonical OpenStack.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Virtualization/OpenStack/Canonical OpenStack.md b/Virtualization/OpenStack/Canonical OpenStack.md index 056e0c7..9eca324 100644 --- a/Virtualization/OpenStack/Canonical OpenStack.md +++ b/Virtualization/OpenStack/Canonical OpenStack.md @@ -13,8 +13,8 @@ OpenStack is basically a virtual machine hypervisor that is HA and cluster-frien This document assumes your bare-metal host server is running Ubuntu 22.04 LTS, has at least 16GB of Memory (**32GB for Multi-Node Deployments**), two network interfaces (one for management, one for remote VM access), 200GB of Disk Space for the root filesystem, another 200GB disk for Ceph distributed storage, and 4 processor cores. See [Single-Node Mode System Requirements](https://ubuntu.com/openstack/install) !!! note Assumed Networking on the First Cluster Node - **eth0** = 192.168.3.5 - **eth1** = 192.168.5.200 + - **eth0** = 192.168.3.5 + - **eth1** = 192.168.5.200 ### Update APT then install upgrades ``` @@ -39,11 +39,11 @@ Deploy the OpenStack cloud using the cluster bootstrap command. ``` sunbeam cluster bootstrap ``` -!!! caution +!!! warning If you get an "Unable to connect to websocket" error, run `sudo snap restart lxd`. [Known Bug Report](https://bugs.launchpad.net/snap-openstack/+bug/2033400) -!!! note Bootstrap Variables: +!!! note Management networks shared by hosts = `192.168.3.0/24` MetalLB address allocation range (supports multiple ranges, comma separated) (10.20.21.10-10.20.21.20): `192.168.3.50-192.168.3.60` @@ -75,7 +75,6 @@ Verify the cloud by launching a VM called ‘test’ based on the ‘ubuntu’ i ``` sunbeam launch ubuntu --name test ``` -:::note Sample output: -Launching an OpenStack instance ... -Access instance with `ssh -i /home/ubuntu/.config/openstack/sunbeam ubuntu@10.20.20.200` -::: \ No newline at end of file +!!! note Sample output: + - Launching an OpenStack instance ... + - Access instance with `ssh -i /home/ubuntu/.config/openstack/sunbeam ubuntu@10.20.20.200`