cloudstack/ui/public
Harikrishna 083646b3c3
server: VM dynamic scaling option granularity (#4643)
This PR introduces new granularity levels to configure VM dynamic scalability. Previously VM is configured to be dynamically scalable based on the template and global setting. Now we bringing this option to configure at service offering and VM level also.

VM can dynamically scale only when all flags are ON at VM level, template, service offering and global setting. If any of the flags is set to false then VM cannot be scalable. This result will be persisted in DB for each VM and will be honoured for that VM till it is updated.

We are introducing 'dynamicscalingallowed' parameter with permitted values of true or false for deployVM API and createServiceOffering API.

Following are the API parameter changes:
createServiceOffering API: 
          dynamicscalingenabled: an optional parameter of type Boolean with default value “true”.
deployVirtualMachine API: 
          dynamicscalingenabled: an optional parameter of type Boolean with default value “true”.

Following are the UI changes:
Service offering creation has ON/OFF switch for dynamic scaling enabled with default value true
2021-06-08 17:10:00 +05:30
..
assets dashboard: Adding onboarding dashboard (#573) 2021-01-20 07:06:21 +05:30
locales server: VM dynamic scaling option granularity (#4643) 2021-06-08 17:10:00 +05:30
cloud.ico primate: initial UI v0.1 2021-01-20 07:06:11 +05:30
color.less ui: fix rat checks after import 2021-01-20 08:25:52 +05:30
config.json ui: prevent same string docHelp override (#5014) 2021-05-12 16:20:17 +05:30
error.html packaging: build and bundle UI using npm in deb and rpm packages (#4605) 2021-01-28 14:29:31 +05:30
example.html ui: fix rat checks after import 2021-01-20 08:25:52 +05:30
index.html ui: fix rat checks after import 2021-01-20 08:25:52 +05:30