division operation in heat
Hi All,
I want to take two input parameter (Number of User, capacity per instance) in heat. and based of the division of these two params value, I want to create these many Instances.
Example:
Number of Use : 6 capacity per instance : 2
Then I want to create instance based of the division of these params value
Instance to create = Number of Use / capacity per instance
So in this example : Instance to create = 6 / 2 = 3
Please suggest a sample heat template to achieve this.
Thanks in Advanced Rohit