This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Avalon with fabric can't get work order result: [INFO __main__] Work order result None #627
Comments
Ram-srini
added a commit
to Ram-srini/trusted-compute-framework
that referenced
this issue
Jul 20, 2020
Add instructions to setup the fabric proxy model on multi node network. To address the git issue - hyperledger-archives#627 Signed-off-by: Ramakrishna Srinivasamurthy <[email protected]>
@justalittlenoob i have raise the PR to update the documentation for setting avalon and fabric setup on different machines. |
Ram-srini
added a commit
to Ram-srini/trusted-compute-framework
that referenced
this issue
Jul 20, 2020
Add instructions to setup the fabric proxy model on multi node network. To address the git issue - hyperledger-archives#627 Signed-off-by: Ramakrishna Srinivasamurthy <[email protected]>
Ram-srini
added a commit
to Ram-srini/trusted-compute-framework
that referenced
this issue
Jul 23, 2020
Add instructions to setup the fabric proxy model on multi node network. To address the git issue - hyperledger-archives#627 Signed-off-by: Ramakrishna Srinivasamurthy <[email protected]>
Ram-srini
added a commit
that referenced
this issue
Jul 24, 2020
Add instructions to setup the fabric proxy model on multi node network. To address the git issue - #627 Signed-off-by: Ramakrishna Srinivasamurthy <[email protected]>
swastik-goyal
pushed a commit
to swastik-goyal/avalon
that referenced
this issue
Jul 27, 2020
Add instructions to setup the fabric proxy model on multi node network. To address the git issue - hyperledger-archives#627 Signed-off-by: Ramakrishna Srinivasamurthy <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Avalon: master branch
fabric: 1.4.4
When i deploy Avalon and Fabric on the same machine, it works well.
But when i deploy Avalon on machine A, Fabric on machine B, there will has the following issue.
Any advice would be appreciated.
start Fabric on machine B.
cd $TCF_HOME
/scripts/start_fabric.sh -u
copy
mywork
from B to A.start Avalon on machin A.
docker-compose -f docker-compose.yaml -f docker-compose-sgx.yaml -f docker-compose-fabric.yaml up --build
run generic client inside avalon shell container on A
docker exec -it avalon-shell bash
cd examples/apps/generic_client/
./fabric_generic_client.py -b fabric --workload_id "echo-result" --in_data "zHello" -o
The text was updated successfully, but these errors were encountered: