Here is my host hardware… it consists of three idendical systems.
I created a bootable USB with the minimal Ubuntu Server. Powered on the system and installed Ubuntu from the USB to the SSD (not the NVME)
In hindsight there are these little grommets on the bottom of the case the coincides with the screw ports in the SSD drive. I’m meant to remove the grommet and use a screw in the hardware bag/ziplock.
I installed ethtool
for a moment until I realized that my nodes were running at 2.5GB… So now…
ssh-copy-id -i ~/.ssh/id_rsa USER@HOST
scp SUDOFILE HOST:
ssh HOST
sudo sh -c "cp SUDOFILE /etc/sudoers.d/. && chown root:root /etc/sudoers.d/SUDOFILE && chmod 0600 /etc/sudoers.d/SUDOFILE"
sudo apt install libvirt-daemon
snap
if not already installedsnap install microcloud lxd microceph microovn
the tools on each nodemicrocloud init
I don’t really like my notes above. While they are simple when they fail I do not know how to restart the process without reinstalling the host OS. And maybe that’s why the demos start in a nested VM.
Reference:
Notes:
One thing I have not addressed here… there are a couple of BIOS flags that should be set/cleared… like AMD-V and IOMMU on AMD processors. Intel might be VT-d/IOMMU.
microceph.ceph osd tree microceph cluster list lxc cluster list lxc list lxc launch ubuntu:22.04