Re: [Development] Network test server for Ubuntu 12.04 x64 available for Puppet - test version

2013-04-25 Thread Sébastien Fricker
For all you who have tried to install a network test server: a Puppet 
configuration for Ubuntu 12.04 x64 is now available.


It's still in my personal Gitorious branch, as it still needs testing 
before pushed through to production. Also I will flag these 12.04 
changes so that we still have the 10.04 configuration left there.


All qtbase networkselftests passed with this, but there might still be 
something I missed in the configuration.


Tomorrow I'll reinstall a server from scratch using this myself to see 
what I might have missed.


https://qt.gitorious.org/~tosaraja/qtqa/tosarajas-sysadmin-nts 
https://qt.gitorious.org/%7Etosaraja/qtqa/tosarajas-sysadmin-nts


Send any feedback straight to me J


Tony,
why not also providing a VMWare image ready to use?
Regards,
Sébastien
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Network test server for Ubuntu 12.04 x64 available for Puppet - test version

2013-04-25 Thread Diego Iastrubni
On Thu, Apr 25, 2013 at 9:29 AM, Sébastien Fricker fric...@froglogic.comwrote:

  Tony,
 why not also providing a VMWare image ready to use?
 Regards,


Do you want the cake, or the recipe? This is a FOSS community, we want the
recipe :)
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Network test server for Ubuntu 12.04 x64 available for Puppet - test version

2013-04-25 Thread Thiago Macieira
On quinta-feira, 25 de abril de 2013 11.10.56, Diego Iastrubni wrote:
 On Thu, Apr 25, 2013 at 9:29 AM, Sébastien Fricker
fric...@froglogic.comwrote:
   Tony,
 
  why not also providing a VMWare image ready to use?
  Regards,

 Do you want the cake, or the recipe? This is a FOSS community, we want the
 recipe :)

I thought the rule was I want the cake and eat it too... :-)

Anyway, a pre-built image is much bigger to download than a set of Puppet
rules.

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center


signature.asc
Description: This is a digitally signed message part.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Network test server for Ubuntu 12.04 x64 available for Puppet - test version

2013-04-25 Thread Richard Moore
On 25 April 2013 16:05, Thiago Macieira thiago.macie...@intel.com wrote:
 On quinta-feira, 25 de abril de 2013 11.10.56, Diego Iastrubni wrote:
 On Thu, Apr 25, 2013 at 9:29 AM, Sébastien Fricker
 fric...@froglogic.comwrote:
   Tony,
 
  why not also providing a VMWare image ready to use?
  Regards,

 Do you want the cake, or the recipe? This is a FOSS community, we want the
 recipe :)

 I thought the rule was I want the cake and eat it too... :-)

 Anyway, a pre-built image is much bigger to download than a set of Puppet
 rules.

The more serious issue with a pre-built image is keeping it updated.
The puppet scripts will do that automatically. The test server isn't
(or at least should not be) static, as new features and tests can
require new services etc. be added. If a VM image was provided it
would become out of date, and needed to be redownloaded etc.

Regards

Rich.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Network test server for Ubuntu 12.04 x64 available for Puppet - test version

2013-04-25 Thread Sébastien Fricker
On 25.04.13 18:35, Richard Moore wrote:
 On 25 April 2013 16:05, Thiago Macieira thiago.macie...@intel.com wrote:
 On quinta-feira, 25 de abril de 2013 11.10.56, Diego Iastrubni wrote:
 On Thu, Apr 25, 2013 at 9:29 AM, Sébastien Fricker
 fric...@froglogic.comwrote:
   Tony,

 why not also providing a VMWare image ready to use?
 Regards,
 Do you want the cake, or the recipe? This is a FOSS community, we want the
 recipe :)
 The more serious issue with a pre-built image is keeping it updated.
 The puppet scripts will do that automatically. The test server isn't
 (or at least should not be) static, as new features and tests can
 require new services etc. be added. If a VM image was provided it
 would become out of date, and needed to be redownloaded etc.

 Regards

 Rich.

I agree, but I setup for 6 months also this test server and it took me a 
day before it was working. (there was a problem with the puppet version 
that I was using)
Having VM image  would make the test environment more plug and play.

But may be when I will update my test VM with the newest version of the 
test server, I could publish it.
I would only need an server which will host the file...
Sébastien
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Network test server for Ubuntu 12.04 x64 available for Puppet - test version

2013-04-24 Thread shane.kearns
Hi Tony,

Thanks for working on this.
I found some issues so far:

You didn't add a bootstrap script for ubuntu 12.04
When using the 10.04 script, the file 
/etc/apt/sources.list.d/bootstrap-puppet.list is invalid, causing the script to 
abort.
When using the 11.10 script, it fills the log with Skipping because of failed 
dependencies, and Could not evaluate: Could not retrieve information from 
environment production source(s)

README.network_test_server.txt needs to be updated too.

The existing scripts have not worked for setting up network test server since 
the move from Nokia to Digia, so some of the failures may be due to this 
pre-existing problem.
--

From: development-bounces+shane.kearns=accenture@qt-project.org 
[mailto:development-bounces+shane.kearns=accenture@qt-project.org] On 
Behalf Of Sarajärvi Tony
Sent: 24 April 2013 13:33
To: development@qt-project.org
Subject: [Development] Network test server for Ubuntu 12.04 x64 available for 
Puppet - test version

Hi

For all you who have tried to install a network test server: a Puppet 
configuration for Ubuntu 12.04 x64 is now available.

It's still in my personal Gitorious branch, as it still needs testing before 
pushed through to production. Also I will flag these 12.04 changes so that we 
still have the 10.04 configuration left there.

All qtbase networkselftests passed with this, but there might still be 
something I missed in the configuration.
Tomorrow I'll reinstall a server from scratch using this myself to see what I 
might have missed.

https://qt.gitorious.org/~tosaraja/qtqa/tosarajas-sysadmin-nts

Send any feedback straight to me :)

Good luck!
-Tony

Tony Sarajärvi
Senior Software Designer
Digia, Qt

Digia Plc
Elektroniikkatie 10
FI-90590 Oulu

Email: tony.saraja...@digia.commailto:tony.saraja...@digia.com
IRC: freenode - #qt-qa
Mobile: +358 050 482 1416
http://qt.digia.com
Qt Blog: http://blog.qt.digia.com/
Qt Facebook: www.facebook.com/qtcommercialhttp://www.facebook.com/qtcommercial
Qt Twitter: www.twitter.com/qtcommercialhttp://www.twitter.com/qtcommercial

--
PRIVACY AND CONFIDENTIALITY NOTICE
This message and any attachments are intended only for use by the named 
addressee and may contain privileged and/or confidential information. If you 
are not the named addressee you should not disseminate, copy or take any action 
in reliance on it. If you have received this message in error, please contact 
the sender immediately and delete the message and any attachments accompanying 
it. Digia Plc does not accept liability for any corruption, interception, 
amendment, tampering or viruses occurring to this message.
--



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Network test server for Ubuntu 12.04 x64 available for Puppet - test version

2013-04-24 Thread Sarajärvi Tony
Hi

Ah yes, I could have added the bootstrap, although it would just have been a 
copy of 11.10. I'm wondering why it didn't work for you. Is the log you refer 
to Puppet's log? Can you send it to me, and I'll have a look at it?

And yes, lots of documentation still need working on. I just bundled up all my 
changes I had done so far and gave it to you as soon as I got all needed 
services up and running. Of the pre-existing problems, I also worked on 
cleaning up the puppet log, so that it doesn't try to start the services on 
each puppet run.

Regards,
-Tony

From: shane.kea...@accenture.com [mailto:shane.kea...@accenture.com]
Sent: 24. huhtikuuta 2013 18:26
To: Sarajärvi Tony; development@qt-project.org
Subject: RE: [Development] Network test server for Ubuntu 12.04 x64 available 
for Puppet - test version

Hi Tony,

Thanks for working on this.
I found some issues so far:

You didn't add a bootstrap script for ubuntu 12.04
When using the 10.04 script, the file 
/etc/apt/sources.list.d/bootstrap-puppet.list is invalid, causing the script to 
abort.
When using the 11.10 script, it fills the log with Skipping because of failed 
dependencies, and Could not evaluate: Could not retrieve information from 
environment production source(s)

README.network_test_server.txt needs to be updated too.

The existing scripts have not worked for setting up network test server since 
the move from Nokia to Digia, so some of the failures may be due to this 
pre-existing problem.
--

From: development-bounces+shane.kearns=accenture@qt-project.org 
[mailto:development-bounces+shane.kearns=accenture@qt-project.org] On 
Behalf Of Sarajärvi Tony
Sent: 24 April 2013 13:33
To: development@qt-project.org
Subject: [Development] Network test server for Ubuntu 12.04 x64 available for 
Puppet - test version

Hi

For all you who have tried to install a network test server: a Puppet 
configuration for Ubuntu 12.04 x64 is now available.

It's still in my personal Gitorious branch, as it still needs testing before 
pushed through to production. Also I will flag these 12.04 changes so that we 
still have the 10.04 configuration left there.

All qtbase networkselftests passed with this, but there might still be 
something I missed in the configuration.
Tomorrow I'll reinstall a server from scratch using this myself to see what I 
might have missed.

https://qt.gitorious.org/~tosaraja/qtqa/tosarajas-sysadmin-nts

Send any feedback straight to me :)

Good luck!
-Tony

Tony Sarajärvi
Senior Software Designer
Digia, Qt

Digia Plc
Elektroniikkatie 10
FI-90590 Oulu

Email: tony.saraja...@digia.commailto:tony.saraja...@digia.com
IRC: freenode - #qt-qa
Mobile: +358 050 482 1416
http://qt.digia.com
Qt Blog: http://blog.qt.digia.com/
Qt Facebook: www.facebook.com/qtcommercialhttp://www.facebook.com/qtcommercial
Qt Twitter: www.twitter.com/qtcommercialhttp://www.twitter.com/qtcommercial

--
PRIVACY AND CONFIDENTIALITY NOTICE
This message and any attachments are intended only for use by the named 
addressee and may contain privileged and/or confidential information. If you 
are not the named addressee you should not disseminate, copy or take any action 
in reliance on it. If you have received this message in error, please contact 
the sender immediately and delete the message and any attachments accompanying 
it. Digia Plc does not accept liability for any corruption, interception, 
amendment, tampering or viruses occurring to this message.
--



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.comhttp://www.accenture.com
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development