You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/07/19 13:00:11 UTC

[28/51] [partial] applied 0001-Refactor-stratos-controller-product.patch

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/email-bill-generated.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/email-bill-generated.xml b/products/stratos2/stratos_controller/1.0.1/conf/email-bill-generated.xml
deleted file mode 100755
index ff49b76..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/email-bill-generated.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<!-- 
-    Contains the body of the mail that to be sent when bill generation is completed.
-  -->
-
-<configuration>       
-    <subject>[BillGeneration] Bill generation completed</subject>
-    <body>
-Hi ,
-
-Bill generation completed successfully on {date}. Following customers may need your attention.
-
-Customer Name	Subscription Plan	Carried Forward Balance
-===============================================
-{reported-customers}
-
-Best Regards,
-WSO2 Cloud Services
-http://stratoslive.wso2.com
-    </body>
-</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/email-billing-notifications.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/email-billing-notifications.xml b/products/stratos2/stratos_controller/1.0.1/conf/email-billing-notifications.xml
deleted file mode 100755
index 349c6f5..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/email-billing-notifications.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<!-- 
-    Contains the body of the mail that to be sent as the invoice of the tenant for the period.
-  -->
-
-<configuration>       
-    <subject>WSO2 Cloud Services</subject>
-    <body>
-Hi {customer-name},
-
-This is the billing information for the time period of {start-date} to {end-date} for the use of WSO2 cloud services.
-
-Charges for subscriptions
-=========================
-{subscription-charges}
-
-Payment details
-===============
-{payment-details}
-
-Invoice Summary
-===============
-Brought Forward      {bought-forward}
-Total Cost          {total-cost}
-Total Payments      {total-payments}
-Carried Forward     {carried-forward}
-
-Best Regards,
-WSO2 Cloud Services
-http://stratoslive.wso2.com
-    </body>
-</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/email-new-tenant-activation.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/email-new-tenant-activation.xml b/products/stratos2/stratos_controller/1.0.1/conf/email-new-tenant-activation.xml
deleted file mode 100755
index 158a4c0..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/email-new-tenant-activation.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<!--    
-    Contains the body of the mail that to be sent to the super admin or a given admin email address,
-    when a new tenant activates their account.
-  -->
-
-<configuration>       
-    <subject>WSO2 Cloud Services - A Tenant Has Activated Their Account</subject>
-    <body>
-Hi,
-
-Congratulations! A tenant has activated their account just now in WSO2 Cloud Services. 
-
-Tenant Details
-===============
-Admin Name: {user-name}
-Domain Name: {domain-name}
-Email Address: {email-address}
-
-Tenant Admin Profile
-====================
-First Name: {first-name}
-Last Name: {last-name}
-
-Best Regards,
-WSO2 Cloud Services Team
-http://stratoslive.wso2.com
-    </body>
-</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/email-new-tenant-registration.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/email-new-tenant-registration.xml b/products/stratos2/stratos_controller/1.0.1/conf/email-new-tenant-registration.xml
deleted file mode 100755
index aacc048..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/email-new-tenant-registration.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<!--    
-    Contains the body of the mail that to be sent to the super admin or a given admin email address,
-    when a new tenant registers for an account.
-  -->
-
-<configuration>       
-    <subject>WSO2 Cloud Services - A New Tenant Has Registererd To Stratos</subject>
-    <body>
-Hi,
-
-Congratulations! A new tenant has registered an account in WSO2 Cloud Services. 
-
-Tenant Details
-===============
-Admin Name: {user-name}
-Domain Name: {domain-name}
-Email Address: {email-address}
-
-Tenant Admin Profile
-====================
-First Name: {first-name}
-Last Name: {last-name}
-
-Best Regards,
-WSO2 Cloud Services Team
-http://stratoslive.wso2.com
-    </body>
-</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/email-password-reset.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/email-password-reset.xml b/products/stratos2/stratos_controller/1.0.1/conf/email-password-reset.xml
deleted file mode 100755
index 73a5f5b..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/email-password-reset.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<!-- 
-   Contains the body of the mail that to be sent when the tenant admin's password is reset, mostly
-   by a service administrator, known as the super-tenant in Stratos-world.
-  -->
-
-<configuration>       
-    <subject>WSO2 Cloud Services - Password Reset</subject>
-    <body>
-Hi {first-name},
-
-Your password for the WSO2 Cloud Services has been reset by the Service Administrator.
-
-Admin Name: {user-name}
-Domain: {domain-name}
-
-Your New Password: {password}
-
-Please use this password along with your existing username to log in to your account. You are adviced to change the password once you logged in to your account using this password.
-
-Best Regards,
-WSO2 Cloud Services Team
-http://stratoslive.wso2.com
-    </body>
-</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/email-payment-received-customer.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/email-payment-received-customer.xml b/products/stratos2/stratos_controller/1.0.1/conf/email-payment-received-customer.xml
deleted file mode 100755
index 6f16035..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/email-payment-received-customer.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<!-- 
-    Contains the body of the mail that to be sent when a payment is received.
-  -->
-
-<configuration>       
-    <subject>[Payment Received] WSO2 Cloud Services</subject>
-    <body>
-Hi {customer-name},
-
-Thank you for your payment done on {date}. Following are the payment details.
-
-Transaction ID	: {transaction-id}
-Amount		: {amount}
-Invoice ID	: {invoice-id}
-
-Best Regards,
-WSO2 Cloud Services
-http://stratoslive.wso2.com
-    </body>
-</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/email-payment-received-wso2.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/email-payment-received-wso2.xml b/products/stratos2/stratos_controller/1.0.1/conf/email-payment-received-wso2.xml
deleted file mode 100755
index 5188ce5..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/email-payment-received-wso2.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<!-- 
-    Contains the body of the mail that to be sent when a payment is received.
-  -->
-
-<configuration>       
-    <subject>[Payment Received] WSO2 Cloud Services</subject>
-    <body>
-Hi Finance Team,
-
-A payment was recived from customer {customer-name} on {date}. Following are the payment details.
-
-Transaction ID	: {transaction-id}
-Amount		: {amount}
-Invoice ID	: {invoice-id}
-
-Best Regards,
-WSO2 Cloud Services
-http://stratoslive.wso2.com
-    </body>
-</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/email-registration-complete.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/email-registration-complete.xml b/products/stratos2/stratos_controller/1.0.1/conf/email-registration-complete.xml
deleted file mode 100755
index d09c2a8..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/email-registration-complete.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<!-- 
-   The mail that to be sent upon successful registration and the successful validation 
-    of the email.
-  -->
-
-<configuration>       
-    <subject>WSO2 Cloud Services - Registration completed</subject>
-    <body>
-Hi {first-name},
-
-Congratulations! You have successfully created an account in WSO2 Cloud Services. Now you can access your account by visiting the following URL. Please bookmark this URL to visit your account later.
-
-Your account url: https://stratoslive.wso2.com/t/{domain-name}
-
-Best Regards,
-WSO2 Cloud Services Team
-http://stratoslive.wso2.com
-    </body>
-</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/email-registration-moderation.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/email-registration-moderation.xml b/products/stratos2/stratos_controller/1.0.1/conf/email-registration-moderation.xml
deleted file mode 100755
index 50e64c5..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/email-registration-moderation.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<!-- 
-   The mail to be sent for the tenant registration validation.    
-   This mail has the registration validation link to validate the email too.
-  -->
-
-<configuration>
-    <targetEpr>https://stratoslive.wso2.com/carbon/email-verification/validator_ajaxprocessor.jsp</targetEpr>
-    <subject>WSO2 StratosLive - A New Tenant Awaits Approval</subject>
-    <body>
-Hi,
-
-A new tenant has registered an account in WSO2 StratosLive.
-
-Admin Name: {user-name}
-Domain: {domain-name}
-
-User Name: {user-name}@{domain-name}
-
-Please click the following link to complete the registration request. The registered tenant will not be able to 
-log in or use their account till then.
-    </body>
-    <footer>
-Best Regards,
-WSO2 Stratos Team
-http://stratoslive.wso2.com
-    </footer>
-    <redirectPath>../account-mgt/update_verifier_redirector_ajaxprocessor.jsp</redirectPath>
-</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/email-registration-payment-received-customer.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/email-registration-payment-received-customer.xml b/products/stratos2/stratos_controller/1.0.1/conf/email-registration-payment-received-customer.xml
deleted file mode 100755
index 2335e83..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/email-registration-payment-received-customer.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<!-- 
-    Contains the body of the mail that to be sent when a payment is received.
-  -->
-
-<configuration>       
-    <subject>[Registration Payment] WSO2 Cloud Services</subject>
-    <body>
-Hi {customer-name},
-
-Thank you for your payment done on {date} for StratosLive registration. Following are the payment details.
-
-Transaction ID	: {transaction-id}
-Amount		: {amount}
-Registered domain	: {tenant-domain}
-
-Best Regards,
-WSO2 Cloud Services
-http://stratoslive.wso2.com
-    </body>
-</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/email-registration.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/email-registration.xml b/products/stratos2/stratos_controller/1.0.1/conf/email-registration.xml
deleted file mode 100755
index 56b0ca8..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/email-registration.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<!-- 
-   The mail to be sent for the tenant registration validation.    
-   This mail has the registration validation link to validate the email too.
-  -->
-
-<configuration>
-    <targetEpr>https://localhost:9443/carbon/email-verification/validator_ajaxprocessor.jsp</targetEpr>
-    <subject>WSO2 Cloud Services - Email validation instructions</subject>
-    <body>
-Hi {first-name},
-
-Thank you for registering an account in WSO2 Cloud Services.
-
-Your Admin Name: {user-name}
-Your Domain: {domain-name}
-
-Your User Name: {user-name}@{domain-name}
-
-Please click the following link to verify your email address.
-    </body>
-    <footer>
-Best Regards,
-WSO2 Cloud Services Team
-http://stratoslive.wso2.com
-    </footer>
-    <redirectPath>../account-mgt/update_verifier_redirector_ajaxprocessor.jsp</redirectPath>
-</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/email-update.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/email-update.xml b/products/stratos2/stratos_controller/1.0.1/conf/email-update.xml
deleted file mode 100755
index 521f1ad..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/email-update.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<!-- 
-   The mail that to be sent upon receiving an email change request from the account management.
-   The new email address will be notified of this change.
-  -->
-
-<configuration>       
-    <targetEpr>https://localhost:9443/carbon/email-verification/validator_ajaxprocessor.jsp</targetEpr>
-    <subject>WSO2 Cloud Services - Updating the contact email address</subject>
-    <body>
-Hi {first-name},
-
-We got a request from you or some one to associate this email address, as the contact email address of your WSO2 cloud services account. Please click the following link to verify your email address.
-    </body>
-    <footer>
-Best Regards,
-WSO2 Cloud Services Team
-http://stratoslive.wso2.com
-    </footer>
-    <redirectPath>../account-mgt/update_verifier_redirector_ajaxprocessor.jsp</redirectPath>
-</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/embedded-ldap.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/embedded-ldap.xml b/products/stratos2/stratos_controller/1.0.1/conf/embedded-ldap.xml
deleted file mode 100644
index 6e64fac..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/embedded-ldap.xml
+++ /dev/null
@@ -1,162 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- *
-* Copyright 2004,2005 The Apache Software Foundation.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-*      http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-* -->
-
-<!--
-	All carbon based products comes with a LDAP user store.
-	For this we use an embedded LDAP in carbon based products.
-	This file contains necessary configurations to control the behavior of embedded LDAP.
-	You may use this file to enable, disable LDAP server, configure connection admin password, etc ...
-	In addition to embedded-ldap server configurations this file also has Kerberos KDC (Key Distribution Center)
-	specific configurations.
--->
-
-<EmbeddedLDAPConfig>
-
-  <!--
-	LDAP server configurations
-	==========================
-	This section contains LDAP server specific configurations.
-
-	Property                Usage
-	=======                 ====
-	enable                  If true the embedded LDAP server will start when server starts up.
-				            Else embedded LDAP server will not start. Thus user has to use a different
-				            user store.
-	instanceid              An id given to the LDAP server instance.
-	connectionPassword      The password of the admin. (uid=admin,ou=system)
-	workingDirectory        Location where LDAP will store its schema files.
-	AdminEntryObjectClass   Object class which encapsulate attributes needed by claims.
-	allowAnonymousAccess    Should allow users to access LDAP server without credentials. Default false.
-	accessControlEnabled    Should access control be enabled among partitions. Default true.
-	saslHostName            Default host name to be used in SASL (Simple Authentication and Security Layer).
-				            This property comes from apacheds implementation itself.
-	saslPrincipalName       Default SASL principal name. Again this property also comes from apacheds implementation
-				            itself.
-  -->
-  <EmbeddedLDAP>
-    <Property name="enable">false</Property>
-    <Property name="port">${Ports.EmbeddedLDAP.LDAPServerPort}</Property>
-    <Property name="instanceId">default</Property>
-    <Property name="connectionPassword">admin</Property>
-    <Property name="workingDirectory">.</Property>
-    <Property name="AdminEntryObjectClass">wso2Person</Property>
-    <Property name="allowAnonymousAccess">false</Property>
-    <Property name="accessControlEnabled">true</Property>
-    <Property name="denormalizeOpAttrsEnabled">false</Property>
-    <Property name="maxPDUSize">2000000</Property>
-    <Property name="saslHostName">localhost</Property>
-    <Property name="saslPrincipalName">ldap/localhost@EXAMPLE.COM</Property>
-  </EmbeddedLDAP>
-
-  <!--
-	Default partition configurations
-	================================
-	When embedded LDAP server starts for the first time it will create a default partition.
-	Following properties configure values for the default partition.
-
-	Property                        Usage
-	=======                         =====
-	id                              Each partition is given an id. The id given to the default paritition.
-	realm                           Realm is the place where we store user principals and service principals.
-                                        The name of the realm for default partition.
-	kdcPassword                     This parameter is used when KDC (Key Distribution Center) is enabled. In apacheds
-                                        KDC also has a server principal. This defines a password for KDC server principal.
-	ldapServerPrinciplePassword     If LDAP server is also defined as a server principal, this will be the password.
-
-  -->
-  <DefaultPartition>
-    <Property name="id">root</Property>
-    <Property name="realm">wso2.org</Property>
-    <Property name="kdcPassword">secret</Property>
-    <Property name="ldapServerPrinciplePassword">randall</Property>
-  </DefaultPartition>
-
-  <!--
-	Default partition admin configurations
-	======================================
-	In a multi-tenant scenario each tenant will have a separate partition. Thus tenant admin will be the partition admin.
-	Following configurations define admin attributes for above created default partition.
-
-	Property            Usage
-	========            =====
-	uid                 UID attribute for partition admin.
-	commonName          The cn attribute for admin
-	lastName            The sn attribute for admin
-	email               The email attribute for admin
-	passwordType        The password hashing mechanism. Following hashing mechanisms are available, "SHA", "MD5".
-                        "Plaintext" is also a valid value. If KDC is enabled password type will be enforced to be
-                        plain text.
-  -->
-  <PartitionAdmin>
-    <Property name="uid">admin</Property>
-    <Property name="firstName">admin</Property>
-    <Property name="lastName">admin</Property>
-    <Property name="email">admin@wso2.com</Property>
-    <Property name="password">admin</Property>
-    <Property name="passwordType">SHA</Property>
-  </PartitionAdmin>
-
-  <!--
-	Default partition admin's group configuration
-	=============================================
-	Embedded LDAP is capable of keeping group information also.
-	If LDAP groups are enabled in user store (usr-mgt.xml) group information will be
-	recorded in a separate sub-context. Following configuration defines the group
-	properties.
-
-	Property                Usage
-	=======                 =====
-	adminRoleName		    The name of the role/group that admin should be included.
-	groupNameAttribute	    The attribute which group name will be recorded.
-	memberNameAttribute	    The attribute which memebers are recorded.
-  -->
-  <PartitionAdminGroup>
-    <Property name="adminRoleName">admin</Property>
-    <Property name="groupNameAttribute">cn</Property>
-    <Property name="memberNameAttribute">member</Property>
-  </PartitionAdminGroup>
-
-    <!--
-      KDC configurations
-      =================
-      Following configurations are applicable to KDC server. Generally, the KDC is only enabled in
-      Identity Server. You may enable KDC server if you wish to do so. But if you dont have any Kerberos specific
-      programs, it is recommended to disable KDC server.
-
-      Property                          Usage
-      =======                           =====
-      name                              Name given to default KDC server.
-      enabled                           If true a KDC server will start when starting LDAP server.
-                                          Else a KDC server will not start with a LDAP server.
-      protocol                          Default protocol to be used in KDC communication. Default is UDP.
-      maximumTicketLifeTime             The maximum life time of a ticket issued by the KDC.
-      maximumRenewableLifeTime          Life time which a ticket can be used by renewing it several times.
-      preAuthenticationTimeStampEnabled Pre-authentication is a feature in latest Kerberos protocol.
-                                          This property says whether to enable it or disable it.
-    -->
-  <KDCServer>
-    <Property name="name">defaultKDC</Property>
-    <Property name="enabled">false</Property>
-    <Property name="protocol">UDP</Property>
-    <Property name="host">localhost</Property>
-    <Property name="port">${Ports.EmbeddedLDAP.KDCServerPort}</Property>
-    <Property name="maximumTicketLifeTime">8640000</Property>
-    <Property name="maximumRenewableLifeTime">604800000</Property>
-    <Property name="preAuthenticationTimeStampEnabled">true</Property>
-  </KDCServer>
-
-</EmbeddedLDAPConfig>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/event-broker.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/event-broker.xml b/products/stratos2/stratos_controller/1.0.1/conf/event-broker.xml
deleted file mode 100644
index 0c242a0..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/event-broker.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<!--
-this is the configuration file for the carbon event broker component. this configuration file configures the various subsystems of the event
-broker compoent and parameters.
--->
-<eventBrokerConfig xmlns="http://wso2.org/carbon/event/broker">
-    <eventBroker name="carbonEventBroker" class = "org.wso2.carbon.event.core.internal.CarbonEventBrokerFactory">
-         <!-- topic manager implemenation class.-->
-        <topicManager name="TopicManager" class="org.wso2.carbon.event.core.internal.topic.registry.RegisistryTopicManagerFactory">
-            <!-- root node of the topic tree -->
-            <topicStoragePath>event/topics</topicStoragePath>
-        </topicManager>
-        <!-- subscriptionmnager implementaion. subscription manager persits the
-        subscriptions at the registry.  users can configure the topics root node and the topicIndex path -->
-        <subscriptionManager name="subscriptionManager"
-                             class="org.wso2.carbon.event.core.internal.subscription.registry.RegistrySubscriptionManagerFactory">
-            <topicStoragePath>event/topics</topicStoragePath>
-            <indexStoragePath>event/topicIndex</indexStoragePath>
-        </subscriptionManager>
-
-        <!-- delivary manager inmplementation. delivary manager does actual delivary part of the event broker -->
-        <deliveryManager name="deliveryManager"
-                         class="org.wso2.carbon.event.core.internal.delivery.jms.QpidJMSDeliveryManagerFactory"
-                         type="local">
-           <!--  <remoteMessageBroker>
-                <hostName>localhost</hostName>
-                <servicePort>9443</servicePort>
-                <webContext>/</webContext>
-                <userName>admin</userName>
-                <password>admin</password>
-                <qpidPort>5672</qpidPort>
-                <clientID>clientID</clientID>
-                <virtualHostName>carbon</virtualHostName>
-            </remoteMessageBroker> -->
-        </deliveryManager>
-
-         <!-- when publising an event event broker uses a seperate thread pool with an executor. following parameters configure different parameters of that -->
-        <eventPublisher>
-            <minSpareThreads>5</minSpareThreads>
-            <maxThreads>50</maxThreads>
-            <maxQueuedRequests>1000</maxQueuedRequests>
-            <keepAliveTime>1000</keepAliveTime>
-        </eventPublisher>
-    </eventBroker>
-</eventBrokerConfig>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/features-dashboard.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/features-dashboard.xml b/products/stratos2/stratos_controller/1.0.1/conf/features-dashboard.xml
deleted file mode 100755
index e04f062..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/features-dashboard.xml
+++ /dev/null
@@ -1,807 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<data>
-	<service name="Cloud Services" link="https://cloud.wso2.com"
-		key="manager">
-		<story title="Billing">
-			<story-content>Billing is the process where the cloud computing
-				service subscribers are charged
-				based on the metered data. Billing
-				usually happens on a monthly basis.
-				Billing uses
-				pricing rates defined
-				against usage plans and compute the invoice against
-				the usage
-				data.
-			</story-content>
-			<story-links>
-				<link url="/carbon/tenant-billing/past_invoice.jsp">Billing...</link>
-				<link url="/carbon/tenant-billing/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Metering">
-			<story-content>Metering measures levels of resource utilization, such
-				as network bandwidth usage and
-				data storage volume, consumed by the
-				cloud services subscribers, aka
-				tenants.
-				Resource utilization's
-				(bandwidth and storage usage) are measured on the fly
-				and the
-				measured data is stored for summarizing and analyzing.
-			</story-content>
-			<story-links>
-				<link url="/carbon/tenant-usage/tenant_usage.jsp">Go to Metering....</link>
-				<link url="/carbon/tenant-usage/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Account Management">
-			<story-content>Account management allows a tenant to update and
-				validate contact information,
-				update the usage plan, validate the
-				account and even de-activate the
-				account .</story-content>
-			<story-links>
-				<link url="/carbon/account-mgt/account_mgt.jsp">Manage account...</link>
-				<link url="/carbon/account-mgt/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Users and Roles">
-			<story-content>You can add users and define your own roles for a
-				tenant. The permission model is
-				role based. So a tenant admin can
-				define what actions a role can perform
-				by
-				configuring permissions for
-				that role.</story-content>
-			<story-links>
-				<link url="/carbon/userstore/index.jsp">Manage users/roles...</link>
-				<link url="/carbon/userstore/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="MT-Logging">
-			<story-content>Flexible logging support with integration to
-				enterprise logging systems. This facilitate to monitor your system
-				and application logs through a log viewer.</story-content>
-			<story-links>
-				<link url="/carbon/log-view/index.jsp">Go to Log Viewer....</link>
-				<link url="/carbon/log-view/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-<!--
-		<story title="Usage Metering and Throttling">
-			<story-content>&lt;a
-				href="http://wso2.org/library/articles/2011/09/usage-metering-throttling-cloud-computing"&gt;&lt;img
-				src="../../../../features-dashboard/dashboards/images/usage_metering_and_throttling.jpg"
-				alt=""/&gt;</story-content>
-				<story-links>
-					<link url=""></link>
-					<link url=""></link>
-				</story-links>
-		</story>
-		<story title="How WSO2 StratosLive meets Security Challenges in Cloud">
-			<story-content> &lt;a
-				href="http://wso2.org/library/articles/2011/08/wso2-stratoslive-meets-security-challenges-cloud"&gt;&lt;img
-				src="../../../../features-dashboard/dashboards/images/tenant_isolation.png"
-				alt=""/&gt;&lt;/a&gt; </story-content>
-		</story>
--->
-	</service>
-	<service name="Stratos Controller" link="https://cloud.wso2.com"
-		key="sc">
-		<story title="Multi-Tenant Cartridges">
-			<story-content>Stratos Cartridges, hosting WSO2 multi-tenant middleware 
-				services delivers multi-tenancy within each Cartridge instance 
-				where teams may define multiple tenants per Cartridge.
-			</story-content>
-			<story-links>
-				<link url="/carbon/cartridge-mgt/available_cartridges.jsp?item=available_multitenant_cartridges">Available Multi-Tenant Cartridges</link>
-			</story-links>
-		</story>
-		<story title="Single-Tenant Cartridges">
-			<story-content>Stratos Cartridges provide process-level isolation and 
-				instance-level dedicated tenancy with single-tenant containers and frameworks.
-			</story-content>
-			<story-links>
-				<link url="/carbon/cartridge-mgt/available_cartridges.jsp?item=available_singletenant_cartridges">Available Single-Tenant Cartridges</link>
-			</story-links>
-		</story>
-		<story title="Subscribed Cartridges">
-			<story-content>The tenant user can see all details of the Subscribed Cartridges such as
-				the status and the number of running instances at the moment.
-			</story-content>
-			<story-links>
-				<link url="/carbon/cartridge-mgt/subscribed_cartridges.jsp">Subscribed Cartridges</link>
-			</story-links>
-		</story>
-	</service>
-<!--
-	<service name="Enterprise Service Bus" link="https://esb.cloud.wso2.com"
-		key="esb">
-		<story title="Proxy Service">
-			<story-content> Proxy services facilitate location transparency and
-				provides the means for the
-				integration between various other
-				services, on different formats
-			</story-content>
-			<story-links>
-				<link url="/carbon/proxyservices/templates.jsp">Got to services...</link>
-				<link url="/carbon/proxyservices/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Sequence">
-			<story-content>Sequence is a collection of mediators attached to
-				perform a given mediation flow in an
-				integration.
-			</story-content>
-			<story-links>
-				<link url="/carbon/sequences/list_sequences.jsp">Go to Web Applications...</link>
-				<link url="/carbon/sequences/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Endpoint">
-			<story-content>Endpoints represent the third party services or other
-				endpoints the ESB is talking to,
-				this configuration allows you to
-				record a set of meta data about the
-				external endpoint
-				apart from it's
-				EPR
-			</story-content>
-			<story-links>
-				<link url="/carbon/endpoints/index.jsp">Go to Message Tracing...</link>
-				<link url="/carbon/endpoints/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Scheduled Tasks">
-			<story-content>Job scheduling facility in the ESB with quartz
-				scheduler, helping several tasks to be
-				initiated and scheduled by the
-				ESB.</story-content>
-			<story-links>
-				<link url="/carbon/task/index.jsp">Go to WSDL2Java Tool..</link>
-				<link url="/carbon/task/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Store &amp; Forward">
-			<story-content>Message Stores and Processors can be used to persist
-				messages to queues and then process
-				preserving SLAs.</story-content>
-			<story-links>
-				<link url="/carbon/message_processor/index.jsp">Go to Java2WSDL Tool...</link>
-				<link url="/carbon/message_processor/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Priority Execution">
-			<story-content>Ability to categorize mediation flows with a priority
-				allowing certain messages or
-				mediation paths to get a high priority
-				with compared to other messages or
-				paths.</story-content>
-			<story-links>
-				<link url="/carbon/executors/list_executors.jsp">Go to Java2WSDL Tool...</link>
-				<link url="/carbon/executors/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-	</service>
-	<service name="Application Services" link="https://appserver.cloud.wso2.com"
-		key="as">
-		<story title="Service Hosting">
-			<story-content>Different types of Web Services such as Axis2
-				Services, JAXWS Services, Jar Services
-				or Spring Services can be
-				deployed in Application Server. All
-				configurations such as
-				QoS can be
-				easily configured here.</story-content>
-			<story-links>
-				<link url="/carbon/service-mgt/index.jsp">Got to services...</link>
-				<link url="/carbon/service-mgt/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Web Applications">
-			<story-content>Web Application hosting features in AppServer
-				supports
-				deployment of Tomcat
-				compliant Webapps. Deployed Webapps can be
-				easily managed using the Webapp
-				management facilities available in
-				the management console.
-			</story-content>
-			<story-links>
-				<link url="/carbon/webapp-mgt/upload.jsp">Go to Web Applications...</link>
-				<link url="/carbon/webapp-mgt/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Message Tracing">
-			<story-content>Trace the request and responses to your service.
-				Message Tracing is a vital
-				debugging tool when you have clients from
-				heterogeneous platforms.
-			</story-content>
-			<story-links>
-				<link url="/carbon/tracer/index.jsp">Go to Message Tracing...</link>
-				<link url="/carbon/tracer/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="WSDL2Java Tool">
-			<story-content>Use WSDL2Java tool in Web Application Server to
-				convert Web Service WSDL to a set of
-				Java objects.</story-content>
-			<story-links>
-				<link url="/carbon/wsdl2code/index.jsp">Go to WSDL2Java Tool..</link>
-				<link url="/carbon/wsdl2code/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Java2WSDL Tool">
-			<story-content>Use Java2WSDL tool in Web Application Server make it
-				easy to develop a new web service.</story-content>
-			<story-links>
-				<link url="/carbon/java2wsdl/index.jsp">Go to Java2WSDL Tool...</link>
-				<link url="/carbon/java2wsdl/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-	</service>
-	<service name="Data Services" link="https://dss.cloud.wso2.com"
-		key="dss">
-		<story title="Data Service Hosting">
-			<story-content>Data Web Services can be deployed in Data Services
-				Server. All configurations such as
-				QoS can be easily configured here.
-			</story-content>
-			<story-links>
-				<link url="/carbon/service-mgt/index.jsp">Got to services...</link>
-				<link url="/carbon/service-mgt/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Data as a Service">
-			<story-content>Create your databases on the cloud, and acess those as
-				you would do with regular
-				databases.</story-content>
-			<story-links>
-				<link url="/carbon/ds/scriptAddSource.jsp">Go to data sources...</link>
-				<link url="/carbon/ds/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Service Testing">
-			<story-content>Tryit tool can be used as a simple Web Service client
-				which can be used to try your
-				services within AppServer itself.
-			</story-content>
-			<story-links>
-				<link url="/carbon/tryit/index.jsp">Go
-					to Service Testing...</link>
-				<link url="/carbon/tryit/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Message Tracing">
-			<story-content>Trace the request and responses to your service.
-				Message Tracing is a vital
-				debugging tool when you have clients from
-				heterogeneous platforms.
-			</story-content>
-			<story-links>
-				<link url="/carbon/tracer/index.jsp">Go to Message
-					Tracing...</link>
-				<link url="/carbon/tracer/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="DB Explorer">
-			<story-content>Explore your databases using the explorer tool on
-				the cloud.</story-content>
-			<story-links>
-				<link url="/carbon/adminconsole/databases.jsp">Go to DB
-					Explorer Tool...</link>
-				<link url="/carbon/adminconsole/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Relational Storage Solutions on Cloud">
-			<story-content>&lt;a
-				href="http://wso2.org/library/articles/2011/09/wso2-unveils-its-relational-storage-solutions-wso2-stratoslive"&gt;&lt;img
-				src="../../../../features-dashboard/dashboards/images/configure_db.png"
-				alt=""/&gt;</story-content>
-			<story-links>
-				<link
-					url="http://wso2.org/library/articles/2011/09/wso2-unveils-its-relational-storage-solutions-wso2-stratoslive">Read
-					online...</link>
-			</story-links>
-		</story>
-	</service>
-	<service name="Governance Services" link="https://governance.cloud.wso2.com"
-		key="greg">
-		<story title="Service">
-			<story-content>Service is the basic entity of your SOA platform. You
-				can manage service metadata and
-				the service lifecycle as well as
-				maintain multiple versions of a given
-				service, and much
-				more.
-			</story-content>
-			<story-links>
-				<link url="/carbon/services/services.jsp">Got to services...</link>
-				<link url="/carbon/services/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="WSDL">
-			<story-content>WSDL defines the interface of a web service. You can
-				store, validate and manage WSDLs
-				with ease, keeping track of
-				dependencies and associations such as
-				services, schema and
-				policies.
-			</story-content>
-			<story-links>
-				<link url="/carbon/wsdl/wsdl.jsp">Go to WSDL</link>
-				<link url="/carbon/wsdl/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Schema">
-			<story-content>XML Schema defines data types in a WSDL. As in the
-				case of WSDLs, you can keep
-				associations of schema which helps in the
-				impact analysis process, when
-				maintaining the
-				data models associated
-				with your SOA.</story-content>
-			<story-links>
-				<link url="/carbon/schema/schema.jsp">Go to Schema...</link>
-				<link url="/carbon/schema/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Policy">
-			<story-content>Policies help standardize SOA behaviour. You can keep
-				track of the policies bound to a
-				service. It also supports policy
-				enforcement to control how SOA behaves as
-				desired by
-				both IT and
-				business personnel.</story-content>
-			<story-links>
-				<link url="/carbon/policy/policy.jsp">Go to Policy..</link>
-				<link url="/carbon/policy/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Search">
-			<story-content>The repository can store any arbitrary type of
-				resource. You can search for resources by
-				name, author, time created
-				or updated. You also can search for resources
-				by media type.
-			</story-content>
-			<story-links>
-				<link url="/carbon/search/advancedSearch.jsp">Go to Search...</link>
-				<link url="/carbon/search/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Activities">
-			<story-content>An activity log provide an invaluable insight to what
-				operations took place on the
-				repository. You can browse activities
-				while filtering them by date range, user
-				name, or
-				activity type.
-			</story-content>
-			<story-links>
-				<link url="/carbon/activities/activity.jsp">Go to Activities...</link>
-				<link url="/carbon/activities/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Notifications">
-			<story-content>The registry generates events when changes are made to
-				a particular resource or
-				collection. You can subscribe to these
-				events via e-mail, or forward them to a
-				web
-				service via SOAP or REST.
-			</story-content>
-			<story-links>
-				<link url="/carbon/notifications/notifications.jsp">Go to Notifications...</link>
-				<link url="/carbon/notifications/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Extensions">
-			<story-content>While we address most governance and registry related
-				scenarios out-of-the-box, you also
-				can upload your own extensions
-				that is capable of extending the basic
-				functionality of
-				the product
-			</story-content>
-			<story-links>
-				<link url="/carbon/extensions/add_extensions.jsp">Go to Activities...</link>
-				<link url="/carbon/extensions/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-	</service>
-	<service name="Identity Services" link="https://governance.cloud.wso2.com"
-		key="is">
-		<story title="User Profile">
-			<story-content>Update your user profile or add multiple user
-				profiles.The value from your profile will
-				be used to populate your
-				Information card and OpenID profiles.
-			</story-content>
-			<story-links>
-				<link url="/carbon/userprofile/index.jsp">Got to User Profile...</link>
-				<link url="/carbon/userprofile/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="OpenID">
-			<story-content>This OpenID can be used with any OpenID relying party
-				which trusts your domain for
-				login.</story-content>
-			<story-links>
-				<link url="/carbon/identity-provider/index.jsp">Go to OpenID...</link>
-				<link url="/carbon/identity-provider/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Information Card">
-			<story-content>This card can be used with any identity selector that
-				supports Microsoft CardSpace
-				specifications and will allow you to
-				login to web applications that support
-				information
-				card logins.
-			</story-content>
-			<story-links>
-				<link url="/carbon/identity-provider/index.jsp">Go to Information Card...</link>
-				<link url="/carbon/identity-provider/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="SAML 2.0 Single Sign-On">
-			<story-content>Use WSO2 Identity Server for Single Sign-on
-				configuration. Service Providers can be
-				added and removed.
-			</story-content>
-			<story-links>
-				<link url="/carbon/sso-saml/manage_service_providers.jsp">Go to SAML 2.0 Single Sign-On..</link>
-				<link url="/carbon/sso-saml/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Multifactor Authentication">
-			<story-content>Use WSO2 Identity Server to Enable XMPP based
-				multi-factor authentication.</story-content>
-			<story-links>
-				<link url="/carbon/multi-factor/xmpp-config.jsp">Go to Multifactor Authentication...</link>
-				<link url="/carbon/multi-factor/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Users and Roles">
-			<story-content>WSO2 Identity Server enables you to manage users and
-				roles in your system.</story-content>
-			<story-links>
-				<link url="/carbon/userstore/index.jsp">Go to Users and Roles...</link>
-				<link url="/carbon/userstore/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Relying Parties">
-			<story-content>Manage your Relying Parties with WSO2 Identity Server.
-			</story-content>
-			<story-links>
-				<link url="/carbon/identity-trusted-relying-parties/add-trusted-rp.jsp">Go to Relying Parties...</link>
-				<link url="/carbon/identity-trusted-relying-parties/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Key Stores">
-			<story-content>Manage your Key Stores with WSO2 Identity Server
-			</story-content>
-			<story-links>
-				<link url="/carbon/keystoremgt/keystore-mgt.jsp">Go to Activities...</link>
-				<link url="/carbon/keystoremgt/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-	</service>
-	<service name="Business Activity Monitor" link="https://bam.cloud.wso2.com"
-		key="bam">
-		<story title="Real Time Mediation Monitoring">
-			<story-content>Monitor proxy services, endpoints and sequences and
-				their operations in real time. The
-				results gathered from the
-				real-time monitoring are presented in a clear and
-				easy-to-view
-				format.</story-content>
-			<story-links>
-				<link url="/carbon/service-mgt/index.jsp">Got to services...</link>
-				<link url="/carbon/service-mgt/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Mediation Analysis">
-			<story-content>Analyze the historical mediation trends over time with
-				the help of visualization
-				framework.</story-content>
-			<story-links>
-				<link url="/carbon/webapp-mgt/upload.jsp">Go to Web Applications...</link>
-				<link url="/carbon/webapp-mgt/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Summary Generation">
-			<story-content>Generate a summarised view of collected statistics and
-				write gadgets to display these
-				summarised data.</story-content>
-			<story-links>
-				<link url="/carbon/tracer/index.jsp">Go to Message Tracing...</link>
-				<link url="/carbon/tracer/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Service Invocation Analysis">
-			<story-content>rite gadgets to consume service statistics and present
-				to end user. Dashboard
-				support
-				Google Gadget specification.
-			</story-content>
-			<story-links>
-				<link url="/carbon/wsdl2code/index.jsp">Go to WSDL2Java Tool..</link>
-				<link url="/carbon/wsdl2code/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Dashboard">
-			<story-content>Monitor and correlate related business activities
-				across multiple server instances.
-				These activities can be used to
-				track and verify the smooth execution of
-				business.</story-content>
-			<story-links>
-				<link url="/carbon/java2wsdl/index.jsp">Go to Java2WSDL Tool...</link>
-				<link url="/carbon/java2wsdl/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Activity Correlation &amp; Monitoring">
-			<story-content>Monitor and correlate related business activities
-				across multiple server instances.
-				These activities can be used to
-				track and verify the smooth execution of
-				business.</story-content>
-			<story-links>
-				<link url="/carbon/java2wsdl/index.jsp">Go to Java2WSDL Tool...</link>
-				<link url="/carbon/java2wsdl/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Message Collection &amp; Archival">
-			<story-content>Collect messages coming into your SOA, analyze and
-				archive for future retrieval.</story-content>
-			<story-links>
-				<link url="/carbon/java2wsdl/index.jsp">Go to Java2WSDL Tool...</link>
-				<link url="/carbon/java2wsdl/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-	</service>
-	<service name="Business Process Services" link="https://bps.cloud.wso2.com"
-		key="bps">
-		<story title="WS-BPEL 2.0 &amp; BPELWS 1.1">
-			<story-content>WSO2 BPS supports both WS-BPEL 2.0 and BPEL4WS 1.1
-				standards. It also includes WSO2 BPS
-				specific extensions to enhance
-				the features provide by WS-BPEL.
-			</story-content>
-			<story-links>
-				<link url="">Got to Business Process Services...</link>
-				<link url="/carbon/admin/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Instance Data Cleanup">
-			<story-content>Allows multiple levels of instance data cleanup which
-				are accumulated during process
-				instance lifetime. XPath extensions,
-				Iteratable ForEach, Flexible Assigns,
-				XQuery 1.0 support and various
-				other extensions to BPEL language.</story-content>
-			<story-links>
-				<link url="">Go to OpenID...</link>
-				<link url="/carbon/admin/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="BPEL Extensions">
-			<story-content>Hot update BPEL processes and allows you to maintain
-				multiple versions of processes.</story-content>
-			<story-links>
-				<link url="">Go to Information Card...</link>
-				<link url="/carbon/admin/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-	</service>
-	<service name="Business Rule Server" link="https://brs.cloud.wso2.com"
-		key="brs">
-		<story title="Service Hosting Support">
-			<story-content>Service Hosting feature in Business Rules Server
-				enables deployment of Rule Services.</story-content>
-			<story-links>
-				<link url="/carbon/service-mgt/index.jsp">Got to Business Process Services...</link>
-				<link url="/carbon/service-mgt/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Rule service creation support">
-			<story-content>Support for creating rule services with drools or
-				using rule services created with other
-				IDEs.</story-content>
-			<story-links>
-				<link url="/carbon/ruleservices/rule_service_wizard_step1.jsp">Go to Rule service creation...</link>
-				<link url="/carbon/ruleservices/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Registry as a Rule Repository">
-			<story-content>Registry as a Rule Repository.</story-content>
-			<story-links>
-				<link url="/carbon/resources/resource.jsp">Go to Registry Rule Repository..</link>
-				<link url="/carbon/resources/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Service testing">
-			<story-content>Tryit tool can be used as a simple Web Service client
-				which can be used to try your
-				services within AppServer itself.
-			</story-content>
-			<story-links>
-				<link url="/carbon/tryit/index.jsp">Go
-					to Service Testing...</link>
-				<link url="/carbon/tryit/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-	</service>
-	<service name="Cloud Gateway" link="https://cg.stratoslive.wso2.com"
-		key="cg">
-		<story title="Cloud Service">
-			<story-content>Publish a service or data residing behind a firewall
-				in a secure and controlled manner as a Cloud Service.
-			</story-content>
-			<story-links>
-				<link url="/carbon/service-mgt/index.jsp">Go to Cloud Services...</link>
-				<link url="/carbon/service-mgt/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-	</service>
-	<service name="Complex Event Processing Services" link="https://cep.cloud.wso2.com"
-		key="cep">
-		<story title="Bring CEP to SOA">
-			<story-content>Bring CEP to SOA by processing XML events and produce
-				results as XML events.</story-content>
-			<story-links>
-				<link url="/carbon/CEP/cep_queries.jsp">Go to CEP buckets list...</link>
-				<link url="/carbon/CEP/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Registry Storage">
-			<story-content>Ability to define different event streams, queries and
-				out put streams and store them in
-				the registry as a bucket.
-			</story-content>
-			<story-links>
-				<link url="/carbon/resources/resource.jsp">Go to Registry Storage...</link>
-				<link url="/carbon/messagebox/docs/userguide.html">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Esper and Fusion">
-			<story-content>Support Esper and fusion back end runtimes..
-			</story-content>
-			<story-links>
-				<link url="">Go to Esper and Fusion..</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Filter data from the XML event">
-			<story-content>Ability to filter data from the XML event using xpath
-				and format the result as an XML
-				event.
-			</story-content>
-			<story-links>
-				<link url="">Go
-					to Filter data...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Support different types of brokers">
-			<story-content>Support different types of brokers WS-Event, JMS to
-				receive publish events.
-			</story-content>
-			<story-links>
-				<link url="">Go
-					to brokers...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Storing broker configurations">
-			<story-content>Define and store such different broker configurations.
-			</story-content>
-			<story-links>
-				<link url="">Go
-					to brokers...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Administrative Console support">
-			<story-content>Administrative Console to create buckets, add
-				subscriptions etc..
-			</story-content>
-			<story-links>
-				<link url="">Go
-					to Administrative Console ...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Specify CEP queries">
-			<story-content>Ability to specify CEP queries inline or pick from the
-				registry.
-			</story-content>
-			<story-links>
-				<link url="">Go
-					to CEP queries ...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-	</service>
-	<service name="Message Broker Services" link="https://mb.cloud.wso2.com"
-		key="mb">
-		<story title="Publish/Subscribe to Topics">
-			<story-content>WS-Eventing to publish/subscribe to topics using web
-				service standards.</story-content>
-			<story-links>
-				<link url="">Go to topics...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="AMQP">
-			<story-content>MS support thorough AMQP to publish/subscribe to
-				topics and Queues.</story-content>
-			<story-links>
-				<link url="">Go to AMQP...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Topic Authorization">
-			<story-content>MS support thorough AMQP to publish/subscribe to
-				topics and Queues.</story-content>
-			<story-links>
-				<link url="">Go to Topic Authorization...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Manage topics and queues permissions">
-			<story-content>Administrative console support to manage topics and
-				queues permissions.</story-content>
-			<story-links>
-				<link url="">Go to Manage topics and queues permissions...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="SQS support">
-			<story-content>SQS support to store retrieve messages using a web
-				service API.</story-content>
-			<story-links>
-				<link url="">Go to SQS ...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="User based authorization for queues">
-			<story-content>User based authorization for queues.</story-content>
-			<story-links>
-				<link url="">Go to User based authorization ...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Manage message boxes">
-			<story-content>Administrative console support to manage message boxes
-				and store/retrieve messages.</story-content>
-			<story-links>
-				<link url="">Go to message boxes...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-		<story title="Message box as event sink">
-			<story-content>Ability to use a message box as the event sink for a
-				subscription.</story-content>
-			<story-links>
-				<link url="">Go to event sink support...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-	</service>
-        <service name="Storage Server Services" link="https://ss.cloud.wso2.com" key="ss">
-		<story title="Storage Server Data">
-			<story-content>Storage Server</story-content>
-			<story-links>
-				<link url="">Go to topics...</link>
-				<link url="">Read more (docs)...</link>
-			</story-links>
-		</story>
-	</service>
--->
-</data>
-

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/identity.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/identity.xml b/products/stratos2/stratos_controller/1.0.1/conf/identity.xml
deleted file mode 100755
index f5a6dfe..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/identity.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
- ~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-
-<Server xmlns="http://wso2.org/projects/carbon/carbon.xml">
-
-	<OpenIDServerUrl>https://localhost:9443/openidserver</OpenIDServerUrl>
-
-	<OpenIDUserPattern>https://localhost:9443/openid/</OpenIDUserPattern>
-
-     <JDBCPersistenceManager>
-        <DataSource>
-        	<!-- Include a data source name (jndiConfigName) from the set of data sources defined in master-datasources.xml -->
-        	<Name>jdbc/WSO2CarbonDB</Name>
-    	</DataSource>
-		<!-- If the identity database is created from another place and if it is required to skip schema initialization during the server start up, set the following
-		 property to "true". -->
-		<!-- <SkipDBSchemaCreation>false</SkipDBSchemaCreation> -->
-    </JDBCPersistenceManager>
-
-	<!--
-      Security configurations
-    -->
-	<Security>
-		<UserTrustedRPStore>
-			<Location>${carbon.home}/repository/resources/security/userRP.jks</Location>
-			<!-- Keystore type (JKS/PKCS12 etc.)-->
-			<Type>JKS</Type>
-			<!-- Keystore password-->
-			<Password>wso2carbon</Password>
-			<!-- Private Key password-->
-			<KeyPassword>wso2carbon</KeyPassword>
-		</UserTrustedRPStore>
-
-		<!--
-			The directory under which all other KeyStore files will be stored
-		-->
-		<KeyStoresDir>${carbon.home}/conf/keystores</KeyStoresDir>
-	</Security>
-
-	<Identity>
-		<IssuerPolicy>SelfAndManaged</IssuerPolicy>
-		<TokenValidationPolicy>CertValidate</TokenValidationPolicy>
-		<BlackList></BlackList>
-		<WhiteList></WhiteList>
-		<System>
-			<KeyStore></KeyStore>
-			<StorePass></StorePass>
-		</System>
-	</Identity>
-
-	<OAuth>
-		<RequestTokenUrl>https://localhost:9443/oauth/request-token</RequestTokenUrl>
-		<AccessTokenUrl>https://localhost:9443/oauth/access-token</AccessTokenUrl>
-		<AuthorizeUrl>https://localhost:9443/oauth/authorize-url</AuthorizeUrl>
-		<!-- Default validity period for Authorization Code in seconds -->
-		<AuthorizationCodeDefaultValidityPeriod>300</AuthorizationCodeDefaultValidityPeriod>
-		<!-- Default validity period for Access Token in seconds -->
-		<AccessTokenDefaultValidityPeriod>3600</AccessTokenDefaultValidityPeriod>
-		<!-- Timestamp skew in seconds -->
-		<TimestampSkew>300</TimestampSkew>
-		<!-- Enable OAuth caching. This cache has the replication support. -->
-		<EnableOAuthCache>true</EnableOAuthCache>
-		<!-- Configure the security measures needs to be done prior to store the token in the database,
-		such as hashing, encrypting, etc.-->
-		<TokenPersistencePreprocessor>org.wso2.carbon.identity.oauth.preprocessor.PlainTextTokenPersistencePreprocessor</TokenPersistencePreprocessor>
-		<!-- Supported Response Types -->
-		<SupportedResponseTypes>token,code</SupportedResponseTypes>
-		<!-- Supported Grant Types -->
-		<SupportedGrantTypes>authorization_code,password,refresh_token,client_credentials</SupportedGrantTypes>
-		<OAuthCallbackHandlers>		
-				<OAuthCallbackHandler Class="org.wso2.carbon.identity.oauth.callback.DefaultCallbackHandler"/>
-		</OAuthCallbackHandlers>
-	</OAuth>
-
-	<MultifactorAuthentication>
-		<XMPPSettings>
-			<XMPPConfig>
-				<XMPPProvider>gtalk</XMPPProvider>
-				<XMPPServer>talk.google.com</XMPPServer>
-				<XMPPPort>5222</XMPPPort>
-				<XMPPExt>gmail.com</XMPPExt>
-				<XMPPUserName>multifactor1@gmail.com</XMPPUserName>
-				<XMPPPassword>wso2carbon</XMPPPassword>
-			</XMPPConfig>
-		</XMPPSettings>
-	</MultifactorAuthentication>
-
-    	<SSOService>
-    	    <IdentityProviderURL>https://localhost:9443/samlsso</IdentityProviderURL>
-    	</SSOService>
-</Server>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/jaas.conf
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/jaas.conf b/products/stratos2/stratos_controller/1.0.1/conf/jaas.conf
deleted file mode 100644
index 7a2a295..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/jaas.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-Server {
-       org.apache.zookeeper.server.auth.DigestLoginModule required
-       user_super="admin"
-       user_admin="admin";
-};
-Client {
-       org.apache.zookeeper.server.auth.DigestLoginModule required
-       username="admin"
-       password="admin";
-};

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/loadbalancer.conf
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/loadbalancer.conf b/products/stratos2/stratos_controller/1.0.1/conf/loadbalancer.conf
deleted file mode 100644
index 138c087..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/loadbalancer.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-services {
-    # default parameter values to be used in all services
-    defaults {
-        # minimum number of service instances required. WSO2 ELB will make sure that this much of instances
-        # are maintained in the system all the time, of course only when autoscaling is enabled.
-        min_app_instances       1;
-        # maximum number of service instances that will be load balanced by this ELB.
-        max_app_instances       5;
-        # you need to calibrate autoscaling parameters before start using. Please go through following blog post
-        # http://nirmalfdo.blogspot.com/2013/01/scale-up-early-scale-down-slowly.html
-        max_requests_per_second   5;
-        alarming_upper_rate 0.7;
-        alarming_lower_rate 0.2;
-        scale_down_factor 0.25;
-        rounds_to_average       2;
-        message_expiry_time     60000;
-    }
-    
-    identity {
-        hosts                   identity.aaaa.cloud-test.wso2.com;
-        domains   {
-            wso2.identity.aaaa.domain {
-                tenant_range    *;
-            }
-            
-        }
-    }
-    
-

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/metering-config-non-manager.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/metering-config-non-manager.xml b/products/stratos2/stratos_controller/1.0.1/conf/metering-config-non-manager.xml
deleted file mode 100755
index 362f30d..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/metering-config-non-manager.xml
+++ /dev/null
@@ -1,103 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-<meteringConfig xmlns="http://wso2.com/carbon/multitenancy/metering/config">
-    <tasks>
-        <task service="org.wso2.stratos.metering.agent.task.PerRegistryRequestTask">
-            <preHandlers>
-                <handler service="org.wso2.stratos.metering.agent.handlers.ValidationInfoRetriever">
-                </handler>
-                <handler service="org.wso2.stratos.metering.agent.handlers.RegistryActionValidator">
-                </handler>
-            </preHandlers>
-            <postHandlers>
-                <handler service="org.wso2.stratos.metering.agent.handlers.RemoteTaskInvoker"
-                        async="true" frequency="1"><!-- trigger per each request-->
-                    <parameter name="taskServiceUrl">https://localhost:9443/services/</parameter>
-                    <parameter name="userName">admin</parameter>
-                    <parameter name="password">admin</parameter>
-                    <parameter name="taskName">org.wso2.stratos.metering.manager.task.PerRegistryRequestRemoteTask</parameter>
-                </handler>
-            </postHandlers>
-        </task>
-        <task service="org.wso2.stratos.metering.agent.task.PerUserAddRequestTask">
-            <preHandlers>
-                <handler service="org.wso2.stratos.metering.agent.handlers.RemoteTaskInvoker"
-                        async="false" frequency="1"><!-- trigger per each request-->
-                    <parameter name="taskServiceUrl">https://localhost:9443/services/</parameter>
-                    <parameter name="userName">admin</parameter>
-                    <parameter name="password">admin</parameter>
-                    <parameter name="taskName">org.wso2.stratos.metering.manager.task.PerUserAddRequestRemoteTask</parameter>
-                </handler>
-                <handler service="org.wso2.stratos.metering.agent.handlers.ValidationInfoRetriever">
-                </handler>
-                <handler service="org.wso2.stratos.metering.agent.handlers.AddUserActionValidator">
-                </handler>
-            </preHandlers>
-        </task>
-        <task service="org.wso2.stratos.metering.manager.task.PerRegistryRequestRemoteTask">
-            <postHandlers>
-                <handler service="org.wso2.stratos.metering.agent.handlers.ValidationInfoRetriever">
-                </handler>
-                <handler service="org.wso2.stratos.metering.manager.handlers.DBContentVolumeRetriever"><!-- trigger per each registry request-->
-                </handler>
-                <handler service="org.wso2.stratos.metering.manager.handlers.BandwidthDataRetriever" async="true" frequency="5"><!-- trigger per 5 registry request-->
-                </handler>
-                <handler service="org.wso2.stratos.metering.manager.handlers.BandwidthDataStorer">
-                </handler>
-                <handler service="org.wso2.stratos.metering.manager.handlers.BillingDataRetriever"><!-- trigger per each registry request-->
-                </handler>
-                <handler service="org.wso2.stratos.metering.manager.handlers.RuleInvoker">
-                    <parameter name="rule-file">restriction-rules.drl</parameter>
-                </handler>
-                <handler service="org.wso2.stratos.metering.agent.handlers.ValidationInfoStorer">
-                </handler>
-            </postHandlers>
-        </task>
-        <task service="org.wso2.stratos.metering.manager.task.PerUserAddRequestRemoteTask">
-            <postHandlers>
-                <handler service="org.wso2.stratos.metering.manager.handlers.UsersCountRetriever"><!-- trigger per each user add request-->
-                </handler>
-                <handler service="org.wso2.stratos.metering.agent.handlers.ValidationInfoRetriever">
-                </handler>
-                <handler service="org.wso2.stratos.metering.manager.handlers.BillingDataRetriever"><!-- trigger per each user add request-->
-                </handler>
-                <handler service="org.wso2.stratos.metering.manager.handlers.RuleInvoker">
-                    <parameter name="rule-file">restriction-rules.drl</parameter>
-                </handler>
-                <handler service="org.wso2.stratos.metering.agent.handlers.ValidationInfoStorer">
-                </handler>
-            </postHandlers>
-        </task>
-        <!-- to be implemented -->
-        <!--
-        <task service="org.wso2.stratos.metering.manager.task.ScheduledTask">
-            <parameters>
-                <parameter name="period">1Month</parameter>
-                <parameter name="dayToTriggerOn">1</parameter>
-                <parameter name="hourToTriggerOn">0</parameter>
-                <parameter name="timeZone">GMT-8:00</parameter>
-            </parameters>
-            <hanldlers>
-                <handler service="org.wso2.stratos.metering.manager.handler.RuleInvoker">
-                    <parameter name="rule-file">restriction-rules.drl</parameter>
-                </handler>
-            </handlers>
-        </task>
-        -->
-    </tasks>
-</meteringConfig>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/multitenancy-billing-rules.drl
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/multitenancy-billing-rules.drl b/products/stratos2/stratos_controller/1.0.1/conf/multitenancy-billing-rules.drl
deleted file mode 100755
index 0cdc23d..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/multitenancy-billing-rules.drl
+++ /dev/null
@@ -1,34 +0,0 @@
-import org.wso2.carbon.billing.core.dataobjects.*;
-import org.wso2.carbon.billing.mgt.dataobjects.*;
-
-
-rule smallSubscription
-when
-$item: MultitenancyPackage(name == "SMB")
-$subItem: Item(parent == $item && name == "subscription")
-then
-$subItem.setCost(new Cash("$100"));
-$subItem.setCreditLimit(new Cash("$200"));
-end
-
-
-rule mediumSubscription
-when
-$item: MultitenancyPackage(name == "Professional")
-$subItem: Item(parent == $item && name == "subscription")
-then
-$subItem.setCost(new Cash("$500"));
-$subItem.setCreditLimit(new Cash("$1000"));
-end
-
-
-rule largeSubscription
-when
-$item: MultitenancyPackage(name == "Enterprise")
-$subItem: Item(parent == $item && name == "subscription")
-then
-$subItem.setCost(new Cash("$2000"));
-$subItem.setCreditLimit(new Cash("$4000"));
-end
-
-

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/nhttp.properties
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/nhttp.properties b/products/stratos2/stratos_controller/1.0.1/conf/nhttp.properties
deleted file mode 100644
index 0ad3e44..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/nhttp.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-#  Copyright (c) 2005-2010, WSO2 Inc. (http://wso2.com) All Rights Reserved.
-#
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
-#
-#        http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-#
-
-# This file contains the configuration parameters used by the Non-blocking HTTP transport
-
-#http.socket.timeout=60000
-#nhttp_buffer_size=8192
-#http.tcp.nodelay=1
-#http.connection.stalecheck=0
-
-# Uncomment the following property for an AIX based deployment
-#http.nio.interest-ops-queueing=true
-
-# HTTP Sender thread pool parameters
-#snd_t_core=20
-#snd_t_max=100
-#snd_alive_sec=5
-#snd_qlen=-1
-#snd_io_threads=2
-
-# HTTP Listener thread pool parameters
-#lst_t_core=20
-#lst_t_max=100
-#lst_alive_sec=5
-#lst_qlen=-1
-#lst_io_threads=2

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/passthru-http.properties
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/passthru-http.properties b/products/stratos2/stratos_controller/1.0.1/conf/passthru-http.properties
deleted file mode 100644
index 918bc87..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/passthru-http.properties
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-#  Copyright (c) 2005-2010, WSO2 Inc. (http://wso2.com) All Rights Reserved.
-#
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
-#
-#        http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-#
-
-## This file contains the configuration parameters used by the Pass-through HTTP transport
-
-## Pass-through HTTP transport specific tuning parameters 
-#worker_pool_size_core=40
-#worker_pool_size_max=200
-#worker_thread_keepalive_sec=60
-#worker_pool_queue_length=-1
-#io_threads_per_reactor=2
-#io_buffer_size=8192
-#http.max.connection.per.host.port=32767
-
-## Other parameters
-#http.user.agent.preserve=false
-#http.server.preserve=true
-#http.connection.disable.keepalive=false

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/rule-component.conf
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/rule-component.conf b/products/stratos2/stratos_controller/1.0.1/conf/rule-component.conf
deleted file mode 100644
index 1bd6c09..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/rule-component.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-<RuleServer>
-    <RuleEngineProvider class="org.wso2.carbon.rule.engine.jsr94.JSR94BackendRuntimeFactory"/>
-</RuleServer>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/conf/samples-desc.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/conf/samples-desc.xml b/products/stratos2/stratos_controller/1.0.1/conf/samples-desc.xml
deleted file mode 100755
index 6f2ec4c..0000000
--- a/products/stratos2/stratos_controller/1.0.1/conf/samples-desc.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. licenses this file to you under the Apache License,
- ~ Version 2.0 (the "License"); you may not use this file except
- ~ in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~    http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied.  See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
- -->
-<samples xmlns="http://wso2.com/stratos/samples">
-    <sample name="Shopping Cart">
-        <cloudServices>
-            <cloudService name="Application Server"/>
-            <!--cloudService name="WSO2 Stratos Governance"/>
-            <cloudService name="WSO2 Stratos Application Server"/>
-            <cloudService name="WSO2 Stratos Gadget Server"/>
-            <cloudService name="WSO2 Stratos Mashup Server"/>
-            <cloudService name="WSO2 Stratos Enterprise Service Bus"/>
-            <cloudService name="WSO2 Stratos Data Services Server"/>
-            <cloudService name="WSO2 Stratos Business Process Server"/-->
-        </cloudServices>
-	<fileName>GlobalShoppingCartSample-${shoppingcart.global.version}</fileName>
-    </sample>
-</samples>