RMU build Gen-1.5: III. Maas - B. Install Maas Software via APT

From Internet Computer Wiki
Revision as of 18:35, 26 February 2024 by Katie.peters (talk | contribs) (Finished page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page is part of the Gen-1.5 RMU build runbook.

Go back to the previous section: A. Create Proxmox CT

B. Install Maas Software via APT

  1. Open the console, Select RMU > 120 (maas) > Console
    apt update && apt upgrade -y
    reboot
    
  2. Start with updating the server software (accept the defaults to any prompts):
    useradd -u1000 -U -m -c "Admin" -s /bin/bash <admin>
    
  3. Add a Generic admin account. Please change <admin> to your admin username NOTE: This account will be used to log into the web GUI for MaaS
    apt install software-properties-common curl -y
    
  4. Install the software tools (so that apt-add-repository works):
  5. Install MaaS 3.3:
    • Run these commands one at a time:
      • apt-add-repository ppa:maas/3.3
    • (hit enter to continue)
      • apt update
      • apt remove systemd-timesyncd -y
      • apt install maas-region-controller -y
      • apt install maas-rack-controller -y
      • maas createadmin --username=<admin> --email=<email address>
    • (Make sure you change <admin> and <email address> to create a non-trivial password and store it in your password manager. Optionally import an ssh public key.)

Continue to next section: C. Share Services Via Teleport

Go to the index of the Gen-1.5 RMU build runbook.