Skip to content

Instantly share code, notes, and snippets.

@muhamad-ridwant-tech
Created July 15, 2025 03:58
Show Gist options
  • Save muhamad-ridwant-tech/988889adef1eb1089e75440747c0b14a to your computer and use it in GitHub Desktop.
Save muhamad-ridwant-tech/988889adef1eb1089e75440747c0b14a to your computer and use it in GitHub Desktop.
The easy way install MicroCloud by Canonical
### Don't forget to add the SSH key to all remote server
### Verify that the naming has already been created at /etc/host.
## install Microcloud to all remote server
[ridwan@WarMachine]$
for i in {01,02,03}; do ssh root@MicroCloud-${i} "hostname && \
apt update && apt upgrade -y && \
snap install lxd microceph microovn microcloud";done
## check installed version
[ridwan@WarMachine]$
for i in {01,02,03}; do ssh root@MicroCloud-${i} "hostname && \
snap list | grep micro";done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment