-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Cari Albritton <cari.albritton@kaleido.io>
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Summary | ||
|
||
Create an environment with: | ||
|
||
* Nodes and IPFS and Data Exchange Services | ||
|
||
## Inputs | ||
|
||
| Name | Description | Type | Default | Required | | ||
|------|-------------|:----:|:-----:|:-----:| | ||
| kaleido_api_key | Kaleido API Key | string | - | yes | | ||
| kaleido_region | Can be '-ap' for Sydney, or '-eu' for Frankfurt. Defaults to US | string | `` | no | | ||
| provider | Blockchain Provider for the environment. | string | `pantheon` | no | | ||
| consensus | Consensus methods supported by pantheon. | list | `ibft` | no | | ||
| multi_region | Multi region env | string | `false` | no | | ||
| node_size | Size of the nodes to be created | string | `small` | no | | ||
| node_count | Number of nodes to create | string | 4 | no | | ||
| service_count | Number of services to create | string | 1 | no | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters