summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-03Issue 119 - Add support for ~/.openshift-ansibleJhon Honce
* Allow user to override: validate_cluster_ids, cluster_ids, providers
2015-06-03Merge pull request #260 from jwhonce/wip/serviceThomas Wiest
Infrastructure - Add service action to bin/cluster
2015-06-03Merge pull request #216 from detiber/AddTrelloLinkThomas Wiest
Add link to trello feature roadmap in README
2015-06-03Merge pull request #207 from sebiwi/remove_trailing_whitespaceThomas Wiest
Removed trailing whitespaces
2015-06-03Merge pull request #255 from jsafrane/devel/fix-typoThomas Wiest
Fixe a typo in NFS server role.
2015-06-03Infrastructure - Add service action to bin/clusterJhon Honce
* Add necessary playbooks/roles * Cleanup bin/cluster to meet new design guide lines
2015-06-01Merge pull request #190 from jwhonce/wip/containersJhon Honce
Infrastructure - Deploy services in cluster @twiest All comments covered.
2015-06-01* Fix tables in README.md filesJhon Honce
2015-06-01* rename openshift_registry_url oreg_urlJhon Honce
* rename option_images to _{oreg|ortr}_images
2015-06-01* Do not reinstall gem if it existsJhon Honce
2015-06-01* Rename create_services__master to g_svc_masterJhon Honce
2015-06-01* Make fluentd deployment optional with openshift_use_fluentdJhon Honce
2015-06-01Merge pull request #254 from kwoodson/zbx_enhancementsKenny Woodson
Zabbix Idempotent module.
2015-06-01First attempt at idempotencyKenny Woodson
2015-06-01Merge pull request #256 from wshearn/onetwentycharsWesley Hearn
Update max length to 120 characters as per the style guide
2015-06-01Update max length to 120 characters as per the style guideWesley Hearn
2015-06-01Fixed a typo.Jan Safranek
2015-05-29Install fluentd on nodes and masterJhon Honce
* Configure fluentd to aggragate container logs
2015-05-29* Deploy services from common playbookJhon Honce
2015-05-29[WIP] Infrastructure - Deploy services in clusterJhon Honce
* Create OpenShift Docker Registry * Create OpenShift router
2015-05-28Merge pull request #252 from twiest/prThomas Wiest
Removed cloud.rb and it's associated libraries as it's no longer used.
2015-05-27Removed cloud.rb and it's associated libraries as it's no longer used. Also ↵Thomas Wiest
removed etcd role.
2015-05-27Merge pull request #253 from twiest/pr2Matt Woodson
added section for role naming to the best practices guide.
2015-05-27added section for role naming to the best practices guide.Thomas Wiest
2015-05-27Merge pull request #251 from twiest/prThomas Wiest
Added 80 character SHOULD to style guide, added a better example for environment in core concepts, added ansible roles flat hierarchy to best practices
2015-05-27Added 80 character SHOULD to style guide, added a better example for ↵Thomas Wiest
environment in core concepts, added ansible roles flat hierarchy to best practices
2015-05-26Merge pull request #250 from twiest/prThomas Wiest
removed references to 'we'
2015-05-26removed references to 'we'Thomas Wiest
2015-05-26Merge pull request #249 from kwoodson/dockerKenny Woodson
Docker storage role.
2015-05-26docker-storage role addedKenny Woodson
2015-05-26Merge pull request #246 from twiest/prThomas Wiest
Added concepts guide.
2015-05-26Added concepts guide.Thomas Wiest
2015-05-26Merge pull request #245 from twiest/remove_atomic_stuffThomas Wiest
removed references to atomic proxy.
2015-05-26removed references to atomic proxy.Thomas Wiest
2015-05-22Merge pull request #243 from twiest/prThomas Wiest
Added style and best practices guides
2015-05-22Added style and best practices guidesThomas Wiest
2015-05-22Merge pull request #234 from lhuard1A/remove_use_of_local_arp_cacheThomas Wiest
[libvirt cluster] Use net-dhcp-leases to find VMs’ IPs
2015-05-22Merge pull request #233 from jsafrane/devel/nfs-volumesThomas Wiest
Add nfs-volumes role.
2015-05-22Fix the remaining pylint warningsLénaïc Huard
2015-05-22Fix some of the pylint warningsLénaïc Huard
2015-05-22[libvirt cluster] Use net-dhcp-leases to find VMs’ IPsLénaïc Huard
Query libvirt’s DHCP leases rather than inspecting the host’s ARP cache to find the VMs’ IPs.
2015-05-21Merge pull request #240 from kwoodson/disable_pylint_fixmeKenny Woodson
Updating pylintrc settings.
2015-05-21Updated settings for pylintrc.Kenny Woodson
2015-05-21Merge pull request #239 from tdawson/201505UpdateAMITroy Dawson
Update online ami image
2015-05-21Update online ami imageTroy Dawson
2015-05-21Merge pull request #238 from detiber/skydnsPortFixThomas Wiest
openshift_master open port for skydns service
2015-05-21Merge pull request #235 from detiber/awsNoPublicWesley Hearn
Guard against missing aws metadata for hostnames/ips
2015-05-21Merge pull request #237 from detiber/ansibleVerCheckThomas Wiest
Verify ansible is greater than 1.8.0 and not 1.9.0
2015-05-21Merge pull request #236 from detiber/byoMasterFixThomas Wiest
BYO playbook fix
2015-05-20openshift_master open port for skydns serviceJason DeTiberus