Skip to content

Commit 857c22e

Browse files
committed
TEST
Signed-off-by: Lennart Jern <[email protected]>
1 parent 39ee226 commit 857c22e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/user-guide/src/quick-start.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ and the MAC address:
7979
Start by defining a libvirt network:
8080

8181
```xml
82-
{{#embed-github repo:"metal3-io/metal3-docs" branch:"main" path:"docs/user-guide/examples/net.xml"}}
82+
{{#embed-github repo:"Nordix/metal3-docs" branch:"lentzi90/quick-revision" path:"docs/user-guide/examples/net.xml"}}
8383
```
8484

8585
Save this as `net.xml`.
@@ -91,7 +91,7 @@ the form of [sushy-tools](https://docs.openstack.org/sushy/latest/).
9191
We need to create a configuration file for sushy-tools:
9292

9393
```conf
94-
{{#embed-github repo:"metal3-io/metal3-docs" branch:"main" path:"docs/user-guide/examples/sushy-emulator.conf"}}
94+
{{#embed-github repo:"Nordix/metal3-docs" branch:"lentzi90/quick-revision" path:"docs/user-guide/examples/sushy-emulator.conf"}}
9595
```
9696

9797
Finally, we start up the virtual baremetal lab and create VMs to simulate the
@@ -122,7 +122,7 @@ note that this is absolutely not intended for production environments.
122122
We will use the following configuration file for kind, save it as `kind.yaml`:
123123

124124
```yaml
125-
{{#embed-github repo:"metal3-io/metal3-docs" branch:"main" path:"docs/user-guide/examples/kind.yaml"}}
125+
{{#embed-github repo:"Nordix/metal3-docs" branch:"lentzi90/quick-revision" path:"docs/user-guide/examples/kind.yaml"}}
126126
```
127127

128128
As you can see, it has a few ports forwarded from the host. This is to make
@@ -132,14 +132,14 @@ We will also need to install cert-manager and Ironic Standalone Operator.
132132
Finally, we deploy Ironic and Bare Metal Operator.
133133

134134
```bash
135-
{{#embed-github repo:"metal3-io/metal3-docs" branch:"main" path:"docs/user-guide/examples/setup-bootstrap.sh"}}
135+
{{#embed-github repo:"Nordix/metal3-docs" branch:"lentzi90/quick-revision" path:"docs/user-guide/examples/setup-bootstrap.sh"}}
136136
```
137137

138138
We use the following manifest to deploy Ironic. Feel free to adjust as
139139
needed for your environment.
140140

141141
```yaml
142-
{{#embed-github repo:"metal3-io/metal3-docs" branch:"main" path:"docs/user-guide/examples/ironic.yaml"}}
142+
{{#embed-github repo:"Nordix/metal3-docs" branch:"lentzi90/quick-revision" path:"docs/user-guide/examples/ironic.yaml"}}
143143
```
144144

145145
### DHCP server

0 commit comments

Comments
 (0)