Disable mounting raft volume

pull/142/head
Baohua Yang 2022-03-23 14:37:30 -07:00
parent fe78e4d453
commit 70f0a87901
2 changed files with 15 additions and 2 deletions

View File

@ -1,8 +1,19 @@
# This should be run in env with fabric command line binaries including peer, configtxlator
#bash fetch-config-block.sh test01 dhentf9-oabcs1-iad.blockchain.ocp.oraclecloud.com:20003 dhentf9 ${PWD}/msp-dhentf9
mspId=dh4baohuav1
channelId=default
ordererAddr=dh4baohuav1-bcsnativetest-iad.blockchain.test.ocp.oc-test.com:20003
bash fetch-config-block.sh \
${channelId} \
${ordererAddr} \
${mspId} \
${PWD}/msp-${mspId}
#bash channel-update-config.sh test01 dhentf9-oabcs1-iad.blockchain.ocp.oraclecloud.com:20003 dhentf9 ${PWD}/msp-dhentf9
bash channel-update-config.sh channellist.txt dhentf9-oabcs1-iad.blockchain.ocp.oraclecloud.com:20003 dhentf9 ${PWD}/msp-dhentf9 msp1 msppath1
#bash channel-update-config.sh channellist.txt dhentf9-oabcs1-iad.blockchain.ocp.oraclecloud.com:20003 dhentf9 ${PWD}/msp-dhentf9 msp1 msppath1
exit
mspId=VolvoFounder
endorPolicy="OR('dh0728fab2f3.member')"

View File

@ -97,11 +97,13 @@ services:
ports:
- "9050:7050"
environment:
- FABRIC_LOGGING_SPEC=DEBUG
- ORDERER_GENERAL_CLUSTER_SENDBUFFERSIZE=10
volumes:
- ./crypto-config/ordererOrganizations/example.com/orderers/orderer2.example.com/msp:/var/hyperledger/orderer/msp
- ./crypto-config/ordererOrganizations/example.com/orderers/orderer2.example.com/tls/:/var/hyperledger/orderer/tls
- ./raft/channel-artifacts/orderer2.genesis.block:/var/hyperledger/orderer/orderer.genesis.block
#- ./raft/channel-artifacts/orderer2:/var/hyperledger/production/orderer
command: orderer start
## following are peer nodes ##