Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add a gitlab profile / add ssh-keygen to puppetmaster profile | Nick Walker | 2015-08-14 | 2 | -0/+45 |
| | |||||
* | Add puppet-master.yaml to hieradata | Nick Walker | 2015-08-14 | 1 | -0/+42 |
| | | | | | I need a way to tune my VMs to use less memory and this allows me to do that. | ||||
* | Remove extraneous slash from puppetmaster profile | Nick Walker | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | Fix some incorrect quoting in the hiera class | Nick Walker | 2015-08-13 | 1 | -3/+3 |
| | | | | | | | I thought I needed to double quote items that had interpolated variables but it turns out I don't need to which is good because I effectively can't due to .to_yaml not doing what I wanted it to do. | ||||
* | Fix some quoting issues and add role:: to the include in site.pp | Nick Walker | 2015-08-13 | 2 | -4/+4 |
| | |||||
* | Add execute bit to config_version scripts | Nick Walker | 2015-08-13 | 2 | -0/+0 |
| | |||||
* | Update the README, add an all_in_one_pe role | Nick Walker | 2015-08-13 | 3 | -28/+60 |
| | | | | | | | | | | | Updating README for instructions on how to use the control-repo by putting it in your own git server and then using the r10k answers during installation of PE. Removing the manifest for configuring r10k using zack/r10k. Added a role that can be used to bootstrap an all-in-one PE installation. | ||||
* | fix config_version script for 3.8 and below | Nick Walker | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | Update site.pp to use a trusted fact role | Nick Walker | 2015-08-03 | 1 | -0/+5 |
| | | | | | | Allow including a role if defined via a trusted fact on the node during provisioning time. This is how I will bootstrap any necessary configuration on the master, or other PE internal nodes. | ||||
* | Update config_version to use a script that does not require git | Nick Walker | 2015-08-03 | 3 | -1/+25 |
| | | | | | | | | | | The config_version now uses a script that will do one of two things: 1. call config_version.rb which uses rugged to find the information about the latest commit if PE is on version 2015.2 or newer 2. make a call to git if the PE version is less than 2015.2 | ||||
* | Remove hiera.yaml and instead manage it with puppet code | Nick Walker | 2015-08-03 | 3 | -9/+19 |
| | | | | | Added hunner/hiera to the Puppetfile and a manifest to use it instead of placing a hiera.yaml in the repo. | ||||
* | Update environment.conf | Nick Walker | 2015-06-26 | 1 | -1/+1 |
| | |||||
* | Update Puppetfile | Nick Walker | 2015-06-26 | 1 | -0/+4 |
| | |||||
* | Remove purgedirs | Nick Walker | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | Add a site directory with example role and profile module | Nick Walker | 2015-05-27 | 3 | -0/+19 |
| | |||||
* | add site to modulepath in environment.conf | Nick Walker | 2015-05-27 | 1 | -1/+1 |
| | |||||
* | Update README.md | Nick Walker | 2015-05-26 | 1 | -0/+6 |
| | |||||
* | Update README.md | Nick Walker | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | Update Puppetfile | Nick Walker | 2015-05-15 | 1 | -2/+7 |
| | |||||
* | Rename defaults.yaml to common.yaml | Nick Walker | 2015-05-15 | 1 | -0/+0 |
| | |||||
* | Update hiera.yaml | Nick Walker | 2015-05-15 | 1 | -5/+1 |
| | |||||
* | Update configure_r10k.pp for PE3.8 | Nick Walker | 2015-05-15 | 1 | -4/+3 |
| | |||||
* | Update hiera.yaml | Nick Walker | 2015-05-14 | 1 | -2/+1 |
| | |||||
* | Update site.pp to work OOTB | Nick Walker | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | Update README.md | Nick Walker | 2015-01-14 | 1 | -1/+3 |
| | |||||
* | Update README.md | Nick Walker | 2015-01-14 | 1 | -1/+2 |
| | |||||
* | Add stdlib to Puppetfile | Nick Walker | 2015-01-14 | 1 | -7/+7 |
| | | | | Comment out Gary's examples | ||||
* | Add the README | Nick Walker | 2015-01-13 | 1 | -0/+6 |
| |