Fixed Admonition Sections
This commit is contained in:
@ -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://discourse.ubuntu.com/t/single-node-guided/35765
|
||||||
- https://microstack.run/docs/single-node-guided
|
- https://microstack.run/docs/single-node-guided
|
||||||
|
|
||||||
:::note Prerequisites
|
!!! 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)
|
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
|
!!! note Assumed Networking on the First Cluster Node
|
||||||
- **eth0** = 192.168.3.5
|
**eth0** = 192.168.3.5
|
||||||
- **eth1** = 192.168.5.200
|
**eth1** = 192.168.5.200
|
||||||
:::
|
|
||||||
|
|
||||||
### Update APT then install upgrades
|
### Update APT then install upgrades
|
||||||
```
|
```
|
||||||
sudo apt update && sudo apt upgrade -y && sudo apt install htop ncdu iptables nano -y
|
sudo apt update && sudo apt upgrade -y && sudo apt install htop ncdu iptables nano -y
|
||||||
```
|
```
|
||||||
:::tip
|
!!! 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.
|
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
|
### Update SNAP then install OpenStack SNAP
|
||||||
```
|
```
|
||||||
sudo snap refresh
|
sudo snap refresh
|
||||||
@ -41,14 +39,13 @@ Deploy the OpenStack cloud using the cluster bootstrap command.
|
|||||||
```
|
```
|
||||||
sunbeam cluster bootstrap
|
sunbeam cluster bootstrap
|
||||||
```
|
```
|
||||||
:::caution
|
!!! caution
|
||||||
If you get an "Unable to connect to websocket" error, run `sudo snap restart lxd`.
|
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)
|
[Known Bug Report](https://bugs.launchpad.net/snap-openstack/+bug/2033400)
|
||||||
:::
|
|
||||||
:::note Bootstrap Variables:
|
!!! note Bootstrap Variables:
|
||||||
- Management networks shared by hosts = `192.168.3.0/24`
|
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`
|
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:
|
### Cloud Initialization:
|
||||||
- nicole@moon-stack-01:~$ `sunbeam configure --openrc demo-openrc`
|
- nicole@moon-stack-01:~$ `sunbeam configure --openrc demo-openrc`
|
||||||
|
Reference in New Issue
Block a user