You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Hiroaki Kawai <ka...@stratosphere.co.jp> on 2013/05/30 10:02:17 UTC

Review Request: CLOUDSTACK-2756: Stratosphere SSP plugin

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

Review request for cloudstack.


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.


This addresses bug CLOUDSTACK-2756.


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


Re: Review Request 11540: CLOUDSTACK-2756: Stratosphere SSP plugin

Posted by ASF Subversion and Git Services <as...@urd.zones.apache.org>.
-----------------------------------------------------------
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
> 
>


Re: Review Request 11540: CLOUDSTACK-2756: Stratosphere SSP plugin

Posted by Prasanna Santhanam <ts...@apache.org>.
On Wed, Jun 26, 2013 at 12:41:06PM +0900, Hiroaki KAWAI wrote:
> (2013/06/25 23:19), Prasanna Santhanam wrote:
> -snip-
> >The management server startup fails with a Spring injection [1]
> >failure for SSPCredentialDao. Additionally, are the client libraries
> >for the ssp controller oss / non-oss?
> >
> >  [1]CLOUDSTACK-3194
> >
> 
> Of cource, the codes are oss (ASL2.0 as in each files)
> 
> Sorry for CLOUDSTACK-3194, the packaging issue, I
> pushed a fix for it.

Awesome! thanks.

-- 
Prasanna.,

------------------------
Powered by BigRock.com


Re: Review Request 11540: CLOUDSTACK-2756: Stratosphere SSP plugin

Posted by Hiroaki KAWAI <ka...@stratosphere.co.jp>.
(2013/06/25 23:19), Prasanna Santhanam wrote:
-snip-
> The management server startup fails with a Spring injection [1]
> failure for SSPCredentialDao. Additionally, are the client libraries
> for the ssp controller oss / non-oss?
>
>   [1]CLOUDSTACK-3194
>

Of cource, the codes are oss (ASL2.0 as in each files)

Sorry for CLOUDSTACK-3194, the packaging issue, I
pushed a fix for it.



Re: Review Request 11540: CLOUDSTACK-2756: Stratosphere SSP plugin

Posted by Prasanna Santhanam <ts...@apache.org>.
On Tue, Jun 25, 2013 at 06:36:53AM -0000, Hiroaki Kawai wrote:
> 
> 
> > On June 4, 2013, 2:29 p.m., Hugo Trippaers wrote:
> > > Heya,
> > > 
> > > You know you can commit this directly? No need to go through the review process now you are a committer.
> > > 
> > > However, since you opted to go through the review board, here is my review :D  Just a couple of small remarks, nothing big so feel free to address the remarks and commit.
> > > 
> > > I'm also missing the changes to the application context for oss and nonoss build, so this will not be loaded at the moment. You probably need to add those.
> > > 
> > > 
> > > Cheers,
> > > 
> > > Hugo
> > > 
> > > P.S. Can you send me some details on the Stratosphere solution? I would like to include this in my presentation on SDN in Cloudstack for CCC.
> > >
> 
> Thank you very much for comments. I fixed most of the issues you
> pointed out, and pushed into master.
> 

The management server startup fails with a Spring injection [1]
failure for SSPCredentialDao. Additionally, are the client libraries
for the ssp controller oss / non-oss?
 
 [1]CLOUDSTACK-3194

-- 
Prasanna.,

------------------------
Powered by BigRock.com


Re: Review Request 11540: CLOUDSTACK-2756: Stratosphere SSP plugin

Posted by Hiroaki Kawai <ka...@stratosphere.co.jp>.

> On June 4, 2013, 2:29 p.m., Hugo Trippaers wrote:
> > Heya,
> > 
> > You know you can commit this directly? No need to go through the review process now you are a committer.
> > 
> > However, since you opted to go through the review board, here is my review :D  Just a couple of small remarks, nothing big so feel free to address the remarks and commit.
> > 
> > I'm also missing the changes to the application context for oss and nonoss build, so this will not be loaded at the moment. You probably need to add those.
> > 
> > 
> > Cheers,
> > 
> > Hugo
> > 
> > P.S. Can you send me some details on the Stratosphere solution? I would like to include this in my presentation on SDN in Cloudstack for CCC.
> >

Thank you very much for comments. I fixed most of the issues you pointed out, and pushed into master.


- Hiroaki


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


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
> 
>


Re: Review Request: CLOUDSTACK-2756: Stratosphere SSP plugin

Posted by Hugo Trippaers <ht...@schubergphilis.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11540/#review21418
-----------------------------------------------------------


Heya,

You know you can commit this directly? No need to go through the review process now you are a committer.

However, since you opted to go through the review board, here is my review :D  Just a couple of small remarks, nothing big so feel free to address the remarks and commit.

I'm also missing the changes to the application context for oss and nonoss build, so this will not be loaded at the moment. You probably need to add those.


Cheers,

Hugo

P.S. Can you send me some details on the Stratosphere solution? I would like to include this in my presentation on SDN in Cloudstack for CCC.



plugins/network-elements/stratosphere-ssp/src/com/cloud/network/element/SspClient.java
<https://reviews.apache.org/r/11540/#comment44342>

    is this correct? The other uris use /ssp.v1/*



plugins/network-elements/stratosphere-ssp/src/com/cloud/network/guru/SspGuestNetworkGuru.java
<https://reviews.apache.org/r/11540/#comment44341>

    Can you remove the author tag?



plugins/network-elements/stratosphere-ssp/src/com/cloud/network/guru/SspGuestNetworkGuru.java
<https://reviews.apache.org/r/11540/#comment44343>

    Here it should also check if the physical network type has the isolation type (SSP) that can be handled by this plugin. 



plugins/network-elements/stratosphere-ssp/test/com/cloud/network/element/SspClientTest.java
<https://reviews.apache.org/r/11540/#comment44344>

    Please double check whitespace



plugins/network-elements/stratosphere-ssp/test/com/cloud/network/element/SspElementTest.java
<https://reviews.apache.org/r/11540/#comment44345>

    Please remove the tabs and replace them with spaces.


- Hugo Trippaers


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, Hugo Trippaers and Chiradeep Vittal.
> 
> 
> 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.
> 
> 
> This addresses bug CLOUDSTACK-2756.
> 
> 
> 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
> 
>


Re: Review Request: CLOUDSTACK-2756: Stratosphere SSP plugin

Posted by Animesh Chaturvedi <An...@citrix.com>.
-----------------------------------------------------------
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, Hugo Trippaers and Chiradeep Vittal.


Changes
-------

Adding Chiradeep, Hugo as reviewers


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.


This addresses bug CLOUDSTACK-2756.


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