-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-3724] /examples/cluster: Ensure CA starts first
We want the IP address assigned to CA to be consistent. Right now, the CA and ORDERER race and thus we can't be sure which IP they will each be assigned. This patch forces the order and thus makes the assignment much more deterministic. Fixes FAB-3724 Change-Id: Ife1d352cc553bbc4f4d56d83c574b6ff1c007570 Signed-off-by: Greg Haskins <gregory.haskins@gmail.com>
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
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
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