Canonical MicroCloud
I installed Canonical MicroCloud on Debian 12.
Couple issues during first installation:
- no OVN - I had forgotton to install the ‘microovn’ snap during my first setup.
- Insufficient number of disks available to set up distributed storage, skipping at this time
Install snapd:
apt update
apt install snapd
- Exit shell and log back in
Install snap core:
snap install core
Install basic packages needed for MicroCloud:
snap install lxd microceph microcloud microovn
Setup MicroCloud:
microcloud init
Query the cluster:
microcloud cluster list
Query the REST API:
curl -k https://192.168.3.184:9443
References
This tutorial but using VMs, Ubuntu docs pointed to this guide