Installs globus packages and configures them.
- Installs the package globus-gssapi-gsi
- Completly controls the file /etc/grid-security/gsi.conf
class{'globus':
name_compatibility => 'HYBRID'
}gssapi_gsi_pkgversionPackage ensure value for globus-gssapi-gsi, defaults to present.force_tlsSets the FORCE_TLS value in gsi.conf, defaults to false.name_compatibilityMust be one of HYBRID, STRICT_RFC2818 or STRICT_GT2, defaults to STRICT_RFC2818 for gsi.conf.ciphersAn array of CIPHERS , defaults to HIGH for gsi.confserver_cipher_order, boolean, defaults to true for gsi.conf
To run standalone tests
bundle install
bundle exec rake validate
bundle exec rake lint
bundle exec rake specThe acceptance tests by default use vagrant and vargrant-libvirtd so ensure they are working or provide beaker configuration for your own hypervisor.
This example mutates the virtualbox images from puppetlabs into ones suitable for libvirt.
vagrant plugin install vagrant-mutate
vagrant mutate https://vagrantcloud.com/puppetlabs/boxes/centos-6.6-64-nocm/versions/1.0.1/providers/virtualbox.box libvirt
vagrant box repackage virtualbox libvirt 0
vagrant box add puppetlabs/centos-6.6-64-nocm ./package.box
bundle install
BEAKER_debug=yes bundle exec rspec spec/acceptance
# or with docker
BEAKER_debug=yes BEAKER_setfile=spec/acceptance/nodesets/docker.yml bundle exec rspec spec/acceptanceApache II License for all files.
Steve Traylen steve.traylen@cern.ch