Lamppost: Difference between revisions
Jump to navigation
Jump to search
DrEdWilliams (talk | contribs) (Created page with "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 o...") |
DrEdWilliams (talk | contribs) mNo edit summary |
||
| 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 | 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 ...): | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 19: | Line 19: | ||
| /shared || telmar || telmar:/shared /shared 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]] | |||
Revision as of 12:47, 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: