mirror of https://github.com/apache/cloudstack.git
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 Conflicts: api/src/com/cloud/api/ApiConstants.java client/tomcatconf/commands.properties.in server/src/com/cloud/api/ApiDBUtils.java server/src/com/cloud/network/NetworkManagerImpl.java setup/db/create-schema.sql |
||
|---|---|---|
| .. | ||
| catalina.policy.in | ||
| catalina.properties.in | ||
| cisconexusvsm_commands.properties.in | ||
| classpath.conf.in | ||
| cloudmanagementserver.keystore | ||
| commands-ext.properties.in | ||
| commands.properties.in | ||
| components-cloudzones.xml.in | ||
| components.xml.in | ||
| context.xml.in | ||
| db.properties.in | ||
| ehcache.xml.in | ||
| environment.properties.in | ||
| f5bigip_commands.properties.in | ||
| junipersrx_commands.properties.in | ||
| log4j-cloud.xml.in | ||
| logging.properties.in | ||
| netscalerloadbalancer_commands.properties.in | ||
| server-nonssl.xml | ||
| server-ssl.xml.in | ||
| server.xml.in | ||
| simulator.properties.in | ||
| tomcat-users.xml.in | ||
| tomcat6-nonssl.conf.in | ||
| tomcat6-ssl.conf.in | ||
| virtualrouter_commands.properties.in | ||
| web.xml.in | ||