From 3e10661c9b24e8e1a5e7cb3e2802926afa728ff9 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Thu, 28 Jan 2021 00:19:42 +0500 Subject: [PATCH] Update ipfs description/validation --- test/ipfs/1.0.1/questions.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/ipfs/1.0.1/questions.yaml b/test/ipfs/1.0.1/questions.yaml index 6bba2062d4..6983ebef3b 100644 --- a/test/ipfs/1.0.1/questions.yaml +++ b/test/ipfs/1.0.1/questions.yaml @@ -102,7 +102,7 @@ questions: label: "Swarm Port to use for IPFS (Public)" schema: type: int - min: 4000 + min: 9000 max: 65535 default: 9401 required: true @@ -110,7 +110,7 @@ questions: label: "API Port to use for IPFS (local)" schema: type: int - min: 4000 + min: 9000 max: 65535 default: 9501 required: true @@ -118,7 +118,7 @@ questions: label: "Gateway Port to use for IPFS (local)" schema: type: int - min: 4000 + min: 9000 max: 65535 default: 9880 required: true @@ -138,7 +138,7 @@ questions: type: hostpath - variable: ipfsDataVolume - label: "Configure iXVolume" + label: "IPFS Data Volume Defaults" group: "Storage" schema: type: dict @@ -154,7 +154,7 @@ questions: editable: false default: "/data/ipfs" - variable: datasetName - label: "Dataset Name" + label: "IPFS Data Dataset Name" schema: type: string default: "ix-ipfs-data" @@ -174,7 +174,7 @@ questions: type: hostpath - variable: ipfsStagingVolume - label: "Configure iXVolume" + label: "IPFS Staging Volume Defaults" group: "Storage" schema: type: dict @@ -190,7 +190,7 @@ questions: editable: false default: "/export" - variable: datasetName - label: "Dataset Name" + label: "IPFS Staging Dataset Name" schema: type: string default: "ix-ipfs-staging"