Difference between revisions of "RMU build Gen-1.5: III. Maas - B. Install Maas Software via APT"

From Internet Computer Wiki
Jump to: navigation, search
(creating page)
 
(Finished page)
 
Line 1: Line 1:
sdfsdf
+
This page is part of the [[RMU build Gen-1.5|Gen-1.5 RMU build runbook]].
sdgfsdfg
+
 
 +
Go back to the previous section: [[RMU build Gen-1.5: III. Maas - A. Create Proxmox CT|A. Create Proxmox CT]]
 +
 
 +
==B. Install Maas Software via APT==
 +
#Open the console, Select <code>RMU</code> > <code>120 (maas)</code> > <code>Console</code><syntaxhighlight lang="yaml">
 +
apt update && apt upgrade -y
 +
reboot</syntaxhighlight>
 +
#Start with updating the server software (accept the defaults to any prompts):<syntaxhighlight lang="yaml">
 +
useradd -u1000 -U -m -c "Admin" -s /bin/bash <admin></syntaxhighlight>
 +
#Add a Generic admin account. Please change <code><admin></code> to your admin username  NOTE: This account will be used to log into the web GUI for MaaS<syntaxhighlight lang="yaml">
 +
apt install software-properties-common curl -y</syntaxhighlight>
 +
#Install the software tools (so that apt-add-repository works):
 +
#Install MaaS 3.3:
 +
#*Run these commands one at a time:
 +
#**<code>apt-add-repository ppa:maas/3.3</code>
 +
#*(hit enter to continue) 
 +
#**<code>apt update</code>
 +
#**<code>apt remove systemd-timesyncd -y</code>
 +
#**<code>apt install maas-region-controller -y</code>
 +
#**<code>apt install maas-rack-controller -y</code>
 +
#**<code>maas createadmin --username=<admin> --email=<email address></code>
 +
#*(Make sure you change <code><admin></code> and <code><email address></code> to create a non-trivial password and store it in your password manager.  Optionally import an ssh public key.)
 +
 
 +
==Continue to next section: [[RMU build Gen-1.5: III. Maas - C. Share Services Via Teleport|C. Share Services Via Teleport]]==
 +
Go to the index of the [[RMU build Gen-1.5|Gen-1.5 RMU build runbook]].

Latest revision as of 18:35, 26 February 2024

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.