I want to build Mongo DB server somewhere in Fedora servers as my experiment for effective Fedora packaging.
Because I want to research a correlation between the build error and how to be fixed by machine learning approach to automate RPM packaging. I do not want to pay my money for my private AWS server for that. :)
Is it possible to a server space?
For example,
A RPM package's repository has Time line: Commit A => Commit B
- Commit hash A that has a build error. - Commit hash B that the error is fixed on.
The record may be like this.
Input data: - Fedora package name - The RPM spec file content at commit hash A. - root.log and build.log at the commit hash A. Output data: - Commit hash B: How to be fixed for commit hash A's error.
Jun
On Thu, Nov 02, 2017 at 07:22:04PM +0100, Jun Aruga wrote:
I want to build Mongo DB server somewhere in Fedora servers as my experiment for effective Fedora packaging. Because I want to research a correlation between the build error and how to be fixed by machine learning approach to automate RPM packaging. I do not want to pay my money for my private AWS server for that. :) Is it possible to a server space?
Possibly. https://fedoraproject.org/wiki/Request_For_Resources
Could your database run in Fedora's OpenShift instance?
Possibly. https://fedoraproject.org/wiki/Request_For_Resources
Could your database run in Fedora's OpenShift instance?
OK, awesome. Yes, I can run the database in it. Maybe.
Jun
On Thu, Nov 2, 2017 at 7:54 PM, Matthew Miller mattdm@fedoraproject.org wrote:
On Thu, Nov 02, 2017 at 07:22:04PM +0100, Jun Aruga wrote:
I want to build Mongo DB server somewhere in Fedora servers as my experiment for effective Fedora packaging. Because I want to research a correlation between the build error and how
to
be fixed by machine learning approach to automate RPM packaging. I do not want to pay my money for my private AWS server for that. :) Is it possible to a server space?
Possibly. https://fedoraproject.org/wiki/Request_For_Resources
Could your database run in Fedora's OpenShift instance?
-- Matthew Miller mattdm@fedoraproject.org Fedora Project Leader _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists. fedoraproject.org
On 11/03/2017 03:26 AM, Jun Aruga wrote:
Possibly. https://fedoraproject.org/wiki/Request_For_Resources
Could your database run in Fedora's OpenShift instance?
OK, awesome. Yes, I can run the database in it. Maybe.
Well, we currently have 2 openshift's... one for our staging applications and one for production ones. I didn't intend either for general purpose apps/development/experiments. That said:
* Hopfully soon we will be (finally) reinstall our private cloud instance and one of the goals out of that rebuild is to provide Fedora contributors space on it for whatever Fedora related things they want to work on.
* Also perhaps soon, there's some hardware for a development openshift that the atmoic siq and osas and infra are working on. That I would also think would be a great place to work on something like this.
In the mean time, if you are ready to go now and just need a place for it, perhaps we could give you an instance on our existing cloud? Note that there will be some downtime when we migrate it later, but it should work well enough for now... If so, just file a ticket and say what OS/memory/disk you need.
Thanks!
kevin --
Jun
On Thu, Nov 2, 2017 at 7:54 PM, Matthew Miller mattdm@fedoraproject.org wrote:
On Thu, Nov 02, 2017 at 07:22:04PM +0100, Jun Aruga wrote:
I want to build Mongo DB server somewhere in Fedora servers as my experiment for effective Fedora packaging. Because I want to research a correlation between the build error and how
to
be fixed by machine learning approach to automate RPM packaging. I do not want to pay my money for my private AWS server for that. :) Is it possible to a server space?
Possibly. https://fedoraproject.org/wiki/Request_For_Resources
Could your database run in Fedora's OpenShift instance?
-- Matthew Miller mattdm@fedoraproject.org Fedora Project Leader _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists. fedoraproject.org
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
On 4 November 2017 at 13:22, Kevin Fenzi kevin@scrye.com wrote:
On 11/03/2017 03:26 AM, Jun Aruga wrote:
Possibly. https://fedoraproject.org/wiki/Request_For_Resources
Could your database run in Fedora's OpenShift instance?
OK, awesome. Yes, I can run the database in it. Maybe.
Wouldn't a mongo database work better in Open Stack versus Open Shift? People keep confusing the two when saying they want something..
Our Open Stack is out current cloud. Our current openshift as Kevin says is only meant for production usage.
Well, we currently have 2 openshift's... one for our staging applications and one for production ones. I didn't intend either for general purpose apps/development/experiments. That said:
- Hopfully soon we will be (finally) reinstall our private cloud
instance and one of the goals out of that rebuild is to provide Fedora contributors space on it for whatever Fedora related things they want to work on.
- Also perhaps soon, there's some hardware for a development openshift
that the atmoic siq and osas and infra are working on. That I would also think would be a great place to work on something like this.
In the mean time, if you are ready to go now and just need a place for it, perhaps we could give you an instance on our existing cloud? Note that there will be some downtime when we migrate it later, but it should work well enough for now... If so, just file a ticket and say what OS/memory/disk you need.
Thanks!
kevin
Jun
On Thu, Nov 2, 2017 at 7:54 PM, Matthew Miller mattdm@fedoraproject.org wrote:
On Thu, Nov 02, 2017 at 07:22:04PM +0100, Jun Aruga wrote:
I want to build Mongo DB server somewhere in Fedora servers as my experiment for effective Fedora packaging. Because I want to research a correlation between the build error and how
to
be fixed by machine learning approach to automate RPM packaging. I do not want to pay my money for my private AWS server for that. :) Is it possible to a server space?
Possibly. https://fedoraproject.org/wiki/Request_For_Resources
Could your database run in Fedora's OpenShift instance?
-- Matthew Miller mattdm@fedoraproject.org Fedora Project Leader _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists. fedoraproject.org
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
- Hopfully soon we will be (finally) reinstall our private cloud
instance and one of the goals out of that rebuild is to provide Fedora
This is awesome. This is ideal situation.
Before requesting the resource, I try my experiment on my local PC.
Jun
On Sat, Nov 4, 2017 at 7:04 PM, Stephen John Smoogen smooge@gmail.com wrote:
On 4 November 2017 at 13:22, Kevin Fenzi kevin@scrye.com wrote:
On 11/03/2017 03:26 AM, Jun Aruga wrote:
Possibly. https://fedoraproject.org/wiki/Request_For_Resources
Could your database run in Fedora's OpenShift instance?
OK, awesome. Yes, I can run the database in it. Maybe.
Wouldn't a mongo database work better in Open Stack versus Open Shift? People keep confusing the two when saying they want something..
Our Open Stack is out current cloud. Our current openshift as Kevin says is only meant for production usage.
Well, we currently have 2 openshift's... one for our staging applications and one for production ones. I didn't intend either for general purpose apps/development/experiments. That said:
- Hopfully soon we will be (finally) reinstall our private cloud
instance and one of the goals out of that rebuild is to provide Fedora contributors space on it for whatever Fedora related things they want to work on.
- Also perhaps soon, there's some hardware for a development openshift
that the atmoic siq and osas and infra are working on. That I would also think would be a great place to work on something like this.
In the mean time, if you are ready to go now and just need a place for it, perhaps we could give you an instance on our existing cloud? Note that there will be some downtime when we migrate it later, but it should work well enough for now... If so, just file a ticket and say what OS/memory/disk you need.
Thanks!
kevin
Jun
On Thu, Nov 2, 2017 at 7:54 PM, Matthew Miller <
mattdm@fedoraproject.org>
wrote:
On Thu, Nov 02, 2017 at 07:22:04PM +0100, Jun Aruga wrote:
I want to build Mongo DB server somewhere in Fedora servers as my experiment for effective Fedora packaging. Because I want to research a correlation between the build error and
how
to
be fixed by machine learning approach to automate RPM packaging. I do not want to pay my money for my private AWS server for that. :) Is it possible to a server space?
Possibly. https://fedoraproject.org/wiki/Request_For_Resources
Could your database run in Fedora's OpenShift instance?
-- Matthew Miller mattdm@fedoraproject.org Fedora Project Leader _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists. fedoraproject.org
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.
fedoraproject.org
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.
fedoraproject.org
-- Stephen J Smoogen. _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists. fedoraproject.org
infrastructure@lists.fedoraproject.org