From 2c0430610d7bd2e44933447bb7bf8fcf51201f3f Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Fri, 27 Sep 2013 14:28:51 +0200 Subject: [PATCH] add doc: advanced zone with security groups --- docs/en-US/Release_Notes.xml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml index f9c645fdb81..a10b74f013d 100644 --- a/docs/en-US/Release_Notes.xml +++ b/docs/en-US/Release_Notes.xml @@ -50,7 +50,7 @@ under the License. url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/index.html" >&PRODUCT; Administrator's Guide. Developers and users who wish to work with the API will find instruction in the &PRODUCT; API Developer's Guide If you find any errors or problems in this guide, please see . We hope you enjoy working with &PRODUCT;! @@ -152,6 +152,19 @@ under the License. &PRODUCT; 4.2 introduces initial support for IPv6. This feature is provided as a technical preview only. Full support is planned for a future release. +
+ Security Groups Isolation in Advanced Zone + (Supported on XenServer and KVM) + Isolation of VM Traffic is achieved using Security Groups in Basic Zones. For Advanced zone, + traffic can be isolated on a per network basis using VLANs. Advanced Zones support shared as + well as isolated networks. This functionality uses security group rules to isolate guest VM + within a shared network in advanced zone. And in Advanced zone, VM can be on multiple shared + networks, different NICs of a VM can have different SG sets, says SG works on NIC level in + Advanced zone. + This functionality was added to &PRODUCT; 2.2.X and 3.0.X products, but not in &PRODUCT; 4.0.X + and 4.1.X products. The users who use this functionality in older verions can upgrade there + platforms to &PRODUCT; 4.2. +
Portable IPs Portable IPs in &PRODUCT; are elastic IPs that can be transferred across @@ -1678,7 +1691,7 @@ service cloudstack-agent start After upgrading to 4.2, API clients are expected to send plain text passwords for login and user creation, instead of MD5 hash. Incase, api client changes are not acceptable, following changes are to be made for backward compatibility: - Modify componentsContext.xml, and make PlainTextUserAuthenticator as the default + Modify componentContext.xml, and make PlainTextUserAuthenticator as the default authenticator (1st entry in the userAuthenticators adapter list is default) <!-- Security adapters --> @@ -2328,7 +2341,7 @@ service cloudstack-agent start After upgrading to 4.2, API clients are expected to send plain text passwords for login and user creation, instead of MD5 hash. If API client changes are not acceptable, following changes are to be made for backward compatibility: - Modify componentsContext.xml, and make PlainTextUserAuthenticator as the default + Modify componentContext.xml, and make PlainTextUserAuthenticator as the default authenticator (1st entry in the userAuthenticators adapter list is default) <!-- Security adapters -->