Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup infrastructure on DTU Ballerup #21

Closed
4 of 5 tasks
ValarMarkhulis opened this issue Dec 5, 2022 · 0 comments · Fixed by #23
Closed
4 of 5 tasks

Setup infrastructure on DTU Ballerup #21

ValarMarkhulis opened this issue Dec 5, 2022 · 0 comments · Fixed by #23
Assignees

Comments

@ValarMarkhulis
Copy link
Contributor

ValarMarkhulis commented Dec 5, 2022

Overview of the deployment:
Image

Overview of the different machines we have gotten:
Image

  • Maybe setup coturn Prometheus exporter. (Seen as a weekend project 🥇 )

  • Document all deployments as they are now

  • Setup and mount disks on the machines that need a lot of disk space (For disk setup on big machines). This is all hosts except the one ending with .31 and only 120 GB disk allocated.

lsblk # Check that you have a disk called xvdb that is not setup
sudo cgdisk /dev/xvdb # Setup new partition via TCL and call it 'data_disk'
lsblk # Check that you now have a portion on that disk
sudo mkfs -t ext4 /dev/xvdb1 # Format the disk partition 
sudo mkdir /media/storage # Create a mounting point on your system
sudo blkid # take the UUID from the disk
sudo vim /etc/fstab # Add the following line: 'UUID="e8311df4...." /media/storage  ext4  defaults  0  2' with the right UUID
sudo mount -av # Mount and check if successful 
sudo chown agpbruger:agpbruger -R /media/storage/ # Permission fix
  • Setup Turn server
  • Setup Application server
@ValarMarkhulis ValarMarkhulis reopened this Dec 5, 2022
@ValarMarkhulis ValarMarkhulis linked a pull request Dec 5, 2022 that will close this issue
ValarMarkhulis added a commit that referenced this issue Dec 5, 2022
…u-ballerup

#21 Finish documenting the deployment as it is now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant