Supports installing multiple instances of Parity on the same machine, running on different ports Refs #15
54 lines
713 B
Markdown
54 lines
713 B
Markdown
# kosmos-parity Cookbook
|
|
|
|
This cookbook installs [Parity](https://parity.io/) nodes
|
|
|
|
## Requirements
|
|
|
|
### Platforms
|
|
|
|
- Ubuntu
|
|
|
|
### Chef
|
|
|
|
- Chef 12.1 or later
|
|
|
|
## Attributes
|
|
|
|
### kosmos-parity::default
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Key</th>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
<th>Default</th>
|
|
</tr>
|
|
<tr>
|
|
<td><tt>['kosmos-parity']['home_path']</tt></td>
|
|
<td>String</td>
|
|
<td>The parity user's home path</td>
|
|
<td><tt>/home/parity</tt></td>
|
|
</tr>
|
|
</table>
|
|
|
|
## Usage
|
|
|
|
### kosmos-parity::default
|
|
|
|
Just include `kosmos-parity` in your node's `run_list`:
|
|
|
|
```json
|
|
{
|
|
"name":"my_node",
|
|
"run_list": [
|
|
"recipe[kosmos-parity]"
|
|
]
|
|
}
|
|
```
|
|
|
|
## License and Authors
|
|
|
|
Authors:
|
|
|
|
* Greg Karékinian
|