Skip to content

Commit 82690cc

Browse files
committed
OCPBUGS-34493: baremetal: Don't always enable provisioning-interface.service
In the baremetal bootstrap it is not sufficient to make ironic.service conditionally Require provisioning-interface.service, as 104eae1 attempted to do, when the latter is already enabled because it is WantedBy multi-user.target. As long as it is enabled, systemd will try to start it. Do not install provisioning-interface.service, so that it will only be enabled when ironic.service requires it (i.e. when the provisioning network is not disabled).
1 parent d48a31f commit 82690cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data/data/bootstrap/baremetal/systemd/units/provisioning-interface.service.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ Restart=on-failure
1616
RestartSec=10
1717

1818
[Install]
19-
WantedBy=multi-user.target

0 commit comments

Comments
 (0)