@@ -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,14 +132,14 @@ 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
145145### DHCP server
0 commit comments