This is an automated email from the ASF dual-hosted git repository.
harikrishna pushed a change to branch decoupleServiceOfferingDiskOffering
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from 296a507 Decouple service offering and disk offering states
add 6e606f8 diskoffering getsize() is only for strict disk offerings
add 3ddb2fb Fix deployVM flow
add 86cf61c Added new API params to compute offering creation
add f0cef35 Add diskofferingstrictness to serviceoffering vo under quota
add a71b123 Added overrideDiskOfferingId parameter in deploy VM API which
will override disk offering for the root disk both in template and ISO case
No new revisions were added by this update.
Summary of changes:
.../java/com/cloud/offering/ServiceOffering.java | 4 +
api/src/main/java/com/cloud/vm/UserVmService.java | 6 +-
.../org/apache/cloudstack/api/ApiConstants.java | 2 +
.../admin/offering/CreateDiskOfferingCmd.java | 8 +
.../admin/offering/CreateServiceOfferingCmd.java | 27 +++-
.../api/command/user/vm/DeployVMCmd.java | 8 +
.../engine/service/api/OrchestrationService.java | 5 +-
.../engine/orchestration/CloudOrchestrator.java | 90 ++++++-----
.../java/com/cloud/service/ServiceOfferingVO.java | 11 ++
.../engine/cloud/entity/api/db/VMEntityVO.java | 8 +-
.../resources/META-INF/db/schema-41510to41600.sql | 2 +-
.../cloudstack/quota/vo/ServiceOfferingVO.java | 13 ++
...ernetesClusterResourceModifierActionWorker.java | 2 +-
.../KubernetesClusterStartWorker.java | 4 +-
.../configuration/ConfigurationManagerImpl.java | 176 +++++++++++++--------
.../com/cloud/network/as/AutoScaleManagerImpl.java | 6 +-
.../com/cloud/storage/VolumeApiServiceImpl.java | 13 +-
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 108 ++++++++-----
.../java/com/cloud/vm/UserVmManagerImplTest.java | 4 +-
19 files changed, 327 insertions(+), 170 deletions(-)