-
Diva Hana (2006529543)
-
Gemilang Bagas Ramadhani (2006535205)
-
Laode Alif Ma'sum Sidrajat Raja Ika (2106731213)
-
Michael Gunawan (2106731195)
-
Zaki Ananda (2106705474)
Bash installation script for Cloudstack
This installation script is based on https://github.com/maradens/apachecloudstack
Warning: This script only works in apt-based environment (Ubuntu, Debian, etc) as of now.
Note: Cloudstack does not support management server network using wireless interface
sudo bash cloudstack_install.bash
Prerequisites:
- Root Privileges: Make sure root privileges is enabled
- Required Packages: Please install the following packages before you launch the script:
sudo apt-get install "openssh-server" "sudo" "intel-microcode" "mysql-server" "qemu-system-x86" "nfs-kernel-server" "quota" "bridge-utils" "libvirt-daemon-system" "uuid" "iptables-persistent" "netplan.io"
- NTP and SSH: Please make sure NTP Service active and SSH Configuration are adjusted to allow root password-based login.
- Internet Connections: Obviously, you need to be connected to the internet in order to access cloudstack repository.