Return-Path: X-Original-To: apmail-stratos-dev-archive@minotaur.apache.org Delivered-To: apmail-stratos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DA2510C44 for ; Sat, 28 Dec 2013 02:56:31 +0000 (UTC) Received: (qmail 51897 invoked by uid 500); 28 Dec 2013 02:56:31 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 51862 invoked by uid 500); 28 Dec 2013 02:56:31 -0000 Mailing-List: contact dev-help@stratos.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stratos.incubator.apache.org Delivered-To: mailing list dev@stratos.incubator.apache.org Received: (qmail 51854 invoked by uid 99); 28 Dec 2013 02:56:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Dec 2013 02:56:31 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_FILL_THIS_FORM_SHORT,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of manulac@wso2.com designates 209.85.212.46 as permitted sender) Received: from [209.85.212.46] (HELO mail-vb0-f46.google.com) (209.85.212.46) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Dec 2013 02:56:25 +0000 Received: by mail-vb0-f46.google.com with SMTP id w20so4894317vbb.5 for ; Fri, 27 Dec 2013 18:56:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wso2.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=B+AHHcQq3VbORu/Te3udyMHW+prHHFYphIW+htp/iHw=; b=Z0DAe5Sn3IHq2+AKSQtSVlbWERRup8zG3oFvdI31dQx413gdnoxgargHM6cE9eMuDi If4rhYIrksK2I9toCSZpjJ9R5PktnzV6mqlJt4VQbi2uimO6FuzZXsF3UjjbvSW+K3NS mvPVvvcOjJPO6bqzc2qhC5AfG6TJL7yuXXVtU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=B+AHHcQq3VbORu/Te3udyMHW+prHHFYphIW+htp/iHw=; b=i1bifcK3T2MA9IDn+1CHxCeYZDwt0/5Hsyp32lXA7ONZDbNH7Rso3E0twgCcTC0PAv ziBCzls/56N8+NyMjs2hO3XvwnDVoOy60K4xdr4swPdvCMp4Ek3fbgbiTO+Wq3pnWowf rJdxTe9bhlIkiTGBSwUs/H7FiM68tO/+jajWCBftpjp0Tyt1/h6Xy5oYy6zbbiLF9KlX I9KXTlIEJEiXfQ3iWj2bYutie1mFA+ArQ67s6vEHtL9zEpyg3mhMVIAiLzMfRpH+AqM3 XV6Gwiv7SKBeG9W6vzVYJI59sUcS1aotGKDzVw0Ty2dnpsZ4ze8nvN+DI3oY35lld2kT riXQ== X-Gm-Message-State: ALoCoQk/+2PvMb/amLYw5qOGVQWVnxDZrO+ePXhI58QS0866yZ4XQJFyHjNrTVuOqjY8ujdTA/XY MIME-Version: 1.0 X-Received: by 10.58.254.200 with SMTP id ak8mr28689087ved.12.1388199363455; Fri, 27 Dec 2013 18:56:03 -0800 (PST) Received: by 10.58.136.138 with HTTP; Fri, 27 Dec 2013 18:56:03 -0800 (PST) In-Reply-To: References: Date: Sat, 28 Dec 2013 08:26:03 +0530 Message-ID: Subject: Re: Stratos 4 GUI / CLI status From: Manula Chathurika Thantriwatte To: "dev@stratos.incubator.apache.org" Content-Type: multipart/alternative; boundary=047d7beb99f2efc22304ee8f5945 X-Virus-Checked: Checked by ClamAV on apache.org --047d7beb99f2efc22304ee8f5945 Content-Type: text/plain; charset=ISO-8859-1 Hi Chris, You can use CLI and test Stratos 4 using CLI. In the new architecture CLI works with RESTful services. I have already push the changes to git. You can use CLI as following. First you have to export the STRTOS_URL. export STRATOS_URL= After that you can login as super tenant. ./stratos.sh -u admin -p admin Super tenant can do following operations. 1) Add tenant create-tenant-u admin -f manula -l thantriwatte -p admin123 -d manula.org-e manula@apache.org 2) Cartridge deployment deploy-cartridge-p 3) Auto scaling policy deployment deploy-autoscaling-policy -p 4) Partition deployment deploy-partition -p 5) Deployment policy deployment deploy-deployment-policy -p 6) List available cartridges list-available-cartridges Tenant can do following operations 1) Subscribe to a cartridge subscribe-cartridge php -p -r -u 2) List available cartridges list-available-cartridges 3) List subscribe cartridges list-subscribe-cartridges 4) Subscribe cartridge unsubscribe-cartridge Future I'm doing improvements as well. Thoughts are warmly welcome. Thanks ! On Sat, Dec 28, 2013 at 12:58 AM, chris snow wrote: > Hi Devs, > > What is the status of the GUI and CLI for Stratos 4? > > As soon as either GUI or CLI is ready, I would like to build a demo > virtual machine for users to try Stratos 4. > > If Stratos 4 GUI/CLI won't be available for sometime, then I will look > into building a demo virtual machine based on Stratos 3. > > Many thanks, > > Chris > -- Regards, Manula Chathurika Thantriwatte Software Engineer WSO2 Inc. : http://wso2.com lean . enterprise . middleware email : manulac@wso2.com / manula@apache.org phone : +94 772492511 blog : http://manulachathurika.blogspot.com/ --047d7beb99f2efc22304ee8f5945 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Chris,

You can use CLI and test Strat= os 4 using CLI. In the new architecture CLI works with RESTful services. I = have already push the changes to git. You can use CLI as following.

First you have to export the STRTOS_URL.
export STRATOS_URL=3D<https://manula.com:9445= >

After that you can login as super tenant.
./stratos.sh -u ad= min -p admin

Super tenant can do following operations.

1) Add tenant
creat= e-tenant-u admin -f manula -l thantriwatte -p admin123 -d manula.org -e manula@apache.org

2) Cartridge deployment
deploy-cartridge-p <resource_path>
=
3) Auto scaling policy deployment
deploy-autoscaling-policy -p <r= esource_path>

4) Partition deployment
deploy-partition -p <resource_path>

5) Deploym= ent policy deployment
deploy-deployment-policy -p <resource_path><= br>
6) List available cartridges
list-available-cartridges

Tenant can do following operati= ons

1) Subscribe to a cartridge
subscribe-cartridge p= hp <alias> -p <repo password> -r <git repo url> -u <re= po user name>

2) List available cartridges
list-available-cartri= dges

3) List subscribe cartridges
list-subs= cribe-cartridges

4) Subscribe cartridge
unsubscribe-ca= rtridge<cartridge alias>

Future I'm doing improvements as well. Thoughts are warmly welcome.
=
Thanks !
=A0=A0


On Sat,= Dec 28, 2013 at 12:58 AM, chris snow <chsnow123@gmail.com> wrote:
Hi De= vs,

What is the status of the GUI and CLI for Stra= tos 4?

As soon as either GUI or CLI is ready, I would like to = build a demo virtual machine for users to try Stratos 4.

If Stratos 4 GUI/CLI won't be available for sometim= e, then I will look into building a demo virtual machine based on Stratos 3= .

Many thanks,

Chris



--
<= div dir=3D"ltr">
Regards,
Manula Chathurika Thantriwatte
Software Engineer
WSO2 Inc. : http= ://wso2.com
lean . enterprise . middleware

phone : +94 772492511
blog : = <= font color=3D"#888888">http://manulachathurika.blogspot.com/=



--047d7beb99f2efc22304ee8f5945--