summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [openshift-ansible-bin] release [0.0.18-1].Kenny Woodson2015-06-092-2/+9
|
* Merge pull request #274 from kwoodson/multi_fixesKenny Woodson2015-06-091-4/+9
|\ | | | | multi_ec2 fixes.
| * Added more verbosity when error happens. Also fixed a bug.Kenny Woodson2015-06-091-4/+9
|/
* Merge pull request #270 from lhuard1A/fix_libvirtThomas Wiest2015-06-091-2/+2
|\ | | | | Fix libvirt playbook
| * Fix libvirt playbookLénaïc Huard2015-06-071-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_lenThomas Wiest2015-06-095-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: lengthLénaïc Huard2015-06-085-12/+4
| | |
* | | Merge pull request #272 from tdawson/2015-06/beta4repoTroy Dawson2015-06-081-4/+4
|\ \ \ | | | | | | | | Switch to beta4 for online
| * | | Switch to beta4 for onlineTroy Dawson2015-06-081-4/+4
|/ / /
* | | Merge pull request #186 from lhuard1A/osThomas Wiest2015-06-0818-2/+790
|\ \ \ | | | | | | | | Implement OpenStack provider for openshift-ansible
| * | | Implement OpenStack providerLénaïc Huard2015-06-0818-2/+790
| |/ /
* | | Merge pull request #268 from detiber/fluentdFactThomas Wiest2015-06-084-5/+24
|\ \ \ | |/ / |/| | add use_fluentd to openshift_facts
| * | add use_fluentd to openshift_factsJason DeTiberus2015-06-064-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/nfsJhon Honce2015-06-051-0/+3
|\ \ | | | | | | Allow NFS access for VMs
| * | Allow NFS access for VMsJhon Honce2015-06-051-0/+3
| |/
* | Merge pull request #262 from jwhonce/wip/configJhon Honce2015-06-041-3/+25
|\ \ | | | | | | Issue 119 - Add support for ~/.openshift-ansible
| * | * Update defaults and examples to track core concepts guideJhon Honce2015-06-041-2/+2
| | |
| * | Issue 119 - Add support for ~/.openshift-ansibleJhon Honce2015-06-031-3/+25
| |/ | | | | | | * Allow user to override: validate_cluster_ids, cluster_ids, providers
* | Merge pull request #263 from twiest/prThomas Wiest2015-06-041-2/+24
|\ \ | | | | | | Added YAML over JSON to best practices guide.
| * | Added YAML over JSON to best practices guide.Thomas Wiest2015-06-041-2/+24
|/ /
* | Merge pull request #258 from twiest/prThomas Wiest2015-06-041-0/+1
|\ \ | | | | | | Added 'stylistic exception' to the best practices guide.
| * | Added 'stylistic exception' to the best practices guide.Thomas Wiest2015-06-031-0/+1
| | |
* | | Merge pull request #261 from twiest/pr3Thomas Wiest2015-06-041-2/+44
|\ \ \ | |_|/ |/| | Added fail pattern rules to best practices doc
| * | Added fail pattern rules to best practices docThomas Wiest2015-06-031-2/+44
| |/
* | Merge pull request #260 from jwhonce/wip/serviceThomas Wiest2015-06-037-3/+177
|\ \ | | | | | | Infrastructure - Add service action to bin/cluster
| * | Infrastructure - Add service action to bin/clusterJhon Honce2015-06-037-3/+177
| |/ | | | | | | | | * Add necessary playbooks/roles * Cleanup bin/cluster to meet new design guide lines
* | Merge pull request #216 from detiber/AddTrelloLinkThomas Wiest2015-06-031-4/+7
|\ \ | | | | | | Add link to trello feature roadmap in README
| * | Add link to trello feature roadmap in READMEJason DeTiberus2015-05-071-4/+7
| | |
* | | Merge pull request #207 from sebiwi/remove_trailing_whitespaceThomas Wiest2015-06-031-3/+3
|\ \ \ | | | | | | | | Removed trailing whitespaces
| * | | Removed trailing whitespacesSebastian Caceres2015-05-061-3/+3
| | | |
* | | | Merge pull request #255 from jsafrane/devel/fix-typoThomas Wiest2015-06-031-1/+1
|\ \ \ \ | |_|_|/ |/| | | Fixe a typo in NFS server role.
| * | | Fixed a typo.Jan Safranek2015-06-011-1/+1
| | | |
* | | | Merge pull request #190 from jwhonce/wip/containersJhon Honce2015-06-0129-19/+351
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Infrastructure - Deploy services in cluster @twiest All comments covered.
| * | | | * Fix tables in README.md filesJhon Honce2015-06-012-2/+2
| | | | |
| * | | | * rename openshift_registry_url oreg_urlJhon Honce2015-06-018-28/+28
| | | | | | | | | | | | | | | | | | | | * rename option_images to _{oreg|ortr}_images
| * | | | * Do not reinstall gem if it existsJhon Honce2015-06-012-0/+12
| | | | |
| * | | | * Rename create_services__master to g_svc_masterJhon Honce2015-06-013-9/+3
| | | | |
| * | | | * Make fluentd deployment optional with openshift_use_fluentdJhon Honce2015-06-013-2/+3
| | | | |
| * | | | Install fluentd on nodes and masterJhon Honce2015-05-298-0/+158
| | | | | | | | | | | | | | | | | | | | * Configure fluentd to aggragate container logs
| * | | | * Deploy services from common playbookJhon Honce2015-05-2910-16/+39
| | | | |
| * | | | [WIP] Infrastructure - Deploy services in clusterJhon Honce2015-05-2912-1/+145
| |/ / / | | | | | | | | | | | | | | | | * Create OpenShift Docker Registry * Create OpenShift router
* | | | Merge pull request #254 from kwoodson/zbx_enhancementsKenny Woodson2015-06-011-81/+178
|\ \ \ \ | | | | | | | | | | Zabbix Idempotent module.
| * | | | First attempt at idempotencyKenny Woodson2015-06-011-81/+178
| |/ / /
* | | | Merge pull request #256 from wshearn/onetwentycharsWesley Hearn2015-06-011-1/+1
|\ \ \ \ | |/ / / |/| | | Update max length to 120 characters as per the style guide
| * | | Update max length to 120 characters as per the style guideWesley Hearn2015-06-011-1/+1
|/ / /
* | | Merge pull request #252 from twiest/prThomas Wiest2015-05-2814-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 Wiest2015-05-2714-930/+2
|/ / / | | | | | | | | | removed etcd role.
* | | Merge pull request #253 from twiest/pr2Matt Woodson2015-05-271-1/+15
|\ \ \ | | | | | | | | added section for role naming to the best practices guide.
| * | | added section for role naming to the best practices guide.Thomas Wiest2015-05-271-1/+15
|/ / /
* | | Merge pull request #251 from twiest/prThomas Wiest2015-05-273-13/+62
|\ \ \ | | | | | | | | Added 80 character SHOULD to style guide, added a better example for environment in core concepts, added ansible roles flat hierarchy to best practices