-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bridge deployment to target nodes #19
Comments
|
@phahulin please move the card to in progress https://waffle.io/poanetwork/parity-bridge |
@igorbarinov I get |
@phahulin please try again |
@akolotov I have a few questions
|
Those parameters which are the same for all bridges is very useful to store in the contract and extract every time when the bridge is started. It will help them synchronize from one place and we will make sure that are the same on every setup. |
Actually we need to differentiate several different scenarios of deployments: deployment for developers needs and production deployment.
PROD is as described above
Could you preapare a note to describe possible ways to implement this as a playbook? |
I propose the following scenario
Example:
Now we can have
Users create
run this playbook via
options set in In the same way we can create
and users will have to provide
then they can run playbook via Advantages of this setup imo are that
Concerns that I have at the moment:
|
Thanks Pavel (@phahulin) for good explanation. Regarding parity configuraion - yes, the playbook should have an option to depoy parity config as well since it is related to spec of the corresponding chain. Yes, deployment process depends on other issues. Could you point out most critical ones? |
It's a bit hard to tell, because I have to guess implementation details and some of them are interconnected. From my best understanding
|
Bridge deployment is under separate repo: https://github.com/poanetwork/deployment-bridge |
It is necessary to develop a procedure and corresponding automation to easily deploy bridge on several nodes.
Key points
home.account
andforeign.account
)home.ipc
,home.required_confirmations
,home.poll_interval
,home.request_timeout
,foreign.ipc
,foreign.required_confirmations
,foreign.poll_interval
andforeign.request_timeout
)bridge
process must be run as a service on target system.The text was updated successfully, but these errors were encountered: