Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 6b3df58bb8e4ffbcb40f0a76a53c0716211883f3
      
https://github.com/jenkins-infra/jenkins-infra/commit/6b3df58bb8e4ffbcb40f0a76a53c0716211883f3
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-04-17 (Sun, 17 Apr 2016)

  Changed paths:
    M .fixtures.yml
    M Puppetfile

  Log Message:
  -----------
  Pull in our custom puppet-mirrorbrain module


  Commit: 2b8d7d0c33757b703c290201dc5a1a427b4de24c
      
https://github.com/jenkins-infra/jenkins-infra/commit/2b8d7d0c33757b703c290201dc5a1a427b4de24c
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-04-17 (Sun, 17 Apr 2016)

  Changed paths:
    A dist/profile/manifests/mirrorbrain.pp
    A dist/role/manifests/mirrorbrain.pp
    A spec/classes/profile/mirrorbrain_spec.rb
    A spec/classes/role/mirrorbrain_spec.rb

  Log Message:
  -----------
  Add role and profile skeletons for mirrorbrain


  Commit: 7f5b30bdf84cbf8be68ff2098c7681529a9e77ad
      
https://github.com/jenkins-infra/jenkins-infra/commit/7f5b30bdf84cbf8be68ff2098c7681529a9e77ad
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-04-17 (Sun, 17 Apr 2016)

  Changed paths:
    M .fixtures.yml
    M Puppetfile

  Log Message:
  -----------
  Upgrade the puppetlabs/apt module so it will handle the Jenkins GPG key 
properly

Previously was getting the following error, which is clearly dumb

  1) profile::buildmaster should contain Class[jenkins]
     Failure/Error:
       raise Puppet::ParseError, (msg) unless [args[1]].flatten.any? do |re_str|
   args[0] =~ Regexp.compile(re_str)

     Puppet::Error:
       Evaluation Error: Error while evaluating a Function Call, validate_re(): 
"150FDE3F7787E7D11EF4E12A9B7D32F2D50582E6" does not match 
["\\A(0x)?[0-9a-fA-F]{8}\\Z", "\\A(0x)?[0-9a-fA-F]{16}\\Z"] at 
/home/tyler/source/github/jenkins-infra/jenkins-infra/spec/fixtures/modules/apt/manifests/key.pp:60:3
 on node blackberry.coupleofllamas.com
     # 
./spec/fixtures/modules/stdlib/lib/puppet/parser/functions/validate_re.rb:35:in 
`block in <module:Functions>'


  Commit: aeadbd5562ad9e7057ab77b965fb16952bedcc0a
      
https://github.com/jenkins-infra/jenkins-infra/commit/aeadbd5562ad9e7057ab77b965fb16952bedcc0a
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-04-17 (Sun, 17 Apr 2016)

  Changed paths:
    M dist/profile/manifests/mirrorbrain.pp
    M dist/role/manifests/mirrorbrain.pp
    M spec/classes/profile/mirrorbrain_spec.rb
    M spec/classes/role/mirrorbrain_spec.rb
    A spec/server/mirrorbrain/mirrorbrain_spec.rb

  Log Message:
  -----------
  Include the mirrorbrain class inside our profile to provision it properly


  Commit: 844d516cf214f75ddce7a3363d5269e29968aee1
      
https://github.com/jenkins-infra/jenkins-infra/commit/844d516cf214f75ddce7a3363d5269e29968aee1
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-04-17 (Sun, 17 Apr 2016)

  Changed paths:
    M dist/profile/manifests/mirrorbrain.pp
    M spec/classes/profile/mirrorbrain_spec.rb

  Log Message:
  -----------
  Pull the mirrorbrain::apache module into our mirrorbrain profile

We're not running separate scanner/apache hosts so we can lump this all in one
profile together


  Commit: b954203db2072cf9cb4b4ab68131c5d6b005ca58
      
https://github.com/jenkins-infra/jenkins-infra/commit/b954203db2072cf9cb4b4ab68131c5d6b005ca58
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-04-17 (Sun, 17 Apr 2016)

  Changed paths:
    M dist/profile/manifests/mirrorbrain.pp

  Log Message:
  -----------
  Add some parameters for hiera to fill in for mirrorbrain


  Commit: 920e6a883acc1ae928f14642a85f6d2efe7b6b4e
      
https://github.com/jenkins-infra/jenkins-infra/commit/920e6a883acc1ae928f14642a85f6d2efe7b6b4e
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-04-17 (Sun, 17 Apr 2016)

  Changed paths:
    M dist/profile/manifests/mirrorbrain.pp
    M spec/classes/profile/mirrorbrain_spec.rb
    M spec/server/mirrorbrain/mirrorbrain_spec.rb

  Log Message:
  -----------
  Install the necessary dependencies for connecting apache to postgresql


  Commit: 702790204c98f5643c9ac313fe5e8c1e097d0da8
      
https://github.com/jenkins-infra/jenkins-infra/commit/702790204c98f5643c9ac313fe5e8c1e097d0da8
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-04-17 (Sun, 17 Apr 2016)

  Changed paths:
    M dist/profile/manifests/apachemisc.pp

  Log Message:
  -----------
  Ensure the placement of logging configuration notifies the apache service

Noticed this while mirrorbraining, but we should ensure that Apache gets bumped
when we put new configuration in place


  Commit: dd021c15c268307aa287c6848d21e749234e9297
      
https://github.com/jenkins-infra/jenkins-infra/commit/dd021c15c268307aa287c6848d21e749234e9297
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-04-17 (Sun, 17 Apr 2016)

  Changed paths:
    A dist/profile/files/mirrorbrain/geoip.conf
    M dist/profile/manifests/mirrorbrain.pp
    A dist/profile/templates/mirrorbrain/dbd.conf.erb
    A dist/profile/templates/mirrorbrain/mirmon.conf.erb
    A dist/profile/templates/mirrorbrain/mirrorbrain.conf.erb
    M spec/classes/profile/mirrorbrain_spec.rb
    M spec/server/mirrorbrain/mirrorbrain_spec.rb

  Log Message:
  -----------
  Properly configure mirrorbrain, the apache virtualhost and cron jobs

This is an obscenely large commit, unfortunately things came together that way
when emulating what is done on the current mirrorbrain host :(

Fixes INFRA-635


  Commit: 3ef4f289a662b43c28483f682feb543b0ba598b7
      
https://github.com/jenkins-infra/jenkins-infra/commit/3ef4f289a662b43c28483f682feb543b0ba598b7
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-04-17 (Sun, 17 Apr 2016)

  Changed paths:
    M manifests/site.pp

  Log Message:
  -----------
  Include our mirrorbrain role on the node with that name


  Commit: caa2dc8827a429b318de0f2a586a3251e4e3c3b9
      
https://github.com/jenkins-infra/jenkins-infra/commit/caa2dc8827a429b318de0f2a586a3251e4e3c3b9
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-04-17 (Sun, 17 Apr 2016)

  Changed paths:
    A hieradata/clients/mirrorbrain.yaml

  Log Message:
  -----------
  Add production credentials for mirrorbrain


  Commit: c77f009d374e69f0d9948f05204f0e7369dc0932
      
https://github.com/jenkins-infra/jenkins-infra/commit/c77f009d374e69f0d9948f05204f0e7369dc0932
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-04-17 (Sun, 17 Apr 2016)

  Changed paths:
    M .fixtures.yml
    M Puppetfile
    A dist/profile/files/mirrorbrain/geoip.conf
    M dist/profile/manifests/apachemisc.pp
    A dist/profile/manifests/mirrorbrain.pp
    A dist/profile/templates/mirrorbrain/dbd.conf.erb
    A dist/profile/templates/mirrorbrain/mirmon.conf.erb
    A dist/profile/templates/mirrorbrain/mirrorbrain.conf.erb
    A dist/role/manifests/mirrorbrain.pp
    A hieradata/clients/mirrorbrain.yaml
    M manifests/site.pp
    A spec/classes/profile/mirrorbrain_spec.rb
    A spec/classes/role/mirrorbrain_spec.rb
    A spec/server/mirrorbrain/mirrorbrain_spec.rb

  Log Message:
  -----------
  Merge pull request #338 from rtyler/mirrorbrain-635

Manage Mirrorbrain with Puppet


  Commit: d7f8b97e28aab5a28612e3937114ddb4fbc6d9f1
      
https://github.com/jenkins-infra/jenkins-infra/commit/d7f8b97e28aab5a28612e3937114ddb4fbc6d9f1
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-04-17 (Sun, 17 Apr 2016)

  Changed paths:
    M .fixtures.yml
    M Puppetfile
    A dist/profile/files/mirrorbrain/geoip.conf
    M dist/profile/manifests/apachemisc.pp
    A dist/profile/manifests/mirrorbrain.pp
    A dist/profile/templates/mirrorbrain/dbd.conf.erb
    A dist/profile/templates/mirrorbrain/mirmon.conf.erb
    A dist/profile/templates/mirrorbrain/mirrorbrain.conf.erb
    A dist/role/manifests/mirrorbrain.pp
    A hieradata/clients/mirrorbrain.yaml
    M manifests/site.pp
    A spec/classes/profile/mirrorbrain_spec.rb
    A spec/classes/role/mirrorbrain_spec.rb
    A spec/server/mirrorbrain/mirrorbrain_spec.rb

  Log Message:
  -----------
  Merge pull request #386 from jenkins-infra/staging

Deploy a managed mirrorbrain


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/e179d3bf999f...d7f8b97e28aa

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to