You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add redirect and screenshots, fix preview links (#11)
Add redirect, re-add screenshots we inadvertently removed, and fix the Fern preview link extraction workflow step
Signed-off-by: Alex Ball <aball@nvidia.com>
Copy file name to clipboardExpand all lines: docs/install/tui-wizard-reference.mdx
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,8 @@ Each size profile selects a matching Helm values overlay, such as `values-local-
44
44
45
45
Sites represent data centers managed by this Config Manager deployment. Each site name must match the slug of the corresponding Nautobot Location. Sites scope per-site network secrets such as device login credentials and BGP passwords.
If you are using local Kubernetes secrets, you can optionally supply manual values for each secret, or leave them blank to auto-generate a random secret.
Configure network protocol and workflow secrets written to `config-secrets.ini`. Common entries are pre-seeded on first run, including `hash_salt`, `bgp_password`, `root_password`, and `api_user_key`.
@@ -107,6 +115,8 @@ Configure network protocol and workflow secrets written to `config-secrets.ini`.
107
115
108
116
The **Scan Plugin Templates** button inspects Jinja2 templates from Content plugin paths to discover additional required secrets. Add template plugin locations on the [Template Plugins](#7-template-plugins) screen.
Configure custom Nautobot jobs, bootstrap jobs, and post-deploy job execution. Use this section to stage a Design Builder topology loader, include the standard bootstrap jobs, or run other Nautobot jobs after Helm deployment.
@@ -124,6 +134,10 @@ Custom jobs and bootstrap jobs require local Nautobot (`services.nautobot: true`
124
134
125
135
For a concrete Design Builder example, see [Design Builder Data Loading](../nautobot/design-builder-data-loading.mdx).
126
136
137
+

138
+
139
+

140
+
127
141
## 7. Template Plugins
128
142
129
143
Configure Jinja2 template plugin directories used by the Render service. The node browser lets you pin plugin PVCs to a Kubernetes node on multi-node clusters that do not have shared RWX storage.
@@ -137,6 +151,10 @@ Configure Jinja2 template plugin directories used by the Render service. The nod
137
151
138
152
If a PVC is `ReadWriteOnce`, it can only mount on the node where it was first bound. Pin the pod to that node on multi-node clusters without shared NFS or RWX storage.
Configure where ZTP OS images are stored and which images should be uploaded during deployment.
@@ -161,6 +179,8 @@ For file storage, configure the PVC name, size, storage class, access mode, and
161
179
162
180
If a PVC is `ReadWriteOnce`, it can only mount on the node where it was first bound. Pin the pod to that node on multi-node clusters without shared NFS or RWX storage.
@@ -191,6 +215,12 @@ When **Pull from registry** is selected, the installer can fetch available tags
191
215
192
216
Per-image overrides can set a custom repository or tag for individual components. For local builds, images are tagged with a short content hash derived from the Docker image ID. Helm only restarts pods when image content changes.

223
+
194
224
## 11. SSO
195
225
196
226
Configure OIDC Single Sign-On for Config Manager services.
@@ -209,6 +239,8 @@ Configure OIDC Single Sign-On for Config Manager services.
209
239
210
240
The configuration samples use Keycloak as the example OIDC provider, but the installer accepts any OIDC provider that supplies the required issuer, client, secret, JWKS, audience, and scope settings.
@@ -241,6 +275,8 @@ Load balancer providers include None, MetalLB, Cilium, and AWS NLB. MetalLB and
241
275
For local or lab deployments using self-signed TLS, the browser and any API clients must trust the generated certificate authority or explicitly accept the warning for each service hostname.
Run deployment orchestration with live monitoring.
@@ -269,3 +309,5 @@ Run deployment orchestration with live monitoring.
269
309
Once you have set up your configuration, click the **Start Deployment** button to begin the deployment process. The deploy screen shows a step list, live pod status, deployment logs, individual pod/container log streams, and integration test output.
270
310
271
311
If anything goes wrong, correct the error and click the **Retry Deployment** button to try again.
0 commit comments