Updated Branches: refs/heads/3.0.0-incubating 2df0fcdce -> d58ce96ae
fixing license verification failuers Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/d58ce96a Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/d58ce96a Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/d58ce96a Branch: refs/heads/3.0.0-incubating Commit: d58ce96ae1e5f799c704915a3bbeac2cdf21530e Parents: 2df0fcd Author: Isuru <[email protected]> Authored: Tue Sep 17 11:31:24 2013 +0530 Committer: Isuru <[email protected]> Committed: Tue Sep 17 11:31:24 2013 +0530 ---------------------------------------------------------------------- README | 88 +++++++++++++++++++ README.md | 88 ------------------- .../src/test/resources/loadbalancer.conf | 18 ++++ pom.xml | 12 +++ .../src/main/conf/cipher-tool.properties | 17 ++++ .../distribution/src/main/resources/launch.ini | 17 ++++ .../distribution/src/main/bin/version.txt | 17 ++++ products/stratos-controller/conf/README | 90 ++++++++++++++++++++ products/stratos-controller/conf/README-STRATOS | 90 -------------------- .../WebContent/META-INF/MANIFEST.MF | 17 ++++ .../src/test/resources/instrumentation.txt | 2 +- .../stratos-installer/resources/db.stratos.com | 18 ++++ tools/stratos-installer/resources/git | 18 ++++ 13 files changed, 313 insertions(+), 179 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d58ce96a/README ---------------------------------------------------------------------- diff --git a/README b/README new file mode 100644 index 0000000..5aa31d5 --- /dev/null +++ b/README @@ -0,0 +1,88 @@ +Apache Stratos +============== +Apache Stratos is a PaaS foundation that supports polyglot environments including PHP, MySQL, and +can be extended to support many more. Apache Stratos is also the foundation for multiple flavors of PaaSes, +such as Application PaaS (aPaaS), Integration PaaS (iPaaS), or Data PaaS (dPaaS). Stratos is licensed under the Apache License, +Version 2.0 + +Features +-------- +* Artifact Distribution Coordinator (ADC) +Takes complete applications and breaks it into per-instance components that are then loaded into instances. +Supports external Git and GitHub repositories. + +* Pluggable architecture support for adding new Cartridges +A Cartridge is a package of code or configuration that plugs into Apache Stratos to offer a new PaaS service. While, it is also a VM image plus configuration. +If needed, a tenant can seamlessly add his or her own Cartridges to Apache Stratos. +Single tenant and multi-tenant Cartridges supported. + +* Support for Cartridges +Support for PHP, Tomcat and MySQL Cartridges. + +* Elastic Load Balancer (ELB) with Cartridge support Load monitoring +Makes auto-scaling decisions. Receives load events from various places. +Sends requests for load up or load down to the Cloud Controller. +Accepts dynamic cluster domain registrations. +Accepts static cluster domain registrations at start-up. + +* Multiple IaaS support Production support is provided for AWS EC2, while experimental support is provided for Openstack and vClouds IaaS providers. However, theoretically support can be provided for any IaaS that jclouds supports. Go to http://www.jclouds.org/ for more information on jclouds. + +* Policy based autoscaling into different IaaSes +Used to automatically spawn instances. +The current default implementation considers, the number of requests in-flight as the basis for making auto scaling decisions. +In the default algorithm the paradigm âscale up early and scale down slowlyâ is followed. + +* Cloud Controller (CC) +CC leverages jclouds' APIs and provides a generic interface to communicate with different IaaSes. + +* Topology Synchronization +The service topology is maintained in CC and shared across the Apache Stratos components both periodically and on change basis. + +* Git based deployment synchronizer +Allows users to use their own Git repository to sync artifacts with a service instance. + +* Stratos Controller UI +Used by tenants to manage subscriptions. +The Stratos Controller GUI can be used to carryout the following actions: +Register a Tenant. +View list of available Cartridges. +View list of subscribed Cartridges. +Subscribe to a Cartridge. +Unsubscribe from a Cartridge. +Connect to a data Cartridge while subscribing to a Cartridge. +View subscribed Cartridge detailed information. +View list of auto-scaling policies available. +Add domain mapping. +Remove domain mapping. +Synchronize repository. +Monitor logs of Cartridge instances in EC2. + +* Interactive CLI Tool +Used by tenants to manage subscriptions. +All the functions that can be carried out in the UI can be carried out via the CLI with the exception of tenant registering and monitoring logs of Cartridge instances. + +* Custom domain mapping support +Tenants can add their own domain for a Cartridge, using the domain mapping functionality. + +Downloads +--------- +* release notes: +* installation guide: https://cwiki.apache.org/confluence/display/STRATOS/Deployment+Guide +* maven repo: +* snapshot repo: + +Resources +--------- +* Project page: http://stratos.incubator.apache.org/ +* Documentation: https://cwiki.apache.org/confluence/display/STRATOS/Index +* Dev group: [email protected] +* Issue Tracker: https://issues.apache.org/jira/browse/stratos +* Twitter: http://twitter.com/ApacheStratos +* Facebook: https://www.facebook.com/apache.stratos + +License +------- +Copyright (C) 2009-2013 The Apache Software Foundation + +Licensed under the Apache License, Version 2.0 + http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d58ce96a/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md deleted file mode 100644 index 5aa31d5..0000000 --- a/README.md +++ /dev/null @@ -1,88 +0,0 @@ -Apache Stratos -============== -Apache Stratos is a PaaS foundation that supports polyglot environments including PHP, MySQL, and -can be extended to support many more. Apache Stratos is also the foundation for multiple flavors of PaaSes, -such as Application PaaS (aPaaS), Integration PaaS (iPaaS), or Data PaaS (dPaaS). Stratos is licensed under the Apache License, -Version 2.0 - -Features --------- -* Artifact Distribution Coordinator (ADC) -Takes complete applications and breaks it into per-instance components that are then loaded into instances. -Supports external Git and GitHub repositories. - -* Pluggable architecture support for adding new Cartridges -A Cartridge is a package of code or configuration that plugs into Apache Stratos to offer a new PaaS service. While, it is also a VM image plus configuration. -If needed, a tenant can seamlessly add his or her own Cartridges to Apache Stratos. -Single tenant and multi-tenant Cartridges supported. - -* Support for Cartridges -Support for PHP, Tomcat and MySQL Cartridges. - -* Elastic Load Balancer (ELB) with Cartridge support Load monitoring -Makes auto-scaling decisions. Receives load events from various places. -Sends requests for load up or load down to the Cloud Controller. -Accepts dynamic cluster domain registrations. -Accepts static cluster domain registrations at start-up. - -* Multiple IaaS support Production support is provided for AWS EC2, while experimental support is provided for Openstack and vClouds IaaS providers. However, theoretically support can be provided for any IaaS that jclouds supports. Go to http://www.jclouds.org/ for more information on jclouds. - -* Policy based autoscaling into different IaaSes -Used to automatically spawn instances. -The current default implementation considers, the number of requests in-flight as the basis for making auto scaling decisions. -In the default algorithm the paradigm âscale up early and scale down slowlyâ is followed. - -* Cloud Controller (CC) -CC leverages jclouds' APIs and provides a generic interface to communicate with different IaaSes. - -* Topology Synchronization -The service topology is maintained in CC and shared across the Apache Stratos components both periodically and on change basis. - -* Git based deployment synchronizer -Allows users to use their own Git repository to sync artifacts with a service instance. - -* Stratos Controller UI -Used by tenants to manage subscriptions. -The Stratos Controller GUI can be used to carryout the following actions: -Register a Tenant. -View list of available Cartridges. -View list of subscribed Cartridges. -Subscribe to a Cartridge. -Unsubscribe from a Cartridge. -Connect to a data Cartridge while subscribing to a Cartridge. -View subscribed Cartridge detailed information. -View list of auto-scaling policies available. -Add domain mapping. -Remove domain mapping. -Synchronize repository. -Monitor logs of Cartridge instances in EC2. - -* Interactive CLI Tool -Used by tenants to manage subscriptions. -All the functions that can be carried out in the UI can be carried out via the CLI with the exception of tenant registering and monitoring logs of Cartridge instances. - -* Custom domain mapping support -Tenants can add their own domain for a Cartridge, using the domain mapping functionality. - -Downloads ---------- -* release notes: -* installation guide: https://cwiki.apache.org/confluence/display/STRATOS/Deployment+Guide -* maven repo: -* snapshot repo: - -Resources ---------- -* Project page: http://stratos.incubator.apache.org/ -* Documentation: https://cwiki.apache.org/confluence/display/STRATOS/Index -* Dev group: [email protected] -* Issue Tracker: https://issues.apache.org/jira/browse/stratos -* Twitter: http://twitter.com/ApacheStratos -* Facebook: https://www.facebook.com/apache.stratos - -License -------- -Copyright (C) 2009-2013 The Apache Software Foundation - -Licensed under the Apache License, Version 2.0 - http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d58ce96a/components/org.apache.stratos.mediator.autoscale/src/test/resources/loadbalancer.conf ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.mediator.autoscale/src/test/resources/loadbalancer.conf b/components/org.apache.stratos.mediator.autoscale/src/test/resources/loadbalancer.conf index 7b2a80a..bf55f65 100644 --- a/components/org.apache.stratos.mediator.autoscale/src/test/resources/loadbalancer.conf +++ b/components/org.apache.stratos.mediator.autoscale/src/test/resources/loadbalancer.conf @@ -1,3 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF 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. + + loadbalancer { instances 1; enable_autoscaler true; http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d58ce96a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2b1980a..f88b2f7 100644 --- a/pom.xml +++ b/pom.xml @@ -122,6 +122,18 @@ <exclude>**/.project</exclude> <exclude>**/.classpath</exclude> <exclude>**/.git/**/*</exclude> + <exclude>**/edit_area/**/*</exclude> + <exclude>**/editarea/**/*</exclude> + <exclude>**/jquery/**/*</exclude> + <exclude>**/jquery*</exclude> + <exclude>**/*.iml</exclude> + <exclude>**/*.iws</exclude> + <exclude>**/*.ipr</exclude> + <exclude>**/.gitignore</exclude> + <exclude>**/payload/launch-params</exclude> + <exclude>**/*.key</exclude> + <exclude>**/instrumentation.txt</exclude> + <exclude>**/zoo.cfg</exclude> </excludes> <excludeSubProjects>false</excludeSubProjects> </configuration> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d58ce96a/products/cloud-controller/modules/distribution/src/main/conf/cipher-tool.properties ---------------------------------------------------------------------- diff --git a/products/cloud-controller/modules/distribution/src/main/conf/cipher-tool.properties b/products/cloud-controller/modules/distribution/src/main/conf/cipher-tool.properties index 557a892..14d31db 100644 --- a/products/cloud-controller/modules/distribution/src/main/conf/cipher-tool.properties +++ b/products/cloud-controller/modules/distribution/src/main/conf/cipher-tool.properties @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF 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. + # This properties file contains all the aliases to be used in carbon components. If any property need to be secured, you need to add alias name and the value. This value is described as follows. # The value goes as, the file name//xpath to the property value to be secured,true if xml elements start with capital letter. Please check existing property values below. http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d58ce96a/products/cloud-controller/modules/distribution/src/main/resources/launch.ini ---------------------------------------------------------------------- diff --git a/products/cloud-controller/modules/distribution/src/main/resources/launch.ini b/products/cloud-controller/modules/distribution/src/main/resources/launch.ini index 8cf9c14..fe1a7da 100644 --- a/products/cloud-controller/modules/distribution/src/main/resources/launch.ini +++ b/products/cloud-controller/modules/distribution/src/main/resources/launch.ini @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF 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. + # Eclipse Runtime Configuration Overrides # These properties are loaded prior to starting the framework and can also be used to override System Properties # @null is a special value used to override and clear the framework's copy of a System Property prior to starting the framework http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d58ce96a/products/stratos-cli/distribution/src/main/bin/version.txt ---------------------------------------------------------------------- diff --git a/products/stratos-cli/distribution/src/main/bin/version.txt b/products/stratos-cli/distribution/src/main/bin/version.txt index 95fac14..0d52f40 100644 --- a/products/stratos-cli/distribution/src/main/bin/version.txt +++ b/products/stratos-cli/distribution/src/main/bin/version.txt @@ -1 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF 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. + Apache Stratos CLI 3.0.0-incubating http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d58ce96a/products/stratos-controller/conf/README ---------------------------------------------------------------------- diff --git a/products/stratos-controller/conf/README b/products/stratos-controller/conf/README new file mode 100755 index 0000000..f41daf5 --- /dev/null +++ b/products/stratos-controller/conf/README @@ -0,0 +1,90 @@ +CARBON_HOME/repository/conf directory contains all the Stratos configuration files. +carbon/products/manager/conf contains all the Stratos specific configuration files, + in the source tree structure. + +1. announcement.xml + Originally added to customize the announcement using the announcement module. Not used as of now. + +2. bam.xml + The configuration for billing and metering. + +3. billing-config.xml + Defines the database and the Task for billing. Multi-tenancy billing rules (by default, uses + multitenancy-billing-rules.drl) and email for billing notifications (by default, uses + email-billing-notifications.xml) are specified here. + +4. cloud-services-desc.xml + This has the configurations for the cloud services. + Label, link, icon, description, and the other similar information for each of the services are + given here. + +5. email-admin-config.xml + Contains the body of the mail that to be sent upon the tenant configuration request by the admin + of the tenant. This includes the password reset link, for the forgotten passwords. + +6. email-billing-notifications.xml + Contains the body of the mail that to be sent as the invoice of the tenant for the period. + +7. email-new-tenant-activation.xml + 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 unactivated account. + +8. email-new-tenant-registration.xml + 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. + +9. email-password-reset.xml + 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. + +10. email-registration.xml + Contains the body of the mail to be sent for the tenant registration validation. + This mail has the registration validation link to validate the email too. + +11. email-registration-complete.xml + Contains the mail that to be sent upon successful registration and the successful validation + of the email. + +12. email-update.xml + Contains the body of 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. + +13. eula.xml + Contains the End User License Agreement for Stratos. Will be displayed during the self-registration + of the tenant. + +14. identity.xml + Security, SSO store, Personal certificate stores of the user, authentication, and the other + identity related parameters can be configured from here. + +15. metering-config-non-manager.xml + This file contains configuration related to the metering. + +16. multitenancy-billing-rules + This file defines the rules for the billing for multiple tenants. + +17. multitenancy-packages.xml + This contains the subscription types and the respective limits of parameters for each of the + packages. + +18. README-STRATOS + This file. This has the information about the stratos specific configurations files. + +19. samples-desc.xml + This has the description of the platform sample (currently included, shopping cart sample). + +20. stratos.xml + This is the configuration file for Stratos specific constants. + Feel free to add your custom parameters and constants here. + +21. tenant-reg-agent.xml + tenantRegListenerServers configuration + +22. throttling-config.xml + Configuration file for throttling. + +23. throttling-rules.drl + Defines the throttling rules. + +24. user-mgt.xml + The User Manager configuration file used for configuring user management details. http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d58ce96a/products/stratos-controller/conf/README-STRATOS ---------------------------------------------------------------------- diff --git a/products/stratos-controller/conf/README-STRATOS b/products/stratos-controller/conf/README-STRATOS deleted file mode 100755 index f41daf5..0000000 --- a/products/stratos-controller/conf/README-STRATOS +++ /dev/null @@ -1,90 +0,0 @@ -CARBON_HOME/repository/conf directory contains all the Stratos configuration files. -carbon/products/manager/conf contains all the Stratos specific configuration files, - in the source tree structure. - -1. announcement.xml - Originally added to customize the announcement using the announcement module. Not used as of now. - -2. bam.xml - The configuration for billing and metering. - -3. billing-config.xml - Defines the database and the Task for billing. Multi-tenancy billing rules (by default, uses - multitenancy-billing-rules.drl) and email for billing notifications (by default, uses - email-billing-notifications.xml) are specified here. - -4. cloud-services-desc.xml - This has the configurations for the cloud services. - Label, link, icon, description, and the other similar information for each of the services are - given here. - -5. email-admin-config.xml - Contains the body of the mail that to be sent upon the tenant configuration request by the admin - of the tenant. This includes the password reset link, for the forgotten passwords. - -6. email-billing-notifications.xml - Contains the body of the mail that to be sent as the invoice of the tenant for the period. - -7. email-new-tenant-activation.xml - 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 unactivated account. - -8. email-new-tenant-registration.xml - 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. - -9. email-password-reset.xml - 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. - -10. email-registration.xml - Contains the body of the mail to be sent for the tenant registration validation. - This mail has the registration validation link to validate the email too. - -11. email-registration-complete.xml - Contains the mail that to be sent upon successful registration and the successful validation - of the email. - -12. email-update.xml - Contains the body of 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. - -13. eula.xml - Contains the End User License Agreement for Stratos. Will be displayed during the self-registration - of the tenant. - -14. identity.xml - Security, SSO store, Personal certificate stores of the user, authentication, and the other - identity related parameters can be configured from here. - -15. metering-config-non-manager.xml - This file contains configuration related to the metering. - -16. multitenancy-billing-rules - This file defines the rules for the billing for multiple tenants. - -17. multitenancy-packages.xml - This contains the subscription types and the respective limits of parameters for each of the - packages. - -18. README-STRATOS - This file. This has the information about the stratos specific configurations files. - -19. samples-desc.xml - This has the description of the platform sample (currently included, shopping cart sample). - -20. stratos.xml - This is the configuration file for Stratos specific constants. - Feel free to add your custom parameters and constants here. - -21. tenant-reg-agent.xml - tenantRegListenerServers configuration - -22. throttling-config.xml - Configuration file for throttling. - -23. throttling-rules.drl - Defines the throttling rules. - -24. user-mgt.xml - The User Manager configuration file used for configuring user management details. http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d58ce96a/products/stratos-controller/modules/features-dashboard/WebContent/META-INF/MANIFEST.MF ---------------------------------------------------------------------- diff --git a/products/stratos-controller/modules/features-dashboard/WebContent/META-INF/MANIFEST.MF b/products/stratos-controller/modules/features-dashboard/WebContent/META-INF/MANIFEST.MF index 5e94951..9e1b0a0 100755 --- a/products/stratos-controller/modules/features-dashboard/WebContent/META-INF/MANIFEST.MF +++ b/products/stratos-controller/modules/features-dashboard/WebContent/META-INF/MANIFEST.MF @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF 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. + Manifest-Version: 1.0 Class-Path: http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d58ce96a/products/stratos-controller/modules/integration/src/test/resources/instrumentation.txt ---------------------------------------------------------------------- diff --git a/products/stratos-controller/modules/integration/src/test/resources/instrumentation.txt b/products/stratos-controller/modules/integration/src/test/resources/instrumentation.txt index 3ebd80a..a791db3 100755 --- a/products/stratos-controller/modules/integration/src/test/resources/instrumentation.txt +++ b/products/stratos-controller/modules/integration/src/test/resources/instrumentation.txt @@ -1,2 +1,2 @@ org.apache.stratos.tenant.mgt_ -org.apache.stratos.tenant.mgt.core_ \ No newline at end of file +org.apache.stratos.tenant.mgt.core_ http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d58ce96a/tools/stratos-installer/resources/db.stratos.com ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/resources/db.stratos.com b/tools/stratos-installer/resources/db.stratos.com index 3bb5e06..9e1f507 100755 --- a/tools/stratos-installer/resources/db.stratos.com +++ b/tools/stratos-installer/resources/db.stratos.com @@ -1,3 +1,21 @@ +; Licensed to the Apache Software Foundation (ASF) under one +; or more contributor license agreements. See the NOTICE file +; distributed with this work for additional information +; regarding copyright ownership. The ASF 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. + + ; $TTL 604800 $ORIGIN STRATOS_DOMAIN. http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d58ce96a/tools/stratos-installer/resources/git ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/resources/git b/tools/stratos-installer/resources/git index cd8e6b1..245ac79 100644 --- a/tools/stratos-installer/resources/git +++ b/tools/stratos-installer/resources/git @@ -1,3 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF 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. + + <VirtualHost *:80> ServerName git.STRATOS_DOMAIN
