Skip to content

Commit 3f96712

Browse files
committed
TEST
Signed-off-by: Lennart Jern <[email protected]>
1 parent cb80b98 commit 3f96712

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 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,20 +132,20 @@ 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
For the Bare Metal Operator, we use a kustomization that looks like this:
146146

147147
```yaml
148-
{{#embed-github repo:"metal3-io/metal3-docs" branch:"main" path:"docs/user-guide/examples/bmo/kustomization.yaml"}}
148+
{{#embed-github repo:"Nordix/metal3-docs" branch:"lentzi90/quick-revision" path:"docs/user-guide/examples/bmo/kustomization.yaml"}}
149149
```
150150

151151
### DHCP server
@@ -182,7 +182,7 @@ that can be used to provision the servers. In this guide, we will use an nginx
182182
container for this. We also download some images that will be used later.
183183

184184
```bash
185-
{{#embed-github repo:"metal3-io/metal3-docs" branch:"main" path:"docs/user-guide/examples/image-server.sh"}}
185+
{{#embed-github repo:"Nordix/metal3-docs" branch:"lentzi90/quick-revision" path:"docs/user-guide/examples/image-server.sh"}}
186186
```
187187

188188
## Deployment summary

0 commit comments

Comments
 (0)