@@ -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,31 +132,31 @@ 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
142142# kustomization.yaml
143- {{#embed-github repo:"metal3-io /metal3-docs" branch:"main " path:"docs/user-guide/examples/ironic/kustomization.yaml"}}
143+ {{#embed-github repo:"Nordix /metal3-docs" branch:"lentzi90/quick-revision " path:"docs/user-guide/examples/ironic/kustomization.yaml"}}
144144```
145145
146146``` yaml
147147# ironic.yaml
148- {{#embed-github repo:"metal3-io /metal3-docs" branch:"main " path:"docs/user-guide/examples/ironic/ironic.yaml"}}
148+ {{#embed-github repo:"Nordix /metal3-docs" branch:"lentzi90/quick-revision " path:"docs/user-guide/examples/ironic/ironic.yaml"}}
149149```
150150
151151``` yaml
152152# certificate.yaml
153- {{#embed-github repo:"metal3-io /metal3-docs" branch:"main " path:"docs/user-guide/examples/ironic/certificate.yaml"}}
153+ {{#embed-github repo:"Nordix /metal3-docs" branch:"lentzi90/quick-revision " path:"docs/user-guide/examples/ironic/certificate.yaml"}}
154154```
155155
156156For the Bare Metal Operator, we use a kustomization that looks like this:
157157
158158``` yaml
159- {{#embed-github repo:"metal3-io /metal3-docs" branch:"main " path:"docs/user-guide/examples/bmo/kustomization.yaml"}}
159+ {{#embed-github repo:"Nordix /metal3-docs" branch:"lentzi90/quick-revision " path:"docs/user-guide/examples/bmo/kustomization.yaml"}}
160160```
161161
162162### DHCP server
@@ -193,7 +193,7 @@ that can be used to provision the servers. In this guide, we will use an nginx
193193container for this. We also download some images that will be used later.
194194
195195``` bash
196- {{# embed-github repo:"metal3-io /metal3-docs" branch:"main " path:"docs/user-guide/examples/image-server.sh"}}
196+ {{# embed-github repo:"Nordix /metal3-docs" branch:"lentzi90/quick-revision " path:"docs/user-guide/examples/image-server.sh"}}
197197```
198198
199199## Create BareMetalHosts
@@ -208,7 +208,7 @@ accessing its BMC. No credentials are needed in the virtualized setup but you
208208still need to create the secret with some values. Here is an example:
209209
210210``` yaml
211- {{#embed-github repo:"metal3-io /metal3-docs" branch:"main " path:"docs/user-guide/examples/bmc-secret.yaml"}}
211+ {{#embed-github repo:"Nordix /metal3-docs" branch:"lentzi90/quick-revision " path:"docs/user-guide/examples/bmc-secret.yaml"}}
212212```
213213
214214Then continue by creating the BareMetalHost manifest. You can put it in the same
@@ -238,7 +238,7 @@ spec:
238238Here is the same for the virtualized BareMetalHost:
239239
240240` ` ` yaml
241- {{#embed-github repo:"metal3-io /metal3-docs" branch:"main " path:"docs/user-guide/examples/bmh-01.yaml"}}
241+ {{#embed-github repo:"Nordix /metal3-docs" branch:"lentzi90/quick-revision " path:"docs/user-guide/examples/bmh-01.yaml"}}
242242```
243243
244244Apply these in the cluster with ` kubectl apply -f path/to/file ` .
@@ -360,7 +360,7 @@ options:
360360 control-plane nodes.
361361
362362` ` ` bash
363- {{#embed-github repo:"metal3-io /metal3-docs" branch:"main " path:"docs/user-guide/examples/capm3-vars.sh"}}
363+ {{#embed-github repo:"Nordix /metal3-docs" branch:"lentzi90/quick-revision " path:"docs/user-guide/examples/capm3-vars.sh"}}
364364` ` `
365365
366366With the variables in place, we can render the manifests and apply :
@@ -417,5 +417,5 @@ If you did the virtualized setup you will also need to cleanup the sushy-tools
417417container and the VM.
418418
419419` ` ` bash
420- {{#embed-github repo:"metal3-io /metal3-docs" branch:"main " path:"docs/user-guide/examples/cleanup.sh"}}
420+ {{#embed-github repo:"Nordix /metal3-docs" branch:"lentzi90/quick-revision " path:"docs/user-guide/examples/cleanup.sh"}}
421421` ` `
0 commit comments