| Commit message (Expand) | Author | Age | Files | Lines |
* | * Make portal_net configurable when wetting up the nodes OpenShift Registry | Jhon Honce | 2015-06-12 | 2 | -2/+3 |
* | Infrastructure - Set OpenShift Registry | Jhon Honce | 2015-06-12 | 1 | -0/+11 |
* | * Refactor to use openshift_master_config_dir when deploying services | Jhon Honce | 2015-06-10 | 4 | -2/+10 |
* | Use the documented state=present for yum module | Jason DeTiberus | 2015-06-10 | 4 | -6/+6 |
* | Bugfixes | Scott Dodson | 2015-06-10 | 2 | -2/+1 |
* | Templatize configs and 0.5.2 changes | Jason DeTiberus | 2015-06-10 | 27 | -535/+579 |
* | Accomodate upstream configuration change | Scott Dodson | 2015-06-10 | 8 | -39/+46 |
* | Switch to beta4 for online | Troy Dawson | 2015-06-08 | 1 | -4/+4 |
* | add use_fluentd to openshift_facts | Jason DeTiberus | 2015-06-06 | 2 | -1/+16 |
* | Allow NFS access for VMs | Jhon Honce | 2015-06-05 | 1 | -0/+3 |
* | Merge pull request #207 from sebiwi/remove_trailing_whitespace | Thomas Wiest | 2015-06-03 | 1 | -3/+3 |
|\ |
|
| * | Removed trailing whitespaces | Sebastian Caceres | 2015-05-06 | 1 | -3/+3 |
* | | Merge pull request #255 from jsafrane/devel/fix-typo | Thomas Wiest | 2015-06-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Fixed a typo. | Jan Safranek | 2015-06-01 | 1 | -1/+1 |
* | | | Merge pull request #190 from jwhonce/wip/containers | Jhon Honce | 2015-06-01 | 21 | -16/+314 |
|\ \ \ |
|
| * | | | * Fix tables in README.md files | Jhon Honce | 2015-06-01 | 2 | -2/+2 |
| * | | | * rename openshift_registry_url oreg_url | Jhon Honce | 2015-06-01 | 6 | -26/+26 |
| * | | | * Do not reinstall gem if it exists | Jhon Honce | 2015-06-01 | 2 | -0/+12 |
| * | | | * Make fluentd deployment optional with openshift_use_fluentd | Jhon Honce | 2015-06-01 | 1 | -0/+1 |
| * | | | Install fluentd on nodes and master | Jhon Honce | 2015-05-29 | 6 | -0/+156 |
| * | | | * Deploy services from common playbook | Jhon Honce | 2015-05-29 | 7 | -9/+9 |
| * | | | [WIP] Infrastructure - Deploy services in cluster | Jhon Honce | 2015-05-29 | 10 | -0/+129 |
| |/ / |
|
* / / | First attempt at idempotency | Kenny Woodson | 2015-06-01 | 1 | -81/+178 |
|/ / |
|
* | | Removed cloud.rb and it's associated libraries as it's no longer used. Also r... | Thomas Wiest | 2015-05-27 | 5 | -219/+0 |
* | | docker-storage role added | Kenny Woodson | 2015-05-26 | 9 | -21/+93 |
* | | removed references to atomic proxy. | Thomas Wiest | 2015-05-26 | 26 | -662/+0 |
* | | Merge pull request #233 from jsafrane/devel/nfs-volumes | Thomas Wiest | 2015-05-22 | 8 | -0/+444 |
|\ \ |
|
| * | | Add nfs-volumes role. | Jan Safranek | 2015-05-20 | 8 | -0/+444 |
* | | | Merge pull request #238 from detiber/skydnsPortFix | Thomas Wiest | 2015-05-21 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | openshift_master open port for skydns service | Jason DeTiberus | 2015-05-20 | 1 | -1/+4 |
| |/ / |
|
* | | | Merge pull request #235 from detiber/awsNoPublic | Wesley Hearn | 2015-05-21 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | Guard against missing aws metadata for hostnames/ips | Jason DeTiberus | 2015-05-20 | 1 | -5/+5 |
| |/ / |
|
* / / | Verify ansible is greater than 1.8.0 and not 1.9.0 | Jason DeTiberus | 2015-05-20 | 1 | -0/+6 |
|/ / |
|
* | | Removing destination format | Kenny Woodson | 2015-05-19 | 1 | -14/+0 |
* | | Updating ansible config through a separate config.yml | Kenny Woodson | 2015-05-18 | 3 | -7/+12 |
* | | Added ability to create groupby options on hostvars | Kenny Woodson | 2015-05-14 | 1 | -0/+7 |
* | | Added options for separate ec2.ini files | Kenny Woodson | 2015-05-13 | 1 | -0/+7 |
* | | Adding cache location for multi ec2 | Kenny Woodson | 2015-05-11 | 2 | -0/+20 |
* | | pylint fixes | Jason DeTiberus | 2015-05-06 | 1 | -352/+553 |
* | | openshift_fact and misc fixes | Jason DeTiberus | 2015-05-06 | 1 | -126/+211 |
|/ |
|
* | symlink added for ansible-tower-cli. Also fix to spacing issue for proot options | Kenny Woodson | 2015-05-05 | 2 | -2/+9 |
* | Adding towercli config to /etc/tower | Kenny Woodson | 2015-05-04 | 3 | -0/+23 |
* | Merge pull request #191 from detiber/vagrantFile | Thomas Wiest | 2015-04-29 | 1 | -0/+11 |
|\ |
|
| * | Add vagrantfile and minor bugfixes | Jason DeTiberus | 2015-04-28 | 1 | -0/+11 |
* | | Merge pull request #194 from kwoodson/tower_cli_install | Kenny Woodson | 2015-04-29 | 7 | -2/+68 |
|\ \ |
|
| * | | ansible tower cli role | Kenny Woodson | 2015-04-29 | 7 | -2/+68 |
| |/ |
|
* / | added destination_format to our ec2.ini | Matt Woodson | 2015-04-29 | 1 | -0/+14 |
|/ |
|
* | Merge pull request #189 from kwoodson/default_multiec2 | Kenny Woodson | 2015-04-27 | 1 | -0/+20 |
|\ |
|
| * | Updating ansible.cfg to use multi_ec2.py for inventory | Kenny Woodson | 2015-04-27 | 1 | -0/+20 |
* | | Merge pull request #179 from detiber/onlineRepoCleanup | Wesley Hearn | 2015-04-23 | 4 | -124/+0 |
|\ \ |
|