cloudstack/server/test/com/cloud
Alena Prokharchyk 978c2f414a Initial checkin for VPC feature:
1) Added API frameworks for the feature. New commands:
* CreateVPCCmd
* ListVPCsCmd
* DeleteVPCCmd
* UpdateVPCCmd
* CreateVPCOfferingCmd
* UpdateVPCOfferingCmd
* DeleteVPCOfferingCmd
* ListVPCOfferingsCmd

2) New db tables:

* `cloud`.`vpc`
* `cloud`.`vpc_offerings`
* `cloud`.`vpc_offering_service_map`

and corresponding VO/Dao objects.

Added vpc_id field to `cloud.`networks` table - not null when network belongs to VPC

3) New Manager and Service interfaces- VpcManager/VpcService

4) Automatically create new VpcOffering (if doesn't exist) on system start

5) New Action events:

* VPC.CREATE
* VPC.UPDATE
* VPC.DELETE

* VPC.OFFERING.CREATE
* VPC.OFFERING.UPDATE
* VPC.OFFERING.DELETE
2012-05-17 18:08:03 -07:00
..
agent CS-14605: OVS cleanup 2012-04-25 15:11:05 +01:00
async Switch to Apache license 2012-04-03 04:54:14 -07:00
cluster Fixed unittest 2012-04-04 16:12:16 -07:00
keystore Switch to Apache license 2012-04-03 04:54:14 -07:00
network CS-9919 Support for Nexus Swiches (Cisco Vswitches) 2012-05-14 18:55:08 -07:00
snapshot Switch to Apache license 2012-04-03 04:54:14 -07:00
storage/dao Switch to Apache license 2012-04-03 04:54:14 -07:00
upgrade Switch to Apache license 2012-04-03 04:54:14 -07:00
user Switch to Apache license 2012-04-03 04:54:14 -07:00
utils/db Switch to Apache license 2012-04-03 04:54:14 -07:00
vm Initial checkin for VPC feature: 2012-05-17 18:08:03 -07:00