You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script disables one rule and makes it clear how to disable others
in the future. Unfortunately, mdl doesn't include a blacklist option.
You can either run all rules, or specify a list of rules.
@@ -57,7 +56,7 @@ is to be able to have some test data, use the test fixture provisioner
57
56
instead of the real Ironic provisioner by passing `-test-mode` to the
58
57
operator when launching it.
59
58
60
-
```
59
+
```bash
61
60
operator-sdk up local --operator-flags "-test-mode"
62
61
```
63
62
@@ -74,8 +73,9 @@ your environment.
74
73
75
74
## Using libvirt VMs with Ironic
76
75
77
-
In order to use VMs as hosts, they need to be connected to [vbmc](https://docs.openstack.org/tripleo-docs/latest/install/environments/virtualbmc.html) and
78
-
the `bootMACAddress` field needs to be set to the MAC address of the
76
+
In order to use VMs as hosts, they need to be connected to
0 commit comments