Repository: stratos Updated Branches: refs/heads/4.0.0 ae58fb911 -> 0ad62e4c3
removing references to 'incubator' Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/0ad62e4c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/0ad62e4c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/0ad62e4c Branch: refs/heads/4.0.0 Commit: 0ad62e4c3c6258bb645aef81cb243e360eef32aa Parents: ae58fb9 Author: R-Rajkumar <[email protected]> Authored: Mon Jul 7 14:37:53 2014 +0530 Committer: vagrant <[email protected]> Committed: Tue Jul 8 20:31:33 2014 +0000 ---------------------------------------------------------------------- .../console/error.html | 2 +- .../src/main/resources/META-INF/product.xml | 6 +- pom.xml | 26 ++--- .../modules/distribution/README.txt | 2 +- products/stratos-cli/distribution/README.txt | 113 +++++++++++++++++++ 5 files changed, 131 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/0ad62e4c/components/org.apache.stratos.manager.console/console/error.html ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/error.html b/components/org.apache.stratos.manager.console/console/error.html index a03d00b..c4436ec 100644 --- a/components/org.apache.stratos.manager.console/console/error.html +++ b/components/org.apache.stratos.manager.console/console/error.html @@ -89,7 +89,7 @@ <p>Please report your problem by creating a JIRA at <a href="https://issues.apache.org/jira/browse/STRATOS">https://issues.apache.org/jira/browse/STRATOS</a>.</p> <p> Or drop a mail to our developer list as described in - <a href="http://stratos.incubator.apache.org/community/mailing-lists.html">http://stratos.incubator.apache.org/community/mailing-lists.html</a> + <a href="http://stratos.apache.org/community/mailing-lists.html">http://stratos.apache.org/community/mailing-lists.html</a> </p> </div> </div> http://git-wip-us.apache.org/repos/asf/stratos/blob/0ad62e4c/components/org.apache.stratos.manager.styles/src/main/resources/META-INF/product.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.styles/src/main/resources/META-INF/product.xml b/components/org.apache.stratos.manager.styles/src/main/resources/META-INF/product.xml index e2228bf..5fae283 100644 --- a/components/org.apache.stratos.manager.styles/src/main/resources/META-INF/product.xml +++ b/components/org.apache.stratos.manager.styles/src/main/resources/META-INF/product.xml @@ -18,9 +18,9 @@ --> <product xmlns="http://products.wso2.org/carbon"> <properties> - <property name="userforum">http://stratos.incubator.apache.org/community/mailing-lists.html</property> - <property name="userguide">http://stratos.incubator.apache.org/index.html</property> - <property name="mailinglist">http://stratos.incubator.apache.org/community/mailing-lists.html</property> + <property name="userforum">http://stratos.apache.org/community/mailing-lists.html</property> + <property name="userguide">http://stratos.apache.org/index.html</property> + <property name="mailinglist">http://stratos.apache.org/community/mailing-lists.html</property> <property name="issuetracker">https://issues.apache.org/jira/browse/STRATOS</property> <property name="webAdminConsoleTitle">Apache Stratos Controller</property> </properties> http://git-wip-us.apache.org/repos/asf/stratos/blob/0ad62e4c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index efcbf18..39060fd 100644 --- a/pom.xml +++ b/pom.xml @@ -31,9 +31,9 @@ <artifactId>stratos-parent</artifactId> <packaging>pom</packaging> <version>4.0.0</version> - <name>Apache Stratos (incubating) Project</name> - <description>Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework</description> - <url>http://stratos.incubator.apache.org</url> + <name>Apache Stratos</name> + <description>Apache Stratos is an open source polyglot Platform as a Service (PaaS) framework</description> + <url>http://stratos.apache.org</url> <inceptionYear>2012</inceptionYear> <licenses> @@ -57,23 +57,23 @@ <mailingLists> <mailingList> <name>Developer List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/incubator-stratos-dev/</archive> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>http://mail-archives.apache.org/mod_mbox/stratos-dev/</archive> </mailingList> <mailingList> <name>Commits List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/incubator-stratos-commits/</archive> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/stratos-commits/</archive> </mailingList> </mailingLists> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=incubator-stratos.git</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/stratos.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/stratos.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=stratos.git</url> <tag>4.0.0-rc4</tag> </scm> http://git-wip-us.apache.org/repos/asf/stratos/blob/0ad62e4c/products/load-balancer/modules/distribution/README.txt ---------------------------------------------------------------------- diff --git a/products/load-balancer/modules/distribution/README.txt b/products/load-balancer/modules/distribution/README.txt index 19bdef2..59b0977 100755 --- a/products/load-balancer/modules/distribution/README.txt +++ b/products/load-balancer/modules/distribution/README.txt @@ -99,7 +99,7 @@ or in the JIRA issue tracker. If you are sending an email to the mailing list make sure to add the [Apache Stratos] prefix to the subject. Mailing list subscription: - [email protected] + [email protected] Issue Tracker http://git-wip-us.apache.org/repos/asf/stratos/blob/0ad62e4c/products/stratos-cli/distribution/README.txt ---------------------------------------------------------------------- diff --git a/products/stratos-cli/distribution/README.txt b/products/stratos-cli/distribution/README.txt index 8013487..ec91257 100755 --- a/products/stratos-cli/distribution/README.txt +++ b/products/stratos-cli/distribution/README.txt @@ -70,3 +70,116 @@ Jira: Thank you for using Apache Stratos! The Stratos Team +======= +================================================================================ + Apache Stratos CLI v1.0.1 +================================================================================ + +Welcome to the Apache Stratos CLI release + +The command line interface (CLI) is a powerful tool that clients can use +to communicate with Stratos services. + +The tenant can use the CLI tool on two separate modes if needed, which +are namely single command line mode and interactive mode. + +If the user executes with a command as an argument, the CLI tool +will execute that command and exit with a status code. + +However, if there is no command as an argument, the CLI tool will +enter into an interactive mode. + +A user will be able to carryout all the following functions via the +CLI, with the exception of registering tenants and viewing logs. + +The CLI tool also supports command history and auto-completing features +in the interactive mode. + +Help +================================== +usage: stratos [-debug] [-h] [-p <password>] [-trace] [-u <username>] + -debug Enable debug logging + -h,--help Display this help + -p,--password <password> Password + -trace Enable trace logging + -u,--username <username> Username + + +Available Commands: +create-tenant Add new tenant +list-autoscale-policies List available autoscale policies +subscribe-cartridge Subscribe to a cartridge +exit Exit from Stratos Client Tool +list-available-cartridges List available cartridges +help Help for commands +list-available-partitions List available partitions +deploy-cartridge Add new cartridge deployment +unsubscribe-cartridge Unsubscribe from a subscribed cartridge +list-subscribe-cartridges List subscribed cartridges with details +deploy-partition Add new partition deployment +deploy-autoscaling-policy Add new autoscaling policy deployment +deploy-deployment-policy Add new deployment policy + +Installation & Running +================================== + +1. Extract the zip and go to the extracted directory + +Add execute permission to the script in Linux. +chmod +x ./stratos.sh + +2. Export the host and port of the SC as environment variables + +Linux: +export STRATOS_URL=https://stratosmanager.apache.org:9445 + +Windows: +set STRATOS_URL=https://stratosmanager.apache.org:9445 + +3. Run the stratos.sh or stratos.bat as appropriate + +4. Export the following environment variables. + +Linux: (Add to your bashrc file) +export JAVA_HOME=/opt/jdk1.6.0_24 +export PATH=$JAVA_HOME/bin:$PATH + +Windows: (Set in System Properties) +set JAVA_HOME=C:\Java\jdk1.6.0_24 +set PATH=%JAVA_HOME%\bin;%PATH% + +4. Use the tentant username and password to login + +If you wish, you can also export your username and password as environment variables. +If you export only the username, you will be prompted to enter the password. + +Linux: +export STRATOS_USERNAME=<username> +export STRATOS_PASSWORD=<password> + +Windows: +set STRATOS_USERNAME=<username> +set STRATOS_PASSWORD=<password> + + +Support +================================== + +Any problem with this release can be reported to Apache Stratos mailing list +or in the JIRA issue tracker. If you are sending an email to the mailing +list make sure to add the [Apache Stratos] prefix to the subject. + +Mailing list subscription: + [email protected] + + +Issue Tracker +================================== + +Jira: + https://issues.apache.org/jira/browse/stratos + + +Thank you for using Apache Stratos! +The Stratos Team. +
