summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Dockerfile not to clone openshift-ansible repo.Avesh Agarwal2015-08-142-4/+6
| | | | | Movied Dockerfile to openshift-ansible repo root and updated README_ANSIBLE_CONTAINER.md file.
* Removed white spaces.Avesh Agarwal2015-08-141-4/+1
|
* Renamed README_ANSIBLE to README_ANSIBLE_CONTAINER as per feedback.Avesh Agarwal2015-08-141-0/+0
|
* Added README_ANSIBLE.md file that contains instructions to build and runAvesh Agarwal2015-08-142-2/+20
| | | | | ansible in a docker container, and also modified Dockerfile to replace CMD with ENTRYPOINT to run the container as executable.
* Changes to Dockerfile to make it work with openshift-ansible andAvesh Agarwal2015-08-141-10/+3
| | | | also added privileged flag to allow sharing host network and host dirs.
* add RHEL7 DockerfileAaron Weitekamp2015-08-141-0/+22
| | | | | | | 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
* Merge pull request #475 from wshearn/fix_labelWesley Hearn2015-08-141-1/+1
|\ | | | | Skip node label if labels are empty
| * Skip node label if labels are emptyWesley Hearn2015-08-141-1/+1
|/
* Merge pull request #466 from sdodson/require-etcd-2Brenton Leanhardt2015-08-141-1/+1
|\ | | | | Require etcd-2.*
| * Require etcd 2.*Scott Dodson2015-08-131-1/+1
| | | | | | | | | | | | | | 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.
* | Merge pull request #473 from lhuard1A/fix_pylintWesley Hearn2015-08-141-2/+2
|\ \ | | | | | | Fix pylint errors on oo_filters.py
| * | Fix pylint errors on oo_filters.pyLénaïc Huard2015-08-141-2/+2
| | |
* | | Merge pull request #467 from detiber/fixNodeLabelingWesley Hearn2015-08-142-5/+5
|\ \ \ | | | | | | | | Fix for node labeling where internal node name != inventory_hostname
| * | | Fix for node labeling where internal node name != inventory_hostnameJason DeTiberus2015-08-132-5/+5
| | |/ | |/|
* | | Merge pull request #407 from aveshagarwal/ae-ansible-merge-authBrenton Leanhardt2015-08-141-1/+1
|\ \ \ | | | | | | | | Enable htpasswd by default in the example hosts file.
| * | | Enable htpasswd by default in the example hosts file.Avesh Agarwal2015-08-131-1/+1
| | |/ | |/|
* | | Merge pull request #464 from dak1n1/fix_pauseStefanie Forrester2015-08-131-1/+1
|\ \ \ | |_|/ |/| | pause for a minimum of 15 seconds
| * | make sure that number is an intStefanie Forrester2015-08-131-1/+1
| | |
| * | pause for a minimum of 15 secondsStefanie Forrester2015-08-131-1/+1
|/ /
* | Merge pull request #450 from detiber/addDefaultNodeSelectorThomas Wiest2015-08-133-1/+5
|\ \ | |/ |/| Add support for setting default node selector
| * Add support for setting default node selectorJason DeTiberus2015-08-123-1/+5
| |
* | Merge pull request #416 from spinolacastro/fix_labelsWesley Hearn2015-08-124-1/+32
|\ \ | |/ |/| Fix node labeling. Issue #305
| * Notes for schedule behavior.Diego Castro (dscastro)2015-08-121-0/+12
| |
| * Don't try to label node if there's no labelsDiego Castro2015-08-101-0/+2
| |
| * Fix node labelsDiego Castro2015-08-102-7/+3
| |
| * Applying changes suggested by @sdodsonDiego Castro (dscastro)2015-08-041-3/+3
| |
| * Fix node labeling. Issue #305Diego Castro2015-08-043-1/+22
| |
* | Merge pull request #429 from spinolacastro/custom_corsBrenton Leanhardt2015-08-123-1/+7
|\ \ | | | | | | Custom cors configuration
| * | Fix Custom CorsDiego Castro2015-08-123-1/+7
| |/
* | Merge pull request #454 from kwoodson/cleanupKenny Woodson2015-08-125-84/+2
|\ \ | | | | | | zbx_item fix and removed files
| * | zbx item now uses key as default name. Clean up.Kenny Woodson2015-08-125-84/+2
|/ /
* | Merge pull request #451 from kwoodson/completionKenny Woodson2015-08-124-8/+29
|\ \ | | | | | | bash completion fix.
| * | Updated to read config first and default to users home dirKenny Woodson2015-08-124-8/+29
|/ /
* | Merge pull request #440 from lhuard1A/infra_node_support_openstackThomas Wiest2015-08-123-11/+105
|\ \ | | | | | | Infra node support for OpenStack
| * | Infra node support for OpenStackLénaïc Huard2015-08-123-11/+105
| | |
* | | Merge pull request #381 from pat2man/aws-fixesThomas Wiest2015-08-122-3/+42
|\ \ \ | | | | | | | | Switch to Centos and enable SDN on origin.
| * | | Switch to Centos and enable SDN on origin.Patrick Tescher2015-07-222-3/+42
| | | | | | | | | | | | | | | | | | | | | | | | Fedora 21 doesn’t seem to have docker 1.6.2. Centos does. Also without SDN networking was not working on AWS.
* | | | Merge pull request #441 from lhuard1A/ansible_host_key_checking_falseThomas Wiest2015-08-121-0/+10
|\ \ \ \ | | | | | | | | | | Prevent Ansible from serializing tasks
| * | | | Prevent Ansible from serializing tasksLénaïc Huard2015-08-111-0/+10
| | |/ / | |/| | | | | | | | | | even if the ssh known_host file misses the ssh public host keys of the servers.
* | | | Merge pull request #446 from kwoodson/idemKenny Woodson2015-08-1117-676/+1406
|\ \ \ \ | | | | | | | | | | Zabbix Idempotent module
| * | | | Zabbix IdempotencyKenny Woodson2015-08-1117-676/+1406
| | | | |
* | | | | Merge pull request #445 from mwoodson/remove_monitorMatt Woodson2015-08-113-133/+0
|\ \ \ \ \ | |/ / / / |/| | | | removed deploy monitoring containders
| * | | | removed deploy monitoring containdersMatt Woodson2015-08-113-133/+0
|/ / / /
* | | | Merge pull request #442 from lhuard1A/infra_node_support_libvirtWesley Hearn2015-08-111-1/+1
|\ \ \ \ | |/ / / |/| | | Fix infra node support on libvirt
| * | | Fix infra node support on libvirtLénaïc Huard2015-08-111-1/+1
|/ / /
* | | Merge pull request #439 from wshearn/online_use_offical_registryWesley Hearn2015-08-101-2/+1
|\ \ \ | | | | | | | | Use the official redhat registry for online
| * | | Use the official redhat registry for onlineWesley Hearn2015-08-101-2/+1
|/ / /
* | | Merge pull request #435 from dak1n1/numnode_pauseStefanie Forrester2015-08-071-2/+2
|\ \ \ | | | | | | | | take number of nodes into account when pausing
| * | | take number of nodes into account when pausingStefanie Forrester2015-08-071-2/+2
|/ / /
* | | Merge pull request #431 from dak1n1/tdagent_pauseStefanie Forrester2015-08-061-0/+3
|\ \ \ | | | | | | | | added pause before td-agent restart