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

Alena Prokharchyk commented on CLOUDSTACK-7045:
-----------------------------------------------

Steps for QA to verify the fix:

1) Create VPC.
2) Add private gateway to it. Verify that the 4 events below are generated:

+------------------------+-----------+-------------------------------------------------------------------------------+
| type                   | state     | description                              
                                     |
+------------------------+-----------+-------------------------------------------------------------------------------+
| PRIVATE.GATEWAY.CREATE | Created   | Successfully created entity for creating 
VPC private gateway. Private Gateway Id: 5 |
| PRIVATE.GATEWAY.CREATE | Scheduled | Applying VPC private gateway. Private 
gateway Id: 5                                                      |
| PRIVATE.GATEWAY.CREATE | Started   | Applying VPC private gateway             
                                     |
| PRIVATE.GATEWAY.CREATE | Completed |Successfully completed Applying VPC 
private gateway. Private Gateway Id: 5                           |
+------------------------+-----------+-------------------------------------------------------------------------------+

3) Add static route to the gateway. Verify that 4 events below are generated:

mysql> select type, state, description from event where id >=87;
+---------------------+-----------+---------------------------------------------------------------------------+
| type                | state     | description                                 
                              |
+---------------------+-----------+---------------------------------------------------------------------------+
| STATIC.ROUTE.CREATE | Created   | Successfully created entity for creating 
static route. Static route Id: 2 |
| STATIC.ROUTE.CREATE | Scheduled | Applying static route. Static route Id: 2   
                                                 |
| STATIC.ROUTE.CREATE | Started   | Applying static route. Static route Id: 2   
                              |
| STATIC.ROUTE.CREATE | Completed | Successfully completed creating static 
route. Static route Id: 2          |
+---------------------+-----------+---------------------------------------------------------------------------+

> createPrivateGateway/createStaticRoute APIs - Started/Completed events are 
> missing for the commands
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-7045
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7045
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>    Affects Versions: 4.5.0
>            Reporter: Alena Prokharchyk
>            Assignee: Alena Prokharchyk
>             Fix For: 4.5.0
>
>
> createPrivateGateway/createStaticRoute have only Created/Scheduled events 
> published. Started/Completed events are missing as they are not annotated in 
> the service methods called by "execute" API method.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to