CluPilotCloud/app/Provisioning/Steps
nexxo 952e8e5d2f fix(hosts): number DNS names by the normalised label, not the raw code
Two legacy codes can normalise to the same label (eu_west and eu-west), and
separate counters then handed both of them eu-west-01 — a unique-constraint
failure inside the reservation, which blocks onboarding rather than being a DNS
problem the step can shrug off. Lock, counter and the in-use check all key off
the label now.

(The helper was also called label(), which HostStep already declares as the
step's display name — renamed.)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-25 23:59:58 +02:00
..
Customer fix(monitoring): cap monitoring retries at the run budget; dependency-free liveness probe 2026-07-25 20:19:32 +02:00
Host fix(hosts): number DNS names by the normalised label, not the raw code 2026-07-25 23:59:58 +02:00
ManagesRunResources.php feat(engine-b): CustomerStep base + shared resource trait + config 2026-07-25 11:39:56 +02:00