Skip to content

Commit d7c9cfb

Browse files
authored
Merge pull request #71 from Uptime-Lab/Brand-name-update
Removed Uptime Industries
2 parents e8886dc + f7cf938 commit d7c9cfb

File tree

27 files changed

+1982
-2365
lines changed

27 files changed

+1982
-2365
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"buyzero",
1616
"CIRCUITPY",
1717
"circuitpython",
18+
"Computreblade",
1819
"datasheet",
1920
"datasheets",
2021
"dizazzo",

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Compute Blade
2+
23
A On-Premise Cluster Environment
34

45
Feature rich, enterprise-level, carrier board for the Raspberry Pi Compute Module 4 (+ compatible alternatives). From Homelabs to advanced AI clusters at scale: Simplifying and automating the development and management of on-premise cluster environments is at the heart of what we do. Our solutions are designed to streamline complex processes, turning what was once a daunting task into a manageable and efficient experience.
56

67
## Links
8+
79
- [Website](https://computeblade.com/)
810
- [Documentation](https://docs.computeblade.com)
911
- [Discord Community](https://discord.com/invite/uptime-industries-952334175501946902)

docs/blog/2024/12/31/cicd_part_2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before starting, ensure you have:
2121
([ComputeBlade setup recommended](/blog/2024/12/22/System%20setup%20process)).
2222
2. [Longhorn installed as the storage backend](/blog/2024/12/29/block_storage_longhorn)
2323
3. Administrator access to your Kubernetes cluster.
24-
4. An existing GitHub organization (e.g., uptime-industries).
24+
4. An existing GitHub organization (e.g., uptime-lab).
2525

2626
## Step 1: Create a Persistent Volume Claim (PVC)
2727

docs/docs/agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Additionally, it exposes hardware and agent-related metrics on a Prometheus endp
1010

1111
## Installation of Agent
1212

13-
The following commands download and then run our automated installation [script](https://github.com/uptime-industries/compute-blade-agent/blob/main/hack/autoinstall.sh)
13+
The following commands download and then run our automated installation [script](https://github.com/uptime-lab/compute-blade-agent/blob/main/hack/autoinstall.sh)
1414
```bash
1515
sudo apt update
1616
sudo apt upgrade

docs/docs/blade/advanced-guides/pxe-booting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PXE Boot/Provisioning
22

33
The CM4 / CM5 can natively boot via PXE, but requires additional files on the TFTP server for bootstrapping.
4-
In order to provide a standardized UEFI boot process (including PXE), there's an [EDK2 UEFI build available for the ComputeBlade](https://github.com/uptime-industries/compute-blade-cm4-uefi).
4+
In order to provide a standardized UEFI boot process (including PXE), there's an [EDK2 UEFI build available for the ComputeBlade](https://github.com/uptime-lab/compute-blade-cm4-uefi).
55
Using this image for the SD Card (CM4 / CM5 Lite modules) or eMMC enables commodity provisioning software supporting ARM64 to bootstrap clusters.
66

77

docs/docs/blade/compatibility/ssd.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Below is a list of NVMe SSDs that have been tested by Uptime Lab and community m
1111
| Product | Model | Capacity | Tester |
1212
| :---------------------------- | :----------------- | :----------- | :------------------------------------------------ |
1313
| Crucial P2 | CT500P2SSD8 | 500GB | [xvzf](https://github.com/xvzf) |
14-
| Crucial P3 | CT4000P3SSD8 | 4TB | [Uptime](https://github.com/Uptime-industries) |
14+
| Crucial P3 | CT4000P3SSD8 | 4TB | [Uptime](https://github.com/uptime-lab) |
1515
| Crucial P3 | CT2000P3SSD8 | 2TB | [khrystoph](https://github.com/khrystoph) |
1616
| Crucial P3 | CT1000P3SSD8 | 1TB | [dstewart1673](https://github.com/dstewart1673) |
1717
| Crucial P3 | CT500P3SSD8 | 500GB | [pxpunx](https://github.com/pxpunx) |
@@ -75,10 +75,10 @@ Below is a list of NVMe SSDs that have been tested by Uptime Lab and community m
7575
| Product | Model | Capacity | Tester |
7676
| :---------------------------- | :----------------- | :----------- | :------------------------------------------ |
7777
| Samsung 970 EVO | MZ-V7E500 | 500GB | [pxpunx](https://github.com/pxpunx) |
78-
| Samsung 970 EVO Plus | MZ-V7S1T0B | 2TB | [Uptime](https://github.com/Uptime-industries) |
79-
| Samsung 960 PRO | MZ-V6P512BW | 500GB | [Uptime](https://github.com/Uptime-industries) |
80-
| Samsung 970 PRO | MZ-V7P512BW | 500GB | [Uptime](https://github.com/Uptime-industries) |
81-
| Samsung 980 PRO | MZ-V8P1T0B | 1TB | [Uptime](https://github.com/Uptime-industries) |
78+
| Samsung 970 EVO Plus | MZ-V7S1T0B | 2TB | [Uptime](https://github.com/uptime-lab) |
79+
| Samsung 960 PRO | MZ-V6P512BW | 500GB | [Uptime](https://github.com/uptime-lab) |
80+
| Samsung 970 PRO | MZ-V7P512BW | 500GB | [Uptime](https://github.com/uptime-lab) |
81+
| Samsung 980 PRO | MZ-V8P1T0B | 1TB | [Uptime](https://github.com/uptime-lab) |
8282
| Samsung 990 PRO | MZ-V9P1T0B/AM | 1TB | [dstewart1673](https://github.com/dstewart1673) |
8383
| Samsung PM991a | MZ9LQ256HBJD | 256GB | [pxpunx](https://github.com/pxpunx) |
8484

@@ -87,14 +87,14 @@ Below is a list of NVMe SSDs that have been tested by Uptime Lab and community m
8787
| Product | Model | Capacity | Tester |
8888
| :---------------------------- | :----------------- | :----------- | :------------------------------------------------ |
8989
| SK hynix BC711 | HFM256GD3JX016N | 256GB | [pxpunx](https://github.com/pxpunx) |
90-
| SK hynix PC611 | HFS001TD9TNI | 1TB | [Uptime](https://github.com/Uptime-industries) |
90+
| SK hynix PC611 | HFS001TD9TNI | 1TB | [Uptime](https://github.com/uptime-lab) |
9191
| Solidigm P41 Plus | SSDPFKNU512GZ | 512GB | [pxpunx](https://github.com/pxpunx) |
9292

9393
## Synology
9494

9595
| Product | Model | Capacity | Tester |
9696
| :---------------------------- | :----------------- | :----------- | :------------------------------------------------ |
97-
| Synology SNV3510 | SNV3510-400G | 400GB | [Uptime](https://github.com/Uptime-industries) |
97+
| Synology SNV3510 | SNV3510-400G | 400GB | [Uptime](https://github.com/uptime-lab) |
9898

9999
## TeamGroup
100100

@@ -126,7 +126,7 @@ Below is a list of NVMe SSDs that have been tested by Uptime Lab and community m
126126
| Product | Model | Capacity | Tester |
127127
| :---------------------------- | :----------------- | :----------- | :------------------------------------------------ |
128128
| WD Black SN770 | WDS250G3X0E | 250GB | [pxpunx](https://github.com/pxpunx) |
129-
| WD Black SN770 | WDS500G3X0E | 500GB | [Uptime](https://github.com/uptime-industries/) |
129+
| WD Black SN770 | WDS500G3X0E | 500GB | [Uptime](https://github.com/uptime-lab/) |
130130
| WD Blue SN550 | WDS100T2B0C | 1TB | [lwbt](https://github.com/lwbt) |
131131
| WD Blue SN570 | WDS250G3B0C | 250GB | [pxpunx](https://github.com/pxpunx) |
132132
| WD Blue SN580 | WDS100T3B0E | 1TB | [lwbt](https://github.com/lwbt) |

docs/docs/blade/compatibility/switch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PoE enabled switch & Injectors which have been used with the Compute Blade
1515
| Ultra 60W | [USW-Ultra-60W](https://store.ui.com/us/en/products/usw-ultra-60w) | [dstewart1673](https://github.com/dstewart1673) |
1616
| USW Lite 8 PoE | [USW-LITE-8-POE](https://store.ui.com/us/en/products/usw-lite-8-poe) | [khrystoph](https://github.com/khrystoph) |
1717
| Standard 24 PoE (Gen1) | [US-24-250W](https://techspecs.ui.com/unifi/switching/us-24-250w) | [einsteinagogo](https://github.com/einsteinagogo) |
18-
| Pro 24 PoE | [USW-Pro-24-PoE](https://techspecs.ui.com/unifi/switching/usw-pro-24-poe) | [Uptime](https://github.com/uptime-industries) |
18+
| Pro 24 PoE | [USW-Pro-24-PoE](https://techspecs.ui.com/unifi/switching/usw-pro-24-poe) | [Uptime](https://github.com/uptime-lab) |
1919
| Pro 48 PoE | [USW-Pro-48-PoE](https://techspecs.ui.com/unifi/switching/usw-pro-48-poe) | [adriano](https://github.com/Adriano8899) |
2020
| PoE+ Adapter (30W) | [U-POE-at](https://techspecs.ui.com/unifi/accessories/u-poe-at) | [mindspore](https://github.com/cKhoff) |
2121
| Pro Max 24 PoE | [USW-Pro-Max-24-PoE](https://techspecs.ui.com/unifi/switching/usw-pro-max-24-poe) | [mindspore](https://github.com/cKhoff) |

docs/docs/blade/getting-started/assembly.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Be sure to assemble the two parts correctly; it is difficult to separate them an
3737
:::
3838

3939
:::note
40-
Models for the latches can be found on [GitHub](https://github.com/uptime-industries/compute-blade/tree/brushknight-patch-1/models/bladerunner/latch)
40+
Models for the latches can be found on [GitHub](https://github.com/uptime-lab/compute-blade/tree/brushknight-patch-1/models/bladerunner/latch)
4141
:::
4242

4343
<img src="/img/blade/latch-assembled.webp" alt="Latch is now assembled" width={'70%'}/>

docs/docs/bladerunner/19inch/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Download the [Datasheet](/datasheet/BladeRunner_datasheet_v.1.0.pdf) (PDF)
1515

1616
## 3D Files
1717

18-
Files for the BladeRunners™️ 19 Inch are available on [GitHub](https://github.com/uptime-industries/compute-blade/tree/main/bladerunner/quad)
18+
Files for the BladeRunners™️ 19 Inch are available on [GitHub](https://github.com/uptime-lab/compute-blade/tree/main/bladerunner/quad)

docs/docs/bladerunner/2node/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Download the [Datasheet](/datasheet/BladeRunner_datasheet_v.1.0.pdf) (PDF)
1515

1616
## 3D Files
1717

18-
Files for the BladeRunners™️ 2-Node are available on [GitHub](https://github.com/uptime-industries/compute-blade/tree/main/models/bladerunner/twin)
18+
Files for the BladeRunners™️ 2-Node are available on [GitHub](https://github.com/uptime-lab/compute-blade/tree/main/models/bladerunner/twin)

0 commit comments

Comments
 (0)