Kubernetes workflow works fine now! :-)
There was an issue in the single-cartridge application and fixed. Please
take a pull and update data-bridge-config.xml to bind CEP thrift receiver
to 0.0.0.0:
apache-stratos-4.1.0-SNAPSHOT/repository/conf/data-bridge/data-bridge-config.xml
<thriftDataReceiver>
<hostName>0.0.0.0</hostName>
<port>7611</port>
<securePort>7711</securePort>
</thriftDataReceiver>
Thanks
On Fri, Feb 13, 2015 at 1:43 PM, Imesh Gunaratne <[email protected]> wrote:
> I just tested Kubernetes workflow with the lastest fixes in PCA and PCA
> works fine with an unprotected Git repository.
>
> Will update the status of the Kubernetes workflow soon. PHP docker image
> has been pushed to docker hub with the latest PCA (stratos/php:4.1.0-beta).
>
> Thanks
>
> On Fri, Feb 13, 2015 at 11:50 AM, Imesh Gunaratne <[email protected]>
> wrote:
>
>> Thanks for the pull request Chamila, now git clone works properly with
>> GitPython (without user authentication). I have now updated the PHP docker
>> image with this and pushing it to docker hub.
>>
>> In addition to this I fixed few issues in PCA live test:
>> - Terminating processes at the end of the test
>> - Stoping server sockets used for simulating CEP and server
>> - Asserting instance activated event
>> - Cleaning temp folder created for running PCA
>>
>> We will try to fix issue with cloning private repos soon.
>>
>> Thanks
>>
>> On Fri, Feb 13, 2015 at 10:13 AM, Chamila De Alwis <[email protected]>
>> wrote:
>>
>>> Hi Imesh,
>>>
>>> On Fri, Feb 13, 2015 at 10:09 AM, Imesh Gunaratne <[email protected]>
>>> wrote:
>>>
>>>> According to the error, seems like the checkout path parameter is not
>>>> String:
>>>>
>>>
>>> Yes, this seems to be the case, however, when the type of the parameters
>>> that were sent to GitPython was printed, all of them were of `str` type.
>>> I've tried converting the strings to utf-8 encoding, with no better result.
>>> The only issue here might be the encoding of the decrypted password that is
>>> included in the credentialled url.
>>>
>>>
>>> Regards,
>>> Chamila de Alwis
>>> Software Engineer | WSO2 | +94772207163
>>> Blog: code.chamiladealwis.com
>>>
>>>
>>>
>>
>>
>> --
>> Imesh Gunaratne
>>
>> Technical Lead, WSO2
>> Committer & PMC Member, Apache Stratos
>>
>
>
>
> --
> Imesh Gunaratne
>
> Technical Lead, WSO2
> Committer & PMC Member, Apache Stratos
>
--
Imesh Gunaratne
Technical Lead, WSO2
Committer & PMC Member, Apache Stratos