Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2021-02-03 15:26:47
Size: 322
Editor: MarkTearle
Comment: Outline structure
Revision 3 as of 2021-02-03 20:32:01
Size: 1155
Editor: MarkTearle
Comment: UCC SOE
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * Back up previous VM
 * Change IP address of previous VM to another IP in UCC Machine Room range
 * Create new VM on UCC Proxmox cluster
  * New VM config is 8GB, 8 cores, defaults for most things
  * New VM storage is 32G, on vmstore_ssd
 * Install base operating system for BigBlueButton
  * Ubuntu 18.04 (via netboot.xyz.iso)
 * Provision on network with original VM IP address
 * Add UCC wheel keys to root user and permit root logins remotely via SSH
Line 8: Line 18:

The [[https://gitlab.ucc.asn.au/ucc-systems/ucc-ansible-soe|UCC Ansible SOE]] https://gitlab.ucc.asn.au/ucc-systems/ucc-ansible-soe has a playbook for making the new BigBlueButton host a UCC server.

 * If not already present, add the host to ucc-hosts inventory under bbb-hosts
 * Run the playbook
{{{
ansible-playbook -K -i ucc-hosts bbb-hosts.yml
}}}

Describe BigBlueButtonRebuild here.

Rebuild Procedure

VM and Operating System

  • Back up previous VM
  • Change IP address of previous VM to another IP in UCC Machine Room range
  • Create new VM on UCC Proxmox cluster
    • New VM config is 8GB, 8 cores, defaults for most things
    • New VM storage is 32G, on vmstore_ssd
  • Install base operating system for BigBlueButton

    • Ubuntu 18.04 (via netboot.xyz.iso)
  • Provision on network with original VM IP address
  • Add UCC wheel keys to root user and permit root logins remotely via SSH

UCC SOE

The UCC Ansible SOE https://gitlab.ucc.asn.au/ucc-systems/ucc-ansible-soe has a playbook for making the new BigBlueButton host a UCC server.

  • If not already present, add the host to ucc-hosts inventory under bbb-hosts
  • Run the playbook

ansible-playbook -K -i ucc-hosts bbb-hosts.yml

Big Blue Button Install

install.sh

Let's Encrypt

Configuration changes

LDAP

Demo

Data Migration

Testing

Clean Up