@@ -79,7 +79,7 @@ and the MAC address:
7979Start 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
8585Save this as ` net.xml ` .
@@ -91,7 +91,7 @@ the form of [sushy-tools](https://docs.openstack.org/sushy/latest/).
9191We 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
9797Finally, 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.
122122We 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
128128As 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.
132132Finally, 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
138138We use the following manifest to deploy Ironic. Feel free to adjust as
139139needed 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
145145For 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
182182container 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