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
Copy file name to clipboardExpand all lines: provisioning/roles/provisioning_mce/templates/provisioning.yaml.j2
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,4 @@ spec:
8
8
{{ provisioning_network_config | to_nice_yaml(indent=2) | trim | indent(2) }}
9
9
{%else%}
10
10
provisioningNetwork: "Disabled"
11
-
provisioningMacAddresses: # this is here because OpenShift 4.11.17+ tries to populate this list using the Machines on the cluster, and SNO has no Machine object
12
-
- aa:aa:aa:aa:aa:aa # can be any dummy address, it's not used when provisioningNetwork is Disabled
0 commit comments