RETIRED, Puppet module to add jenkins functionality
Go to file
Colleen Murphy c476756cd6 Fix SSL in beaker tests
The snakeoil package uses the host's fqdn for the cert's CN, which means
trying to use '127.0.0.1' as the JJB URL will fail with an SSL error,
and the curl tests will also fail. JJB also doesn't have --insecure or
--cafle options, so it gets a SSL_CERTIFICATE_VERIFY_FAILED when trying
to run. Use the fqdn everywhere instead of the localhost address, and
add the snakeoil certs to the system's trusted bundle.

Change-Id: Iac97910b0d04eada62dd161341ee246a9cf3ebf8
2017-06-11 16:41:15 +02:00
files Customize jenkins.default by template 2016-12-05 08:19:54 -06:00
lib/facter Add dpkg architeture facts 2015-04-14 12:34:20 -07:00
manifests Make ssh_key parameter optional 2017-06-10 20:26:05 +02:00
spec Fix SSL in beaker tests 2017-06-11 16:41:15 +02:00
templates Add Suse family support to jenkins puppet module 2017-04-06 14:43:48 +02:00
.gitignore Add acceptance tests for puppet-jenkins. 2015-11-12 18:24:42 -02:00
.gitreview Add required puppet module files and .gitreview 2014-11-17 16:54:31 -08:00
Gemfile Use new infra_spec_helper for gem dependencies 2016-06-21 23:52:34 -07:00
LICENSE Add missing LICENSE file 2015-01-29 22:57:55 +00:00
README.md Add required puppet module files and .gitreview 2014-11-17 16:54:31 -08:00
Rakefile Add required puppet module files and .gitreview 2014-11-17 16:54:31 -08:00
metadata.json Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:17 +00:00

README.md

OpenStack Jenkins Module

This module installs and configures Jenkins