Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged from upstream | Ranjit Viswakumar | 2015-11-25 | 18 | -20/+468 |
|\ | |||||
| * | Merge pull request #4 from npwalker/merge_npwalker_control_repo | Gary Larizza | 2015-11-25 | 20 | -22/+470 |
| |\ | | | | | | | Merge npwalker/control-repo in puppetlabs/control-repo | ||||
| | * | Cleanup README to generalize urls and add notes about testing | Nick Walker | 2015-11-24 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | Remove a specific reference to the npwalker namespace in a git clone command. Add some notes that this has only been tested against 2015.2.z. | ||||
| | * | Merge branch 'production' of https://github.com/npwalker/control-repo into ↵ | Nick Walker | 2015-11-24 | 20 | -20/+469 |
| |/| | | | | | | | | | | merge_npwalker_control_repo | ||||
| | * | Change owner/group to pe-puppet for hiera module | Nick Walker | 2015-11-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | When the owner / group was root this meant that enabling hiera-eyaml wouldn't work properly as the keys couldn't be read by puppetserver. Changing to pe-puppet should resolve the issue. | ||||
| | * | fixing a bunch of puppet lint warnings | Nick Walker | 2015-10-30 | 3 | -10/+10 |
| | | | |||||
| | * | Refactor webhook profiles into one profile with a parameter | Nick Walker | 2015-10-30 | 4 | -30/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously there was a mcollective and no_mcollective version of the webhook profile. They were almost identical so I merged them and manage the difference with a "use_mcollective" parameter. I renamed the webhook profile to zack_r10k_webhook. | ||||
| | * | Change the zack/r10k webhook to utilize username and password | Nick Walker | 2015-10-30 | 3 | -6/+24 |
| | | | | | | | | | | | | | | | | | | | | | To accomodate generating random usernames and passwords, I had to parameterize the profiles which I didn't feel great about but I also didn't want to have to put the username and pass in hiera. | ||||
| | * | change puppetserver heap to 192m | Nick Walker | 2015-10-29 | 1 | -1/+1 |
| | | | |||||
| | * | switch to npwalker/abrader-gms | Nick Walker | 2015-10-29 | 1 | -2/+2 |
| | | | |||||
| | * | enable SSL on the zack/r10k webhook | Nick Walker | 2015-10-29 | 2 | -2/+2 |
| | | | |||||
| | * | Add $::fqdn to post receive hook title | Nick Walker | 2015-10-28 | 1 | -3/+3 |
| | | | | | | | | | | | | Also, change other references of $fqdn to $::fqdn | ||||
| | * | remove environment_timeout =0 from environment.conf | Nick Walker | 2015-10-28 | 1 | -6/+0 |
| | | | |||||
| | * | disable SSL on the zack/r10k webhook | Nick Walker | 2015-10-28 | 2 | -2/+1 |
| | | | | | | | | | | | | | | | The abrader/gms provider for gitlab doesn't support disabling ssl verification but will soon. | ||||
| | * | enable ssl on the webhook | Nick Walker | 2015-10-28 | 2 | -15/+17 |
| | | | |||||
| | * | make environment timeout setting refresh the puppet master service | Nick Walker | 2015-10-26 | 1 | -0/+1 |
| | | | |||||
| | * | Fix the update-classes script and set appropriate perms on it | Nick Walker | 2015-10-26 | 2 | -1/+2 |
| | | | |||||
| | * | Fix some embarassing typos | Nick Walker | 2015-10-26 | 2 | -2/+2 |
| | | | |||||
| | * | Configure the MoM to update the classifier after deploying code | Nick Walker | 2015-10-26 | 4 | -0/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This entailed configring the classifier to never sync on a schedule. Changing environment_timeout to unlimited for all masters. Setting a postrun command for r10k that would update the class information in the classifier (the update-classes endpoint). | ||||
| | * | add .gitignore to ignore my example hiera file | Nick Walker | 2015-10-22 | 1 | -0/+1 |
| | | | |||||
| | * | Multiple fixes to the README | Nick Walker | 2015-10-22 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | fix step 16 and 17 being out of order fix a step that referred erronously to step 4 change the numbering to be reflective of actual numbering | ||||
| | * | fix incorrect curly brace | Nick Walker | 2015-10-22 | 1 | -1/+1 |
| | | | |||||
| | * | fix site.pp to not include a role that is empty | Nick Walker | 2015-10-22 | 1 | -1/+4 |
| | | | |||||
| | * | Clean up the README so it works from top to bottom | Nick Walker | 2015-10-21 | 1 | -42/+20 |
| | | | | | | | | | | | | | | | I removed some extraneos notes I had and added a few more bits of documentation. | ||||
| | * | fix whitespace | Nick Walker | 2015-10-21 | 1 | -2/+2 |
| | | | |||||
| | * | Remove notes about making control-repo public | Nick Walker | 2015-10-20 | 1 | -4/+0 |
| | | | |||||
| | * | Change the zack/r10k webhook to not authenticate | Nick Walker | 2015-10-20 | 2 | -1/+33 |
| | | | |||||
| | * | Change puppetdb heap size to 96MB from 64MB | Nick Walker | 2015-10-16 | 1 | -2/+2 |
| | | | |||||
| | * | Change to using the webhook without mcollective | Nick Walker | 2015-10-16 | 5 | -15/+33 |
| | | | | | | | | | | | | | | | | | | In order to complete the change I refactered the webhook into its own set of profiles, one with mcollective and the other without. | ||||
| | * | Add some notifies to pe services after making changes | Nick Walker | 2015-10-15 | 1 | -0/+2 |
| | | | |||||
| | * | Change max_requests_per_instance to 10K | Nick Walker | 2015-10-06 | 1 | -1/+1 |
| | | | |||||
| | * | update README | Nick Walker | 2015-09-29 | 1 | -3/+5 |
| | | | |||||
| | * | Update README to remove --mirror from git clone | Nick Walker | 2015-09-25 | 1 | -1/+1 |
| | | | |||||
| | * | Update README some more | Nick Walker | 2015-09-24 | 1 | -62/+110 |
| | | | |||||
| | * | Ensure /etc/gitlab/ssl exists before putting certs in it | Nick Walker | 2015-09-24 | 1 | -0/+4 |
| | | | |||||
| | * | Update README partially | Nick Walker | 2015-09-22 | 1 | -15/+34 |
| | | | | | | | | | | | | | | | | | | | | | I made some updates to the README that I never committed. I'm probably going to change some of this but it's more useful with these additions than without. | ||||
| | * | Correct module namespace for stash module | Nick Walker | 2015-09-22 | 1 | -1/+1 |
| | | | |||||
| | * | Add hiera key for tuning max_requests_per_instance | Nick Walker | 2015-09-22 | 1 | -0/+3 |
| | | | | | | | | | | | | https://docs.puppetlabs.com/pe/2015.2/config_puppetserver.html#tuning-maxrequestsperinstance-on-puppet-server | ||||
| | * | add modules for stash and a profile | Nick Walker | 2015-08-25 | 2 | -10/+32 |
| | | | |||||
| | * | Update the repo name for deploy keys and webhook to match README | Nick Walker | 2015-08-18 | 1 | -2/+2 |
| | | | |||||
| | * | Update README | Nick Walker | 2015-08-18 | 1 | -8/+22 |
| | | | |||||
| | * | Update version of abrader-gms | Nick Walker | 2015-08-18 | 1 | -1/+1 |
| | | | |||||
| | * | Update the README with more specific instructions | Nick Walker | 2015-08-18 | 1 | -0/+26 |
| | | | | | | | | | | | | This is still a WIP | ||||
| | * | Move some hieradata around for easier testing in vagrant | Nick Walker | 2015-08-18 | 3 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | I now have a virtual hierarchy level for setting up my lower memory settings when using vagrant/virtualbox. The gms settings are in an example-puppet-master.yaml file in the nodes directory which are needed for the instructions. | ||||
| | * | Copy agent certs into Gitlab directory for Gitlab SSL | Nick Walker | 2015-08-18 | 1 | -0/+13 |
| | | | |||||
| | * | Change default gitlab url to be https instead of http | Nick Walker | 2015-08-17 | 1 | -1/+1 |
| | | | |||||
| | * | Add webhook config to git management system | Nick Walker | 2015-08-17 | 1 | -2/+11 |
| | | | |||||
| | * | Add abrader-gms module to Puppetfile | Nick Walker | 2015-08-17 | 1 | -0/+5 |
| | | | |||||
| | * | Add vhsn/gitlab and acidprime/r10k to Puppetfile | Nick Walker | 2015-08-14 | 1 | -0/+7 |
| | | | |||||
| | * | Add a gitlab role | Nick Walker | 2015-08-14 | 1 | -0/+5 |
| | | |