Lamppost: Difference between revisions

From WilliamsNet Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
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 started out as an experimental workstation, but has turned into a standalone docker/infrastructure server.  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 [[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 [[Basic CentOS 7 Installation]].  In addition to the base install, these need to be installed:


* [[Docker Installation|Docker CE]]
* [[Docker Installation|Docker CE]]

Revision as of 22:40, 12 January 2020

This started out as an experimental workstation, but has turned into a standalone docker/infrastructure server. 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 Basic CentOS 7 Installation. In addition to the base install, these need to be installed:

  • Docker CE
  • git (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 ...):

Shared Filesystem Storage Host /etc/fstab entry
/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: