aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* point rsync and repository to duvalThomas Backlund2016-02-071-3/+3
|
* Get group members from getent instead of /etc/groupPascal Terjan2016-02-071-2/+6
|
* puppet: move rails comment where appropriateOlivier Blin2016-02-071-1/+1
|
* remove comment description for users handled in ldapOlivier Blin2016-02-0711-11/+1
| | | | | | git/softwarekey/binrepo/iurt/maintdb/schedbot/signbot/mga-advisories/mgasoft/mirror puppet uses usermod which does not handle ldap.
* make duvel the master hostOlivier Blin2016-02-072-50/+49
|
* Switch master build not to be duvelPascal Terjan2016-02-071-1/+1
|
* update xymon config for duvelThomas Backlund2016-02-051-1/+1
|
* speedup dns for infra changesThomas Backlund2016-02-052-5/+5
|
* fix duvel dnsThomas Backlund2016-02-052-4/+5
|
* Oops forgot one filePascal Terjan2016-02-051-0/+7
|
* Enable the new arm build nodePascal Terjan2016-02-051-1/+1
|
* Add an arm build nodePascal Terjan2016-02-053-0/+5
|
* iurt: use a larger timeout for gnuradioOlivier Blin2016-02-031-0/+1
| | | | | | Default is not enough to pass tests on ARM. Reported-by: barjac
* Fixed typo in duvel node definitionDan Fandrich2016-02-011-1/+1
|
* add duvel nodeOlivier Blin2016-01-315-2/+13
| | | | | | | This is a new server that will be used to replace valstar as main node. It is hosted in the IELO datacenter (Marseille). Name chosen by Dan Fandrich at FOSDEM 2016
* free up rabbit for iso buildersThomas Backlund2016-01-181-2/+2
|
* xymon: add Scaleway nodes (armorique and armagnac)Olivier Blin2016-01-171-0/+4
|
* xymon: fix client config file to use XYMONSERVERS for Mageia >= 5Olivier Blin2016-01-061-0/+4
|
* re-enable rabbit nodeThomas Backlund2015-12-231-2/+2
|
* iurt: Use a larger timeout for llvm (default is not enough on ARM)Olivier Blin2015-12-071-0/+1
|
* buildsystem: Add back armorique build nodeOlivier Blin2015-12-051-1/+1
| | | | | | It just needed a reboot. This reverts commit f77d101b1f9b568c14c6c05f15b55c300cfe2082.
* stop trying to access dead node, it slows bs downThomas Backlund2015-12-051-1/+1
|
* Add Armagnac is armv5tl buildhostNicolas Lécureuil2015-12-051-1/+1
|
* free up rabbit for iso buildersThomas Backlund2015-12-051-2/+2
|
* Add armagnac build nodeOlivier Blin2015-12-034-1/+12
| | | | | | | This a new ARM server for the buildsystem, managed by Scaleway and hosted in an Iliad/Online datacenter. Name chosen by neoclust, secretly craved by ennael.
* shadow: Specifically change uid/gid max instead of copying custom login.defsOlivier Blin2015-12-012-195/+17
| | | | | | | | | | | | | | Copying a custom login.defs file is not really a good option, since we have to manage many distribution versions, which do not necessarily have the same login.defs settings. Instead, we now only change the UID_MAX and GID_MAX values to 2000 (from an initial value of 60000). This is done so that locally created accounts do not overlap LDAP-managed accounts, which starts at 5000. This uses the file_line helper from the puppetlabs-stdlib module. It means the puppet-stdlib package now needs to be installed on the puppet master node.
* Revert commit 8822d1c7be9cfe2783f886922a778410bacd93cc as it breaks login ↵Nicolas Lécureuil2015-11-301-1/+1
| | | | for non root like our iso maker team
* buildsystem: stop using include in DSL files to avoid error on Mageia 5topic/mageia5Olivier Blin2015-11-304-6/+3
| | | | | | include is not support from DSL files in puppet 3.6 Note: DSL support is deprecated in 3.x and completely removed in 4.x
* buildsystem: fix youri host.conf template to use an array as well for src nodeOlivier Blin2015-11-301-1/+1
| | | | | Otherwise it failed on Mageia 5 with: Detail: undefined method `sort' for "valstar":String
* apache: use proper conf.d dir on Mageia >= 2Olivier Blin2015-11-306-8/+14
|
* apache: rename ssl.conf as ssl_vhost.confOlivier Blin2015-11-302-2/+2
| | | | Not to conflict with packaged file from Mageia >= 3
* xymon: use xymon service name instead of xymon-client on Mageia >= 5Olivier Blin2015-11-301-2/+8
|
* pam: use nss-pam-ldapd on Mageia >= 2Olivier Blin2015-11-301-1/+7
| | | | As detected by tmb on new valstar
* openldap: load back_bdb module on Mageia >= 4Olivier Blin2015-11-301-0/+3
| | | | As detected by tmb on new valstar
* openldap: enable TLS_CACERTThomas Backlund2015-11-301-1/+1
|
* hiera: make config file workOlivier Blin2015-11-301-7/+7
|
* openldap: use slapd service instead of ldap on Mageia >= 4Olivier Blin2015-11-304-5/+16
| | | | As detected by tmb on new valstar
* facter lib_dir: remove trailing slashOlivier Blin2015-11-302-4/+4
| | | | Partly done by tmb
* puppet: do not install ruby-hiera-puppet from Mageia >= 4Olivier Blin2015-11-301-6/+12
| | | | | Only install it for older distros with puppet 2.7, since, since hiera has been integrated from puppet 3 (Mageia 4).
* postfix: update smtpd_banner for MageiaThomas Backlund2015-11-301-1/+1
|
* base packages: Fix installing mcelogOlivier Blin2015-11-301-1/+1
| | | | | Puppet variables are immutable: Cannot append, variable package_list is defined in this scope at /etc/puppet/deployment/common/manifests/base_packages.pp:20
* base packages: Fix architecture check for mcelogOlivier Blin2015-11-301-1/+1
|
* puppet: Use puppet agent instead of puppetd in cronOlivier Blin2015-11-301-1/+1
| | | | puppetd is not available on Mageia 5.
* iurt: Enlarge your timeout (x 2) on ARMOlivier Blin2015-11-303-2/+10
|
* iurt: Move build timeout config to puppet fileOlivier Blin2015-11-302-7/+14
|
* mgagit: Allow forced pushes to topic branches for everyone.Colin Guthrie2015-11-261-1/+1
| | | | | | | Well, everyone in the group. topic branches should be a bit more collaborative and we just have to trust people not to abuse this.
* add pkg-bugs mlOlivier Blin2015-11-181-0/+7
|
* enable rabbit nodeThomas Backlund2015-11-111-2/+2
|
* Remove some false positivesPascal Terjan2015-11-091-0/+2
|
* Run youri-check agains armv5tlPascal Terjan2015-11-071-0/+15
|