Created
July 15, 2025 03:58
-
-
Save muhamad-ridwant-tech/988889adef1eb1089e75440747c0b14a to your computer and use it in GitHub Desktop.
The easy way install MicroCloud by Canonical
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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