How to install custum hostallocator module #10889
|
Hi thanks |
Answered by
harikrishna-patnala
Jun 24, 2025
Replies: 1 comment
|
@hacked473 If you've developed your custom host allocator as an adapter similar to FirstFitAllocator, you're on the right track. You can refer to that class and how it's registered and used in the CloudStack codebase. If you are having a development environment, you will need to follow below steps,
|
0 replies
Answer selected by
DaanHoogland
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@hacked473 If you've developed your custom host allocator as an adapter similar to FirstFitAllocator, you're on the right track. You can refer to that class and how it's registered and used in the CloudStack codebase.
If you are having a development environment, you will need to follow below steps,