mirror of https://github.com/apache/cloudstack.git
Initial patch for VXLAN support. Fully functional, hopefully, for GuestNetwork - AdvancedZone. Patch Note: in cloudstack-server - Add isolation method VXLAN - Add VxlanGuestNetworkGuru as plugin for VXLAN isolation - Modify NetworkServiceImpl to handle extended vNet range for VXLAN isolation - Add VXLAN isolation option in zoneWizard UI in cloudstack-agent (kvm) - Add modifyvxlan.sh script that handle bridge/vxlan interface manipulation script -- Usage is exactly same to modifyvlan.sh - BridgeVifDriver will call modifyvxlan.sh instead of modifyvlan.sh when VXLAN is used for isolation Database changes: - No change in database structure. - VXLAN isolation uses same tables that VLAN uses to store vNet allocation status. Known Issue and/or TODO: - Some resource still says 'VLAN' in log even if VXLAN is used - in UI, "Network - GuestNetworks" dosen't display VNI -- VLAN ID field displays "N/A" - Documentation! Signed-off-by : Toshiaki Hatano <haeena@haeena.net> |
||
|---|---|---|
| .. | ||
| applicationContext.xml.in | ||
| catalina.policy.in | ||
| catalina.properties.in | ||
| classpath.conf.in | ||
| cloudmanagementserver.keystore | ||
| commands.properties.in | ||
| componentContext.xml.in | ||
| context.xml.in | ||
| db.properties.in | ||
| ehcache.xml.in | ||
| environment.properties.in | ||
| log4j-cloud.xml.in | ||
| logging.properties.in | ||
| nonossComponentContext.xml.in | ||
| server-nonssl.xml.in | ||
| server-ssl.xml.in | ||
| simulatorComponentContext.xml.in | ||
| tomcat-users.xml.in | ||
| tomcat6-nonssl.conf.in | ||
| tomcat6-ssl.conf.in | ||
| web.xml.in | ||