mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Remove solo and kafka from test net configtx.yaml (#137)
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com> Co-authored-by: NIKHIL E GUPTA <negupta@us.ibm.com>
This commit is contained in:
parent
e17574d28c
commit
f3fc08d95f
7 changed files with 4 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "first-network-org${ORG}",
|
"name": "test-network-org${ORG}",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"client": {
|
"client": {
|
||||||
"organization": "Org${ORG}",
|
"organization": "Org${ORG}",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: first-network-org${ORG}
|
name: test-network-org${ORG}
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
client:
|
client:
|
||||||
organization: Org${ORG}
|
organization: Org${ORG}
|
||||||
|
|
|
||||||
|
|
@ -213,7 +213,6 @@ Application: &ApplicationDefaults
|
||||||
Orderer: &OrdererDefaults
|
Orderer: &OrdererDefaults
|
||||||
|
|
||||||
# Orderer Type: The orderer implementation to start
|
# Orderer Type: The orderer implementation to start
|
||||||
# Available types are "solo" and "kafka"
|
|
||||||
OrdererType: etcdraft
|
OrdererType: etcdraft
|
||||||
|
|
||||||
EtcdRaft:
|
EtcdRaft:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "first-network-org${ORG}",
|
"name": "test-network-org${ORG}",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"client": {
|
"client": {
|
||||||
"organization": "Org${ORG}",
|
"organization": "Org${ORG}",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: first-network-org${ORG}
|
name: test-network-org${ORG}
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
client:
|
client:
|
||||||
organization: Org${ORG}
|
organization: Org${ORG}
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,6 @@ updateAnchorPeers() {
|
||||||
verifyResult() {
|
verifyResult() {
|
||||||
if [ $1 -ne 0 ]; then
|
if [ $1 -ne 0 ]; then
|
||||||
echo "!!!!!!!!!!!!!!! "$2" !!!!!!!!!!!!!!!!"
|
echo "!!!!!!!!!!!!!!! "$2" !!!!!!!!!!!!!!!!"
|
||||||
echo "========= ERROR !!! FAILED to execute End-2-End Scenario ==========="
|
|
||||||
echo
|
echo
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,6 @@ checkCommitReadiness() {
|
||||||
echo "===================== Checking the commit readiness of the chaincode definition successful on peer0.org${ORG} on channel '$CHANNEL_NAME' ===================== "
|
echo "===================== Checking the commit readiness of the chaincode definition successful on peer0.org${ORG} on channel '$CHANNEL_NAME' ===================== "
|
||||||
else
|
else
|
||||||
echo "!!!!!!!!!!!!!!! After $MAX_RETRY attempts, Check commit readiness result on peer0.org${ORG} is INVALID !!!!!!!!!!!!!!!!"
|
echo "!!!!!!!!!!!!!!! After $MAX_RETRY attempts, Check commit readiness result on peer0.org${ORG} is INVALID !!!!!!!!!!!!!!!!"
|
||||||
echo "================== ERROR !!! FAILED to execute End-2-End Scenario =================="
|
|
||||||
echo
|
echo
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue