Resource manager - Lock allocated ID?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 12:37 PM
If I have Resource Manager/ID Allocator allocated IDs from a pool, is there any way to lock those IDs so they are maintained even if an exclude statement is added that encompasses those IDs?
IE: Range is 1 to 65535, allowed range day 0 is 1 to 5000, but later I want to update allowed range to be 10000 to 65535. I could exclude any unused IDs from the day 0 range, but if any of the services in that range gets removed, I'm currently using first free allocation so those would be fair game for reassignment, and I don't want that. If I put an exclude over the whole day 0 range, it reallocates existing IDs into an available range, but this causes issues with re-deployment and/or deletion. I would prefer to have ID reuse, but the only way I'm seeing right now to avoid reassignment or use of IDs in an undesired range is to use the round robin allocation unless I can somehow lock the allocations from being changed.
- Labels:
-
Other NSO Topics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 02:57 AM
Jason, this seems like a potential feature request. What you're aiming to do is not currently supported in the package. It would be great to hear from other RM users if they see value in this as well. Your feedback will help us prioritize the feature. Let us know what you think!
