[jira] [Commented] (CLOUDSTACK-9468) Alert code documentation out of sync with responses

2016-11-20 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15680740#comment-15680740
 ] 

ASF subversion and git services commented on CLOUDSTACK-9468:
-

Commit b7e520e36f25e5b2e8dc9f63fa639da7f587817b in cloudstack's branch 
refs/heads/master from [~dcarbone]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=b7e520e ]

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


> Alert code documentation out of sync with responses
> ---
>
> Key: CLOUDSTACK-9468
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9468
> Project: CloudStack
>  Issue Type: Improvement
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: API
>Affects Versions: 4.8.0
>Reporter: Daniel Carbone
>Priority: Minor
>  Labels: documentation, easyfix, newbie
> Fix For: 4.8.2.0
>
>
> The current API documentation surrounding Alert Code responses is out of sync 
> with the current implementation.
> Most notably:
> ||Code||Documented As||Implemented As||
> |7|USERVM|HOST|
> |8|DOMAIN_ROUTER|USERVM|
> |9|CONSOLE_PROXY|DOMAIN_ROUTER|
> |10|ROUTING|CONSOLE_PROXY|
> |11|STORAGE_MISC|ROUTING|
> |12|USAGE_SERVER|STORAGE_MISC|
> |13|MANAGEMENT_NODE|USAGE_SERVER|
> |14|DOMAIN_ROUTER_MIGRATE|MANAGEMENT_NODE|
> |15|CONSOLE_PROXY_MIGRATE|DOMAIN_ROUTER_MIGRATE|
> |16|USERVM_MIGRATE|CONSOLE_PROXY_MIGRATE|
> |17|VLAN|USERVM_MIGRATE|
> |18|SSVM|VLAN|
> |19|USAGE_SERVER_FAULT|SSVM|
> |20|-|USAGE_SERVER_FAULT|
> |21|-|STORAGE_DELETE|
> |22|-|UPDATE_RESOURCE_COUNT|
> |23|-|USAGE_SANITY_RESULT|
> |24|-|DIRECT_ATTACHED_PUBLIC_IP|
> |25|-|LOCAL_STORAGE|
> |26|-|RESOURCE_LIMIT_EXCEEDED|
> |27|-|SYNC|
> |28|-|UPLOAD_FAILED|
> |29|-|OOBM_AUTH_ERROR|



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9468) Alert code documentation out of sync with responses

2016-11-20 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15680741#comment-15680741
 ] 

ASF subversion and git services commented on CLOUDSTACK-9468:
-

Commit 8c62464a310c8ec0a3169cb06451e3ce2654e1b1 in cloudstack's branch 
refs/heads/master from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=8c62464 ]

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 


> Alert code documentation out of sync with responses
> ---
>
> Key: CLOUDSTACK-9468
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9468
> Project: CloudStack
>  Issue Type: Improvement
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: API
>Affects Versions: 4.8.0
>Reporter: Daniel Carbone
>Priority: Minor
>  Labels: documentation, easyfix, newbie
> Fix For: 4.8.2.0
>
>
> The current API documentation surrounding Alert Code responses is out of sync 
> with the current implementation.
> Most notably:
> ||Code||Documented As||Implemented As||
> |7|USERVM|HOST|
> |8|DOMAIN_ROUTER|USERVM|
> |9|CONSOLE_PROXY|DOMAIN_ROUTER|
> |10|ROUTING|CONSOLE_PROXY|
> |11|STORAGE_MISC|ROUTING|
> |12|USAGE_SERVER|STORAGE_MISC|
> |13|MANAGEMENT_NODE|USAGE_SERVER|
> |14|DOMAIN_ROUTER_MIGRATE|MANAGEMENT_NODE|
> |15|CONSOLE_PROXY_MIGRATE|DOMAIN_ROUTER_MIGRATE|
> |16|USERVM_MIGRATE|CONSOLE_PROXY_MIGRATE|
> |17|VLAN|USERVM_MIGRATE|
> |18|SSVM|VLAN|
> |19|USAGE_SERVER_FAULT|SSVM|
> |20|-|USAGE_SERVER_FAULT|
> |21|-|STORAGE_DELETE|
> |22|-|UPDATE_RESOURCE_COUNT|
> |23|-|USAGE_SANITY_RESULT|
> |24|-|DIRECT_ATTACHED_PUBLIC_IP|
> |25|-|LOCAL_STORAGE|
> |26|-|RESOURCE_LIMIT_EXCEEDED|
> |27|-|SYNC|
> |28|-|UPLOAD_FAILED|
> |29|-|OOBM_AUTH_ERROR|



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9468) Alert code documentation out of sync with responses

2016-11-20 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15680737#comment-15680737
 ] 

ASF subversion and git services commented on CLOUDSTACK-9468:
-

Commit b7e520e36f25e5b2e8dc9f63fa639da7f587817b in cloudstack's branch 
refs/heads/4.9 from [~dcarbone]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=b7e520e ]

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


> Alert code documentation out of sync with responses
> ---
>
> Key: CLOUDSTACK-9468
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9468
> Project: CloudStack
>  Issue Type: Improvement
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: API
>Affects Versions: 4.8.0
>Reporter: Daniel Carbone
>Priority: Minor
>  Labels: documentation, easyfix, newbie
> Fix For: 4.8.2.0
>
>
> The current API documentation surrounding Alert Code responses is out of sync 
> with the current implementation.
> Most notably:
> ||Code||Documented As||Implemented As||
> |7|USERVM|HOST|
> |8|DOMAIN_ROUTER|USERVM|
> |9|CONSOLE_PROXY|DOMAIN_ROUTER|
> |10|ROUTING|CONSOLE_PROXY|
> |11|STORAGE_MISC|ROUTING|
> |12|USAGE_SERVER|STORAGE_MISC|
> |13|MANAGEMENT_NODE|USAGE_SERVER|
> |14|DOMAIN_ROUTER_MIGRATE|MANAGEMENT_NODE|
> |15|CONSOLE_PROXY_MIGRATE|DOMAIN_ROUTER_MIGRATE|
> |16|USERVM_MIGRATE|CONSOLE_PROXY_MIGRATE|
> |17|VLAN|USERVM_MIGRATE|
> |18|SSVM|VLAN|
> |19|USAGE_SERVER_FAULT|SSVM|
> |20|-|USAGE_SERVER_FAULT|
> |21|-|STORAGE_DELETE|
> |22|-|UPDATE_RESOURCE_COUNT|
> |23|-|USAGE_SANITY_RESULT|
> |24|-|DIRECT_ATTACHED_PUBLIC_IP|
> |25|-|LOCAL_STORAGE|
> |26|-|RESOURCE_LIMIT_EXCEEDED|
> |27|-|SYNC|
> |28|-|UPLOAD_FAILED|
> |29|-|OOBM_AUTH_ERROR|



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9468) Alert code documentation out of sync with responses

2016-11-20 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15680738#comment-15680738
 ] 

ASF subversion and git services commented on CLOUDSTACK-9468:
-

Commit 8c62464a310c8ec0a3169cb06451e3ce2654e1b1 in cloudstack's branch 
refs/heads/4.9 from [~rohit.ya...@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=8c62464 ]

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 


> Alert code documentation out of sync with responses
> ---
>
> Key: CLOUDSTACK-9468
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9468
> Project: CloudStack
>  Issue Type: Improvement
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: API
>Affects Versions: 4.8.0
>Reporter: Daniel Carbone
>Priority: Minor
>  Labels: documentation, easyfix, newbie
> Fix For: 4.8.2.0
>
>
> The current API documentation surrounding Alert Code responses is out of sync 
> with the current implementation.
> Most notably:
> ||Code||Documented As||Implemented As||
> |7|USERVM|HOST|
> |8|DOMAIN_ROUTER|USERVM|
> |9|CONSOLE_PROXY|DOMAIN_ROUTER|
> |10|ROUTING|CONSOLE_PROXY|
> |11|STORAGE_MISC|ROUTING|
> |12|USAGE_SERVER|STORAGE_MISC|
> |13|MANAGEMENT_NODE|USAGE_SERVER|
> |14|DOMAIN_ROUTER_MIGRATE|MANAGEMENT_NODE|
> |15|CONSOLE_PROXY_MIGRATE|DOMAIN_ROUTER_MIGRATE|
> |16|USERVM_MIGRATE|CONSOLE_PROXY_MIGRATE|
> |17|VLAN|USERVM_MIGRATE|
> |18|SSVM|VLAN|
> |19|USAGE_SERVER_FAULT|SSVM|
> |20|-|USAGE_SERVER_FAULT|
> |21|-|STORAGE_DELETE|
> |22|-|UPDATE_RESOURCE_COUNT|
> |23|-|USAGE_SANITY_RESULT|
> |24|-|DIRECT_ATTACHED_PUBLIC_IP|
> |25|-|LOCAL_STORAGE|
> |26|-|RESOURCE_LIMIT_EXCEEDED|
> |27|-|SYNC|
> |28|-|UPLOAD_FAILED|
> |29|-|OOBM_AUTH_ERROR|



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9468) Alert code documentation out of sync with responses

2016-08-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15433412#comment-15433412
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9468:


Github user jburwell commented on the issue:

https://github.com/apache/cloudstack/pull/1591
  
@dcarbone thanks for creating a JIRA ticket.  Could you please prepend the 
headline of your commit message with the ticket ID (i.e. [CLOUDSTACK-9468])?  
Additionally, the Travis build is failing.  Could you please investigate the 
cause and fix it?

/cc @rhtyd


> Alert code documentation out of sync with responses
> ---
>
> Key: CLOUDSTACK-9468
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9468
> Project: CloudStack
>  Issue Type: Improvement
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: API
>Affects Versions: 4.8.0
>Reporter: Daniel Carbone
>Priority: Minor
>  Labels: documentation, easyfix, newbie
> Fix For: 4.8.2
>
>
> The current API documentation surrounding Alert Code responses is out of sync 
> with the current implementation.
> Most notably:
> ||Code||Documented As||Implemented As||
> |7|USERVM|HOST|
> |8|DOMAIN_ROUTER|USERVM|
> |9|CONSOLE_PROXY|DOMAIN_ROUTER|
> |10|ROUTING|CONSOLE_PROXY|
> |11|STORAGE_MISC|ROUTING|
> |12|USAGE_SERVER|STORAGE_MISC|
> |13|MANAGEMENT_NODE|USAGE_SERVER|
> |14|DOMAIN_ROUTER_MIGRATE|MANAGEMENT_NODE|
> |15|CONSOLE_PROXY_MIGRATE|DOMAIN_ROUTER_MIGRATE|
> |16|USERVM_MIGRATE|CONSOLE_PROXY_MIGRATE|
> |17|VLAN|USERVM_MIGRATE|
> |18|SSVM|VLAN|
> |19|USAGE_SERVER_FAULT|SSVM|
> |20|-|USAGE_SERVER_FAULT|
> |21|-|STORAGE_DELETE|
> |22|-|UPDATE_RESOURCE_COUNT|
> |23|-|USAGE_SANITY_RESULT|
> |24|-|DIRECT_ATTACHED_PUBLIC_IP|
> |25|-|LOCAL_STORAGE|
> |26|-|RESOURCE_LIMIT_EXCEEDED|
> |27|-|SYNC|
> |28|-|UPLOAD_FAILED|
> |29|-|OOBM_AUTH_ERROR|



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9468) Alert code documentation out of sync with responses

2016-08-23 Thread Daniel Carbone (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15433043#comment-15433043
 ] 

Daniel Carbone commented on CLOUDSTACK-9468:


This issue was addressed with pull request 
https://github.com/apache/cloudstack/pull/1591

> Alert code documentation out of sync with responses
> ---
>
> Key: CLOUDSTACK-9468
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9468
> Project: CloudStack
>  Issue Type: Improvement
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: API
>Affects Versions: 4.8.0
>Reporter: Daniel Carbone
>Priority: Minor
>  Labels: documentation, easyfix, newbie
> Fix For: 4.8.2
>
>
> The current API documentation surrounding Alert Code responses is out of sync 
> with the current implementation.
> Most notably:
> ||Code||Documented As||Implemented As||
> |7|USERVM|HOST|
> |8|DOMAIN_ROUTER|USERVM|
> |9|CONSOLE_PROXY|DOMAIN_ROUTER|
> |10|ROUTING|CONSOLE_PROXY|
> |11|STORAGE_MISC|ROUTING|
> |12|USAGE_SERVER|STORAGE_MISC|
> |13|MANAGEMENT_NODE|USAGE_SERVER|
> |14|DOMAIN_ROUTER_MIGRATE|MANAGEMENT_NODE|
> |15|CONSOLE_PROXY_MIGRATE|DOMAIN_ROUTER_MIGRATE|
> |16|USERVM_MIGRATE|CONSOLE_PROXY_MIGRATE|
> |17|VLAN|USERVM_MIGRATE|
> |18|SSVM|VLAN|
> |19|USAGE_SERVER_FAULT|SSVM|
> |20|-|USAGE_SERVER_FAULT|
> |21|-|STORAGE_DELETE|
> |22|-|UPDATE_RESOURCE_COUNT|
> |23|-|USAGE_SANITY_RESULT|
> |24|-|DIRECT_ATTACHED_PUBLIC_IP|
> |25|-|LOCAL_STORAGE|
> |26|-|RESOURCE_LIMIT_EXCEEDED|
> |27|-|SYNC|
> |28|-|UPLOAD_FAILED|
> |29|-|OOBM_AUTH_ERROR|



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CLOUDSTACK-9468) Alert code documentation out of sync with responses

2016-08-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-9468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15433045#comment-15433045
 ] 

ASF GitHub Bot commented on CLOUDSTACK-9468:


Github user dcarbone commented on the issue:

https://github.com/apache/cloudstack/pull/1591
  
@jburwell: JIRA ticket created: 
https://issues.apache.org/jira/browse/CLOUDSTACK-9468


> Alert code documentation out of sync with responses
> ---
>
> Key: CLOUDSTACK-9468
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9468
> Project: CloudStack
>  Issue Type: Improvement
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: API
>Affects Versions: 4.8.0
>Reporter: Daniel Carbone
>Priority: Minor
>  Labels: documentation, easyfix, newbie
> Fix For: 4.8.2
>
>
> The current API documentation surrounding Alert Code responses is out of sync 
> with the current implementation.
> Most notably:
> ||Code||Documented As||Implemented As||
> |7|USERVM|HOST|
> |8|DOMAIN_ROUTER|USERVM|
> |9|CONSOLE_PROXY|DOMAIN_ROUTER|
> |10|ROUTING|CONSOLE_PROXY|
> |11|STORAGE_MISC|ROUTING|
> |12|USAGE_SERVER|STORAGE_MISC|
> |13|MANAGEMENT_NODE|USAGE_SERVER|
> |14|DOMAIN_ROUTER_MIGRATE|MANAGEMENT_NODE|
> |15|CONSOLE_PROXY_MIGRATE|DOMAIN_ROUTER_MIGRATE|
> |16|USERVM_MIGRATE|CONSOLE_PROXY_MIGRATE|
> |17|VLAN|USERVM_MIGRATE|
> |18|SSVM|VLAN|
> |19|USAGE_SERVER_FAULT|SSVM|
> |20|-|USAGE_SERVER_FAULT|
> |21|-|STORAGE_DELETE|
> |22|-|UPDATE_RESOURCE_COUNT|
> |23|-|USAGE_SANITY_RESULT|
> |24|-|DIRECT_ATTACHED_PUBLIC_IP|
> |25|-|LOCAL_STORAGE|
> |26|-|RESOURCE_LIMIT_EXCEEDED|
> |27|-|SYNC|
> |28|-|UPLOAD_FAILED|
> |29|-|OOBM_AUTH_ERROR|



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)