Version information
released Jul 13th 2020
This version is compatible with:
- , ,
Start using this module
Add this module to your Puppetfile:
mod 'cnafsd-bdii', '1.3.2'
Learn more about managing modules with a PuppetfileDocumentation
cnafsd/bdii — version 1.3.2 Jul 13th 2020
puppet-bdii
Synopsis
Manage the BDII grid information system.
Documentation for BDII is available here
To use a bdii resource, it should be enough to simply:
include bdii
To manage site bdii, it is expected that hiera should be used to configure the sitebdii parameters, however it is in theory possible to modify the defaults in params.pp if this is more convenient.
Class Parameters to bdii
manage_firewall
Defaults to true.log_level
defaults toDEBUG
port
defaults to2170
user
defaultsldap
slapdconf
defaults to/etc/bdii/bdii/bdii-slapd.conf
deletedelay
defaults to0
(no delay)$selinux
defaults totrue
Deprecations
Previously all configurations could be specified by setting e.g.
bdii::params::site_name
within hiera. These are all now class parameters
so this one should be bdii::site_name
for instance.
Eventually support for settings via the params.pp
will be removed.
Changelog
[v1.3.0] 1 September 2019 - Petr Vokac petr.vokac@cern.ch
- new templates and configuration parameters
- allow to configure Top/Site BDII with hierra
[v1.2.2] 31 August 2018 - Steve Traylen steve.traylen@cern.ch
- Empty release for build problem
[v1.2.1] 31 August 2018 - Steve Traylen steve.traylen@cern.ch
- Empty release for build problem
[v1.2.0] 31 August 2018 - Steve Traylen steve.traylen@cern.ch
- Setting hiera variables
bdii::params::<parameter> is now considered deprecated though they do still work currently. Switch all settings to class paramameters or
bdii::or
bdii::sitebdii::` for instance.
[v1.1.0] 30 August 2018 - Steve Traylen steve.traylen@cern.ch
- The firewall configuration can now be disabled, default it is still enabled.
- syntax fixes.
[v1.0.0] 24 November 2017 - Steve Traylen steve.traylen@cern.ch
- Bump release to 1.0.0 as drop for for puppet 3.
[v0.2.2] 23 November 2017
- First P4 release
2017-02-07 Lorena Lobato Pardavila lorena.lobato@cern.ch
- BDII module adapted to puppet4
2014-09-19 Ben jones ben.jones@cern.ch
- Allow configuration of variables such as loglevel in sub bddi classes
2012-11-06 Ulrich Schwickerath ulrich.schwickerath@cern.ch
- First Release
Dependencies
- puppetlabs/stdlib (>=1.0.0)
- puppetlabs/firewall (>=1.0.0)
Copyright 1990-2012 CERN and Members of the EGEE Collaboration This work has been partially funded by the EU Commission (contract INFSO-RI-222667) under the EGEE-III collaboration. See http://www.eu-egee.org/partners/ for details on the copyright holders. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.