Disable mounting raft volume
parent
fe78e4d453
commit
70f0a87901
|
@ -1,8 +1,19 @@
|
||||||
# This should be run in env with fabric command line binaries including peer, configtxlator
|
# 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 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
|
mspId=VolvoFounder
|
||||||
endorPolicy="OR('dh0728fab2f3.member')"
|
endorPolicy="OR('dh0728fab2f3.member')"
|
||||||
|
|
|
@ -97,11 +97,13 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "9050:7050"
|
- "9050:7050"
|
||||||
environment:
|
environment:
|
||||||
|
- FABRIC_LOGGING_SPEC=DEBUG
|
||||||
- ORDERER_GENERAL_CLUSTER_SENDBUFFERSIZE=10
|
- ORDERER_GENERAL_CLUSTER_SENDBUFFERSIZE=10
|
||||||
volumes:
|
volumes:
|
||||||
- ./crypto-config/ordererOrganizations/example.com/orderers/orderer2.example.com/msp:/var/hyperledger/orderer/msp
|
- ./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
|
- ./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.genesis.block:/var/hyperledger/orderer/orderer.genesis.block
|
||||||
|
#- ./raft/channel-artifacts/orderer2:/var/hyperledger/production/orderer
|
||||||
command: orderer start
|
command: orderer start
|
||||||
|
|
||||||
## following are peer nodes ##
|
## following are peer nodes ##
|
||||||
|
|
Loading…
Reference in New Issue