Hi,
I have the following use case:
I have a group with cartridges A,B and C and a group policy: min/max =1, 2
(compute hosts - "partition1", "partition2"), algorithm: round robin.
My expectation would be as follows:
When the group instance spins up, all cartridge instances are placed on the
same compute host (first partition - "partition1").
During runtime, I increase the groupMin/Max = 2 which will force stratos to
spin up a second group instance.
My expectations would be that the all the cartridge instances of the 2nd group
instance will be placed on the 2nd partition ("partition2").
Is this correct ? What will happen if one of the instances will go unhealthy
and auto-healed, where will it be placed ?
If the expectations are not as described above, how can I configure stratos to
behave according the expectations ?
Thanks
Martin