summaryrefslogtreecommitdiffstats
path: root/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add 'bb_tester' puppet moduleSergio Ahumada2014-01-021-7/+8
| | | | | | | | | This module is meant to be used as the basis for setting up a BlackBerry test node. Change-Id: Ib03fc11fc2d9232e39f95f3d4796897d76494c97 Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
* nodecfg: Sort the list of names for host typeSergio Ahumada2013-12-171-5/+5
| | | | | | | | | | | | | | | | | It looks better if we present a list of sorted options. This will automatically sort new names if they are added in the future. The list now should look like: (1) ci_server - Qt Project CI system server (Jenkins <-> Gerrit integration) (2) ci_tester - Qt Project CI tester, performing Qt compilation and autotests (3) network_test_server - Network test server, used for some QtNetwork autotests (qt-test-server.qt-test-net) (4) packaging_server - Qt Project packaging server (5) packaging_tester - Qt Project Packaging tester, performing Qt compilation and autotests Change-Id: Iccba5482f9e5e75b61ef6a6fd5cb0f97424f6e52 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com> Reviewed-by: Simo Fält <simo.falt@digia.com>
* Update README fileSergio Ahumada2013-05-071-4/+6
| | | | | | | | Configurations for packaging_tester and packaging_server were added but the README.txt file was not updated. Change-Id: I5bd907fe5927ddddf98d310fdd352dcafb3ccdac Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
* Added an interactively configurable external node classifierRohan McGovern2012-09-031-0/+43
| | | | | | | | | | | | | | | | | Prior to this change, the type of host to be managed was based on the hostname, as per default puppet behavior. This required adding various patterns into a private overlay repository (private_nodes module), and naming hosts according to those patterns. The new setup uses a simple configuration file which can be interactively configured at bootstrap time, hopefully making it much easier to get started with this repository. This also reduces the usage of the private overlay repository (which should eventually be eliminated). Change-Id: Ide4f1d9360a19b16b3dcaedf993951725932a011 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Reviewed-by: Toby Tomkins <tjtomkins@gmail.com>
* puppet: added basic Windows supportRohan McGovern2012-05-301-4/+14
| | | | | | | | | | | | | | | | | | | | | | This implements the bare minimum needed to get puppet up and running on our Windows machines as a scheduled task. Removed outdated README.windows.txt and added a few Windows-specific notes to README.txt. Added Windows bootstrap script. Tested with puppet 3.0.0rc2. One notable problem which has not yet been solved is that the majority of our Windows machines don't have any meaningful FQDN, and therefore won't be usable in nodes/private_nodes in the same way as our non-Windows hosts. Change-Id: Ifd3b8435eefaae642b1bc2ffea4fcfaa06660966 Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com> Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
* Slight fixes to README.Rohan McGovern2011-01-141-0/+43
Fixed `test' where `tail' was meant in network_test_server README. Clarified that `networkselftest' should not be run on the network test server itself. Renamed these files to end with `.txt' because it allows them to display more nicely on gitorious :-)