[GitHub] [cloudstack] rhtyd commented on issue #3489: server: fix public IP association/disassociation to new network
rhtyd commented on issue #3489: server: fix public IP association/disassociation to new network URL: https://github.com/apache/cloudstack/pull/3489#issuecomment-511097209 Tests lgtm This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] shwstppr opened a new pull request #3489: server: fix public IP association/disassociation to new network
shwstppr opened a new pull request #3489: server: fix public IP association/disassociation to new network URL: https://github.com/apache/cloudstack/pull/3489 ## Description Fixes #3321 This changes removes exception throwing while associating an IP address to a new isolated network which is in `Allocated` state. And it allows disassociating an IP address when it is used for source NAT purpose but network is in allocated state. Refer, https://github.com/apache/cloudstack/issues/3321#issuecomment-510389806 ## Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [x] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) ## Screenshots (if appropriate): ## How Has This Been Tested? Using cmk, ``` (localcloud) 🐱 > list networks filter=id,name,state { "count": 1, "network": [ { "id": "6838a64f-2f55-4097-af9f-c0cdff805737", "name": "Test", "state": "Allocated" } ] } (localcloud) 🐱 > associate ipaddress networkid=6838a64f-2f55-4097-af9f-c0cdff805737 { "ipaddress": { "account": "admin", "allocated": "2019-07-12T15:29:07+0530", "associatednetworkid": "6838a64f-2f55-4097-af9f-c0cdff805737", "associatednetworkname": "Test", "domain": "ROOT", "domainid": "5b4d6fd0-a486-11e9-a980-645d8651f45a", "fordisplay": true, "forvirtualnetwork": true, "id": "8e8593dd-b38c-4272-8748-bdd87de5997f", "ipaddress": "192.168.2.4", "isportable": false, "issourcenat": true, "isstaticnat": false, "issystem": false, "networkid": "09e7940c-a642-41c1-9bad-47d9d97fb1d5", "physicalnetworkid": "e964a192-5883-4e07-afdb-a30ef5ea69fe", "state": "Allocating", "tags": [], "vlanid": "3421057d-5a58-45cd-b451-e26de05f7417", "vlanname": "vlan://50", "zoneid": "c9db52ce-6425-4460-aed4-cb00b67b02e8", "zonename": "Sandbox-simulator" } } (localcloud) 🐱 > disassociate ipaddress id=8e8593dd-b38c-4272-8748-bdd87de5997f { "success": true } ``` This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd commented on issue #3489: server: fix public IP association/disassociation to new network
rhtyd commented on issue #3489: server: fix public IP association/disassociation to new network URL: https://github.com/apache/cloudstack/pull/3489#issuecomment-511097279 cc @svanharmelen @DaanHoogland This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd closed pull request #3489: server: fix public IP association/disassociation to new network
rhtyd closed pull request #3489: server: fix public IP association/disassociation to new network URL: https://github.com/apache/cloudstack/pull/3489 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd commented on issue #3486: filter volumes by host when refreshing stats
rhtyd commented on issue #3486: filter volumes by host when refreshing stats URL: https://github.com/apache/cloudstack/pull/3486#issuecomment-511097501 Can you check the failing test @skattoju4? @blueorangutan package This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd commented on issue #3454: Add support for new heuristics based VM Deployement for admins
rhtyd commented on issue #3454: Add support for new heuristics based VM Deployement for admins URL: https://github.com/apache/cloudstack/pull/3454#issuecomment-511097521 Tests lgtm This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3486: filter volumes by host when refreshing stats
blueorangutan commented on issue #3486: filter volumes by host when refreshing stats URL: https://github.com/apache/cloudstack/pull/3486#issuecomment-511097534 @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd merged pull request #3454: Add support for new heuristics based VM Deployement for admins
rhtyd merged pull request #3454: Add support for new heuristics based VM Deployement for admins URL: https://github.com/apache/cloudstack/pull/3454 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[cloudstack] branch master updated: server: Add support for new heuristics based VM Deployement for admins (#3454)
This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/master by this push: new 9e6ee7c server: Add support for new heuristics based VM Deployement for admins (#3454) 9e6ee7c is described below commit 9e6ee7c63e8b3073f9855511fe7cb004414b2dd4 Author: Anurag Awasthi AuthorDate: Sat Jul 13 12:52:48 2019 +0530 server: Add support for new heuristics based VM Deployement for admins (#3454) Currently an admin can choose which host a VM is to be started on. They should be able to 'override' the allocation algorthm to a greater or lesser extent at will, and be able to choose the pod, cluster or host that they wish a new VM to be deployed in. DeployVirtualMachine API has been extended with additional, optional parameters podid and clusterid that will be passed to and used in the deployment planner, when selecting a viable host. If the user supplies a pod, a suitable host in the given pod will be selected. If the user supplies a cluster, a suitable host in the given cluster will be selected. Based on the parameter supplied and on passing validation, the VM will then be deployed on the selected host, cluster or pod. --- .../api/command/admin/vm/DeployVMCmdByAdmin.java | 17 ++ .../api/command/user/vm/DeployVMCmd.java | 3 +- .../cloudstack/api/command/user/vm/StartVMCmd.java | 22 ++ .../src/main/java/com/cloud/vm/UserVmManager.java | 3 + .../main/java/com/cloud/vm/UserVmManagerImpl.java | 113 +++-- .../smoke/test_vm_deployment_planner.py| 261 + ui/css/cloudstack3.css | 25 ++ ui/index.html | 25 +- ui/l10n/en.js | 1 + ui/scripts/instanceWizard.js | 224 +- ui/scripts/instances.js| 176 ++ ui/scripts/ui-custom/instanceWizard.js | 104 +++- 12 files changed, 891 insertions(+), 83 deletions(-) diff --git a/api/src/main/java/org/apache/cloudstack/api/command/admin/vm/DeployVMCmdByAdmin.java b/api/src/main/java/org/apache/cloudstack/api/command/admin/vm/DeployVMCmdByAdmin.java index fa76db9..b94fc0c 100644 --- a/api/src/main/java/org/apache/cloudstack/api/command/admin/vm/DeployVMCmdByAdmin.java +++ b/api/src/main/java/org/apache/cloudstack/api/command/admin/vm/DeployVMCmdByAdmin.java @@ -16,6 +16,10 @@ // under the License. package org.apache.cloudstack.api.command.admin.vm; +import org.apache.cloudstack.api.ApiConstants; +import org.apache.cloudstack.api.Parameter; +import org.apache.cloudstack.api.response.ClusterResponse; +import org.apache.cloudstack.api.response.PodResponse; import org.apache.log4j.Logger; import org.apache.cloudstack.api.APICommand; @@ -39,6 +43,19 @@ import com.cloud.vm.VirtualMachine; public class DeployVMCmdByAdmin extends DeployVMCmd { public static final Logger s_logger = Logger.getLogger(DeployVMCmdByAdmin.class.getName()); +@Parameter(name = ApiConstants.POD_ID, type = CommandType.UUID, entityType = PodResponse.class, description = "destination Pod ID to deploy the VM to - parameter available for root admin only", since = "4.13") +private Long podId; + +@Parameter(name = ApiConstants.CLUSTER_ID, type = CommandType.UUID, entityType = ClusterResponse.class, description = "destination Cluster ID to deploy the VM to - parameter available for root admin only", since = "4.13") +private Long clusterId; + +public Long getPodId() { +return podId; +} + +public Long getClusterId() { +return clusterId; +} @Override public void execute(){ diff --git a/api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java b/api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java index 3d14b89..06acc32 100644 --- a/api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java +++ b/api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java @@ -24,8 +24,6 @@ import java.util.LinkedHashMap; import java.util.List; import java.util.Map; -import org.apache.log4j.Logger; - import org.apache.cloudstack.acl.RoleType; import org.apache.cloudstack.affinity.AffinityGroupResponse; import org.apache.cloudstack.api.ACL; @@ -49,6 +47,7 @@ import org.apache.cloudstack.api.response.UserVmResponse; import org.apache.cloudstack.api.response.ZoneResponse; import org.apache.cloudstack.context.CallContext; import org.apache.commons.collections.MapUtils; +import org.apache.log4j.Logger; import com.cloud.event.EventTypes; import com.cloud.exception.ConcurrentOperationException; diff --git a/api/src/main/java/org/apache/cloudstack/api/command/user/vm/StartVMCmd.java b/api/
[GitHub] [cloudstack] rhtyd closed pull request #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
rhtyd closed pull request #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] ustcweizhou opened a new pull request #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
ustcweizhou opened a new pull request #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477 ## Description When we create a vm in the network with redundant VRs, the lease file in the vm (for example /var/lib/dhcp/dhclient.eth0.leases) shows the dhcp-server-identifier is the guest ip (not vip/gateway) of master VR. That's the ip ipaddress where the vm fetch password and metadata from. if we stop the master VR (then backup will be master) or restart the network with cleanup (VRs will be created), the guest ip of master VR changes so vm are not able to get metadata/ssh-key using the ips in dhcp lease file. Setting up metadata/password/dhcp server on gateway instead of guest IP in redundant VRs will fix the issues. FIxes: #3409 ## Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [X] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) ## Screenshots (if appropriate): ## How Has This Been Tested? This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
rhtyd commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-511097746 There are some failing tests, not sure if they are related to this PR @blueorangutan package This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-511097793 @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd commented on issue #3450: Port 8096 allows unauthenticated access from any IP.
rhtyd commented on issue #3450: Port 8096 allows unauthenticated access from any IP. URL: https://github.com/apache/cloudstack/issues/3450#issuecomment-511097795 Okay @GabrielBrascher I'll check. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3486: filter volumes by host when refreshing stats
blueorangutan commented on issue #3486: filter volumes by host when refreshing stats URL: https://github.com/apache/cloudstack/pull/3486#issuecomment-511098509 @skattoju4 a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] skattoju4 commented on issue #3486: filter volumes by host when refreshing stats
skattoju4 commented on issue #3486: filter volumes by host when refreshing stats URL: https://github.com/apache/cloudstack/pull/3486#issuecomment-511098469 > Can you check the failing test @skattoju4? > @blueorangutan package seems unrelated will check the latest results This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd commented on issue #3490: Can't create instance after upgrade from 4.2.1 to 4.11.2
rhtyd commented on issue #3490: Can't create instance after upgrade from 4.2.1 to 4.11.2 URL: https://github.com/apache/cloudstack/issues/3490#issuecomment-511099529 Can you describe your env, hypervisors, networking etc? Did you seed the 4.11.2 systemvmtemplate? Did you perform in place mgmt server upgrade or used a new mgmt server host? This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3486: filter volumes by host when refreshing stats
blueorangutan commented on issue #3486: filter volumes by host when refreshing stats URL: https://github.com/apache/cloudstack/pull/3486#issuecomment-511101610 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-131 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3486: filter volumes by host when refreshing stats
blueorangutan commented on issue #3486: filter volumes by host when refreshing stats URL: https://github.com/apache/cloudstack/pull/3486#issuecomment-511101611 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-129 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-511101612 Packaging result: ✔centos6 ✖centos7 ✔debian. JID-130 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd commented on issue #3486: filter volumes by host when refreshing stats
rhtyd commented on issue #3486: filter volumes by host when refreshing stats URL: https://github.com/apache/cloudstack/pull/3486#issuecomment-511102962 @blueorangutan test This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3486: filter volumes by host when refreshing stats
blueorangutan commented on issue #3486: filter volumes by host when refreshing stats URL: https://github.com/apache/cloudstack/pull/3486#issuecomment-511103028 @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-511103175 @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
rhtyd commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-511103164 @blueorangutan package This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
rhtyd commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-511103217 @ustcweizhou can you fix pylint errors? Pl see Travis job 1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-511104704 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-132 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
rhtyd commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-51492 @blueorangutan test This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-51508 @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
rhtyd commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-53428 ``` ./debian/opt/cloud/bin/cs/CsDhcp.py:80:27: E201 whitespace after '[' ../debian/opt/cloud/bin/cs/CsDhcp.py:80:39: E202 whitespace before ']' ../debian/opt/cloud/bin/cs/CsDhcp.py:123:47: E703 statement ends with a semicolon +'[' 1 -gt 0 ']' +echo 'Pylint failed, please check your code' ``` This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] velinbudinov commented on issue #3490: Can't create instance after upgrade from 4.2.1 to 4.11.2
velinbudinov commented on issue #3490: Can't create instance after upgrade from 4.2.1 to 4.11.2 URL: https://github.com/apache/cloudstack/issues/3490#issuecomment-511122286 Because of 4.11.2 requirements, I had to upgrade OS of the mgmt and agents. I did clean Ubuntu 16.04 installation on mgmt, restored database and /etc/cloudstack directory and installed 4.11.2 packages after that. On agents, OS upgrade with clean Ubuntu 16.04 installation, CS agent 4.11.2 packages and restored agent.properties! Everything is working (start/stop instance, migrate instance between hosts) except create instance! Environment is: basic networking, 1 mgmt Ubuntu 16.04 with CS version 4.11.2 with 1 cluster KVM - 4 hosts with Ubuntu 16.04 and CS agent 4.11.2 java 8. Virtual router and SSVM and CPVM have been updated with 4.11.2 systemvmtemplate. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[cloudstack-www] branch master updated: update for 4.11.3 and events
This is an automated email from the ASF dual-hosted git repository. paul_a pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git The following commit(s) were added to refs/heads/master by this push: new d546a1c update for 4.11.3 and events new 57b35b6 Merge pull request #61 from shapeblue/4.11.3.0_update d546a1c is described below commit d546a1c583127b1bd3db49aaa9b64f7be80cb625 Author: PaulAngus AuthorDate: Tue Jul 9 21:47:07 2019 +0100 update for 4.11.3 and events --- data/acs-events.csv | 3 +-- data/cloudstack.yml | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/acs-events.csv b/data/acs-events.csv index 38bdcb6..7f52326 100644 --- a/data/acs-events.csv +++ b/data/acs-events.csv @@ -1,5 +1,4 @@ Title,Link,Location,Date -April CloudStack Meetup (Germany),https://www.meetup.com/de-DE/german-CloudStack-user-group/events/259269366/,Sankt Augustin (Bonn),11th April -CloudStack Collaboration Conference Brazil,http://br.cloudstackcollab.org/,Florianopolis,26th April CloudStack European User Group meetup,https://www.eventbrite.co.uk/e/cloudstack-european-user-group-meetup-tickets-55911193886,Sofia,13th June CloudStack Collaboration Conference North America,http://us.cloudstackcollab.org/,Las Vegas,9th - 11th September +CloudStack European User Group & Ceph Day,TBC,London,24th October diff --git a/data/cloudstack.yml b/data/cloudstack.yml index 35be717..5fc6654 100644 --- a/data/cloudstack.yml +++ b/data/cloudstack.yml @@ -3,13 +3,14 @@ versions: main_islts: main_docs_url: http://docs.cloudstack.apache.org/en/4.12.0.0/ branch: 4.12 - lts: 4.11.2.0 + lts: 4.11.3.0 lts_docs_url: http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.11/ ltsbranch: 4.11 archives: - '4.12': - 4.12.0.0 - '4.11': + - 4.11.3.0 - 4.11.2.0 - 4.11.1.0 - 4.11.0.0
[cloudstack-www] branch asf-site updated: add compiled content from PR61
This is an automated email from the ASF dual-hosted git repository. paul_a pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git The following commit(s) were added to refs/heads/asf-site by this push: new 737fa35 add compiled content from PR61 737fa35 is described below commit 737fa35328fc26cb2f2770ae6a1a6e1a84e7eb6c Author: Blue Orangutan AuthorDate: Sat Jul 13 16:27:22 2019 +0100 add compiled content from PR61 --- content/archives.html | 1 + content/downloads.html | 14 +++--- content/index.html | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/content/archives.html b/content/archives.html index 57a67ef..214e676 100644 --- a/content/archives.html +++ b/content/archives.html @@ -130,6 +130,7 @@ 4.11 + http://archive.apache.org/dist/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2";>apache-cloudstack-4.11.3.0.src.tar.bz2 [ http://archive.apache.org/dist/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2.asc";>PGP ][ http://archive.apache.org/dist/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2.md5";>MD5 ][ http://archive.apache.org/dist/cloudstack/releases/4.11.3.0/apache-clou [...] http://archive.apache.org/dist/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2";>apache-cloudstack-4.11.2.0.src.tar.bz2 [ http://archive.apache.org/dist/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2.asc";>PGP ][ http://archive.apache.org/dist/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2.md5";>MD5 ][ http://archive.apache.org/dist/cloudstack/releases/4.11.2.0/apache-clou [...] http://archive.apache.org/dist/cloudstack/releases/4.11.1.0/apache-cloudstack-4.11.1.0-src.tar.bz2";>apache-cloudstack-4.11.1.0.src.tar.bz2 [ http://archive.apache.org/dist/cloudstack/releases/4.11.1.0/apache-cloudstack-4.11.1.0-src.tar.bz2.asc";>PGP ][ http://archive.apache.org/dist/cloudstack/releases/4.11.1.0/apache-cloudstack-4.11.1.0-src.tar.bz2.md5";>MD5 ][ http://archive.apache.org/dist/cloudstack/releases/4.11.1.0/apache-clou [...] http://archive.apache.org/dist/cloudstack/releases/4.11.0.0/apache-cloudstack-4.11.0.0-src.tar.bz2";>apache-cloudstack-4.11.0.0.src.tar.bz2 [ http://archive.apache.org/dist/cloudstack/releases/4.11.0.0/apache-cloudstack-4.11.0.0-src.tar.bz2.asc";>PGP ][ http://archive.apache.org/dist/cloudstack/releases/4.11.0.0/apache-cloudstack-4.11.0.0-src.tar.bz2.md5";>MD5 ][ http://archive.apache.org/dist/cloudstack/releases/4.11.0.0/apache-clou [...] diff --git a/content/downloads.html b/content/downloads.html index 9a4bd8b..130874b 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -308,13 +308,13 @@ Full release notes can be found in the http://docs.cloudstack.apache.org/en/4.12.0.0/releasenotes/";>version 4.12.0.0 Release Notes website. -Apache CloudStack's previous LTS release was 4.11.2.0. +Apache CloudStack's previous LTS release was 4.11.3.0. -http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2";> +http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2";> -Get the 4.11.2.0 Source +Get the 4.11.3.0 Source http://www.apache.org/dist/cloudstack/KEYS";> @@ -322,24 +322,24 @@ KEYS -http://www.apache.org/dist/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2.asc";> +http://www.apache.org/dist/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2.asc";> PGP -http://www.apache.org/dist/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2.md5";> +http://www.apache.org/dist/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2.md5";> MD5 -http://www.apache.org/dist/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2.sha512";> +http://www.apache.org/dist/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2.sha512";> SHA512 -Full release notes can be found in the http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.11.2.0/";>version 4.11.2.0 Release Notes website. +Full release notes can be found in the http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.11.3.0/";>version 4.11.3.0 Release Notes website. Instructions for building from source and installing Apache CloudStack can be found in the http://docs.cloudstack.apache.org/en/4.12.0.0/installguide/";>Installation Guide. Instructions for building from source and upgrading from a previous version of CloudStack to Apache CloudStack 4.12.0.0 can be found in the upgrade section of the Release Notes (see above).
[GitHub] [cloudstack] blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-511136442 Trillian test result (tid-160) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 19916 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3477-t160-kvm-centos7.zip Intermittent failure detected: /marvin/tests/smoke/test_accounts.py Intermittent failure detected: /marvin/tests/smoke/test_iso.py Intermittent failure detected: /marvin/tests/smoke/test_public_ip_range.py Intermittent failure detected: /marvin/tests/smoke/test_reset_vm_on_reboot.py Intermittent failure detected: /marvin/tests/smoke/test_resource_accounting.py Intermittent failure detected: /marvin/tests/smoke/test_router_dhcphosts.py Intermittent failure detected: /marvin/tests/smoke/test_router_dns.py Intermittent failure detected: /marvin/tests/smoke/test_router_dnsservice.py Intermittent failure detected: /marvin/tests/smoke/test_routers_iptables_default_policy.py Intermittent failure detected: /marvin/tests/smoke/test_routers_network_ops.py Intermittent failure detected: /marvin/tests/smoke/test_routers.py Intermittent failure detected: /marvin/tests/smoke/test_secondary_storage.py Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py Intermittent failure detected: /marvin/tests/smoke/test_snapshots.py Intermittent failure detected: /marvin/tests/smoke/test_ssvm.py Intermittent failure detected: /marvin/tests/smoke/test_templates.py Intermittent failure detected: /marvin/tests/smoke/test_usage.py Intermittent failure detected: /marvin/tests/smoke/test_vm_deployment_planner.py Intermittent failure detected: /marvin/tests/smoke/test_vm_life_cycle.py Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py Intermittent failure detected: /marvin/tests/smoke/test_volumes.py Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py Intermittent failure detected: /marvin/tests/smoke/test_vpc_router_nics.py Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py Intermittent failure detected: /marvin/tests/smoke/test_host_maintenance.py Intermittent failure detected: /marvin/tests/smoke/test_hostha_kvm.py Smoke tests completed. 49 look OK, 24 have error(s) Only failed tests results shown below: Test | Result | Time (s) | Test File --- | --- | --- | --- ContextSuite context=TestTemplateHierarchy>:setup | `Error` | 1521.55 | test_accounts.py test_04_extract_Iso | `Failure` | 1.09 | test_iso.py ContextSuite context=TestResetVmOnReboot>:setup | `Error` | 0.00 | test_reset_vm_on_reboot.py test_01_list_sec_storage_vm | `Failure` | 0.04 | test_ssvm.py test_02_list_cpvm_vm | `Failure` | 0.04 | test_ssvm.py test_03_ssvm_internals | `Failure` | 0.04 | test_ssvm.py test_04_cpvm_internals | `Failure` | 0.04 | test_ssvm.py test_05_stop_ssvm | `Failure` | 0.04 | test_ssvm.py test_06_stop_cpvm | `Failure` | 0.04 | test_ssvm.py test_07_reboot_ssvm | `Failure` | 0.04 | test_ssvm.py test_08_reboot_cpvm | `Failure` | 0.04 | test_ssvm.py test_09_destroy_ssvm | `Failure` | 0.04 | test_ssvm.py test_10_destroy_cpvm | `Failure` | 0.04 | test_ssvm.py ContextSuite context=TestRAMCPUResourceAccounting>:setup | `Error` | 0.00 | test_resource_accounting.py ContextSuite context=TestRouterDHCPHosts>:setup | `Error` | 0.00 | test_router_dhcphosts.py ContextSuite context=TestRouterDHCPOpts>:setup | `Error` | 0.00 | test_router_dhcphosts.py ContextSuite context=TestRouterDns>:setup | `Error` | 0.00 | test_router_dns.py ContextSuite context=TestRouterDnsService>:setup | `Error` | 0.00 | test_router_dnsservice.py ContextSuite context=TestRouterIpTablesPolicies>:setup | `Error` | 0.00 | test_routers_iptables_default_policy.py ContextSuite context=TestVPCIpTablesPolicies>:setup | `Error` | 0.00 | test_routers_iptables_default_policy.py test_01_isolate_network_FW_PF_default_routes_egress_true | `Error` | 0.19 | test_routers_network_ops.py test_02_isolate_network_FW_PF_default_routes_egress_false | `Error` | 0.18 | test_routers_network_ops.py ContextSuite context=TestRedundantIsolateNetworks>:setup | `Error` | 1.40 | test_routers_network_ops.py test_02_create_template_with_checksum_sha1 | `Error` | 65.52 | test_templates.py test_03_create_template_with_checksum_sha256 | `Error` | 65.53 | test_templates.py test_04_create_template_with_checksum_md5 | `Error` | 65.52 | test_templates.py test_05_create_template_with_no_checksum | `Error` | 65.53 | test_templates.py test_02_deploy_vm_from_direct_download_template | `Error` | 1.32 | test_templates.py test_03_deploy_vm_wrong_checksum | `Error` | 1.33 | test_templates.py ContextSuite conte
[GitHub] [cloudstack] rhtyd commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
rhtyd commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-511138172 @blueorangutan test This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-511138189 @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3486: filter volumes by host when refreshing stats
blueorangutan commented on issue #3486: filter volumes by host when refreshing stats URL: https://github.com/apache/cloudstack/pull/3486#issuecomment-511154015 Trillian test result (tid-159) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 41837 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3486-t159-kvm-centos7.zip Intermittent failure detected: /marvin/tests/smoke/test_deploy_virtio_scsi_vm.py Intermittent failure detected: /marvin/tests/smoke/test_diagnostics.py Intermittent failure detected: /marvin/tests/smoke/test_internal_lb.py Intermittent failure detected: /marvin/tests/smoke/test_ssvm.py Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py Smoke tests completed. 69 look OK, 4 have error(s) Only failed tests results shown below: Test | Result | Time (s) | Test File --- | --- | --- | --- test_05_ping_in_cpvm_success | `Failure` | 14.51 | test_diagnostics.py test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | `Error` | 207.81 | test_internal_lb.py test_03_ssvm_internals | `Failure` | 13.35 | test_ssvm.py test_05_rvpc_multi_tiers | `Failure` | 413.05 | test_vpc_redundant.py test_05_rvpc_multi_tiers | `Error` | 441.53 | test_vpc_redundant.py This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] rhtyd commented on issue #3486: filter volumes by host when refreshing stats
rhtyd commented on issue #3486: filter volumes by host when refreshing stats URL: https://github.com/apache/cloudstack/pull/3486#issuecomment-511157519 @blueorangutan test This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3486: filter volumes by host when refreshing stats
blueorangutan commented on issue #3486: filter volumes by host when refreshing stats URL: https://github.com/apache/cloudstack/pull/3486#issuecomment-511157561 @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR
blueorangutan commented on issue #3477: RvR: Set up metadata/password/dhcp server on gateway IP instead of guest IP in RVR URL: https://github.com/apache/cloudstack/pull/3477#issuecomment-511171785 Trillian test result (tid-161) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 38068 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3477-t161-kvm-centos7.zip Intermittent failure detected: /marvin/tests/smoke/test_accounts.py Intermittent failure detected: /marvin/tests/smoke/test_iso.py Intermittent failure detected: /marvin/tests/smoke/test_templates.py Intermittent failure detected: /marvin/tests/smoke/test_volumes.py Smoke tests completed. 69 look OK, 4 have error(s) Only failed tests results shown below: Test | Result | Time (s) | Test File --- | --- | --- | --- ContextSuite context=TestTemplateHierarchy>:setup | `Error` | 1521.44 | test_accounts.py test_04_extract_Iso | `Failure` | 1.11 | test_iso.py test_04_extract_template | `Failure` | 1.09 | test_templates.py test_06_download_detached_volume | `Failure` | 12.55 | test_volumes.py This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [cloudstack] blueorangutan commented on issue #3486: filter volumes by host when refreshing stats
blueorangutan commented on issue #3486: filter volumes by host when refreshing stats URL: https://github.com/apache/cloudstack/pull/3486#issuecomment-511172503 Trillian test result (tid-162) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 20583 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3486-t162-kvm-centos7.zip Intermittent failure detected: /marvin/tests/smoke/test_internal_lb.py Intermittent failure detected: /marvin/tests/smoke/test_public_ip_range.py Intermittent failure detected: /marvin/tests/smoke/test_reset_vm_on_reboot.py Intermittent failure detected: /marvin/tests/smoke/test_resource_accounting.py Intermittent failure detected: /marvin/tests/smoke/test_router_dhcphosts.py Intermittent failure detected: /marvin/tests/smoke/test_router_dns.py Intermittent failure detected: /marvin/tests/smoke/test_router_dnsservice.py Intermittent failure detected: /marvin/tests/smoke/test_routers_iptables_default_policy.py Intermittent failure detected: /marvin/tests/smoke/test_routers_network_ops.py Intermittent failure detected: /marvin/tests/smoke/test_routers.py Intermittent failure detected: /marvin/tests/smoke/test_secondary_storage.py Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py Intermittent failure detected: /marvin/tests/smoke/test_snapshots.py Intermittent failure detected: /marvin/tests/smoke/test_ssvm.py Intermittent failure detected: /marvin/tests/smoke/test_templates.py Intermittent failure detected: /marvin/tests/smoke/test_usage.py Intermittent failure detected: /marvin/tests/smoke/test_vm_life_cycle.py Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py Intermittent failure detected: /marvin/tests/smoke/test_volumes.py Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py Intermittent failure detected: /marvin/tests/smoke/test_vpc_router_nics.py Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py Smoke tests completed. 53 look OK, 20 have error(s) Only failed tests results shown below: Test | Result | Time (s) | Test File --- | --- | --- | --- ContextSuite context=TestResetVmOnReboot>:setup | `Error` | 0.00 | test_reset_vm_on_reboot.py test_01_so_removal_resource_update | `Error` | 1.41 | test_resource_accounting.py ContextSuite context=TestRouterDHCPHosts>:setup | `Error` | 0.00 | test_router_dhcphosts.py ContextSuite context=TestRouterDHCPOpts>:setup | `Error` | 0.00 | test_router_dhcphosts.py ContextSuite context=TestRouterDns>:setup | `Error` | 0.00 | test_router_dns.py test_02_create_template_with_checksum_sha1 | `Error` | 65.54 | test_templates.py test_03_create_template_with_checksum_sha256 | `Error` | 65.53 | test_templates.py test_04_create_template_with_checksum_md5 | `Error` | 65.52 | test_templates.py test_05_create_template_with_no_checksum | `Error` | 65.53 | test_templates.py test_02_deploy_vm_from_direct_download_template | `Error` | 1.33 | test_templates.py test_03_deploy_vm_wrong_checksum | `Error` | 1.39 | test_templates.py ContextSuite context=TestTemplates>:setup | `Error` | 18.77 | test_templates.py ContextSuite context=TestRouterDnsService>:setup | `Error` | 0.00 | test_router_dnsservice.py test_02_routervm_iptables_policies | `Error` | 1.33 | test_routers_iptables_default_policy.py test_01_single_VPC_iptables_policies | `Error` | 5.45 | test_routers_iptables_default_policy.py test_01_isolate_network_FW_PF_default_routes_egress_true | `Error` | 1.44 | test_routers_network_ops.py test_02_isolate_network_FW_PF_default_routes_egress_false | `Error` | 1.42 | test_routers_network_ops.py test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Error` | 4.98 | test_routers_network_ops.py test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | `Error` | 5.99 | test_routers_network_ops.py test_03_RVR_Network_check_router_state | `Error` | 6.00 | test_routers_network_ops.py ContextSuite context=TestRouterServices>:setup | `Error` | 0.00 | test_routers.py test_01_sys_vm_start | `Failure` | 0.13 | test_secondary_storage.py ContextSuite context=TestCpuCapServiceOfferings>:setup | `Error` | 0.00 | test_service_offerings.py ContextSuite context=TestServiceOfferings>:setup | `Error` | 2.27 | test_service_offerings.py ContextSuite context=TestSnapshotRootDisk>:setup | `Error` | 0.00 | test_snapshots.py test_01_list_sec_storage_vm | `Failure` | 0.04 | test_ssvm.py test_02_list_cpvm_vm | `Failure` | 0.04 | test_ssvm.py test_03_ssvm_internals | `Failure` | 0.04 | test_ssvm.py test_04_cpvm_internals | `Failure` | 0.04 | test_ssvm.py test_05_stop_ssvm | `Failure` | 0.04 | test_ssvm.py test_06_stop_cpvm | `Failure` | 0.04 | test_ssvm.py test_07_reboot_ssvm | `Failure` | 0.04 | test_ssvm.py tes