Question regarding DB schema files for oVirt

This is a multi-part message in MIME format. --------------020105070100040303000901 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, is there a simple way to publish static pages automatically generated using oVirt Jenkins server to oVirt.org site? This is probably very similar to this: http://resources.ovirt.org/releases/ Let's say: http://resources.ovirt.org/reports/ or http://resources.ovirt.org/models/ ... and who can help with this issue, if managers would agree? We would like to publish something like this report: http://schemaspy.sourceforge.net/sample/ (but for Engine and DWH) Thank you. Libor Spevak Senior Software Engineer --------------020105070100040303000901 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> <pre>Hi, is there a simple way to publish static pages automatically generated using oVirt Jenkins server to oVirt.org site? This is probably very similar to this: <a class="moz-txt-link-freetext" href="http://resources.ovirt.org/releases/">http://resources.ovirt.org/releases/</a> Let's say: <a class="moz-txt-link-freetext" href="http://resources.ovirt.org/reports/">http://resources.ovirt.org/reports/</a> or <a class="moz-txt-link-freetext" href="http://resources.ovirt.org/models/">http://resources.ovirt.org/models/</a> ... and who can help with this issue, if managers would agree? We would like to publish something like this report: <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><a href="http://schemaspy.sourceforge.net/sample/">http://schemaspy.sourceforge.net/sample/</a> (but for Engine and DWH) Thank you. Libor Spevak Senior Software Engineer </pre> </body> </html> --------------020105070100040303000901--

This is a multi-part message in MIME format. --------------050008090304090906020207 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, for the report generation I need several components to be available on Jenkins slaves, e.g. running instance of PostgreSQL. Is it common to install all slaves automatically using e.g. Puppet with all components and service running or just install all "by hand" on dedicated slave or the job should install and clean all dependencies (and how to safely potentially share db with other jobs?) ? Thanks. Regards, Libor On 16.1.2013 15:14, Libor Spevak wrote:
Hi,
is there a simple way to publish static pages automatically generated using oVirt Jenkins server to oVirt.org site?
This is probably very similar to this: http://resources.ovirt.org/releases/
Let's say: http://resources.ovirt.org/reports/ or http://resources.ovirt.org/models/ ...
and who can help with this issue, if managers would agree?
We would like to publish something like this report: http://schemaspy.sourceforge.net/sample/ (but for Engine and DWH)
Thank you.
Libor Spevak Senior Software Engineer
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
--------------050008090304090906020207 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> <div class="moz-cite-prefix">Hi,<br> <br> for the report generation I need several components to be available on Jenkins slaves, e.g. running instance of PostgreSQL.<br> <br> Is it common to install all slaves automatically using e.g. Puppet with all components and service running<br> or just install all "by hand" on dedicated slave<br> or the job should install and clean all dependencies<br> (and how to safely potentially share db with other jobs?)<br> ?<br> <br> Thanks.<br> <br> Regards,<br> Libor<br> <br> <br> <br> <br> On 16.1.2013 15:14, Libor Spevak wrote:<br> </div> <blockquote cite="mid:50F6B5B5.5020009@redhat.com" type="cite"> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <pre>Hi, is there a simple way to publish static pages automatically generated using oVirt Jenkins server to oVirt.org site? This is probably very similar to this: <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://resources.ovirt.org/releases/">http://resources.ovirt.org/releases/</a> Let's say: <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://resources.ovirt.org/reports/">http://resources.ovirt.org/reports/</a> or <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://resources.ovirt.org/models/">http://resources.ovirt.org/models/</a> ... and who can help with this issue, if managers would agree? We would like to publish something like this report: <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><a moz-do-not-send="true" href="http://schemaspy.sourceforge.net/sample/">http://schemaspy.sourceforge.net/sample/</a> (but for Engine and DWH) Thank you. Libor Spevak Senior Software Engineer </pre> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">_______________________________________________ Infra mailing list <a class="moz-txt-link-abbreviated" href="mailto:Infra@ovirt.org">Infra@ovirt.org</a> <a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/infra">http://lists.ovirt.org/mailman/listinfo/infra</a> </pre> </blockquote> <br> </body> </html> --------------050008090304090906020207--

----- Original Message -----
From: "Libor Spevak" <lspevak@redhat.com> To: infra@ovirt.org Sent: Tuesday, February 12, 2013 10:41:56 PM Subject: Re: Question regarding DB schema files for oVirt
Hi,
for the report generation I need several components to be available on Jenkins slaves, e.g. running instance of PostgreSQL.
already installed on all jenkins slaves.
Is it common to install all slaves automatically using e.g. Puppet
we're in the process of installing an ovirt puppet server, not yet deployed. for now postgres is installed manually and service is running.
with all components and service running or just install all "by hand" on dedicated slave or the job should install and clean all dependencies (and how to safely potentially share db with other jobs?)
we're running the job with a unique db name (e.g $JOB_NAME-$BUILD_ID, and deleting it at the end),
?
Thanks.
Regards, Libor
On 16.1.2013 15:14, Libor Spevak wrote:
Hi,
is there a simple way to publish static pages automatically generated using oVirt Jenkins server to oVirt.org site?
This is probably very similar to this: http://resources.ovirt.org/releases/ Let's say: http://resources.ovirt.org/reports/ or http://resources.ovirt.org/models/ ...
and who can help with this issue, if managers would agree?
We would like to publish something like this report: http://schemaspy.sourceforge.net/sample/ (but for Engine and DWH)
Thank you.
Libor Spevak Senior Software Engineer
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
participants (2)
-
Eyal Edri
-
Libor Spevak