summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* add the necessary URLs for logging and metricsgit0012015-12-222-0/+8
| | | | | | | | | | | | | | add the necessary URLs for logging and metrics use the dict in the right way add the new variables into the hosts file add the new variables into the hosts file add the new variables into the hosts file Adopted the config text
* Merge pull request #1086 from sdodson/xpaas-1.2-jboss-fuseThomas Wiest2015-12-1742-458/+6825
|\ | | | | Xpaas 1.2 and JBOSS Fuse examples
| * Add jboss-fuse/application-templates/fis-image-streams.jsonScott Dodson2015-12-172-0/+57
| |
| * Update from jboss-openshift/application-templates ose-v1.2.0-1Scott Dodson2015-12-1741-458/+6768
| |
* | change dns triggers to averageJoel Diaz2015-12-171-2/+2
| |
* | add item/trigger for dns tests on all currently running containersJoel Diaz2015-12-171-0/+10
|/
* fix logic to tolerate occasional failuresJoel Diaz2015-12-171-1/+1
|
* change ovs mount to /var/run/openvswitchJoel Diaz2015-12-161-1/+1
| | | | will not require a container restart if openvswitch service is restarted
* split zagg.server.processor.errors into separate heartbeat and metrics error ↵Thomas Wiest2015-12-161-3/+13
| | | | items (needed since the scripts are split now).
* Merge pull request #1069 from joelddiaz/docker-dnsJoel Diaz2015-12-151-0/+10
|\ | | | | Add zabbix values to track docker container DNS results
| * Add zabbix values to track docker container DNS resultsJoel Diaz2015-12-151-0/+10
| |
* | Merge pull request #1067 from dgoodwin/node-registry-bugThomas Wiest2015-12-151-2/+2
|\ \ | | | | | | Fix registry modification for new deployment types.
| * | Fix registry modification for new deployment types.Devan Goodwin2015-12-151-2/+2
| | | | | | | | | | | | | | | New deployment types were missed when installing with additional docker registries.
* | | Merge pull request #1057 from EricMountain-1A/fix-node-network-fail-4githubThomas Wiest2015-12-152-4/+4
|\ \ \ | |/ / |/| | Fix typos that cause master/node restarts which break openshift SDN setup
| * | Fixes typo when setting facts to record whether master/node has been ↵Eric Mountain2015-12-142-4/+4
| | | | | | | | | | | | | | | | | | restarted already, to decide whether notify handler should do so or not. Currently, this causes random SDN network setup failures as openshift-node gets restarted while the setup script is running, and the subsequent start fails to configure the SDN because it thinks it's already done.
* | | Zabbix: added trigger to monitor app create over the last hourMatt Woodson2015-12-141-0/+8
| | |
* | | added 'Template Zagg Server'Thomas Wiest2015-12-142-0/+49
|/ /
* / Change controllers service type to simple.Andrew Butcher2015-12-112-6/+1
|/
* Merge pull request #1044 from joelddiaz/zbx-actionJoel Diaz2015-12-101-6/+120
|\ | | | | add support for remote command actions
| * add support for remote command actionsJoel Diaz2015-12-091-6/+120
| | | | | | | | no support for anything but custom scripts at this time
* | Merge pull request #1030 from jtslear/make-examples-optionalBrenton Leanhardt2015-12-103-1/+10
|\ \ | | | | | | Make the install of openshift_examples optional
| * | Make the install of openshift_examples optionalJohn T Skarbek2015-12-093-1/+10
| | | | | | | | | | | | | | | * Allows us to make it optional to run the role `openshift_examples` * Defaults to true
* | | Install base package in openshift_common for version factsAndrew Butcher2015-12-101-0/+6
| | |
* | | Remove yum / dnf duplicationScott Dodson2015-12-0930-262/+46
| | |
* | | Merge pull request #1040 from abutcher/pacemaker-passBrenton Leanhardt2015-12-091-7/+2
|\ \ \ | | | | | | | | Squash pcs install into one task.
| * | | Squash pcs install into one task.Andrew Butcher2015-12-091-7/+2
| |/ /
* | | Merge pull request #1039 from sdodson/fix-version-dependent-contentBrenton Leanhardt2015-12-094-866/+76
|\ \ \ | |/ / |/| | Fix version dependent image streams
| * | Fix version dependent image streamsScott Dodson2015-12-094-866/+76
| | |
* | | Merge pull request #1020 from abutcher/pre-3.1-dnsipBrenton Leanhardt2015-12-081-1/+4
|\ \ \ | |_|/ |/| | Default 3.0.x dnsIP
| * | Pass in and use first_master_ip as dnsIP for pre 3.1 nodes.Andrew Butcher2015-12-081-1/+4
| | |
* | | Merge pull request #1036 from joelddiaz/zbx-actionJoel Diaz2015-12-081-2/+2
|\ \ \ | | | | | | | | Fix absent state
| * | | Fix delete stateJoel Diaz2015-12-081-2/+2
| | | |
* | | | Merge pull request #1011 from sdodson/sync-examplesBrenton Leanhardt2015-12-0817-67/+259
|\ \ \ \ | |_|_|/ |/| | | Sync db-templates, image-streams, and quickstart-templates
| * | | Update sync db-templates, image-streams, and quickstart-templatesScott Dodson2015-12-0217-67/+259
| | | |
* | | | 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