-
Notifications
You must be signed in to change notification settings - Fork 35
Deployment scale-in and scale-out feature extension #39
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Viraj Indasrao <[email protected]>
Signed-off-by: Viraj Indasrao <[email protected]>
Signed-off-by: Viraj Indasrao <[email protected]>
Refactoring is going on for update feature after latest merge changes. |
CentOS_6.3.cpu = "2" | ||
} | ||
scale_resource = { | ||
CentOS_6.3 = 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not be using a separate 'scale_resource' section.
Instead, we should be using the _cluster field for each machine inside resource_configuration.
…scale-out-action-support
Signed-off-by: Viraj Indasrao <[email protected]>
Signed-off-by: Viraj Indasrao <[email protected]>
Signed-off-by: Viraj Indasrao <[email protected]>
@virajindasrao, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding
|
Deployment scale-in and scale-out feature extension
This feature is introduced to help a user to scale in/out resource deployments.
Signed-off-by: Viraj Indasrao [email protected]