Branch: refs/heads/production
Home: https://github.com/jenkins-infra/jenkins-infra
Commit: 870f6fec65b79c6056266654ed090219862efb18
https://github.com/jenkins-infra/jenkins-infra/commit/870f6fec65b79c6056266654ed090219862efb18
Author: R. Tyler Croy <[email protected]>
Date: 2016-12-07 (Wed, 07 Dec 2016)
Changed paths:
M hieradata/clients/ci.yaml
Log Message:
-----------
Add the Azure VM Agents plugin
New and improved! https://github.com/jenkinsci/azure-vm-agents-plugin
Related to INFRA-929
Commit: bf24c6840f76d03fcb11b8a68ff324940b3e0105
https://github.com/jenkins-infra/jenkins-infra/commit/bf24c6840f76d03fcb11b8a68ff324940b3e0105
Author: R. Tyler Croy <[email protected]>
Date: 2016-12-07 (Wed, 07 Dec 2016)
Changed paths:
M hieradata/clients/ci.yaml
Log Message:
-----------
Merge pull request #655 from rtyler/azure-vm-agents
Add the Azure VM Agents plugin
Commit: ede7d0c9149e9a8e29fc4dd865d3eade481c243f
https://github.com/jenkins-infra/jenkins-infra/commit/ede7d0c9149e9a8e29fc4dd865d3eade481c243f
Author: olblak <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M Gemfile.lock
Log Message:
-----------
add Gemfile.lock to .gitignore
Commit: 57e37d4dfbadc89c39bafea7dbb249d0c64813c6
https://github.com/jenkins-infra/jenkins-infra/commit/57e37d4dfbadc89c39bafea7dbb249d0c64813c6
Author: olblak <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M Vagrantfile
Log Message:
-----------
Cleanup Vagrantfile
* Separate aws specific configuration from other providers
* Override vm.box
* Override vm.box_url
* Define howto get AWS credentials
* Add virtualbox specific parameters
* Set memory to 1024 to avoid OOM
* Enable linked_clone to reduce global size of VM
* Add 4 space indentation to increase visibility
* Use box ubuntu/trusty64 by default
Commit: 44ab0420a591fd4a6bc836dcc8d8adc7a3df4aab
https://github.com/jenkins-infra/jenkins-infra/commit/44ab0420a591fd4a6bc836dcc8d8adc7a3df4aab
Author: olblak <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M dist/profile/manifests/vagrant.pp
Log Message:
-----------
Add vagrant to sudo conf
Commit: afe1521d62675aaf46c5f870faa7fa3a4533b049
https://github.com/jenkins-infra/jenkins-infra/commit/afe1521d62675aaf46c5f870faa7fa3a4533b049
Author: olblak <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M Gemfile.lock
Log Message:
-----------
Revert "add Gemfile.lock to .gitignore"
This reverts commit ede7d0c9149e9a8e29fc4dd865d3eade481c243f.
Commit: d8a7cd9eb031ebc89e95bcc0456662093e36ec37
https://github.com/jenkins-infra/jenkins-infra/commit/d8a7cd9eb031ebc89e95bcc0456662093e36ec37
Author: olblak <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M Vagrantfile
Log Message:
-----------
Remove AWS warning
Commit: 506bd56a8705ae494aff12e1bb4b3b54bb3fb4dc
https://github.com/jenkins-infra/jenkins-infra/commit/506bd56a8705ae494aff12e1bb4b3b54bb3fb4dc
Author: R. Tyler Croy <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M Vagrantfile
M dist/profile/manifests/vagrant.pp
Log Message:
-----------
Merge pull request #656 from olblak/vagrant_virtualbox
Vagrant virtualbox
Commit: 2cfab17df528a79068fcfe57d8d8d03a971160c3
https://github.com/jenkins-infra/jenkins-infra/commit/2cfab17df528a79068fcfe57d8d8d03a971160c3
Author: R. Tyler Croy <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M dist/profile/manifests/usage.pp
Log Message:
-----------
Rsync wants these directories to be 0755, let's just leave them 0755
Puppet and rsync(1) processes have been bickering for months about what the
right permissions for these directories are. rsync(1) wins, there's no benefit
to 0775 AFAICT
Commit: 8c7b828f2b867a593fff6c559a2c98c1b2f60b4f
https://github.com/jenkins-infra/jenkins-infra/commit/8c7b828f2b867a593fff6c559a2c98c1b2f60b4f
Author: R. Tyler Croy <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M dist/profile/manifests/usage.pp
Log Message:
-----------
Merge pull request #657 from rtyler/usage-stats-755
Rsync wants these directories to be 0755, let's just leave them 0755
Commit: 96072d946233dd33ef66f68c36001b44e8650641
https://github.com/jenkins-infra/jenkins-infra/commit/96072d946233dd33ef66f68c36001b44e8650641
Author: olblak <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
A dist/profile/files/puppetagent/process_check.yaml
M dist/profile/manifests/base.pp
A dist/profile/manifests/puppetagent.pp
A spec/classes/profile/puppetagent_spec.rb
Log Message:
-----------
Add Datadog monitoring for puppet agent process
* Add a new puppet manifest for puppetagent
* Add puppetagent dependency to base manifest
* Add datadog process check file
* Add spec file for puppetagent manifest
Commit: 5c19eb079429b2a1d38e902fb32aa11e7540e774
https://github.com/jenkins-infra/jenkins-infra/commit/5c19eb079429b2a1d38e902fb32aa11e7540e774
Author: olblak <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M dist/profile/manifests/puppetagent.pp
Log Message:
-----------
Add class comments
Commit: 65aa28b745af874ce95af15f4e040a48957e7db3
https://github.com/jenkins-infra/jenkins-infra/commit/65aa28b745af874ce95af15f4e040a48957e7db3
Author: olblak <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M spec/classes/profile/puppetagent_spec.rb
Log Message:
-----------
Spec - Fix puppetagent filename
Commit: 71e7af55bc9993913681ae32ba29f5e5ab85d539
https://github.com/jenkins-infra/jenkins-infra/commit/71e7af55bc9993913681ae32ba29f5e5ab85d539
Author: olblak <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M spec/classes/profile/puppetagent_spec.rb
Log Message:
-----------
Add puppet_spec for puppetagent
Commit: e2ef2bd977f6dcbdf7d1c3524356df014fea4ee9
https://github.com/jenkins-infra/jenkins-infra/commit/e2ef2bd977f6dcbdf7d1c3524356df014fea4ee9
Author: R. Tyler Croy <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
A dist/profile/files/puppetagent/process_check.yaml
M dist/profile/manifests/base.pp
A dist/profile/manifests/puppetagent.pp
A spec/classes/profile/puppetagent_spec.rb
Log Message:
-----------
Merge pull request #658 from olblak/infra-578
[INFRA-568] Add Datadog monitoring of puppet agent process
Commit: 97b1c8b19d9c23691998bbf15ca06aac13c40b04
https://github.com/jenkins-infra/jenkins-infra/commit/97b1c8b19d9c23691998bbf15ca06aac13c40b04
Author: R. Tyler Croy <[email protected]>
Date: 2016-12-12 (Mon, 12 Dec 2016)
Changed paths:
M Vagrantfile
A dist/profile/files/puppetagent/process_check.yaml
M dist/profile/manifests/base.pp
A dist/profile/manifests/puppetagent.pp
M dist/profile/manifests/usage.pp
M dist/profile/manifests/vagrant.pp
M hieradata/clients/ci.yaml
A spec/classes/profile/puppetagent_spec.rb
Log Message:
-----------
Merge pull request #659 from jenkins-infra/staging
Deploy the latest and greatest to production
Compare:
https://github.com/jenkins-infra/jenkins-infra/compare/ad41908fb24c...97b1c8b19d9c
--
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.