Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #808 from sdodson/containers | Brenton Leanhardt | 2015-12-19 | 56 | -117/+674 |
|\ | | | | | Containerized install with SDN support | ||||
| * | Add some guards to wait for images to be pulled before moving on | Scott Dodson | 2015-12-16 | 4 | -6/+63 |
| | | |||||
| * | Install httpd-tools when not is_atomic | Scott Dodson | 2015-12-16 | 1 | -1/+1 |
| | | |||||
| * | Fix containerized variable | Scott Dodson | 2015-12-15 | 1 | -1/+1 |
| | | |||||
| * | Skip yum/dnf ops when is_containerized | Scott Dodson | 2015-12-15 | 18 | -15/+34 |
| | | |||||
| * | Move all docker config into openshift_docker to minimize docker restarts | Scott Dodson | 2015-12-15 | 3 | -8/+31 |
| | | |||||
| * | Add openshift_cli role | Scott Dodson | 2015-12-15 | 6 | -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 present | Jason DeTiberus | 2015-12-15 | 4 | -10/+41 |
| | | |||||
| * | fixes | Jason DeTiberus | 2015-12-15 | 11 | -83/+102 |
| | | |||||
| * | Containerization work by @sdodson | Scott Dodson | 2015-12-15 | 38 | -165/+375 |
| | | |||||
| * | Initial containerization work from @ibotty | Tobias Florek | 2015-12-15 | 27 | -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-fuse | Thomas Wiest | 2015-12-17 | 42 | -458/+6825 |
|\ \ | | | | | | | Xpaas 1.2 and JBOSS Fuse examples | ||||
| * | | Add jboss-fuse/application-templates/fis-image-streams.json | Scott Dodson | 2015-12-17 | 2 | -0/+57 |
| | | | |||||
| * | | Update from jboss-openshift/application-templates ose-v1.2.0-1 | Scott Dodson | 2015-12-17 | 41 | -458/+6768 |
| | | | |||||
* | | | change dns triggers to average | Joel Diaz | 2015-12-17 | 1 | -2/+2 |
| | | | |||||
* | | | add item/trigger for dns tests on all currently running containers | Joel Diaz | 2015-12-17 | 1 | -0/+10 |
|/ / | |||||
* | | fix logic to tolerate occasional failures | Joel Diaz | 2015-12-17 | 1 | -1/+1 |
| | | |||||
* | | change ovs mount to /var/run/openvswitch | Joel Diaz | 2015-12-16 | 1 | -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 Wiest | 2015-12-16 | 1 | -3/+13 |
| | | | | | | | | items (needed since the scripts are split now). | ||||
* | | Merge pull request #1069 from joelddiaz/docker-dns | Joel Diaz | 2015-12-15 | 1 | -0/+10 |
|\ \ | |/ |/| | Add zabbix values to track docker container DNS results | ||||
| * | Add zabbix values to track docker container DNS results | Joel Diaz | 2015-12-15 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #1067 from dgoodwin/node-registry-bug | Thomas Wiest | 2015-12-15 | 1 | -2/+2 |
|\ \ | | | | | | | Fix registry modification for new deployment types. | ||||
| * | | Fix registry modification for new deployment types. | Devan Goodwin | 2015-12-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | New deployment types were missed when installing with additional docker registries. | ||||
* | | | Merge pull request #1057 from EricMountain-1A/fix-node-network-fail-4github | Thomas Wiest | 2015-12-15 | 2 | -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 Mountain | 2015-12-14 | 2 | -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 hour | Matt Woodson | 2015-12-14 | 1 | -0/+8 |
| | | | |||||
* | | | added 'Template Zagg Server' | Thomas Wiest | 2015-12-14 | 2 | -0/+49 |
|/ / | |||||
* / | Change controllers service type to simple. | Andrew Butcher | 2015-12-11 | 2 | -6/+1 |
|/ | |||||
* | Merge pull request #1044 from joelddiaz/zbx-action | Joel Diaz | 2015-12-10 | 1 | -6/+120 |
|\ | | | | | add support for remote command actions | ||||
| * | add support for remote command actions | Joel Diaz | 2015-12-09 | 1 | -6/+120 |
| | | | | | | | | no support for anything but custom scripts at this time | ||||
* | | Merge pull request #1030 from jtslear/make-examples-optional | Brenton Leanhardt | 2015-12-10 | 3 | -1/+10 |
|\ \ | | | | | | | Make the install of openshift_examples optional | ||||
| * | | Make the install of openshift_examples optional | John T Skarbek | 2015-12-09 | 3 | -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 facts | Andrew Butcher | 2015-12-10 | 1 | -0/+6 |
| | | | |||||
* | | | Remove yum / dnf duplication | Scott Dodson | 2015-12-09 | 30 | -262/+46 |
| | | | |||||
* | | | Merge pull request #1040 from abutcher/pacemaker-pass | Brenton Leanhardt | 2015-12-09 | 1 | -7/+2 |
|\ \ \ | | | | | | | | | Squash pcs install into one task. | ||||
| * | | | Squash pcs install into one task. | Andrew Butcher | 2015-12-09 | 1 | -7/+2 |
| |/ / | |||||
* | | | Merge pull request #1039 from sdodson/fix-version-dependent-content | Brenton Leanhardt | 2015-12-09 | 4 | -866/+76 |
|\ \ \ | |/ / |/| | | Fix version dependent image streams | ||||
| * | | Fix version dependent image streams | Scott Dodson | 2015-12-09 | 4 | -866/+76 |
| | | | |||||
* | | | Merge pull request #1020 from abutcher/pre-3.1-dnsip | Brenton Leanhardt | 2015-12-08 | 1 | -1/+4 |
|\ \ \ | |_|/ |/| | | Default 3.0.x dnsIP | ||||
| * | | Pass in and use first_master_ip as dnsIP for pre 3.1 nodes. | Andrew Butcher | 2015-12-08 | 1 | -1/+4 |
| | | | |||||
* | | | Merge pull request #1036 from joelddiaz/zbx-action | Joel Diaz | 2015-12-08 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fix absent state | ||||
| * | | | Fix delete state | Joel Diaz | 2015-12-08 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #1011 from sdodson/sync-examples | Brenton Leanhardt | 2015-12-08 | 17 | -67/+259 |
|\ \ \ \ | |_|_|/ |/| | | | Sync db-templates, image-streams, and quickstart-templates | ||||
| * | | | Update sync db-templates, image-streams, and quickstart-templates | Scott Dodson | 2015-12-02 | 17 | -67/+259 |
| | | | | |||||
* | | | | Merge pull request #996 from lhuard1A/openstack_etcd | Thomas Wiest | 2015-12-04 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Add etcd nodes management in OpenStack | ||||
| * | | | | Add etcd nodes management in OpenStack | Lénaïc Huard | 2015-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Fixes #472 | ||||
* | | | | | Merge pull request #1016 from joelddiaz/move-docker-timeout-workaround | Joel Diaz | 2015-12-04 | 6 | -129/+57 |
|\ \ \ \ \ | | | | | | | | | | | | | bring the docker udev workaround into openshift-ansible.git | ||||
| * | | | | | bring the docker udev workaround into openshift-ansible.git | Joel Diaz | 2015-12-04 | 6 | -129/+57 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #988 from dak1n1/upgrades | Stefanie Forrester | 2015-12-04 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | added upgrade playbook for online | ||||
| * | | | | | added upgrade playbook for online | Stefanie Forrester | 2015-12-01 | 1 | -1/+1 |
| | | | | | |