Skip to content

Commit 299c808

Browse files
committed
fix: remove incorrect
1 parent 5973fb6 commit 299c808

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

docs/public/TLS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,4 @@ Automatic re-encrypt Route creation is not supported out of box, need to perform
219219

220220
**NOTE**: If you can't access the rabbitmq host after Route creation because of "too many redirects" error, then one of the possible root
221221
causes is there is HTTP traffic between balancers and the cluster. To resolve that issue it's necessary to add the Route name to
222-
the exception list at the balancers,
223-
[see documentation](https://git.netcracker.com/PROD.Platform.HA/ocp-4-support/-/blob/master/documentation/Maintenance.md#configure-tls-offload-at-the-load-balancer-nodes)
222+
the exception list at the balancers.

docs/public/disasterRecovery.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ In Disaster Recovery scheme the `REGION` environment variable is automatically a
4242
Each backup will contain information about `REGION` as `region` custom parameter. If backup daemon tries to restore backup on `active`
4343
side it will restore the latest backup from the `other` region. The `standby` to `active` switchover process will be failed if
4444
there is no backup from the other region. But, the restore process will be skipped in this case without fail if `noWait` site manager parameter is `true`.
45-
For more information about site manager `noWait` parameter, refer to [Site Manager](https://git.netcracker.com/PROD.Platform.HA/github.sync/DRNavigator/-/blob/main/README.md).
4645

4746
## Configuration Example
4847

@@ -138,10 +137,6 @@ backupDaemon:
138137

139138
You can perform the switchover using the `SiteManager` functionality or RabbitMQ disaster recovery REST server API.
140139

141-
<!-- #GFCFilterMarkerStart# -->
142-
For more information about `SiteManager`, refer to [Site Manager](https://git.netcracker.com/PROD.Platform.HA/github.sync/DRNavigator/-/blob/main/README.md) article.
143-
<!-- #GFCFilterMarkerEnd# -->
144-
145140
If you want to perform a switchover manually, you need to switch `active` RabbitMQ cluster to `standby` mode and then switch `standby` RabbitMQ cluster to `active` mode.
146141
You need to run the following command from within any RabbitMQ pod on the `active` side:
147142

operator/operator-robot-image/robot/tests/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
version='0.0.1',
2020
packages=find_packages(),
2121
author='Vitalii Solodilov',
22-
author_email='[email protected]',
22+
author_email='[email protected]',
2323
classifiers=[
2424
'Programming Language:: Python:: 3.6'
2525
]

0 commit comments

Comments
 (0)