forked from apache/cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qa/ena 4.8 #33
Merged
Merged
Qa/ena 4.8 #33
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Upgrade database by adding OS type of Other PV Virtio-SCSI (64 bit) to KVM only. This is the only db change.
This adds support for virtio-scsi on KVM hosts, either for guests that are associated with a new os_type of 'Other PV Virtio-SCSI (64-bit)', or when a VM or template is regstered with a detail parameter rootDiskController=scsi. Update cloudstack add template dialog to allow for selecting rootDiskController with KVM Update cloudstack kvm virtio-scsi to enable discard=unmap
Replace the use of joda with Calendar, set explicitly to UTC when doing date manipulation.
Minimise network downtime during network updates when redundant VR is being used. database schema changes Made changes to the updateNetwork API.
Added checks to prevent netwrok update when router state is unknown or when the new offering removes a service that is in use. Added a new param forced to the updateNetwork API. The network will undergo a forced update when this param is set to true. CLOUDSTACK-8751 Clean network config like firewall rules etc, when network services are removed during network update.
Added macaddress optional parameter for deployVirtualMachine Added validation to NetUtil for mac addresses Added test coverage for NetUtil mac address validation Modified IpAddresses class to contain a mac address Modified networkfalseiptonetworklistip parameter to accept mac Updated addNicToVirtualMachineAdds to accept macaddress optional updating description for iptonetworklist Make sure mac is unique among the network when specifying for user vm. adding macADdress to AllFieldsSearch for NicDaoImpl Added NetUtils.standardizeMac() to ensure colon separator. Updated test_nic smoke test to cover specifying macaddress. add isUnicastMac() in NetUtils to ensure unicast macs.
Testing/ena 4.8
nathanejohnson
pushed a commit
that referenced
this pull request
Jan 28, 2021
Make the api url for development configurable via env file Signed-off-by: Rohit Yadav <[email protected]>
nathanejohnson
pushed a commit
that referenced
this pull request
Jan 28, 2021
This fixes #33 Signed-off-by: Rohit Yadav <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
rolling forward qa, includes virtio-scsi , bug fix for changing vm details, other fixes.