Updating fork master branch.#5
Merged
Merged
Conversation
When dedicating a resource (cluster or host) to a domain, the affinity group which is created is visible to everyone rather than only to domain that the cluster is dedicated to.
Co-Authored-By: Raf Smeets <raf.smeets@nuagenetworks.net>
Co-Authored-By: Prashanth Manthena <prashanth.manthena@nuagenetworks.net> Co-Authored-By: Frank Maximus <frank.maximus@nuagenetworks.net> Bug: https://issues.apache.org/jira/browse/CLOUDSTACK-9806 Design Document: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Nuage+domain+template+selection+per+VPC
…#2325) This fixes metrics generation failures when metrics capacities are null. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Forwards merge 4.9->4.10->master.
This shows the owner account and network of a VR in the VR list view, and for VPCs shows the VPC name and redundant state of the VPC rVR. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
CLOUDSTACK-9450: Network Offering for VPC based on DB flag
remove bogus depends-on declaration at spring-engine-storage-snapshot-core-context
…ble_domain_template CLOUDSTACK-9806: Nuage domain template selection per VPC
* Bump Jetty to 9.4 * Use new jetty gzip handler * Redirect / to context * Update wiremock but still not working * Add session timeout configuration * server.properties.in: Change default timeout to 30 (mins) * cloudian: fix unit test failures Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> * client: use older 9.2.x jetty-maven-plugin that works Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> * Moving jetty mvn plugin version in properties Signed-off-by: Marc-Aurèle Brothier <m@brothier.org> * Set default session timeout to 30mins
Depending on the timezone you're running CS (before GMT timezones) you could experience that some jobs are marked as failed since the parent job got a null result despite its child job having successfully done the job. The child job got deleted by the CleanupTask ahead of time, due to a missing datetime conversion to GMT timezone. Jobs are failing with this message: Job failed with un-handled exception The fix intends to correct any datetime used in the code that should be using the GMT timezone instead of the local one since all DB datetime should be stored at GMT.
Co-Authored-By: Frank Maximus <frank.maximus@nuagenetworks.net> Co-Authored-By: Prashanth Manthena <prashanth.manthena@nuagenetworks.net> Co-Authored-By: Raf Smeets <raf.smeets@nuagenetworks.net> Bug: https://issues.apache.org/jira/browse/CLOUDSTACK-9776 Design-Doc: https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+extra+DHCP+option+support
Adding tests to .travis, some of them were already there so just moving the reference.
…2310) Local storage overprovisioning for ext file system
…#2028) This commit adds support for passing IPv6 Addresses and/or Subnets as Secondary IPs. This is groundwork for CLOUDSTACK-9853 where IPv6 Subnets have to be allowed in the Security Groups of Instances to we can add DHCPv6 Prefix Delegation. Use ; instead of : for separating addresses, otherwise it would cause problems with IPv6 Addresses. Signed-off-by: Wido den Hollander <wido@widodh.nl>
…7248) (#2332) Fix Coverity new problems CID(1349987, 1349986, 1347248).
…a… (#2334) Skip the destination cidr in ipset when 0.0.0.0/0 passed. Fixed adding issue with egress dest cidr with 0.0.0.0/0.
…pt (#2321) Improved debian installation script to find either rb_netfilter module exists in the system and should be loaded. The implementation does check and fix during installation process (Ubuntu 14.04/16.04)
…2341) * CLOUDSTACK-10160: Fix typo in Libvirt XML definition for Virtio-SCSI The attribute for the XML element 'controller' should be 'model' and not 'mode'. Source: https://libvirt.org/formatdomain.html#elementsControllers A scsi controller has an optional attribute model, which is one of 'auto', 'buslogic', 'ibmvscsi', 'lsilogic', 'lsisas1068', 'lsisas1078', 'virtio-scsi' or 'vmpvscsi'. In the current state a regular SCSI device is attached and not a Virtio-SCSI device. Signed-off-by: Wido den Hollander <wido@widodh.nl> * CLOUDSTACK-10160: Add UnitTest for LibvirtVMDef.SCSIDef To make sure the XML output string is correct Signed-off-by: Wido den Hollander <wido@widodh.nl>
* CLOUDSTACK-10154: fixing some smoketests failures * Adding wait_until pattern to test_volumes
…plate.properties are corrupted (#2322) Fix for when template is created from snapshot template.properties are corrupted
CLOUDSTACK-9432: cluster/host dedicated to a domain is owned by the root domain
This reverts commit 1421a6e.
This file contains hidden or 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
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.
Updating fork master branch.