This commit is contained in:
2024-08-16 01:40:17 +02:00
parent da14091106
commit 564345e26b
107 changed files with 809 additions and 878 deletions

View File

@@ -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 AISlice being used for 1h and billed as such.
AI hour (AH) is like a kwatth unit for electricty: it represents a AI Slice being used for 1h and billed as such.
INCA Hosts (our cloud providers) can price the AI Hour themselves in a chosen currency.
## AISlice Properties
## AI Slice Properties
The service provider (hoster) defines the following properties per AISlice:
The service provider (hoster) defines the following properties per AI Slice:
- Type of GPU
- Price per hour
@@ -24,10 +24,10 @@ The service provider (hoster) defines the following properties per AISlice:
- Max bandwidth
- Min bandwidth (min 1 mbit/sec)
- Cost per GB bandwidth if any
- Max aggregation size (how many of the AISlices can be combined in one node if relevant)
- Max aggregation size (how many of the AI Slices 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 AISlice has unique ID and can be looked at through a portal (or found).
Each AI Slice has unique ID and can be looked at through a portal (or found).

View File

@@ -4,14 +4,14 @@
## Cloud Slice
A cloudslice is a unit of compute, fast storage and memory.
There are unlimited different configurations of cloudslice.
A Cloud Slice is a unit of compute, fast storage and memory.
There are unlimited different configurations of Cloud Slice.
A configuration of a machine defines the cloudslice which can be made.
A configuration of a machine defines the Cloud Slice which can be made.
A cloudslice can be aggregated to make a bigger cloudslice.
A Cloud Slice can be aggregated to make a bigger Cloud Slice.
The default cloudslice has
The default Cloud Slice has
- 4GB memory
- 2 virtual cores of CPU
@@ -21,7 +21,7 @@ The default cloudslice has
Terms
- The virtual cores are max oversubscribed 4x
- Min passmark per cloudslice is 500 passmark (CPU benchmark)
- Min passmark per Cloud Slice 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.**
@@ -35,15 +35,15 @@ Terms
How does it work:
- When a developer wants to deploy a virtual machine, they need to define the required capacity and will be able to make a choice based on these CloudSlices, each CloudSlice has different base specs (mem, ssd, gpu, cpu) and reputation, the developer can now make a selection of how many of these StorageSlices need to be given to the virtual machine. This defines the monthly price which will have to be paid as well as capacity available to the VM.
- When a developer wants to deploy a virtual machine, they need to define the required capacity and will be able to make a choice based on these Cloud Slices, each Cloud Slice has different base specs (mem, ssd, gpu, cpu) and reputation, the developer can now make a selection of how many of these StorageSlices need to be given to the virtual machine. This defines the monthly price which will have to be paid as well as capacity available to the VM.
## Cloud Hour (CH)
A cloudhour is like a kwatth unit for electricty: it represents a CloudSlice being used for 1h and billed as such.
A cloudhour is like a kwatth unit for electricty: it represents a Cloud Slice being used for 1h and billed as such.
INCA Hosts (our cloud providers) can price the CloudHour themselves in a chosen currency.
## CloudSlice Properties
## Cloud Slice Properties
The service provider (hoster) defines the following properties per cloud box
@@ -57,12 +57,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 cloudslice can be combined)
- Max aggregation size (how many of the Cloud Slice 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 cloudslice has unique ID and can be looked at through a portal (or found).
Each Cloud Slice has unique ID and can be looked at through a portal (or found).

View File

@@ -1,7 +1,7 @@
A Cloud, Storage or AISlice 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.
A Cloud, Storage or AI Slice is a part of a server/computer (3Node) which delivers a service which has well defined properties in relation to capacity, pricing, serviceabity, capabilities.
These Cloud, Storage or AISlices can be bought by the INCA/TF Community through the INCA marketplace.
These Cloud, Storage or AI Slices can be bought by the ThreeFold Community through the TF Marketplace.

View File

@@ -4,21 +4,21 @@
## Storage Slice
A storageslice is a unit of ZDB storage as can be used as backend for Zero-Stor (our quantum safe storage system).
A Storage Slice is a unit of ZDB storage as can be used as backend for Zero-Stor (our quantum safe storage system).
The default cloudslice has:
The default Cloud Slice has:
- 100GB of storage
## Storage Hour (SH)
A storagehour is like a kwatth unit for electricty, it represents a storageslice being used for 1h and billed as such.
A storagehour is like a kwatth unit for electricty, it represents a Storage Slice being used for 1h and billed as such.
INCA Hosts (our cloud providers) can price the StorageHour themselves in a chosen currency.
## Storage Slice Properties
The service provider (hoster) defines the following properties per StorageSlice:
The service provider (hoster) defines the following properties per Storage Slice:
- Min size in GB (100GB+), max size
- Discounts if used for longer periods & if renter has large amount of TFT in wallet
@@ -30,5 +30,5 @@ The service provider (hoster) defines the following properties per StorageSlice:
- If linked to Hosting Pool (company giving support on the machines)
- Location & type of location
Each StorageSlice has unique ID and can be looked at through a portal (or found).
Each Storage Slice has unique ID and can be looked at through a portal (or found).