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
Copy file name to clipboardExpand all lines: docs/docs/user-walkthrough.mdx
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Watch the output for success messages. You should see confirmations that the top
86
86
In the web interface:
87
87
88
88
1. Ensure you're on the `add-dc2` branch
89
-
2. Navigate to **Services → Topology Deployments → Data center**
89
+
2. Navigate to **Network Topologies → Deployments → Data center**
90
90
3. You should see a new entry for **DC-2**
91
91
4. Click on DC-2 to view its properties
92
92
@@ -116,7 +116,11 @@ A task will start. You can monitor its progress in the **Tasks** view.
116
116
117
117
### Using the CLI
118
118
119
-
Alternatively, trigger the generator from the command line. First, get the generator definition ID, then run it. The web interface method is recommended for this tutorial.
119
+
Alternatively, trigger the generator from the command line:
120
+
121
+
```bash
122
+
uv run infrahubctl generator create_dc name=DC-2 --branch add-dc2
123
+
```
120
124
121
125
### Wait for completion
122
126
@@ -136,7 +140,7 @@ Once the generator completes, explore what was created:
136
140
137
141
### View devices
138
142
139
-
1. Navigate to **Infrastructure → Devices → Generic Devices**
143
+
1. Navigate to **Device Management → Infrastructure → All Devices**
140
144
2. You should see multiple devices created:
141
145
- Spine switches (typically 2 or more)
142
146
- Leaf switches (typically 4 or more)
@@ -172,7 +176,7 @@ Now that you've made changes on your branch, create a proposed change to merge t
172
176
173
177
### Create the proposed change
174
178
175
-
1. Navigate to **Branches → Proposed Changes**
179
+
1. Navigate to **Proposed Changes**
176
180
2. Click **New Proposed Change**
177
181
3. Fill in the form:
178
182
-**Name**: `Add DC-2 data center`
@@ -250,7 +254,7 @@ The merge process:
250
254
### Verify the merge
251
255
252
256
1. Switch back to the **main** branch using the branch selector
253
-
2. Navigate to **Infrastructure → Devices**
257
+
2. Navigate to **evice Management → Infrastructure → All Devices**
254
258
3. You should now see all the DC-2 devices in the main branch
255
259
4. Navigate to **Services → Topology Deployments → Data center**
256
260
5. Verify that DC-2 appears in the main branch
@@ -260,7 +264,7 @@ The merge process:
260
264
Now that DC-2 is in the main branch, view the generated device configurations:
261
265
262
266
1. Ensure you're on the **main** branch
263
-
2. Navigate to **Infrastructure → Devices → Generic Devices**
267
+
2. Navigate to **Device Management → Infrastructure → All Devices**
264
268
3. Click on a spine device (for example, `dc2-spine1`)
0 commit comments