summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Do not monitor for etcd watchersMarek Mahut2016-02-221-5/+0
|
* remove old master registry item/triggersJoel Diaz2016-02-191-20/+0
|
* Merge pull request #1442 from abutcher/pv-failed-whenBrenton Leanhardt2016-02-191-2/+2
|\ | | | | Fix pv/c creation failed_when condition
| * Fix pv/c creation failed_when.Andrew Butcher2016-02-191-2/+2
| |
* | Fix 1.2 version checkJason DeTiberus2016-02-191-1/+1
| |
* | Merge pull request #1440 from sdodson/containerized-efkBrenton Leanhardt2016-02-181-1/+1
|\ \ | |/ |/| Add /var/log to containerized node mounts
| * Add /var/log to containerized node mountsScott Dodson2016-02-181-1/+1
| |
* | Don't make config files world readableScott Dodson2016-02-172-0/+9
|/
* Merge pull request #1427 from rharrison10/rharriso/dynRussell Harrison2016-02-171-1/+1
|\ | | | | Fix requiring state and providing a default
| * Fix requiring state and providing a defaultRussell Harrison2016-02-171-1/+1
| |
* | Merge pull request #1415 from joelddiaz/host-mon-registryJoel Diaz2016-02-171-1/+3
|\ \ | | | | | | bind in /etc/origin/node for non-master monitoring to be able to talk…
| * | bind in /etc/origin/node for non-master monitoring to be able to talk with ↵Joel Diaz2016-02-161-1/+3
| | | | | | | | | | | | master
* | | Merge pull request #1426 from joelddiaz/registry-node-itemsJoel Diaz2016-02-171-2/+18
|\ \ \ | | | | | | | | create registry items/triggers under Openshift Node
| * | | create registry items/triggers under Openshift NodeJoel Diaz2016-02-171-2/+18
| | | |
* | | | Merge pull request #1417 from rharrison10/rharriso/dynRussell Harrison2016-02-161-5/+25
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| Adding examples to the dyn_record module
| * | Add default to state paramRussell Harrison2016-02-161-1/+1
| | |
| * | Add type to record_type paramRussell Harrison2016-02-161-1/+1
| | |
| * | Add types to module paramsRussell Harrison2016-02-161-3/+3
| | |
| * | Adding examples to the dyn_record moduleRussell Harrison2016-02-161-0/+20
| | |
* | | add item to track docker-registry pingsJoel Diaz2016-02-161-0/+6
|/ /
* | Handle case where the user already had access to the sccBrenton Leanhardt2016-02-161-2/+5
| |
* | Refactoring the add-scc-to-user logicBrenton Leanhardt2016-02-162-38/+35
|/
* Bug 1308411 - Fail to install OSE 3.0 for no add-scc-to-user commandBrenton Leanhardt2016-02-151-1/+41
|
* Merge pull request #1404 from sdodson/docker-optionsBrenton Leanhardt2016-02-151-4/+6
|\ | | | | Add openshift_docker_options to append arbitrary options to
| * Add openshift_docker_options to append arbitrary options toScott Dodson2016-02-151-4/+6
| | | | | | | | /etc/sysconfig/docker OPTIONS
* | Bug 1308412 - Fail to install containerized HA master env on RHEL7Brenton Leanhardt2016-02-151-1/+1
|/
* Merge pull request #1390 from vishpat/nuage_parameter_changesBrenton Leanhardt2016-02-127-23/+23
|\ | | | | Changes for new Nuage RPMS
| * Changes for new Nuage RPMSVishal Patil2016-02-117-23/+23
| |
* | Merge pull request #1362 from detiber/fixLoopbackBrenton Leanhardt2016-02-123-34/+38
|\ \ | | | | | | Fix loopback cluster name, context name, and user
| * | conditionalize loopback config on v >= 3.2/1.2Jason DeTiberus2016-02-113-32/+35
| | |
| * | Fix loopback cluster name, context name, and userJason DeTiberus2016-02-111-2/+3
| | |
* | | Merge pull request #1324 from abutcher/fluentd-fixesBrenton Leanhardt2016-02-117-197/+0
|\ \ \ | | | | | | | | Remove fluentd_master and fluentd_node roles
| * | | Remove fluentd_master and fluentd_node roles.Andrew Butcher2016-02-087-189/+0
| | | |
| * | | Remove etcd up checks from fluentd_master.Andrew Butcher2016-02-041-8/+0
| | | |
* | | | Fixes pv/pvc creation for latest buildsJason DeTiberus2016-02-112-2/+4
| |/ / |/| |
* | | Bug 1306665 - [metrics] update metrics-deployer template to use latest image ↵Brenton Leanhardt2016-02-111-1/+1
| |/ |/| | | | | versions
* | use correct dict keyJoel Diaz2016-02-101-2/+2
| |
* | Merge pull request #1379 from joelddiaz/zbx-action-diffJoel Diaz2016-02-101-6/+6
|\ \ | | | | | | handle being passed an empty group list
| * | handle being passed an empty group listJoel Diaz2016-02-101-6/+6
| | | | | | | | | | | | | | | Previous version would have the behavior where when an empty list is passed, the zbx API call would return a list of all groups. So an action with no groups defined would default to having all groups added to the operations. Handle this by iterating one at a time through the list of provided groups. When an empty list is provided, and empty list is returned.
* | | Merge pull request #1363 from vishpat/kubeproxyBrenton Leanhardt2016-02-102-0/+4
|\ \ \ | | | | | | | | Enable selection of kubeproxy mode
| * | | Enable selection of kubeproxy modeVishal Patil2016-02-102-0/+4
| | | | | | | | | | | | | | | | Addressed review comments
* | | | Merge pull request #1370 from vanveele/iscsi-pluginBrenton Leanhardt2016-02-103-2/+10
|\ \ \ \ | | | | | | | | | | add iscsi storage_plugin dependency
| * | | | add default storage plugins to 'origin' deployment_typeRobert van Veelen2016-02-101-1/+1
| | | | |
| * | | | update defaults and examples w/ iscsi pluginRobert van Veelen2016-02-101-1/+1
| | | | |
| * | | | add iscsi storage_plugin dependencyRobert van Veelen2016-02-102-0/+8
| | | | |
* | | | | Merge pull request #1326 from detiber/bz1303939Brenton Leanhardt2016-02-108-45/+65
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix infra_node deployment
| * | | | consolidate oo_first_master post-config a bit, fix some roles that use ↵Jason DeTiberus2016-02-095-13/+21
| | | | | | | | | | | | | | | | | | | | openshift_facts without declaring a dependency
| * | | | openshift_serviceaccounts updatesJason DeTiberus2016-02-093-32/+44
| | | | | | | | | | | | | | | | | | | | | | | | | - make service account creation more flexible - create service accounts near where they are consumed
* | | | | Merge pull request #1374 from joelddiaz/ovs-trigger-calcJoel Diaz2016-02-101-2/+2
|\ \ \ \ \ | | | | | | | | | | | | trigger on two successive bad pid counts
| * | | | | trigger on two successive bad pid countsJoel Diaz2016-02-101-2/+2
| | | | | |