summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1109 from abutcher/equal-signBrenton Leanhardt2016-01-051-1/+1
|\ | | | | Fix typo in etcd service status fact.
| * Fix typo in etcd service status fact.Andrew Butcher2016-01-041-1/+1
| |
* | Merge pull request #1105 from EricMountain-1A/fix-restart-docker-handlerBrenton Leanhardt2016-01-043-4/+10
|\ \ | | | | | | Fix Docker restart handling
| * | Fixes typo assigning docker_service_status_changed which leads to ↵Eric Mountain2015-12-293-4/+10
| | | | | | | | | | | | | | | | | | misinterpretation in handler. Fixes Docker restart handling to ensure openshift_docker role does restart Docker on change.
* | | Merge pull request #1110 from abutcher/argsBrenton Leanhardt2016-01-041-2/+2
|\ \ \ | | | | | | | | Fix osm_controller_args and osm_api_server_args settings.
| * | | Fix osm_controller_args and osm_api_server_args settings.Andrew Butcher2016-01-041-2/+2
| | |/ | |/|
* | | Merge pull request #1050 from enoodle/propose_manageiq_as_defaultBrenton Leanhardt2016-01-041-1/+1
|\ \ \ | |/ / |/| | Propose adding ManageIQ service account by default
| * | Adding ManageIQ service account by defaultenoodle2015-12-301-1/+1
| |/ | | | | | | Signed-off-by: enoodle <efreiber@redhat.com>
* | Merge pull request #1101 from sdodson/bz1292684Brenton Leanhardt2016-01-041-1/+1
|\ \ | | | | | | Install iptables, iptables-services when not is_aotmic
| * | Install iptables, iptables-services when not is_aotmicScott Dodson2015-12-221-1/+1
| | |
* | | Merge pull request #951 from abutcher/nfsWesley Hearn2016-01-048-3/+154
|\ \ \ | | | | | | | | NFS for registry storage
| * | | Create nfs host group with registry volume attachment.Andrew Butcher2015-12-158-3/+154
| | | |
* | | | Fix restart handlers.Andrew Butcher2015-12-266-10/+10
| |_|/ |/| |
* | | Merge pull request #1096 from git001/masterBrenton Leanhardt2015-12-242-0/+8
|\ \ \ | | | | | | | | Add the new metrics and logging urls v2
| * | | 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 #1094 from abutcher/notifyBrenton Leanhardt2015-12-243-2/+9
|\ \ \ \ | | | | | | | | | | Reset Type=notify for controllers service
| * | | | Conditionalize for 3.1.1/1.1.1Andrew Butcher2015-12-182-0/+9
| | | | |
| * | | | Use notify for workaround controllers unit.Andrew Butcher2015-12-182-3/+1
| |/ / /
* | | / Install all xpaas streams when enabledScott Dodson2015-12-221-1/+1
| |_|/ |/| |
* | | Merge pull request #808 from sdodson/containersBrenton Leanhardt2015-12-1956-117/+674
|\ \ \ | |/ / |/| | Containerized install with SDN support
| * | Add some guards to wait for images to be pulled before moving onScott Dodson2015-12-164-6/+63
| | |
| * | Install httpd-tools when not is_atomicScott Dodson2015-12-161-1/+1
| | |
| * | Fix containerized variableScott Dodson2015-12-151-1/+1
| | |
| * | Skip yum/dnf ops when is_containerizedScott Dodson2015-12-1518-15/+34
| | |
| * | Move all docker config into openshift_docker to minimize docker restartsScott Dodson2015-12-153-8/+31
| | |
| * | Add openshift_cli roleScott Dodson2015-12-156-18/+68
| | | | | | | | | | | | | | | | | | This role ensures that the clients package is installed or if it's a containerized install places a wrapper script in /usr/local/bin/openshift and symlinks for oc, oadm, and kubectl.
| * | pull docker images only if not already presentJason DeTiberus2015-12-154-10/+41
| | |
| * | fixesJason DeTiberus2015-12-1511-83/+102
| | |
| * | Containerization work by @sdodsonScott Dodson2015-12-1538-165/+375
| | |
| * | Initial containerization work from @ibottyTobias Florek2015-12-1527-21/+169
| | | | | | | | | | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* | | 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