summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-14Renamed README_ANSIBLE to README_ANSIBLE_CONTAINER as per feedback.Avesh Agarwal
2015-08-14Added README_ANSIBLE.md file that contains instructions to build and runAvesh Agarwal
ansible in a docker container, and also modified Dockerfile to replace CMD with ENTRYPOINT to run the container as executable.
2015-08-14Changes to Dockerfile to make it work with openshift-ansible andAvesh Agarwal
also added privileged flag to allow sharing host network and host dirs.
2015-08-14add RHEL7 DockerfileAaron Weitekamp
This Dockerfile packages ansible and the playbook as a container image. It's a proof of concept as it makes some assumptions: - bindmounts private key ~/.ssh/id_rsa - default cmd executes the byo playbook
2015-08-14Merge pull request #475 from wshearn/fix_labelWesley Hearn
Skip node label if labels are empty
2015-08-14Skip node label if labels are emptyWesley Hearn
2015-08-14Merge pull request #466 from sdodson/require-etcd-2Brenton Leanhardt
Require etcd-2.*
2015-08-14Merge pull request #473 from lhuard1A/fix_pylintWesley Hearn
Fix pylint errors on oo_filters.py
2015-08-14Merge pull request #467 from detiber/fixNodeLabelingWesley Hearn
Fix for node labeling where internal node name != inventory_hostname
2015-08-14Merge pull request #407 from aveshagarwal/ae-ansible-merge-authBrenton Leanhardt
Enable htpasswd by default in the example hosts file.
2015-08-14Fix pylint errors on oo_filters.pyLénaïc Huard
2015-08-13Fix for node labeling where internal node name != inventory_hostnameJason DeTiberus
2015-08-13Merge pull request #464 from dak1n1/fix_pauseStefanie Forrester
pause for a minimum of 15 seconds
2015-08-13Require etcd 2.*Scott Dodson
Fixes #422 When etcd-2.1 is available in RHEL7 / Centos 7 we'll bumpt to that as it's considerably more stable with regard to WAL corruption and recovery.
2015-08-13make sure that number is an intStefanie Forrester
2015-08-13pause for a minimum of 15 secondsStefanie Forrester
2015-08-13Merge pull request #450 from detiber/addDefaultNodeSelectorThomas Wiest
Add support for setting default node selector
2015-08-13Enable htpasswd by default in the example hosts file.Avesh Agarwal
2015-08-12Merge pull request #416 from spinolacastro/fix_labelsWesley Hearn
Fix node labeling. Issue #305
2015-08-12Add support for setting default node selectorJason DeTiberus
2015-08-12Merge pull request #429 from spinolacastro/custom_corsBrenton Leanhardt
Custom cors configuration
2015-08-12Merge pull request #454 from kwoodson/cleanupKenny Woodson
zbx_item fix and removed files
2015-08-12zbx item now uses key as default name. Clean up.Kenny Woodson
2015-08-12Merge pull request #451 from kwoodson/completionKenny Woodson
bash completion fix.
2015-08-12Updated to read config first and default to users home dirKenny Woodson
2015-08-12Notes for schedule behavior.Diego Castro (dscastro)
2015-08-12Fix Custom CorsDiego Castro
2015-08-12Merge pull request #440 from lhuard1A/infra_node_support_openstackThomas Wiest
Infra node support for OpenStack
2015-08-12Merge pull request #381 from pat2man/aws-fixesThomas Wiest
Switch to Centos and enable SDN on origin.
2015-08-12Merge pull request #441 from lhuard1A/ansible_host_key_checking_falseThomas Wiest
Prevent Ansible from serializing tasks
2015-08-12Infra node support for OpenStackLénaïc Huard
2015-08-11Merge pull request #446 from kwoodson/idemKenny Woodson
Zabbix Idempotent module
2015-08-11Zabbix IdempotencyKenny Woodson
2015-08-11Merge pull request #445 from mwoodson/remove_monitorMatt Woodson
removed deploy monitoring containders
2015-08-11removed deploy monitoring containdersMatt Woodson
2015-08-11Merge pull request #442 from lhuard1A/infra_node_support_libvirtWesley Hearn
Fix infra node support on libvirt
2015-08-11Fix infra node support on libvirtLénaïc Huard
2015-08-11Prevent Ansible from serializing tasksLénaïc Huard
even if the ssh known_host file misses the ssh public host keys of the servers.
2015-08-10Merge pull request #439 from wshearn/online_use_offical_registryWesley Hearn
Use the official redhat registry for online
2015-08-10Use the official redhat registry for onlineWesley Hearn
2015-08-10Don't try to label node if there's no labelsDiego Castro
2015-08-10Fix node labelsDiego Castro
2015-08-07Merge pull request #435 from dak1n1/numnode_pauseStefanie Forrester
take number of nodes into account when pausing
2015-08-07take number of nodes into account when pausingStefanie Forrester
2015-08-06Merge pull request #431 from dak1n1/tdagent_pauseStefanie Forrester
added pause before td-agent restart
2015-08-06Merge pull request #432 from kwoodson/exampleKenny Woodson
Added example
2015-08-06example addedKenny Woodson
2015-08-06added pause before td-agent restartStefanie Forrester
2015-08-06Merge pull request #430 from sdodson/revert-423-namespace-inventoryBrenton Leanhardt
Revert "namespace the byo inventory so the group names aren't so gene…
2015-08-06Revert "namespace the byo inventory so the group names aren't so generic"Scott Dodson