Lamppost: Difference between revisions

From WilliamsNet Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Tag: visualeditor
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This started out as an experimental workstation, but has turned into a standalone docker/infrastructure server.  As such, Here is the configuration ...  
This is an experimental workstation.  As such, Here is the configuration ...  


The system is based on [[Basic Fedora 31 Installation|Fedora 31]], KDE spin (because of the original purpose).  If it needed to be recreated, probably should use the [[Basic CentOS 7 Installation]].  In addition to the base install, these need to be installed:
The system is based on [[Basic Fedora 31 Installation|Fedora 31]], KDE spin (because of the original purpose).  If it needed to be recreated, probably should use the Rock Linux distribution (CentOS replacement).  In addition to the base install, these are installed:


* [[Docker Installation|Docker CE]]
* [[Docker Installation|Docker CE]]
Line 7: Line 7:
* vim (from base distro)
* vim (from base distro)


BeeGFS will not install on Fedora 31 (at least not version 6.x that I'm using), so we need to mount the shared directories via NFS (be sure to create the mount point first ...):
The basic shared drive is mounted:


{| class="wikitable"
{| class="wikitable"
Line 14: Line 14:
|-
|-
| /files || storage1 || storage1:/files /files nfs4 soft 0 0
| /files || storage1 || storage1:/files /files nfs4 soft 0 0
|-
| /workspace || controller || controller:/workspace /workspace nfs4 soft 0 0
|-
| /shared || telmar || telmar:/shared /shared nfs4 soft 0 0
|}
|}
Once the base system is configured, these services can be installed:
* [[Quay Container Registry]]
* [[Prometheus Monitoring Server]]
* [[Grafana Graphing Interface]]

Latest revision as of 12:01, 27 October 2021

This is an experimental workstation. As such, Here is the configuration ...

The system is based on Fedora 31, KDE spin (because of the original purpose). If it needed to be recreated, probably should use the Rock Linux distribution (CentOS replacement). In addition to the base install, these are installed:

  • Docker CE
  • git (from base distro)
  • vim (from base distro)

The basic shared drive is mounted:

Shared Filesystem Storage Host /etc/fstab entry
/files storage1 storage1:/files /files nfs4 soft 0 0