Skip to content

Commit 6ec4325

Browse files
Fabproxy doc changes
Signed-off-by: Muthu <muthu.sundaravadivel@in.ibm.com>
1 parent 9e02dd1 commit 6ec4325

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

examples/fabproxy-removal/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ docker run -it --rm -u $(id -u) -v "local fully qualified path to fabproxy remov
4343
Example:
4444

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

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

219219
## Step 7: Migrate the orderering node address.
220220

221+
***Note:***
222+
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.
223+
221224

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

@@ -232,12 +235,6 @@ After migrating all CA addresses. Before proceeding to the next step. If the cus
232235
```
233236
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`.
234237

235-
236-
***Note:***
237-
238-
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.
239-
!important
240-
241238
## Step 8: Update anchor peer in the channel.
242239

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

0 commit comments

Comments
 (0)