summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
| * \ \ Added 80 character SHOULD to style guide, added a better example for ↵Thomas Wiest2015-05-273-21/+70
| |\ \ \ | | | | | | | | | | | | | | | environment in core concepts, added ansible roles flat hierarchy to best practices
* | \ \ \ Merge pull request #250 from twiest/prThomas Wiest2015-05-263-10/+10
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / removed references to 'we'
| * / / removed references to 'we'Thomas Wiest2015-05-263-10/+10
|/ / /
* | | Merge pull request #249 from kwoodson/dockerKenny Woodson2015-05-2610-198/+292
|\ \ \ | | | | | | | | Docker storage role.
| * | | docker-storage role addedKenny Woodson2015-05-2610-198/+292
| | | |
* | | | Merge pull request #246 from twiest/prThomas Wiest2015-05-263-1/+43
|\ \ \ \ | |/ / / |/| | | Added concepts guide.
| * | | Added concepts guide.Thomas Wiest2015-05-263-1/+43
|/ / /
* | | Merge pull request #245 from twiest/remove_atomic_stuffThomas Wiest2015-05-2637-812/+8
|\ \ \ | | | | | | | | removed references to atomic proxy.
| * | | removed references to atomic proxy.Thomas Wiest2015-05-2637-812/+8
|/ / /
* | | Merge pull request #243 from twiest/prThomas Wiest2015-05-222-0/+229
|\ \ \ | | | | | | | | Added style and best practices guides
| * | | Added style and best practices guidesThomas Wiest2015-05-222-0/+229
|/ / /
* | | Merge pull request #234 from lhuard1A/remove_use_of_local_arp_cacheThomas Wiest2015-05-222-51/+56
|\ \ \ | | | | | | | | [libvirt cluster] Use net-dhcp-leases to find VMs’ IPs
| * | | Fix the remaining pylint warningsLénaïc Huard2015-05-221-4/+28
| | | |
| * | | Fix some of the pylint warningsLénaïc Huard2015-05-221-22/+21
| | | |
| * | | [libvirt cluster] Use net-dhcp-leases to find VMs’ IPsLénaïc Huard2015-05-222-28/+10
| | | | | | | | | | | | | | | | | | | | Query libvirt’s DHCP leases rather than inspecting the host’s ARP cache to find the VMs’ IPs.
* | | | Merge pull request #233 from jsafrane/devel/nfs-volumesThomas Wiest2015-05-228-0/+444
|\ \ \ \ | |/ / / |/| | | Add nfs-volumes role.
| * | | Add nfs-volumes role.Jan Safranek2015-05-208-0/+444
| | | | | | | | | | | | | | | | | | | | | | | | This role is useful to use (physical) disks as persistent volumes in Kubernetes. It partitions the disks, exports the partitions as NFS shares and registers the shares as physical volumes at remote Kubernetes installation.
* | | | Merge pull request #240 from kwoodson/disable_pylint_fixmeKenny Woodson2015-05-211-2/+3
|\ \ \ \ | | | | | | | | | | Updating pylintrc settings.
| * | | | Updated settings for pylintrc.Kenny Woodson2015-05-211-2/+3
|/ / / /
* | | | Merge pull request #239 from tdawson/201505UpdateAMITroy Dawson2015-05-214-4/+4
|\ \ \ \ | | | | | | | | | | Update online ami image
| * | | | Update online ami imageTroy Dawson2015-05-214-4/+4
| | | | |
* | | | | Merge pull request #238 from detiber/skydnsPortFixThomas Wiest2015-05-211-1/+4
|\ \ \ \ \ | |/ / / / |/| | | | openshift_master open port for skydns service
| * | | | openshift_master open port for skydns serviceJason DeTiberus2015-05-201-1/+4
| |/ / /
* | | | Merge pull request #235 from detiber/awsNoPublicWesley Hearn2015-05-211-5/+5
|\ \ \ \ | | | | | | | | | | Guard against missing aws metadata for hostnames/ips
| * | | | Guard against missing aws metadata for hostnames/ipsJason DeTiberus2015-05-201-5/+5
| |/ / /
* | | | Merge pull request #237 from detiber/ansibleVerCheckThomas Wiest2015-05-211-0/+6
|\ \ \ \ | | | | | | | | | | Verify ansible is greater than 1.8.0 and not 1.9.0
| * | | | Verify ansible is greater than 1.8.0 and not 1.9.0Jason DeTiberus2015-05-201-0/+6
| |/ / /
* | | | Merge pull request #236 from detiber/byoMasterFixThomas Wiest2015-05-211-0/+2
|\ \ \ \ | | | | | | | | | | BYO playbook fix
| * | | | BYO playbook fixJason DeTiberus2015-05-201-0/+2
| |/ / / | | | | | | | | | | | | | | | | - Fix bug where playbooks/byo/config.yml would error if only a master is defined in the inventory.
* | | | Revert "oo_filters.py: oo_set_node_label"Wesley Hearn2015-05-201-34/+1
| | | | | | | | | | | | | | | | This reverts commit d04ddc76227db51fda8b1850a09a9c3cfd9125db.
* | | | Revert "Initial add of openshift_master_post"Wesley Hearn2015-05-206-205/+0
| | | | | | | | | | | | | | | | This reverts commit 294f2254b818c466ecf7ab71426a08b6dc99f89c.
* | | | Revert "Made a generic set_attr and set_attrs function to reduce dup code"Wesley Hearn2015-05-202-87/+32
| | | | | | | | | | | | | | | | This reverts commit 4da7b790d5eb8e870bd81208f7074bba81a0989b.