Browse Source

Update ipfs description/validation

Waqar Ahmed 4 years ago
parent
commit
3e10661c9b
1 changed files with 7 additions and 7 deletions
  1. 7 7
      test/ipfs/1.0.1/questions.yaml

+ 7 - 7
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"