Difference between revisions of "Osgeo9"

From OSGeo
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Osgeo9''' is an Ubuntu 20.04 LTS machine administered by [[SAC]], hosted on [[SAC_Service_Status#Servers_at_OSL|OSU OSL servers]] since April 2021.
+
'''Osgeo9''' is an Ubuntu 22.04.1 LTS machine administered by [[SAC]], hosted on [[SAC_Service_Status#Servers_at_OSL|OSU OSL servers]] since April 2021.
 
Donated to OSGeo by OpenStreetMap Foundation (OSMF)
 
Donated to OSGeo by OpenStreetMap Foundation (OSMF)
  
Line 14: Line 14:
  
 
tech_dev@osgeo8:~$ sudo lsblk
 
tech_dev@osgeo8:~$ sudo lsblk
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
+
 
sda            8:0    0  410G 0 disk
+
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
 +
loop0          7:0    0  63.2M  1 loop /snap/core20/1695
 +
loop1          7:1    0  55.6M  1 loop /snap/core18/2566
 +
loop2          7:2    0  55.6M  1 loop /snap/core18/2620
 +
loop3          7:3    0  63.2M  1 loop
 +
loop4          7:4    0 136.4M  1 loop /snap/lxd/23889
 +
loop5          7:5    0 135.7M  1 loop
 +
loop6          7:6    0 136.5M  1 loop /snap/lxd/23853
 +
loop7          7:7    0    48M  1 loop /snap/snapd/17029
 +
loop8          7:8    0    48M  1 loop /snap/snapd/17336
 +
loop9          7:9    0  63.2M  1 loop /snap/core20/1634
 +
sda            8:0    0  6.5T 0 disk
 
├─sda1        8:1    0    1M  0 part
 
├─sda1        8:1    0    1M  0 part
 
├─sda2        8:2    0  488M  0 part /boot
 
├─sda2        8:2    0  488M  0 part /boot
└─sda3        8:3    0 409.5G 0 part
+
└─sda3        8:3    0   6.5T 0 part
 
  ├─lvm-swap 253:0    0  1.9G  0 lvm  [SWAP]
 
  ├─lvm-swap 253:0    0  1.9G  0 lvm  [SWAP]
  └─lvm-root 253:1    0   10G 0 lvm  /
+
  ├─lvm-root 253:1    0   210G 0 lvm  /
 +
  └─lvm-lxd  253:2    0  2.9T  0 lvm
  
 
</pre>
 
</pre>
Line 26: Line 38:
  
 
== Setup ==
 
== Setup ==
 +
 +
2022-10-20 - new HDD 8 1.2TB drives were put in and old drives swapped out for a total of 6.5TB on RAID 6 usable space.
 +
 
As of 2021-10-04 the ssh port of the main host (the physical server) is 2222 and there is only one non-root account on it
 
As of 2021-10-04 the ssh port of the main host (the physical server) is 2222 and there is only one non-root account on it
 
and can only be accessed via key access. Keys are deployed using [[AnsibleDeployment]] repo of gitea
 
and can only be accessed via key access. Keys are deployed using [[AnsibleDeployment]] repo of gitea
  
It has an LXD installed from snap and 2 containers - hop, nginx and several containers used for building lxd images.
+
It has an LXD installed from snap: Refer to [[SAC Service Status#osgeo_9]] for list of containers on it. It is also used for building lxd images.
  
  

Latest revision as of 14:25, 7 November 2022

Osgeo9 is an Ubuntu 22.04.1 LTS machine administered by SAC, hosted on OSU OSL servers since April 2021. Donated to OSGeo by OpenStreetMap Foundation (OSMF)

Up-to-date info about containers can be found (password-protected) in https://git.osgeo.org/gitea/sac/osgeo9/wiki/

Hardware

This is an LXD host

	IPv4 address..: 140.211.15.13, (OpenVPN KVM IP: osgeo9.osuosl.oob [10.0.0.108])
	Hostname......: osgeo9.osgeo.osuosl.org
	LSB Specs.........:  Ubuntu 20.04.2
	RAM...........: 70 Gi
	Disk..........: 

	tech_dev@osgeo8:~$ sudo lsblk

	NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
	loop0          7:0    0  63.2M  1 loop /snap/core20/1695
	loop1          7:1    0  55.6M  1 loop /snap/core18/2566
	loop2          7:2    0  55.6M  1 loop /snap/core18/2620
	loop3          7:3    0  63.2M  1 loop
	loop4          7:4    0 136.4M  1 loop /snap/lxd/23889
	loop5          7:5    0 135.7M  1 loop
	loop6          7:6    0 136.5M  1 loop /snap/lxd/23853
	loop7          7:7    0    48M  1 loop /snap/snapd/17029
	loop8          7:8    0    48M  1 loop /snap/snapd/17336
	loop9          7:9    0  63.2M  1 loop /snap/core20/1634
	sda            8:0    0   6.5T  0 disk
	├─sda1         8:1    0     1M  0 part
	├─sda2         8:2    0   488M  0 part /boot
	└─sda3         8:3    0   6.5T  0 part
	  ├─lvm-swap 253:0    0   1.9G  0 lvm  [SWAP]
	  ├─lvm-root 253:1    0   210G  0 lvm  /
	  └─lvm-lxd  253:2    0   2.9T  0 lvm

Cpus..........: 2 processors (24 cores) (Intel(R) Xeon(R) CPU X5660 @ 2.80GHz, 12288 KB cache)

Setup

2022-10-20 - new HDD 8 1.2TB drives were put in and old drives swapped out for a total of 6.5TB on RAID 6 usable space.

As of 2021-10-04 the ssh port of the main host (the physical server) is 2222 and there is only one non-root account on it and can only be accessed via key access. Keys are deployed using AnsibleDeployment repo of gitea

It has an LXD installed from snap: Refer to SAC Service Status#osgeo_9 for list of containers on it. It is also used for building lxd images.


So to SSH - ssh tech_dev@osgeo9.osgeo.osuosl.org -p 2222

As of 2021-05-01 some configurations of this machine are deployed using AnsibleDeployment


Containers and Services

Refer to SAC Service Status#osgeo_9