From 32817f6b90ab6ddae467399f21584665dab45ef8 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 21 Dec 2023 05:31:07 -0700 Subject: [PATCH] Fixed Admonition Sections --- .../OpenStack/Canonical OpenStack.md | 33 +++++++++---------- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/Virtualization/OpenStack/Canonical OpenStack.md b/Virtualization/OpenStack/Canonical OpenStack.md index 9823376..056e0c7 100644 --- a/Virtualization/OpenStack/Canonical OpenStack.md +++ b/Virtualization/OpenStack/Canonical OpenStack.md @@ -9,22 +9,20 @@ OpenStack is basically a virtual machine hypervisor that is HA and cluster-frien - https://discourse.ubuntu.com/t/single-node-guided/35765 - https://microstack.run/docs/single-node-guided -:::note Prerequisites -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 + 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 -::: +!!! note Assumed Networking on the First Cluster Node + **eth0** = 192.168.3.5 + **eth1** = 192.168.5.200 ### Update APT then install upgrades ``` sudo apt update && sudo apt upgrade -y && sudo apt install htop ncdu iptables nano -y ``` -:::tip -At this time, it would be a good idea to take a checkpoint/snapshot of the server (if it is a virtual machine). This gives you a starting point to come back to as you troubleshoot inevitable deployment issues. -::: +!!! tip + At this time, it would be a good idea to take a checkpoint/snapshot of the server (if it is a virtual machine). This gives you a starting point to come back to as you troubleshoot inevitable deployment issues. + ### Update SNAP then install OpenStack SNAP ``` sudo snap refresh @@ -41,14 +39,13 @@ Deploy the OpenStack cloud using the cluster bootstrap command. ``` sunbeam cluster bootstrap ``` -:::caution -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: -- 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` -::: +!!! caution + 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: + 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` ### Cloud Initialization: - nicole@moon-stack-01:~$ `sunbeam configure --openrc demo-openrc`