Lamppost

From WilliamsNet Wiki
Revision as of 22:40, 12 January 2020 by DrEdWilliams (talk | contribs)
Jump to navigation Jump to search

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: