Running Jira into Cloudfoundry


Gwenn Etourneau
 

Hi everyone,

I wonder if someone succeed or tried to run Jira into cloudfoundry (ERS).

It's not that difficult with bosh but for Cloudfoundry the difficult part
is to configure the DB.

Thanks


Josh Long <starbuxman@...>
 

how does the DB get configured? Why is it difficult?
Thanks,
Josh Long
Spring Developer Advocate
SpringSource
www.joshlong.com || @starbuxman

On Thu, Jul 23, 2015 at 2:45 AM, Gwenn Etourneau <getourneau(a)pivotal.io> wrote:
Hi everyone,

I wonder if someone succeed or tried to run Jira into cloudfoundry (ERS).

It's not that difficult with bosh but for Cloudfoundry the difficult part is
to configure the DB.

Thanks

_______________________________________________
cf-dev mailing list
cf-dev(a)lists.cloudfoundry.org
https://lists.cloudfoundry.org/mailman/listinfo/cf-dev


Gwenn Etourneau
 

DB is setup by a config file, no enviroment variable or other.
I was thinking about adding a new component to the buildpack (fork..) to
setup this file ..

On Thu, Jul 23, 2015 at 6:10 PM, Josh Long <starbuxman(a)gmail.com> wrote:

how does the DB get configured? Why is it difficult?
Thanks,
Josh Long
Spring Developer Advocate
SpringSource
www.joshlong.com || @starbuxman


On Thu, Jul 23, 2015 at 2:45 AM, Gwenn Etourneau <getourneau(a)pivotal.io>
wrote:
Hi everyone,

I wonder if someone succeed or tried to run Jira into cloudfoundry (ERS).

It's not that difficult with bosh but for Cloudfoundry the difficult
part is
to configure the DB.

Thanks

_______________________________________________
cf-dev mailing list
cf-dev(a)lists.cloudfoundry.org
https://lists.cloudfoundry.org/mailman/listinfo/cf-dev
_______________________________________________
cf-dev mailing list
cf-dev(a)lists.cloudfoundry.org
https://lists.cloudfoundry.org/mailman/listinfo/cf-dev


john mcteague <john.mcteague@...>
 

Out of curiosity how do you plan on solving the storage problem for
attachments, assuming you get the DB working.

John.

On 23 Jul 2015 10:12, "Gwenn Etourneau" <getourneau(a)pivotal.io> wrote:

DB is setup by a config file, no enviroment variable or other.
I was thinking about adding a new component to the buildpack (fork..) to
setup this file ..

On Thu, Jul 23, 2015 at 6:10 PM, Josh Long <starbuxman(a)gmail.com> wrote:

how does the DB get configured? Why is it difficult?
Thanks,
Josh Long
Spring Developer Advocate
SpringSource
www.joshlong.com || @starbuxman


On Thu, Jul 23, 2015 at 2:45 AM, Gwenn Etourneau <getourneau(a)pivotal.io>
wrote:
Hi everyone,

I wonder if someone succeed or tried to run Jira into cloudfoundry
(ERS).

It's not that difficult with bosh but for Cloudfoundry the difficult
part is
to configure the DB.

Thanks

_______________________________________________
cf-dev mailing list
cf-dev(a)lists.cloudfoundry.org
https://lists.cloudfoundry.org/mailman/listinfo/cf-dev
_______________________________________________
cf-dev mailing list
cf-dev(a)lists.cloudfoundry.org
https://lists.cloudfoundry.org/mailman/listinfo/cf-dev

_______________________________________________
cf-dev mailing list
cf-dev(a)lists.cloudfoundry.org
https://lists.cloudfoundry.org/mailman/listinfo/cf-dev


Gwenn Etourneau
 

Not sure yet .. I am still thinking about that ..
But anyway if ERS is too hard I will use the bosh way :)

On Thu, Jul 23, 2015 at 6:24 PM, john mcteague <john.mcteague(a)gmail.com>
wrote:

Out of curiosity how do you plan on solving the storage problem for
attachments, assuming you get the DB working.

John.
On 23 Jul 2015 10:12, "Gwenn Etourneau" <getourneau(a)pivotal.io> wrote:

DB is setup by a config file, no enviroment variable or other.
I was thinking about adding a new component to the buildpack (fork..) to
setup this file ..

On Thu, Jul 23, 2015 at 6:10 PM, Josh Long <starbuxman(a)gmail.com> wrote:

how does the DB get configured? Why is it difficult?
Thanks,
Josh Long
Spring Developer Advocate
SpringSource
www.joshlong.com || @starbuxman


On Thu, Jul 23, 2015 at 2:45 AM, Gwenn Etourneau <getourneau(a)pivotal.io>
wrote:
Hi everyone,

I wonder if someone succeed or tried to run Jira into cloudfoundry
(ERS).

It's not that difficult with bosh but for Cloudfoundry the difficult
part is
to configure the DB.

Thanks

_______________________________________________
cf-dev mailing list
cf-dev(a)lists.cloudfoundry.org
https://lists.cloudfoundry.org/mailman/listinfo/cf-dev
_______________________________________________
cf-dev mailing list
cf-dev(a)lists.cloudfoundry.org
https://lists.cloudfoundry.org/mailman/listinfo/cf-dev

_______________________________________________
cf-dev mailing list
cf-dev(a)lists.cloudfoundry.org
https://lists.cloudfoundry.org/mailman/listinfo/cf-dev

_______________________________________________
cf-dev mailing list
cf-dev(a)lists.cloudfoundry.org
https://lists.cloudfoundry.org/mailman/listinfo/cf-dev


Marco Voelz
 

Dear Gwenn,

I guess Jira is a typical example of an application not really fit for a platform like CF, given the way of configuring the DB and that it stores attachments on the local filesystem. However, at the same time it would make an interesting example case, as many people ask about it. Please let us know how it works out for you! :)

Warm regards
Marco

Date: Fri, 24 Jul 2015 01:24:28 +0900
From: Gwenn Etourneau <getourneau(a)pivotal.io>
To: "Discussions about Cloud Foundry projects and the system overall."
<cf-dev(a)lists.cloudfoundry.org>
Subject: Re: [cf-dev] Running Jira into Cloudfoundry
Message-ID:
<CAPJeHf=gUX7FjpGZ92_U+kOjVL=7PUo+ztg0RX_KCJSFxo79kg(a)mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Not sure yet .. I am still thinking about that ..
But anyway if ERS is too hard I will use the bosh way :)

On Thu, Jul 23, 2015 at 6:24 PM, john mcteague <john.mcteague(a)gmail.com>
wrote:

Out of curiosity how do you plan on solving the storage problem for
attachments, assuming you get the DB working.

John.