Erratic: Difference between revisions

From NURDspace
No edit summary
No edit summary
Line 11: Line 11:
== Erratic ==
== Erratic ==
Erratic is our current primary server that's running things such as nurdservices, ipam and many other tools that we use as well as a few member projects. Erratic is the successor of [[Coherence]].
Erratic is our current primary server that's running things such as nurdservices, ipam and many other tools that we use as well as a few member projects. Erratic is the successor of [[Coherence]].
== Software Stack ==
Please try your best to document VMs and LXC containers and their use, as well as any docker containers that you setup. This so it's easier for your fellow BOFH-er to do maintenance or fix something going haywire.
=== bare-metal ===
{| class="wikitable"
|-
! Service !! port(s) !! link !! Description
|-
| Proxmox || 8006 ||https://erratic.lan.nurd.space:8006 || Proxmox web interface
|-
| Netdata || 19999 || http://erratic.lan.nurd.space:19999 || Glorified web based stats collector
|}
=== Docker ===
The system is running a Docker host at docker.vm.nurd.space/10.208.11.8 which can be managed using Portainer at [https://10.208.11.8](https://10.208.11.8)
{| class="wikitable"
|-
! Docker container !! port(s) !! link !! owner !! Description
|-
| Portainer || 8000, 443 || https://10.208.11.8 || Space || Web interface for managing docker containers
|-
| Scrutiny|| 8001 || https://10.208.11.8:8001 || Space || Web interface showing smart status, collector running on Erratic.
|}
=== LXC ===
{| class="wikitable"
|-
! LXC Name !! port(s) !! link !! Owner || Description
|-
| docker.vm.nurd.space || See docker || - || Space || LXC running docker containers
|-
| soundfx.dhcp.nurd.space || - || - || Melan|| Container that makes leds go flashy on music
|}
=== VM ===
{| class="wikitable"
|-
! VM Name !! port(s) !! link !! owner ||  Description
|-
|}




Line 30: Line 82:
|}
|}


== Parts ==
* case https://www.supermicro.com/en/products/chassis/4U/745/SC745BAC-R1K23B-SQ
* motherboard https://www.supermicro.com/en/products/motherboard/X10SRi-F
* CPU https://www.intel.com/content/www/us/en/products/sku/83352/intel-xeon-processor-e52620-v3-15m-cache-2-40-ghz/specifications.html
* memory 2x HMA84GR7MFR4N-TF 32GB ECC Dual Rank x4 PC4-17000P-R (DDR4-2133) Registered CAS-15 


== Pointers ==
== Pointers ==
Line 41: Line 87:
  erratic.lan.nurd.space 10.208.30.70
  erratic.lan.nurd.space 10.208.30.70
  erratic-bmc.lan.nurd.space 10.208.30.71
  erratic-bmc.lan.nurd.space 10.208.30.71
== Proxmox ==
Yes


== Pics ==
== Pics ==
Line 56: Line 98:


</gallery>
</gallery>
== Parts ==
* case https://www.supermicro.com/en/products/chassis/4U/745/SC745BAC-R1K23B-SQ
* motherboard https://www.supermicro.com/en/products/motherboard/X10SRi-F
* CPU https://www.intel.com/content/www/us/en/products/sku/83352/intel-xeon-processor-e52620-v3-15m-cache-2-40-ghz/specifications.html
* memory 2x HMA84GR7MFR4N-TF 32GB ECC Dual Rank x4 PC4-17000P-R (DDR4-2133) Registered CAS-15 


=== Useful guides ===
=== Useful guides ===
Installing docker in a LXC and enabling overlay2 fs
Installing docker in a LXC and enabling overlay2 fs
* https://du.nkel.dev/blog/2021-03-25_proxmox_docker/
* https://du.nkel.dev/blog/2021-03-25_proxmox_docker/
* https://gist.github.com/hostberg/86bfaa81e50cc0666f1745e1897c0a56

Revision as of 17:28, 5 April 2022

Erratic
Erratic-duringsetup.jpg
Owner Space
Status Infra
Hostname erratic.lan.nurd.space
Tool Yes
Tool category Infrastructure

Erratic

erratic-duringsetup.jpg {{{InventoryOwner}}}Property "Tool Owner" (as page type) with input value "{{{InventoryOwner}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. {{{Location}}}Property "Tool Location" (as page type) with input value "{{{Location}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.

Erratic

Erratic is our current primary server that's running things such as nurdservices, ipam and many other tools that we use as well as a few member projects. Erratic is the successor of Coherence.


Software Stack

Please try your best to document VMs and LXC containers and their use, as well as any docker containers that you setup. This so it's easier for your fellow BOFH-er to do maintenance or fix something going haywire.

bare-metal

Service port(s) link Description
Proxmox 8006 https://erratic.lan.nurd.space:8006 Proxmox web interface
Netdata 19999 http://erratic.lan.nurd.space:19999 Glorified web based stats collector


Docker

The system is running a Docker host at docker.vm.nurd.space/10.208.11.8 which can be managed using Portainer at [1](https://10.208.11.8)

Docker container port(s) link owner Description
Portainer 8000, 443 https://10.208.11.8 Space Web interface for managing docker containers
Scrutiny 8001 https://10.208.11.8:8001 Space Web interface showing smart status, collector running on Erratic.


LXC

LXC Name port(s) link Owner Description
docker.vm.nurd.space See docker - Space LXC running docker containers
soundfx.dhcp.nurd.space - - Melan Container that makes leds go flashy on music


VM

VM Name port(s) link owner Description


Specs

Type Name
Motherboard Supermicro X10SRi-F
Processor Intel Xeon e52620 V3 (6 core, 12 threads)
OS Proxmox 7.1
Memory 2x 32GB DDR4 ECC
OS SSD Samsung EVO 840 250GB


Pointers

erratic.lan.nurd.space 10.208.30.70
erratic-bmc.lan.nurd.space 10.208.30.71

Pics

Parts


Useful guides

Installing docker in a LXC and enabling overlay2 fs