This commit is contained in:
2024-05-02 17:54:26 +02:00
parent 92b5e8ec3d
commit 86f346bde7
74 changed files with 589 additions and 516 deletions

View File

@@ -1,4 +1,4 @@
# AI Box (AB)
# AI Block (AB)
!!wiki.include page:'box_intro.md'
@@ -10,13 +10,13 @@ An AI box can be launched in our Zero-OS and can enable any possible AI workload
## AI Hour (AH)
AI hour (AH) is like a kwatth unit for electricty: it represents a AI Box being used for 1h and billed as such.
AI hour (AH) is like a kwatth unit for electricty: it represents a AI Block being used for 1h and billed as such.
INCA Hosts (our cloud providers) can price the AI Hour themselves in a chosen currency.
## AI Box Properties
## AI Block Properties
The service provider (hoster) defines the following properties per AI Box:
The service provider (hoster) defines the following properties per AI Block:
- Type of GPU
- Price per hour
@@ -24,10 +24,10 @@ The service provider (hoster) defines the following properties per AI Box:
- Max bandwidth
- Min bandwidth (min 1 mbit/sec)
- Cost per GB bandwidth if any
- Max aggregation size (how many of the AI Boxes can be combined in one node if relevant)
- Max aggregation size (how many of the AI Blocks can be combined in one node if relevant)
- Link to support site if any (find info about hoster and service capabilities)
- If linked to Hosting Pool (company giving support on the machines)
- Location & type of location
Each AI Box has unique ID and can be looked at through a portal (or found).
Each AI Block has unique ID and can be looked at through a portal (or found).

View File

@@ -0,0 +1,7 @@
A Cloud, Storage or AI Block is a part of a server/computer (TF or INCA Node) which delivers a service which has well defined properties in relation to capacity, pricing, serviceabity, capabilities.
These Cloud, Storage or AI Blocks can be bought by the INCA/TF Community through the INCA marketplace.

View File

@@ -1,7 +0,0 @@
A Cloud, Storage or AI Box is a part of a server/computer (TF or INCA Node) which delivers a service which has well defined properties in relation to capacity, pricing, serviceabity, capabilities.
These Cloud, Storage or AI Boxes can be bought by the INCA/TF Community through the INCA marketplace.

View File

@@ -1,25 +1,25 @@
# CloudBox Concepts
# CloudBlock Concepts
<h2>Table of Contents</h2>
- [CloudBox Concepts](#cloudbox-concepts)
- [CloudBox (CB)](#cloudbox-cb)
- [CloudBlock Concepts](#cloudblock-concepts)
- [CloudBlock (CB)](#cloudblock-cb)
- [Cloud Hour (CH)](#cloud-hour-ch)
- [CloudBox Properties](#cloudbox-properties)
- [CloudBlock Properties](#cloudblock-properties)
!!wiki.include page:'box_intro.md'
## CloudBox (CB)
## CloudBlock (CB)
A cloudbox is a unit of compute, fast storage and memory.
There are unlimited different configurations of cloudboxes.
A cloudblock is a unit of compute, fast storage and memory.
There are unlimited different configurations of cloudblock.
A configuration of a machine defines the cloudboxes which can be made.
A configuration of a machine defines the cloudblock which can be made.
Cloudboxes can be aggregated to make a bigger cloudbox.
cloudblock can be aggregated to make a bigger cloudblock.
The default cloudbox has
The default cloudblock has
- 4GB memory
- 2 virtual cores of CPU
@@ -29,7 +29,7 @@ The default cloudbox has
Terms
- The virtual cores are max oversubscribed 4x
- Min passmark per cloudbox is 500 passmark (CPU benchmark)
- Min passmark per cloudblock is 500 passmark (CPU benchmark)
- At least 50 GB storage available, more is better
**Example a node with 64 GB or mem and 2 TB of SSD and 24 virtual cores.**
@@ -51,7 +51,7 @@ A cloudhour is like a kwatth unit for electricty: it represents a CloudBlock bei
INCA Hosts (our cloud providers) can price the CloudHour themselves in a chosen currency.
## CloudBox Properties
## CloudBlock Properties
The service provider (hoster) defines the following properties per cloud box
@@ -65,12 +65,12 @@ The service provider (hoster) defines the following properties per cloud box
- Cost per GB bandwidth
- Cost for additional storage HDD or SSD per GB/month
- Max additional storage
- Max aggregation size (how many of the cloudboxes can be combined)
- Max aggregation size (how many of the cloudblock can be combined)
- Link to support site if any (find info about hoster and service capabilities)
- If linked to Hosting Pool (company giving support on the machines)
- Pub ip address possible or not (is option)
- Link to monitoring page (if any)
- Location & type of location
Each cloudbox has unique ID and can be looked at through a portal (or found).
Each cloudblock has unique ID and can be looked at through a portal (or found).

View File

@@ -1,34 +1,34 @@
# StorageBox
# StorageBlock
!!wiki.include page:'box_intro.md'
## StorageBox (SB)
## StorageBlock (SB)
A storagebox is a unit of ZDB storage as can be used as backend for Zero-Stor (our quantum safe storage system).
A storageblock is a unit of ZDB storage as can be used as backend for Zero-Stor (our quantum safe storage system).
The default cloudbox has:
The default cloudblock has:
- 100GB of storage
## StorageHour (SH)
A storagehour is like a kwatth unit for electricty, it represents a storagebox being used for 1h and billed as such.
A storagehour is like a kwatth unit for electricty, it represents a storageblock being used for 1h and billed as such.
INCA Hosts (our cloud providers) can price the StorageHour themselves in a chosen currency.
## StorageBox Properties
## StorageBlock Properties
The service provider (hoster) defines the following properties per StorageBox:
The service provider (hoster) defines the following properties per StorageBlock:
- Min size in GB (100GB+), max size
- Discounts if used for longer periods & if renter has large amount of TFT in wallet
- Max bandwidth
- Min bandwidth (min 1 mbit/sec)
- Cost per GB bandwidth
- Max aggregation size (how many of the Storage Blockes can be combined)
- Max aggregation size (how many of the Storage Blocks can be combined)
- Link to support site if any (find info about hoster and service capabilities)
- If linked to Hosting Pool (company giving support on the machines)
- Location & type of location
Each StorageBox has unique ID and can be looked at through a portal (or found).
Each StorageBlock has unique ID and can be looked at through a portal (or found).