You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/11/20 08:13:49 UTC

[1/3] git commit: updated refs/heads/master to 88e059d

Repository: cloudstack
Updated Branches:
  refs/heads/master 4c15cfce0 -> 88e059d6f


Updating Alert codes (CLOUDSTACK-9468)

- Updating codes per values present here: https://github.com/apache/cloudstack/blob/4.8/api/src/org/apache/cloudstack/alert/AlertService.java#L39


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b7e520e3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b7e520e3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b7e520e3

Branch: refs/heads/master
Commit: b7e520e36f25e5b2e8dc9f63fa639da7f587817b
Parents: 740bd45
Author: Daniel Carbone <da...@gmail.com>
Authored: Tue Jun 14 14:07:57 2016 -0500
Committer: Daniel Paul Carbone <dc...@ena.com>
Committed: Tue Sep 13 14:12:55 2016 -0500

----------------------------------------------------------------------
 .../apache/cloudstack/api/response/AlertResponse.java   | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b7e520e3/api/src/org/apache/cloudstack/api/response/AlertResponse.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/response/AlertResponse.java b/api/src/org/apache/cloudstack/api/response/AlertResponse.java
index 2016bcf..faa64b0 100644
--- a/api/src/org/apache/cloudstack/api/response/AlertResponse.java
+++ b/api/src/org/apache/cloudstack/api/response/AlertResponse.java
@@ -36,11 +36,13 @@ public class AlertResponse extends BaseResponse {
 
     @SerializedName(ApiConstants.TYPE)
     @Param(description = "One of the following alert types: "
-        + "MEMORY = 0, CPU = 1, STORAGE = 2, STORAGE_ALLOCATED = 3, PUBLIC_IP = 4, PRIVATE_IP = 5, HOST = 6, USERVM = 7, "
-        + "DOMAIN_ROUTER = 8, CONSOLE_PROXY = 9, ROUTING = 10: lost connection to default route (to the gateway), "
-        + "STORAGE_MISC = 11: lost connection to default route (to the gateway), " + "USAGE_SERVER = 12: lost connection to default route (to the gateway), "
-        + "MANAGMENT_NODE = 13: lost connection to default route (to the gateway), "
-        + "DOMAIN_ROUTER_MIGRATE = 14, CONSOLE_PROXY_MIGRATE = 15, USERVM_MIGRATE = 16, VLAN = 17, SSVM = 18, " + "USAGE_SERVER_RESULT = 19")
+        + "MEMORY = 0, CPU = 1, STORAGE = 2, STORAGE_ALLOCATED = 3, PUBLIC_IP = 4, PRIVATE_IP = 5, SECONDARY_STORAGE = 6, "
+        + "HOST = 7, USERVM = 8, DOMAIN_ROUTER = 9, CONSOLE_PROXY = 10, "
+        + "ROUTING = 11: lost connection to default route (to the gateway), "
+        + "STORAGE_MISC = 12, USAGE_SERVER = 13, MANAGMENT_NODE = 14, DOMAIN_ROUTER_MIGRATE = 15, CONSOLE_PROXY_MIGRATE = 16, "
+        + "USERVM_MIGRATE = 17, VLAN = 18, SSVM = 19, USAGE_SERVER_RESULT = 20, STORAGE_DELETE = 21, UPDATE_RESOURCE_COUNT = 22, "
+        + "USAGE_SANITY_RESULT = 23, DIRECT_ATTACHED_PUBLIC_IP = 24, LOCAL_STORAGE = 25, RESOURCE_LIMIT_EXCEEDED = 26, "
+        + "SYNC = 27, UPLOAD_FAILED = 28, OOBM_AUTH_ERROR = 29")
     private Short alertType;
 
     @SerializedName(ApiConstants.NAME)


[2/3] git commit: updated refs/heads/master to 88e059d

Posted by bh...@apache.org.
Merge pull request #1591 from myENA/alert-response-doc-update

Updating Alert codesUpdating codes per values present here: https://github.com/apache/cloudstack/blob/4.8/api/src/org/apache/cloudstack/alert/AlertService.java#L39

* pr/1591:
  Updating Alert codes (CLOUDSTACK-9468)

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8c62464a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8c62464a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8c62464a

Branch: refs/heads/master
Commit: 8c62464a310c8ec0a3169cb06451e3ce2654e1b1
Parents: 22d0746 b7e520e
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Sun Nov 20 13:42:37 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Sun Nov 20 13:42:49 2016 +0530

----------------------------------------------------------------------
 .../apache/cloudstack/api/response/AlertResponse.java   | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------



[3/3] git commit: updated refs/heads/master to 88e059d

Posted by bh...@apache.org.
Merge branch '4.9'


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/88e059d6
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/88e059d6
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/88e059d6

Branch: refs/heads/master
Commit: 88e059d6f07f716aaeec70c936d1e6b1c86cc355
Parents: 4c15cfc 8c62464
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Sun Nov 20 13:43:24 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Sun Nov 20 13:43:24 2016 +0530

----------------------------------------------------------------------
 .../apache/cloudstack/api/response/AlertResponse.java   | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------