Skip to content

Commit

Permalink
minor schema fixes (#218)
Browse files Browse the repository at this point in the history
Signed-off-by: Tullio Sebastiani <[email protected]>
  • Loading branch information
tsebastiani authored Oct 24, 2024
1 parent 394381e commit 6c06078
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion node-scenarios/krknctl-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"required":"false"
},
{
"name":"ibmc-address",
"name":"ibmc-api-key",
"short_description":"IBM Cloud API key [*IBM Cloud only*]",
"description":"IBM Cloud API Key",
"variable":"IBMC_APIKEY",
Expand Down
2 changes: 1 addition & 1 deletion power-outages/krknctl-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"short_description":"Timeout",
"description":"Time in seconds to wait for each node to be stopped or running after the cluster comes back",
"variable":"TIMEOUT",
"type":"int",
"type":"number",
"default":"600",
"required":"false"
},
Expand Down
8 changes: 0 additions & 8 deletions zone-outages/krknctl-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@
"type":"string",
"required":"true"
},
{
"name":"vpc-id",
"short_description":"VPC_ID",
"description":"cluster virtual private network to target",
"variable":"VPC_ID",
"type":"string",
"required":"true"
},
{
"name":"subnet-id",
"short_description":"SUBNET_ID",
Expand Down

0 comments on commit 6c06078

Please sign in to comment.