docs(infra): fix memory pointers rendering as broken shortcut-links
The [reference_*] pointers target agent memory (not repo files) and rendered as undefined markdown shortcut-reference links; converted to plain code spans. All repo-relative links + paths in infra/README.md verified to resolve.
This commit is contained in:
+3
-3
@@ -14,7 +14,7 @@ the linked docs.
|
||||
- [`docs/v2/Galaxy.ParityRig.md`](../docs/v2/Galaxy.ParityRig.md) — mxaccessgw / Galaxy parity-rig runbook.
|
||||
- `docs/drivers/*-Test-Fixture.md` — per-driver fixture coverage maps.
|
||||
- [`../scadaproj/infra/glauth/`](../../scadaproj/infra/glauth/) — the shared GLAuth source-of-truth + deploy runbook.
|
||||
- [`reference_histgw_local_deploy`], [`reference_ww_historian_vm`] (memory) — HistorianGateway deploy detail.
|
||||
- `reference_histgw_local_deploy`, `reference_ww_historian_vm` (memory) — HistorianGateway deploy detail.
|
||||
|
||||
---
|
||||
|
||||
@@ -130,7 +130,7 @@ dotnet test tests/Server/ZB.MOM.WW.OtOpcUa.Host.IntegrationTests --filter "Fully
|
||||
|
||||
### 5c. HistorianGateway LiveIntegration soak (`Category=LiveIntegration`) — needs VPN
|
||||
Exercises the gateway read/write/alarm/EnsureTags paths against a **real AVEVA historian**. Requires
|
||||
the corporate **VPN up** and a running gateway (see §6). Full deploy detail: [`reference_histgw_local_deploy`].
|
||||
the corporate **VPN up** and a running gateway (see §6). Full deploy detail: `reference_histgw_local_deploy`.
|
||||
|
||||
```bash
|
||||
export HISTGW_GATEWAY_ENDPOINT=http://localhost:5221 # local gw, h2c
|
||||
@@ -155,7 +155,7 @@ The gateway sidecar runs locally in Docker (`~/Desktop/HistorianGateway/docker/`
|
||||
`docker/.env` / secrets, never in committed compose.
|
||||
- **Known deploy fixes** (committed to the gateway repo): FQDN via `.env`; `libgssapi-krb5-2 gss-ntlmssp`
|
||||
in the Dockerfile (historian v6 + SQL paths auth `NAM\dohertj2` via Negotiate/GSSAPI); `RuntimeDb` on.
|
||||
- Full recipe + gotchas: [`reference_histgw_local_deploy`] · historian VM: [`reference_ww_historian_vm`].
|
||||
- Full recipe + gotchas: `reference_histgw_local_deploy` · historian VM: `reference_ww_historian_vm`.
|
||||
|
||||
## 7. docker-dev local rig — `docker-dev/docker-compose.yml`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user