Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accomodate upstream configuration change | Scott Dodson | 2015-06-10 | 9 | -40/+47 |
| | | | | | | | | | | - Master config and certificates are now in /etc/openshift/master - Node config is now in /etc/openshift/node - Several certificates have been renamed to accomodate a flattening of structure to accomodate secret storage - Add openshift_data_dir to ensure etcd and volumes are stored in /var/lib/openshift - Add openshift_generated_configs_dir | ||||
* | Automatic commit of package [openshift-ansible-inventory] release [0.0.8-1]. | Kenny Woodson | 2015-06-09 | 2 | -2/+13 |
| | |||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.18-1]. | Kenny Woodson | 2015-06-09 | 2 | -2/+9 |
| | |||||
* | Merge pull request #274 from kwoodson/multi_fixes | Kenny Woodson | 2015-06-09 | 1 | -4/+9 |
|\ | | | | | multi_ec2 fixes. | ||||
| * | Added more verbosity when error happens. Also fixed a bug. | Kenny Woodson | 2015-06-09 | 1 | -4/+9 |
|/ | |||||
* | Merge pull request #270 from lhuard1A/fix_libvirt | Thomas Wiest | 2015-06-09 | 1 | -2/+2 |
|\ | | | | | Fix libvirt playbook | ||||
| * | Fix libvirt playbook | Lénaïc Huard | 2015-06-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | If we don’t explicitly specify the libvirt URI to use for virsh, it will use the LIBVIRT_DEFAULT_URI environment variable. For a consistent behavior, all `virsh` invocation must be done with the `-c <libvirt_uri>` parameter. | ||||
* | | Merge pull request #271 from lhuard1A/oo_len | Thomas Wiest | 2015-06-09 | 5 | -12/+4 |
|\ \ | | | | | | | Replace the custom oo_len filter by the Jinja2 standard one: length | ||||
| * | | Replace the custom oo_len filter by the Jinja2 standard one: length | Lénaïc Huard | 2015-06-08 | 5 | -12/+4 |
| | | | |||||
* | | | Merge pull request #272 from tdawson/2015-06/beta4repo | Troy Dawson | 2015-06-08 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | Switch to beta4 for online | ||||
| * | | | Switch to beta4 for online | Troy Dawson | 2015-06-08 | 1 | -4/+4 |
|/ / / | |||||
* | | | Merge pull request #186 from lhuard1A/os | Thomas Wiest | 2015-06-08 | 18 | -2/+790 |
|\ \ \ | | | | | | | | | Implement OpenStack provider for openshift-ansible | ||||
| * | | | Implement OpenStack provider | Lénaïc Huard | 2015-06-08 | 18 | -2/+790 |
| |/ / | |||||
* | | | Merge pull request #268 from detiber/fluentdFact | Thomas Wiest | 2015-06-08 | 4 | -5/+24 |
|\ \ \ | |/ / |/| | | add use_fluentd to openshift_facts | ||||
| * | | add use_fluentd to openshift_facts | Jason DeTiberus | 2015-06-06 | 4 | -5/+24 |
|/ / | | | | | | | | | - Move use_fluentd into openshift_facts proper - default use_fluentd to False unless deployment_type == origin | ||||
* | | Merge pull request #265 from jwhonce/wip/nfs | Jhon Honce | 2015-06-05 | 1 | -0/+3 |
|\ \ | | | | | | | Allow NFS access for VMs | ||||
| * | | Allow NFS access for VMs | Jhon Honce | 2015-06-05 | 1 | -0/+3 |
| |/ | |||||
* | | Merge pull request #262 from jwhonce/wip/config | Jhon Honce | 2015-06-04 | 1 | -3/+25 |
|\ \ | | | | | | | Issue 119 - Add support for ~/.openshift-ansible | ||||
| * | | * Update defaults and examples to track core concepts guide | Jhon Honce | 2015-06-04 | 1 | -2/+2 |
| | | | |||||
| * | | Issue 119 - Add support for ~/.openshift-ansible | Jhon Honce | 2015-06-03 | 1 | -3/+25 |
| |/ | | | | | | | * Allow user to override: validate_cluster_ids, cluster_ids, providers | ||||
* | | Merge pull request #263 from twiest/pr | Thomas Wiest | 2015-06-04 | 1 | -2/+24 |
|\ \ | | | | | | | Added YAML over JSON to best practices guide. | ||||
| * | | Added YAML over JSON to best practices guide. | Thomas Wiest | 2015-06-04 | 1 | -2/+24 |
|/ / | |||||
* | | Merge pull request #258 from twiest/pr | Thomas Wiest | 2015-06-04 | 1 | -0/+1 |
|\ \ | | | | | | | Added 'stylistic exception' to the best practices guide. | ||||
| * | | Added 'stylistic exception' to the best practices guide. | Thomas Wiest | 2015-06-03 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #261 from twiest/pr3 | Thomas Wiest | 2015-06-04 | 1 | -2/+44 |
|\ \ \ | |_|/ |/| | | Added fail pattern rules to best practices doc | ||||
| * | | Added fail pattern rules to best practices doc | Thomas Wiest | 2015-06-03 | 1 | -2/+44 |
| |/ | |||||
* | | Merge pull request #260 from jwhonce/wip/service | Thomas Wiest | 2015-06-03 | 7 | -3/+177 |
|\ \ | | | | | | | Infrastructure - Add service action to bin/cluster | ||||
| * | | Infrastructure - Add service action to bin/cluster | Jhon Honce | 2015-06-03 | 7 | -3/+177 |
| |/ | | | | | | | | | * Add necessary playbooks/roles * Cleanup bin/cluster to meet new design guide lines | ||||
* | | Merge pull request #216 from detiber/AddTrelloLink | Thomas Wiest | 2015-06-03 | 1 | -4/+7 |
|\ \ | | | | | | | Add link to trello feature roadmap in README | ||||
| * | | Add link to trello feature roadmap in README | Jason DeTiberus | 2015-05-07 | 1 | -4/+7 |
| | | | |||||
* | | | Merge pull request #207 from sebiwi/remove_trailing_whitespace | Thomas Wiest | 2015-06-03 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | Removed trailing whitespaces | ||||
| * | | | 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 |
|\ \ \ \ | |_|_|/ |/| | | | Fixe a typo in NFS server role. | ||||
| * | | | Fixed a typo. | Jan Safranek | 2015-06-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #190 from jwhonce/wip/containers | Jhon Honce | 2015-06-01 | 29 | -19/+351 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Infrastructure - Deploy services in cluster @twiest All comments covered. | ||||
| * | | | | * 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 | 8 | -28/+28 |
| | | | | | | | | | | | | | | | | | | | | * rename option_images to _{oreg|ortr}_images | ||||
| * | | | | * Do not reinstall gem if it exists | Jhon Honce | 2015-06-01 | 2 | -0/+12 |
| | | | | | |||||
| * | | | | * Rename create_services__master to g_svc_master | Jhon Honce | 2015-06-01 | 3 | -9/+3 |
| | | | | | |||||
| * | | | | * Make fluentd deployment optional with openshift_use_fluentd | Jhon Honce | 2015-06-01 | 3 | -2/+3 |
| | | | | | |||||
| * | | | | Install fluentd on nodes and master | Jhon Honce | 2015-05-29 | 8 | -0/+158 |
| | | | | | | | | | | | | | | | | | | | | * Configure fluentd to aggragate container logs | ||||
| * | | | | * Deploy services from common playbook | Jhon Honce | 2015-05-29 | 10 | -16/+39 |
| | | | | | |||||
| * | | | | [WIP] Infrastructure - Deploy services in cluster | Jhon Honce | 2015-05-29 | 12 | -1/+145 |
| |/ / / | | | | | | | | | | | | | | | | | * Create OpenShift Docker Registry * Create OpenShift router | ||||
* | | | | Merge pull request #254 from kwoodson/zbx_enhancements | Kenny Woodson | 2015-06-01 | 1 | -81/+178 |
|\ \ \ \ | | | | | | | | | | | Zabbix Idempotent module. | ||||
| * | | | | First attempt at idempotency | Kenny Woodson | 2015-06-01 | 1 | -81/+178 |
| |/ / / | |||||
* | | | | Merge pull request #256 from wshearn/onetwentychars | Wesley Hearn | 2015-06-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Update max length to 120 characters as per the style guide | ||||
| * | | | Update max length to 120 characters as per the style guide | Wesley Hearn | 2015-06-01 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #252 from twiest/pr | Thomas Wiest | 2015-05-28 | 14 | -930/+2 |
|\ \ \ | | | | | | | | | Removed cloud.rb and it's associated libraries as it's no longer used. | ||||
| * | | | Removed cloud.rb and it's associated libraries as it's no longer used. Also ↵ | Thomas Wiest | 2015-05-27 | 14 | -930/+2 |
|/ / / | | | | | | | | | | removed etcd role. | ||||
* | | | Merge pull request #253 from twiest/pr2 | Matt Woodson | 2015-05-27 | 1 | -1/+15 |
|\ \ \ | | | | | | | | | added section for role naming to the best practices guide. |