Github user chamilad commented on a diff in the pull request:
https://github.com/apache/stratos/pull/414#discussion_r35942295
--- Diff:
components/org.apache.stratos.python.cli/src/main/python/cli/Utils.py ---
@@ -0,0 +1,69 @@
+from __future__ import print_function
+import
Github user chamilad commented on a diff in the pull request:
https://github.com/apache/stratos/pull/414#discussion_r35941807
--- Diff:
components/org.apache.stratos.python.cli/src/main/python/cli/Stratos.py ---
@@ -0,0 +1,113 @@
+import requests
+import Configs
+from
Github user chamilad commented on a diff in the pull request:
https://github.com/apache/stratos/pull/414#discussion_r35941736
--- Diff:
components/org.apache.stratos.python.cli/src/main/python/cli/CLI.py ---
@@ -0,0 +1,190 @@
+from cmd2 import *
+from Utils import
Github user chamilad commented on a diff in the pull request:
https://github.com/apache/stratos/pull/414#discussion_r35941633
--- Diff:
components/org.apache.stratos.python.cli/src/main/python/cli/Main.py ---
@@ -0,0 +1,38 @@
+import sys
--- End diff --
License
Github user chamilad commented on a diff in the pull request:
https://github.com/apache/stratos/pull/414#discussion_r35941444
--- Diff:
components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py ---
@@ -0,0 +1,14 @@
+import os
+
+stratos_prompt = "st
Github user chamilad commented on a diff in the pull request:
https://github.com/apache/stratos/pull/414#discussion_r35941086
--- Diff:
components/org.apache.stratos.python.cli/src/main/python/cli/CLI.py ---
@@ -0,0 +1,190 @@
+from cmd2 import *
+from Utils import
Github user chamilad commented on a diff in the pull request:
https://github.com/apache/stratos/pull/414#discussion_r35940678
--- Diff:
components/org.apache.stratos.python.cli/src/main/python/cli/CLI.py ---
@@ -0,0 +1,190 @@
+from cmd2 import *
+from Utils import
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/257
[STRATOS-1180] - Extension execution in addition to plugins
In this fix, the bash extensions are allowed to execute being mapped to the
events they are related by the extension name.
ex
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/248
PCA - Fixed InstanceCleanupClusterEvent event serialization issue
[STRATOS-1222]
This fixes the serialization issue in the PCA InstanceCleanupClusterEvent,
where an incorrect key was used to
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/247
PCA - Plugin guide README updated
A guide to understanding and creating PCA pluggins.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/246
PCA - Metadata service client with sample - Tomcat SAML SSO with WSO2 IS as
identity provider
This includes the metadata service client for Python cartridge agent. A
sample plugin set and
Github user chamilad commented on a diff in the pull request:
https://github.com/apache/stratos/pull/236#discussion_r25454950
--- Diff:
components/org.apache.stratos.python.cartridge.agent/src/test/java/org/apache/stratos/python.cartridge.agent/test/PythonCartridgeAgentTest.java
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/244
PCA - Check ports activity when publishing instance activated event.
In this fix I've moved the ports activation check to InstanceActivatedEvent
publishing. Whenever InstanceActivatedEvent
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/241
JCA - enabled skipTests for JCA pom
This enables the build to continue for JCA when the integration test fails.
You can merge this pull request into a Git repository by running:
$ git pull
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/239
[STRATOS-1205] - Make Java Cartridge Agent functional
An integration test, similar to the one done for the Python Cartridge Agent
is introduced for the Java Cartridge Agent. Payload parameters
Github user chamilad commented on the pull request:
https://github.com/apache/stratos/pull/236#issuecomment-75234534
Thanks @imesh !
---
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
Github user chamilad closed the pull request at:
https://github.com/apache/stratos/pull/233
---
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
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/236
PCA - Fixed PCA integration test to be parameterized on artifact updated
event objects
This fix enables to test the authenticated git clone on PCA and also fixes
minor issues in test structure
Github user chamilad commented on the pull request:
https://github.com/apache/stratos/pull/233#issuecomment-75126487
Solved merge conflicts and re opened PR236.
---
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
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/234
[STRATOS-1180] - Yapsy based plugin architecture for PCA
A basic plugin system where /plugins folder can be used to drop
plugins to be picked up by the PCA. For this I've used Yapsy[1] p
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/233
PCA - Fixed PCA integration test to be parameterized on artifact updated
event objects
This fix enables to test the authenticated git clone on PCA and also fixes
minor issues in test structure
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/225
PCA - Fixes in Agent Git Handler password decryption and clone
This fixes the authenticated git repository operations in PCA
You can merge this pull request into a Git repository by running
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/224
Used GitPython to clone, pull from and push to remote git repository
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chamilad/stratos
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/223
PCA - Fixes in Agent Git Handler
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chamilad/stratos evnt-handler-imp
Alternatively you can
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/222
Event handler improvements and extension execution omission in PCA
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chamilad/stratos evnt
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/217
[STRATOS-1164] - PCA - Git related logic refactored to drop ambiguous
library usage and enable authentication for git operations
The following changes are included in this PR.
1. PCA can now
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/206
[STRATOS-1174] - Fix and cleanup broken code on defaultextensionhandler.py
In this fix, I've resolved undeclared variables, unused variables and
unnecessary exception handling. Additiona
Github user chamilad commented on the pull request:
https://github.com/apache/stratos/pull/204#issuecomment-72899915
@imesh I've fixed the error where the status of the Member object in the
topology is not being properly serialized. member.status is now set to the
latest o
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/204
[STRATOS-1166] - Python Cartridge Agent doesn't detect member initialized
status
The Member class is updated with to reflect the changes on the messaging
model.
You can merge this pull re
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/201
Fixing minor typo in the Single Cartridge OpenStack sample application
deployment
This fixes the NPE thrown when running the Single Cartridge OpenStack
sample.
You can merge this pull request
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/195
Cartridge Agent - Fixed missing env_params variable in member activated
event on defaultextensionhandler
Fixes the following error on Cartridge Agent when executing
MemberActivatedEvent
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/193
Fixed merge conflicts on BasicPayloadData
This PR includes a commit that caused a merge conflict on PR #181 and
therefore was dropped.
You can merge this pull request into a Git repository by
Github user chamilad commented on a diff in the pull request:
https://github.com/apache/stratos/pull/192#discussion_r23680853
--- Diff: products/stratos/conf/data-bridge/thrift-client-config.xml ---
@@ -0,0 +1,23 @@
+
+
+
+
+test User
--- End diff
Github user chamilad closed the pull request at:
https://github.com/apache/stratos/pull/181
---
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
Github user chamilad commented on the pull request:
https://github.com/apache/stratos/pull/181#issuecomment-71448368
@imesh It seems the last commit (d2e4e8e6fb362becdb38bbe6d04c84353cc43361)
has not being merged. Could you merge that one too? Thanks!
---
If your project is set up
Github user chamilad commented on a diff in the pull request:
https://github.com/apache/stratos/pull/181#discussion_r23279973
--- Diff:
components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/payload/BasicPayloadData.java
---
@@ -85,8
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/181
[STRATOS-1088] - Application Path is set null
Application path is included in the basic payload only on non null values.
Otherwise it's excluded. This prevents null values overriding the v
Github user chamilad commented on a diff in the pull request:
https://github.com/apache/stratos/pull/180#discussion_r23274531
--- Diff:
components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/payload/BasicPayloadData.java
---
@@ -85,8
Github user chamilad closed the pull request at:
https://github.com/apache/stratos/pull/180
---
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
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/180
[STRATOS-1088] - Application Path is set null
Application path was removed from the basic payload and is included in the
Puppet module/Cartridge definition.
You can merge this pull request into
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/179
Fixed logging.ini puppet template for cartridge agent to include
/mnt/{agent}/agent.log file
The puppet module for cartridge agent included faulty logging.ini[.erb]
file which excluded the
Github user chamilad commented on the pull request:
https://github.com/apache/stratos/pull/160#issuecomment-70451714
Already merged. Closing.
---
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
Github user chamilad closed the pull request at:
https://github.com/apache/stratos/pull/160
---
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
Github user chamilad closed the pull request at:
https://github.com/apache/stratos/pull/106
---
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
Github user chamilad commented on the pull request:
https://github.com/apache/stratos/pull/106#issuecomment-70451473
@imesh This is already merged. Closing.
---
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
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/160
Multiple private and public member IPs - Cartridge agent changes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chamilad/stratos master
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/120
[STRATOS-923] - fixed
Faulty members are not directly terminated, they are added to obsolete list
and let Drools rules issue terminate calls. Furthermore, their status is
changed to
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/117
path modifications for python agent's configurations
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chamilad/stratos docker-chang
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/115
[STRATOS-940] - Python Agent does not publish health stats upon a restart
in Stratos
Raise ThriftReceiverOfflineException when exception occurs while publishing
event. Healthstats catch
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/113
Python agent updates to reflect recent changes to Java agent, update to
puppet python agent module
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/111
Puppet: Moved apt-get update to stratos_base module
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chamilad/stratos master
Alternatively
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/107
Puppet: Removed java dependencies, Updated python agent templates
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chamilad/stratos master
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/106
Python cartridge agent component
Wrote the maven-antrun-plugin execution to zip the
cartridgeagent/cartridgeagent/* contents
Renamed python_cartridgeagent to cartridgeagent
You can
Github user chamilad closed the pull request at:
https://github.com/apache/stratos/pull/105
---
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
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/105
MB ip and MB port derived from mb_url from the base.pp in python agent
puppet module
MB ip and MB port derived from mb_url from the base.pp in python agent
puppet module
Updated
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/104
Added python cartridge agent specifics to the python agent puppet module
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chamilad/stratos
Github user chamilad commented on the pull request:
https://github.com/apache/stratos/pull/93#issuecomment-60042465
@imesh
Thanks for the suggestion. This is possible to do since ActiveMQ has its
pid stored in a pid file inside the data directory. We can store that and the
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/95
Python Cartridge Agent - Health Stats Publishing Fixes
Health stats from the cartridge are now published to the CEP
Additional minor fixes to the Python cartridge agent
You can merge this pull
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/94
removed jps which displayed java processes in clean.sh
Removed the jps command which might not be detected when running the
script. No functional change since jps was used to just display the Java
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/93
Clean script kills all Java processes.
This fix allows the clean script to filter the java processes by Carbon
start string and ActiveMQ string
You can merge this pull request into a Git
Github user chamilad closed the pull request at:
https://github.com/apache/stratos/pull/90
---
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
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/90
Fixed issues on docker testing
Two more lines of code that had similar issues as the last commit fixed
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/89
Fixed issue in Python agent in a Kubernetes + Docker setup
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chamilad/stratos master
Github user chamilad commented on the pull request:
https://github.com/apache/stratos/pull/88#issuecomment-58759678
Checked and closed.
---
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
Github user chamilad closed the pull request at:
https://github.com/apache/stratos/pull/88
---
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
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/88
Python implementation of the Cartridge Agent
Implemented the cartridge agent in Python
1) Subscribing and publishing to topics on the message broker
2) Extension handling on events
Github user chamilad commented on the pull request:
https://github.com/apache/stratos/pull/85#issuecomment-58621287
Resubmit to container-autoscaling
---
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
Github user chamilad closed the pull request at:
https://github.com/apache/stratos/pull/85
---
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
Github user chamilad commented on the pull request:
https://github.com/apache/stratos/pull/85#issuecomment-58498544
@imesh Updated! Sorry I couldn't do this in the first run. Let me know if
any additional data should be included.
---
If your project is set up for it, you can
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/85
Python implementation of the Cartridge Agent
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chamilad/stratos master
Alternatively you can
Github user chamilad closed the pull request at:
https://github.com/apache/stratos/pull/49
---
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
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/49
Fixed hard coded strings in stratos-installer setup.sh script
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chamilad/stratos hardcoded
GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/48
Removed mistakenly added Tenant event listeners
Removed mistakenly added Tenant event listeners
Removed unused extension util methods
Removed unused methods and imports in CartridgeAgent
Github user chamilad commented on the pull request:
https://github.com/apache/stratos/pull/15#issuecomment-52450374
The hash of the commit is f8e13a2. I will also attach a patch file.
---
If your project is set up for it, you can reply to this email and have your
reply appear on
74 matches
Mail list logo