Skip to content

Commit cafa04e

Browse files
committed
[FAB-3195] Sync boot peers in docker-compose-no-tls
The examples/e2e_cli/docker-compose-no-tls.yaml has peer0 as a bootstrap peer for all peers. This is against the design (it needs to be in the same org), and should be synced to what is found in docker-compose.yaml Change-Id: Id7e5d97611f9f64832b6bbc51a3a5e0599c27da0 Signed-off-by: Yacov Manevich <[email protected]>
1 parent 56b6d12 commit cafa04e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/e2e_cli/docker-compose-no-tls.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ services:
6262
service: peer-base
6363
environment:
6464
- CORE_PEER_ID=peer2
65-
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0:7051
65+
- CORE_PEER_GOSSIP_BOOTSTRAP=peer2:7051
6666
- CORE_PEER_LOCALMSPID=Org1MSP
6767
volumes:
6868
- /var/run/:/host/var/run/
@@ -82,7 +82,7 @@ services:
8282
service: peer-base
8383
environment:
8484
- CORE_PEER_ID=peer3
85-
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0:7051
85+
- CORE_PEER_GOSSIP_BOOTSTRAP=peer2:7051
8686
- CORE_PEER_LOCALMSPID=Org1MSP
8787
volumes:
8888
- /var/run/:/host/var/run/

examples/e2e_cli/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ services:
154154
- CORE_PEER_ID=peer3
155155
- CORE_PEER_ADDRESS=peer3:7051
156156
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer3:7051
157-
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0:7051
157+
- CORE_PEER_GOSSIP_BOOTSTRAP=peer2:7051
158158
- CORE_PEER_LOCALMSPID=Org1MSP
159159
- CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/msp/sampleconfig/signcerts/peer3Signer.pem
160160
- CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/msp/sampleconfig/keystore/peer3Signer.pem

0 commit comments

Comments
 (0)