summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #996 from lhuard1A/openstack_etcdThomas Wiest2015-12-041-1/+1
|\ | | | | Add etcd nodes management in OpenStack
| * Add etcd nodes management in OpenStackLénaïc Huard2015-11-181-1/+1
| | | | | | | | Fixes #472
* | Merge pull request #1016 from joelddiaz/move-docker-timeout-workaroundJoel Diaz2015-12-046-129/+57
|\ \ | | | | | | bring the docker udev workaround into openshift-ansible.git
| * | bring the docker udev workaround into openshift-ansible.gitJoel Diaz2015-12-046-129/+57
| | |
* | | Merge pull request #988 from dak1n1/upgradesStefanie Forrester2015-12-041-1/+1
|\ \ \ | | | | | | | | added upgrade playbook for online
| * | | added upgrade playbook for onlineStefanie Forrester2015-12-011-1/+1
| | | |
* | | | Merge pull request #1025 from mwoodson/master_checksMatt Woodson2015-12-041-0/+3
|\ \ \ \ | | | | | | | | | | Zabbix: put in a note about trigger prototype dependency
| * | | | Zabbix: put in a note about trigger prototype dependencyMatt Woodson2015-12-041-0/+3
| | | | |
* | | | | Merge pull request #983 from enoodle/manageiq_serviceBrenton Leanhardt2015-12-044-1/+76
|\ \ \ \ \ | |/ / / / |/| | | | Adding ManageIQ service account
| * | | | ManageIQ Service Account: added role for ManageIQ service accountenoodle2015-12-044-1/+76
| | | | | | | | | | | | | | | | | | | | Signed-off-by: enoodle <efreiber@redhat.com>
* | | | | Zabbix: added dependency for inode disk checkMatt Woodson2015-12-041-5/+7
| | | | |
* | | | | Zabbix: added dependency for disk checkMatt Woodson2015-12-041-5/+8
| | | | |
* | | | | zabbix: removed ethernet graphsMatt Woodson2015-12-041-12/+0
| | | | |
* | | | | Zabbix: added trigger dependencies to certain master checksMatt Woodson2015-12-041-26/+37
| | | | |
* | | | | added the pv zabbix keysMatt Woodson2015-12-031-0/+30
| | | | |
* | | | | Merge pull request #1012 from abutcher/dns-ip-overrideBrenton Leanhardt2015-12-034-19/+10
|\ \ \ \ \ | |_|_|/ / |/| | | | Refactor dns options and facts
| * | | | Refactor dns options and facts.Andrew Butcher2015-12-034-19/+10
| | | | |
* | | | | Merge pull request #1010 from abutcher/pacemaker-countBrenton Leanhardt2015-12-031-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Use masterCount=1 with pacemaker ha
| * | | | | Configured master count should be 1 for pacemaker ha.Andrew Butcher2015-12-021-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #966 from maxamillion/fedoraWesley Hearn2015-12-0231-16/+231
|\ \ \ \ \ | |_|/ / / |/| | | | Fedora changes:
| * | | | Fedora changes:Adam Miller2015-12-0231-16/+231
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* / / / added docker registry cluster checkMatt Woodson2015-12-011-0/+11
|/ / /
* | | Merge pull request #964 from detiber/safePatchBrenton Leanhardt2015-11-302-5/+7
|\ \ \ | | | | | | | | Safe patch
| * | | Set api version for oc commandsJason DeTiberus2015-11-302-5/+7
| | | |
* | | | Merge pull request #975 from detiber/fixSELinuxBoolTestBrenton Leanhardt2015-11-301-1/+1
|\ \ \ \ | |/ / / |/| | | Fix failure when seboolean not present
| * | | Fix failure when seboolean not presentJason DeTiberus2015-11-241-1/+1
| | | |
* | | | Merge pull request #971 from detiber/refreshCacheBrenton Leanhardt2015-11-302-0/+8
|\ \ \ \ | | | | | | | | | | Update openshift_repos to refresh package cache on changes
| * | | | Update openshift_repos to refresh package cache on changesJason DeTiberus2015-11-242-0/+8
| |/ / /
* | / / Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular templateKenjiro Nakayama2015-11-304-8/+8
| |/ / |/| |
* | | Merge pull request #967 from detiber/setHostnameBrenton Leanhardt2015-11-241-0/+13
|\ \ \ | | | | | | | | Rework setting of hostname
| * | | Rework setting of hostnameJason DeTiberus2015-11-241-0/+13
| | | | | | | | | | | | | | | | | | | | - set the hostname for all installs < 3.1 or 1.1 - provide a new variable openshift_set_hostname to override default behavior
* | | | added graphsMatt Woodson2015-11-244-0/+110
|/ / /
* | | Merge pull request #974 from kwoodson/actionfixKenny Woodson2015-11-241-2/+5
|\ \ \ | | | | | | | | Fixed a bug. opsconditions now updates propertly.
| * | | Fixed a bug in the actions. It now supports changing opconditionsKenny Woodson2015-11-241-2/+5
| | | |
* | | | Merge pull request #970 from detiber/nodeIPBrenton Leanhardt2015-11-243-1/+4
|\ \ \ \ | |/ / / |/| | | Conditionally set the nodeIP
| * | | Conditionally set the nodeIPJason DeTiberus2015-11-243-1/+4
| |/ /
* / / Adding zbx_graph supportKenny Woodson2015-11-232-0/+662
|/ /
* | Merge pull request #909 from detiber/mappingMethodBrenton Leanhardt2015-11-233-99/+29
|\ \ | | | | | | Add mappingMethod to identityProviders config
| * | Use the identity_providers from openshift_facts instead of always using the ↵Jason DeTiberus2015-11-231-1/+1
| | | | | | | | | | | | inventory variable
| * | Refactor master identity provider configurationJason DeTiberus2015-11-233-99/+29
| | | | | | | | | | | | | | | | | | - Remote template in favor of a filter plugin - Add additional validation for identity provider config - Add mappingMethod attribute for identity providers, default to 'claim'
* | | Modified step params to be in order when passed as a listKenny Woodson2015-11-231-1/+9
|/ /
* | Merge pull request #929 from sdodson/fix-30-imagestreamsBrenton Leanhardt2015-11-20114-6/+22520
|\ \ | | | | | | Install version dependent image streams for v1.0 and v1.1
| * | Install version dependent image streams for v1.0 and v1.1Scott Dodson2015-11-18114-6/+22520
| | |
* | | Merge pull request #924 from detiber/noSetHostnameBrenton Leanhardt2015-11-201-3/+0
|\ \ \ | | | | | | | | Do not update the hostname
| * | | Do not update the hostnameJason DeTiberus2015-11-171-3/+0
| | | |
* | | | Merge pull request #939 from mwoodson/master_checksMatt Woodson2015-11-191-0/+82
|\ \ \ \ | | | | | | | | | | added metric quantile items to zabbix
| * | | | added metric items to zabbix for openshift onlineMatt Woodson2015-11-191-0/+82
| | | | |
* | | | | Merge pull request #940 from kwoodson/usergrpfixKenny Woodson2015-11-191-22/+42
|\ \ \ \ \ | |/ / / / |/| | | | Added the ability to add users to usergroups through the zbx_usergroups module.
| * | | | Updating usergroups to accept usersKenny Woodson2015-11-191-22/+42
| | | | |
* | | | | Merge pull request #881 from abutcher/namedCertRefactorBrenton Leanhardt2015-11-192-15/+38
|\ \ \ \ \ | |/ / / / |/| | | | Refactor named certficates