Skip to content

Commit

Permalink
Fabproxy doc changes
Browse files Browse the repository at this point in the history
Signed-off-by: Muthu <[email protected]>
  • Loading branch information
MuthuSundaravadivel authored and modemn committed Jan 8, 2025
1 parent 9e02dd1 commit 5659b3a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions examples/fabproxy-removal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docker run -it --rm -u $(id -u) -v "local fully qualified path to fabproxy remov
Example:

```
docker run -it --rm -u $(id -u) -v ./examples/fabproxy-removal:/playbooks ghcr.io/hyperledger-labs/fabric-ansible:sha-c9330b9 bash
docker run -it --rm -u $(id -u) -v ./examples/fabproxy-removal:/playbooks ghcr.io/hyperledger-labs/fabric-ansible:sha-c7cd5e4 bash
```

At the command prompt, change directory to '/playbooks' and copy the fabproxy removal playbooks.
Expand Down Expand Up @@ -218,6 +218,9 @@ After migrating all CA addresses. Before proceeding to the next step. If the cus

## Step 7: Migrate the orderering node address.

***Note:***
In the `common-vars.yml`, set the `dry-run` variable to true for the first run. This will ensure all channels are reachable and all actions can be completeted with making changes to the channels.


1. The steps migrate renew the Orderer TLS certificate and migrate the Orderer address.

Expand All @@ -232,12 +235,6 @@ After migrating all CA addresses. Before proceeding to the next step. If the cus
```
5. Once the aforementioned command has been executed, confirm that the respective Orderer nodes are restarting. If its restarted navigate to the console and click the Orderer node. In the Orderer `info and usage` page the `Operations url` and `API url` port has been changed into `443`.


***Note:***

In the `common-vars.yml`, set the `dry-run` variable to true for the first run. This will ensure all channels are reachable and all actions can be completeted with making changes to the channels.
!important

## Step 8: Update anchor peer in the channel.

1. The steps migrate the anchor peer address in the application channel config.
Expand Down

0 comments on commit 5659b3a

Please sign in to comment.