Update deployment readmes (#42)

* Update links in deployent readmes.

* Removed rust section, updated link.

* Removed rust section, updated link.
This commit is contained in:
Przemyslaw Rzad 2019-05-15 09:55:52 +02:00 committed by GitHub
parent 0ed989a653
commit f2cb9768f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 11 deletions

@ -4,12 +4,7 @@ Ansible playbooks for deploying cross-chain bridges.
## Overview
Please refer to the [POA Token Bridge](../README.md) overview first of all.
These playbooks are designed to automate the deployment process for cross-chain bridges on bridge validator nodes. This process installs the bridge as a service and sets .env configurations on a remote server. Playbooks for the current token-bridge deployment are located in the [bridge-nodejs](bridge-nodejs) folder.
### Rust Bridge Playbooks
The Rust bridge is not currently in production, but an Ansible playbook is developed for this implementation. It is available in the [upgradable-wo-parity](upgradable-wo-parity)folder.
These playbooks are designed to automate the deployment process for cross-chain bridges on bridge validator nodes. This process installs the bridge as a service and sets .env configurations on a remote server. Playbooks for the current Token Bridge Oracle deployment are located in the [Oracle](oracle) folder.
## Dependencies
@ -23,7 +18,7 @@ The playbooks automatically install `Docker`, `docker-compose`, `Python`, `Git`a
## Configuration
Please see the [bridge-nodejs README](bridge-nodejs/README.md) for configuration and execution details.
Please see the [Oracle](../oracle/README.md) for configuration and execution details.
## Bridge service commands

@ -11,10 +11,10 @@
### Configuration
1. Clone this repository and go to the `bridge-nodejs` folder
1. Clone this repository and go to the `deployment/oracle` folder
```
git clone https://github.com/poanetwork/deployment-bridge.git
cd deployment-bridge/bridge-nodejs
git clone https://github.com/poanetwork/tokenbridge
cd tokenbridge/deployment/oracle
```
2. Create the file `hosts.yml` from `hosts.yml.example`
```
@ -53,7 +53,7 @@ cp hosts.yml.example hosts.yml
1. The `group_vars/<bridge_name>.yml` file contains the public bridge parameters. This file is prepared by administrators for each bridge. The validator only needs to add the required bridge name in the hosts.yml file to tell Ansible which file to use.
`group_vars/example.yml` shows an example configuration for the POA/Sokol - POA/Sokol bridge. Parameter values should match values from the .env file for the token-bridge. See https://github.com/poanetwork/token-bridge#configuration-parameters for details.
`group_vars/example.yml` shows an example configuration for the POA/Sokol - POA/Sokol bridge. Parameter values should match values from the .env file for the token-bridge. See [Configuration parameters](../../oracle/README.md#configuration-parameters) for details.
2. You can also add the following parameters in the `group_vars` to change the default behavior of `deployment-bridge` playbooks: