[GitHub] stratos pull request: Fixing minor issues in artifact addition and...

2015-08-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/427 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] stratos pull request: Fixing minor issues in artifact addition and...

2015-08-11 Thread dinithis
GitHub user dinithis opened a pull request: https://github.com/apache/stratos/pull/427 Fixing minor issues in artifact addition and updation Fixing minor issues in artifact addition and updation You can merge this pull request into a Git repository by running: $ git pull https:

Re: Jenkins build became unstable: Stratos-Master-Nightly-Build #589

2015-08-11 Thread Reka Thirunavukkarasu
This seems to be an intermittent. It happened when forcefully undeploying a bursted application. I will try with few cycles locally to see whether i can reproduce this.. Thanks, Reka On Wed, Aug 12, 2015 at 10:01 AM, Reka Thirunavukkarasu wrote: > sure..will check on it.. > > On Wed, Aug 12, 20

Re: Use signed JWT token for rest api authentication

2015-08-11 Thread Anuruddha Premalal
Hi Imesh,Udara, Thanks for the input. Actually this use case was solved previously using MutualSSL authentication [1]. Here I just want to send the username and a dummy password in BasicAuth header. IMO this is a hack to achieve the task. In my usecase I am creating applications as tenant admin a

Re: Jenkins build became unstable: Stratos-Master-Nightly-Build #589

2015-08-11 Thread Reka Thirunavukkarasu
sure..will check on it.. On Wed, Aug 12, 2015 at 9:53 AM, Akila Ravihansa Perera wrote: > Looks like one of the integration tests failed [1]. This seems to be > intermittent. I did a complete build with tests before pushing my changes > last night. > > @Reka: Could have a look? > > [1] https://b

Re: Jenkins build became unstable: Stratos-Master-Nightly-Build #589

2015-08-11 Thread Akila Ravihansa Perera
Looks like one of the integration tests failed [1]. This seems to be intermittent. I did a complete build with tests before pushing my changes last night. @Reka: Could have a look? [1] https://builds.apache.org/job/Stratos-Master-Nightly-Build/589/console Thanks. On Wednesday, August 12, 2015,

Re: Use signed JWT token for rest api authentication

2015-08-11 Thread Udara Liyanage
Hi Imesh, I think we can add Oauth authentication for Stratos API. A user first obtain a token and then provide that token for subsequent API calls. AFAIR we have discussed this earlier too. On Wed, Aug 12, 2015 at 9:12 AM, Imesh Gunaratne wrote: > If another system (say A) is talking to Strato

Re: Use signed JWT token for rest api authentication

2015-08-11 Thread Imesh Gunaratne
If another system (say A) is talking to Stratos via the REST API, we might need to check how this work flow starts from A. It may either starts by prompting the user to login or as a result of a background job. If its the first case then the system A should have some form of a token or user creden

Re: Jenkins build became unstable: Stratos-Master-Nightly-Build #589

2015-08-11 Thread Imesh Gunaratne
Shall we check the reason for this please? Thanks On Wed, Aug 12, 2015 at 8:54 AM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See < > https://builds.apache.org/job/Stratos-Master-Nightly-Build/589/changes> > > -- Imesh Gunaratne Senior Technical Lead, WSO2 Committer & PMC Me

Jenkins build became unstable: Stratos-Master-Nightly-Build » Apache Stratos - Integration Tests #589

2015-08-11 Thread Apache Jenkins Server
See

Jenkins build became unstable: Stratos-Master-Nightly-Build #589

2015-08-11 Thread Apache Jenkins Server
See

[GitHub] stratos pull request: GSoC - Curve Fitting

2015-08-11 Thread lahirus
Github user lahirus commented on a diff in the pull request: https://github.com/apache/stratos/pull/382#discussion_r36823119 --- Diff: components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/health/stat/MemberCurveFinderOfLoadAverageEvent.java ---

Re: Events with timestamp = 0

2015-08-11 Thread Lahiru Sandaruwan
Hi Pranavan, So the events published from mock iaas has value zero. We have seen this problem in mock iaas events earlier as well. Even some stat values were 0. Thanks. On Tue, Aug 11, 2015 at 11:11 AM, Pranavan Theivendiram < pranavan...@cse.mrt.ac.lk> wrote: > Hi All, > > I am getting the fol

Re: [GSoC 2015] Python CLI for Stratos : Weekly Update

2015-08-11 Thread Milindu Sanoj Kumarage
Hi, I want to know which commands should output that tree-like view of JSON data. in list-deployment-policies what 'Accessibility' means? How i should retrieve it from the JSON response? +-+---+ | Id | Accessibility | +=+

Re: AWS Load Balancing Support for Stratos - Weekly Update

2015-08-11 Thread Swapnil Patil
Hi All, Last week I worked on following tasks. 1. I have completed the documentation. Please find it at [1]. Please let me know if you have any suggestions. 2. Investigated how to implement in flight request count. I have started writing code for the same. 3. Investigated how to add a REST method

Re: Events with timestamp = 0

2015-08-11 Thread Reka Thirunavukkarasu
Hi Pranavan, I believe, these are raw events coming from cartridge agent or any other publisher. Please check with the source which is publishing the events whether it has published something with Time stamp 0. Also, please check in the wso2-cep-trace.log after enabling the tracing for the relevan

Re: Adding domain mappings using REST API

2015-08-11 Thread Swapnil Patil
Okay. Thank you. I will check. Regards, Swapnil On Tue, Aug 11, 2015 at 12:25 AM, Imesh Gunaratne wrote: > Check the TopologyManager. It should have a method to get cluster objects > by providing the cluster id. > > On Mon, Aug 10, 2015 at 11:53 PM, Swapnil Patil > wrote: > >> Hi Imesh, >> >>

[GitHub] stratos pull request: Merging master with data-publisher-integrati...

2015-08-11 Thread lahirus
Github user lahirus commented on a diff in the pull request: https://github.com/apache/stratos/pull/426#discussion_r36764561 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/GroupMonitor.java --- @@ -793,13 +780,13 @@

[GitHub] stratos pull request: Merging master with data-publisher-integrati...

2015-08-11 Thread Thanu
Github user Thanu commented on the pull request: https://github.com/apache/stratos/pull/426#issuecomment-129951799 I haven't check any formatting issue. This is just to merge master branch changes to data-publisher-integration. IMO it's better to do this in master branch. --- If you

[GitHub] stratos pull request: Merging master with data-publisher-integrati...

2015-08-11 Thread lahirus
Github user lahirus commented on a diff in the pull request: https://github.com/apache/stratos/pull/426#discussion_r36763910 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/partition/ClusterLevelPartitionContext.java --- @@ -5

Events with timestamp = 0

2015-08-11 Thread Pranavan Theivendiram
Hi All, I am getting the following terminal log. I am getting $subject. What could be the possible reason? [2015-08-11 21:34:14,209] INFO {org.apache.stratos.cep.extension.CurveFitter} - Time stamp : 1439308454127 Data : 0.0 [2015-08-11 21:34:14,210] INFO {org.apache.stratos.cep.extension.Curv

[GitHub] stratos pull request: Merging master with data-publisher-integrati...

2015-08-11 Thread lahirus
Github user lahirus commented on a diff in the pull request: https://github.com/apache/stratos/pull/426#discussion_r36763683 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/partition/ClusterLevelPartitionContext.java --- @@ -5

[GitHub] stratos pull request: Merging master with data-publisher-integrati...

2015-08-11 Thread lahirus
Github user lahirus commented on a diff in the pull request: https://github.com/apache/stratos/pull/426#discussion_r36763617 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/cluster/ClusterInstanceContext.java --- @@ -40,22 +40

[GitHub] stratos pull request: Merging master with data-publisher-integrati...

2015-08-11 Thread lahirus
Github user lahirus commented on a diff in the pull request: https://github.com/apache/stratos/pull/426#discussion_r36763523 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/context/InstanceContext.java --- @@ -29,34 +29,19 @@ *

[GitHub] stratos pull request: Merging master with data-publisher-integrati...

2015-08-11 Thread lahirus
Github user lahirus commented on a diff in the pull request: https://github.com/apache/stratos/pull/426#discussion_r36763402 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/parser/DefaultApplicationParser.java --- @@ -942

[GitHub] stratos pull request: Merging master with data-publisher-integrati...

2015-08-11 Thread lahirus
Github user lahirus commented on a diff in the pull request: https://github.com/apache/stratos/pull/426#discussion_r36763342 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/parser/DefaultApplicationParser.java --- @@ -942

[GitHub] stratos pull request: Merging master with data-publisher-integrati...

2015-08-11 Thread lahirus
Github user lahirus commented on a diff in the pull request: https://github.com/apache/stratos/pull/426#discussion_r36763310 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/parser/DefaultApplicationParser.java --- @@ -455

[GitHub] stratos pull request: Merging master with data-publisher-integrati...

2015-08-11 Thread Thanu
GitHub user Thanu opened a pull request: https://github.com/apache/stratos/pull/426 Merging master with data-publisher-integration This P/R is to merge master branch changes into data-publisher-integration. You can merge this pull request into a Git repository by running: $ git

[GitHub] stratos pull request: DAS data publisher integration implementatio...

2015-08-11 Thread Thanu
Github user Thanu closed the pull request at: https://github.com/apache/stratos/pull/422 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] stratos pull request: DAS data publisher integration implementatio...

2015-08-11 Thread Thanu
Github user Thanu commented on the pull request: https://github.com/apache/stratos/pull/422#issuecomment-129856988 Ok. I'll close this and send it to data-publisher-integration branch. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] stratos pull request: Fixing issues in integration tests

2015-08-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/425 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[ANNOUNCE] Apache Stratos 4.1.1 released

2015-08-11 Thread Akila Ravihansa Perera
The Apache Stratos community is pleased to announce the availability of Apache Stratos 4.1.1. Apache Stratos is a PaaS framework that is designed to address the various challenges currently faced in the Cloud PaaS space. For developers, Stratos provides a cloud-based environment for developing, te

[jira] [Closed] (STRATOS-812) Longetivity test issue: VMs spawned and Stratos threw OutOfMemoryError

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila closed STRATOS-812. - Resolution: Duplicate > Longetivity test issue: VMs spawned and Stratos threw OutOfMemoryError >

[jira] [Updated] (STRATOS-1104) Print Stratos console URL in the terminal at startup

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila updated STRATOS-1104: --- Fix Version/s: (was: 4.1.1) FUTURE > Print Stratos console URL in the terminal at sta

[jira] [Updated] (STRATOS-229) Autoscaler component shouldn't bundle drools into the autoscaler jar but the feature

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila updated STRATOS-229: -- Fix Version/s: (was: 4.1.1) FUTURE > Autoscaler component shouldn't bundle drools into t

[jira] [Commented] (STRATOS-1489) Faulty behavior in application monitor creation logic

2015-08-11 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14681492#comment-14681492 ] Reka Thirunavukkarasu commented on STRATOS-1489: We can fix this by send

[jira] [Updated] (STRATOS-1467) Pending instances in kubernetes is not removed by stratos

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila updated STRATOS-1467: --- Fix Version/s: (was: 4.1.1) FUTURE > Pending instances in kubernetes is not removed b

[jira] [Updated] (STRATOS-1468) MemberFault should update the member in the Topology to Error/any other state rather than keeping the member as Active

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila updated STRATOS-1468: --- Fix Version/s: (was: 4.1.1) FUTURE > MemberFault should update the member in the Topo

[jira] [Updated] (STRATOS-1471) Python CA should pass topic events information when executing plugins

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila updated STRATOS-1471: --- Fix Version/s: (was: 4.1.1) FUTURE > Python CA should pass topic events information w

[jira] [Updated] (STRATOS-1472) Build the topology model in Python CA on the fly

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila updated STRATOS-1472: --- Affects Version/s: 4.1.1 Fix Version/s: (was: 4.1.1) FUTURE > Build the t

[jira] [Updated] (STRATOS-1107) @Produces @Consumes annotations are not required for DELETE

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila updated STRATOS-1107: --- Fix Version/s: (was: 4.1.1) FUTURE > @Produces @Consumes annotations are not required

[jira] [Resolved] (STRATOS-1431) Cluster won't scale down if Stratos is stopped when ready to shutdown members available

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila resolved STRATOS-1431. Resolution: Fixed > Cluster won't scale down if Stratos is stopped when ready to shutdown members > avail

[jira] [Commented] (STRATOS-1435) Upgrade carbon 4.2.0 to new kernel patches

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14681459#comment-14681459 ] Akila commented on STRATOS-1435: Currently applied kernel patches up to patch0008. Need

[jira] [Updated] (STRATOS-1435) Upgrade carbon 4.2.0 to new kernel patches

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila updated STRATOS-1435: --- Fix Version/s: (was: 4.1.1) 4.1.2 > Upgrade carbon 4.2.0 to new kernel patches > ---

[jira] [Resolved] (STRATOS-1486) Integration Test for all the artifacts

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila resolved STRATOS-1486. Resolution: Fixed > Integration Test for all the artifacts > -- > >

[jira] [Updated] (STRATOS-1476) Forceful Undeployment fails in case of user errors in deployed application

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila updated STRATOS-1476: --- Fix Version/s: (was: 4.1.1) > Forceful Undeployment fails in case of user errors in deployed application

[jira] [Commented] (STRATOS-1494) Registry browsing is broken in Carbon UI

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14681454#comment-14681454 ] Akila commented on STRATOS-1494: This is fixed by updating the registry.core.feature ver

[jira] [Resolved] (STRATOS-1494) Registry browsing is broken in Carbon UI

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila resolved STRATOS-1494. Resolution: Fixed > Registry browsing is broken in Carbon UI > >

[jira] [Closed] (STRATOS-696) STRATOS is not able to launch a vAPP template on vcloud when there are more than one network in the vApp Template

2015-08-11 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila closed STRATOS-696. - Resolution: Won't Fix Stratos is dropping vCloud support hence closing the issue > STRATOS is not able to launch

[jira] [Created] (STRATOS-1494) Registry browsing is broken in Carbon UI

2015-08-11 Thread Akila (JIRA)
Akila created STRATOS-1494: -- Summary: Registry browsing is broken in Carbon UI Key: STRATOS-1494 URL: https://issues.apache.org/jira/browse/STRATOS-1494 Project: Stratos Issue Type: Bug Co

Re: Use signed JWT token for rest api authentication

2015-08-11 Thread Udara Liyanage
Hi Anurudda, The similar scenario came up when we create Oauth token when application creation. AS needed to call IS in order to create the token. There we overcome this by using JWT authenticator which validates the username. However you can not access Sratos API using that authentication. On Tu

Re: Use signed JWT token for rest api authentication

2015-08-11 Thread Anuruddha Premalal
Hi Udara, I need to call the Stratos rest api from a wso2 server component as tenant admin. We can get the tenant username however we cannot get the password. Have you encountered this kind of use-case before?. Is there an existing way to achieve this? Thanks, Anuruddha. On Tue, Aug 11, 2015 at

[GitHub] stratos pull request: Google compute engine load balancing support...

2015-08-11 Thread asankasanjaya
Github user asankasanjaya commented on a diff in the pull request: https://github.com/apache/stratos/pull/419#discussion_r36717871 --- Diff: extensions/load-balancer/gce-extension/src/main/java/org/apache/stratos/gce/extension/util/GCEOperations.java --- @@ -0,0 +1,588 @@ +/*

Jenkins build is back to stable : Stratos-Master-Commit-Build » Apache Stratos - Integration Tests #775

2015-08-11 Thread Apache Jenkins Server
See

Jenkins build is back to stable : Stratos-Master-Commit-Build #775

2015-08-11 Thread Apache Jenkins Server
See

Re: Use signed JWT token for rest api authentication

2015-08-11 Thread Udara Liyanage
HI Anurudda, AFAIK you can not use a JWT token for REST API access. JWT tokens are used in two places, 1) For metadata API access 2) A JWT authenticator is used for Stratos- Identity server communication. Could you please explain your requirement in more detail so we can point you to extension p