-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11540/#review22349
-----------------------------------------------------------


Commit 2d6369c826790d4979383a0b1e350b2fd031425d in branch refs/heads/master 
from Hiroaki KAWAI
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=2d6369c ]

CLOUDSTACK-2756: Stratosphere SSP plugin

Stratosphere SSP is an SDN solution which creates virtual L2
networks backed by vxlan and vlan. SSP will ask hypervisor to set a
specific vlan, then SSP will interact with openflow switches and
put vxlan/vlan translation flow rules.

This plugin provides SSP as "connctivity" service provider.

Signed-off-by: Hiroaki KAWAI <ka...@stratosphere.co.jp>


- ASF Subversion and Git Services


On May 31, 2013, 12:44 a.m., Hiroaki Kawai wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/11540/
> -----------------------------------------------------------
> 
> (Updated May 31, 2013, 12:44 a.m.)
> 
> 
> Review request for cloudstack, Chiradeep Vittal and Hugo Trippaers.
> 
> 
> Bugs: CLOUDSTACK-2756
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> -------
> 
> Stratosphre SSP is an SDN controller that controls or brokers physical and or 
> virtual network devices. Stratosphere SSP will build a vxlan backed overlay 
> network. The plugin will contact SSP api to setup L2 networking environment 
> for cloudstack 4.2.
> 
> This plugin will provide NetworkElement and NetworkGuru to enable the 
> element. The service provided by this plugin is "connectivity" service.
> 
> 
> Diffs
> -----
> 
>   api/src/com/cloud/network/PhysicalNetwork.java c521dc4 
>   plugins/network-elements/stratosphere-ssp/pom.xml PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/api/commands/AddSspCmd.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/api/commands/DeleteSspCmd.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/api/response/SspResponse.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/dao/SspCredentialDao.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/dao/SspCredentialDaoImpl.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/dao/SspCredentialVO.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/dao/SspTenantDao.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/dao/SspTenantDaoImpl.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/dao/SspTenantVO.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/dao/SspUuidDao.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/dao/SspUuidDaoImpl.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/dao/SspUuidVO.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/element/SspClient.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/element/SspElement.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/element/SspManager.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/element/SspService.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/src/com/cloud/network/guru/SspGuestNetworkGuru.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/test/com/cloud/network/element/SspClientTest.java
>  PRE-CREATION 
>   
> plugins/network-elements/stratosphere-ssp/test/com/cloud/network/element/SspElementTest.java
>  PRE-CREATION 
>   plugins/pom.xml 2efa248 
>   setup/db/db/schema-410to420.sql e081a25 
> 
> Diff: https://reviews.apache.org/r/11540/diff/
> 
> 
> Testing
> -------
> 
> Some unit test code included, and those run successfully. The plugin command 
> run successfully on management server.
> 
> 
> Thanks,
> 
> Hiroaki Kawai
> 
>

Reply via email to