mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-15 05:26:30 +00:00
Updates to new codex image
This commit is contained in:
parent
62b56e198b
commit
e53a644718
@ -9,7 +9,7 @@ namespace CodexPlugin
|
|||||||
public class ApiChecker
|
public class ApiChecker
|
||||||
{
|
{
|
||||||
// <INSERT-OPENAPI-YAML-HASH>
|
// <INSERT-OPENAPI-YAML-HASH>
|
||||||
private const string OpenApiYamlHash = "0F-C8-02-1E-2C-2C-15-F6-91-6A-01-31-11-49-95-06-79-26-25-BF-27-3C-A8-2E-5F-7F-34-FD-C0-57-A0-9A";
|
private const string OpenApiYamlHash = "27-D0-F6-EB-B9-A6-66-41-AA-EA-19-62-07-AF-47-41-25-5E-75-7E-97-35-CC-E1-C0-75-58-17-2D-87-11-75";
|
||||||
private const string OpenApiFilePath = "/codex/openapi.yaml";
|
private const string OpenApiFilePath = "/codex/openapi.yaml";
|
||||||
private const string DisableEnvironmentVariable = "CODEXPLUGIN_DISABLE_APICHECK";
|
private const string DisableEnvironmentVariable = "CODEXPLUGIN_DISABLE_APICHECK";
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ namespace CodexPlugin
|
|||||||
{
|
{
|
||||||
public class CodexContainerRecipe : ContainerRecipeFactory
|
public class CodexContainerRecipe : ContainerRecipeFactory
|
||||||
{
|
{
|
||||||
private const string DefaultDockerImage = "codexstorage/nim-codex:sha-5e3183a-dist-tests";
|
private const string DefaultDockerImage = "codexstorage/nim-codex:sha-a518ec6-dist-tests";
|
||||||
|
|
||||||
public const string ApiPortTag = "codex_api_port";
|
public const string ApiPortTag = "codex_api_port";
|
||||||
public const string ListenPortTag = "codex_listen_port";
|
public const string ListenPortTag = "codex_listen_port";
|
||||||
|
@ -289,6 +289,7 @@ components:
|
|||||||
description: "Root hash of the content"
|
description: "Root hash of the content"
|
||||||
originalBytes:
|
originalBytes:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: uint64
|
||||||
description: "Length of original content in bytes"
|
description: "Length of original content in bytes"
|
||||||
blockSize:
|
blockSize:
|
||||||
type: integer
|
type: integer
|
||||||
@ -303,14 +304,18 @@ components:
|
|||||||
totalBlocks:
|
totalBlocks:
|
||||||
description: "Number of blocks stored by the node"
|
description: "Number of blocks stored by the node"
|
||||||
type: integer
|
type: integer
|
||||||
|
format: uint64
|
||||||
quotaMaxBytes:
|
quotaMaxBytes:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: uint64
|
||||||
description: "Maximum storage space used by the node"
|
description: "Maximum storage space used by the node"
|
||||||
quotaUsedBytes:
|
quotaUsedBytes:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: uint64
|
||||||
description: "Amount of storage space currently in use"
|
description: "Amount of storage space currently in use"
|
||||||
quotaReservedBytes:
|
quotaReservedBytes:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: uint64
|
||||||
description: "Amount of storage space reserved"
|
description: "Amount of storage space reserved"
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user