Actions
Feature #32252
closedBlock IP during host creation
Description
Use Case:
- IPAM DB or Random DB
- Only 2 free IPs exist
- start to create a host A
- start to create a host B
- start to create a host C
If you have a look at the interfaces tab, all hosts (A, B, C) gets the same IP assignment.
Expected: they should have different one. Otherwise it can cause conflicts.
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Bernhard Suttner
- Pull request https://github.com/theforeman/foreman/pull/8429 added
Updated by Bernhard Suttner almost 4 years ago
In case of DHCP IPAM usage, the reservation and its logic is implemented on the smart proxy side.
This feature affects only IPAM DB and Random DB.
Updated by Anonymous over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|d86194969b4e2bfab8aef913091e8d9e01eca817.
Actions