Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct firewall install for openshift-nfs | Russell Teague | 2017-09-15 | 1 | -0/+6 |
| | |||||
* | Merge pull request #5382 from mtnbikenc/add-lb-config | Scott Dodson | 2017-09-14 | 1 | -0/+6 |
|\ | | | | | Add loadbalancer config entry point | ||||
| * | Add loadbalancer config entry point | Russell Teague | 2017-09-13 | 1 | -0/+6 |
| | | |||||
* | | openshift-checks: add role symlink | Luke Meyer | 2017-09-12 | 1 | -0/+1 |
|/ | | | | | fixes bug 1487548 https://bugzilla.redhat.com/show_bug.cgi?id=1487548 | ||||
* | Merge pull request #5325 from DenverJ/patch-1 | Scott Dodson | 2017-09-12 | 1 | -2/+2 |
|\ | | | | | Fix new_master or new_node fail check during scaleup | ||||
| * | Fix new_master or new_node fail check | Denver Janke | 2017-09-07 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #5305 from mtnbikenc/breakout-master-additional | OpenShift Bot | 2017-09-07 | 1 | -0/+6 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Move master additional config out of base | Russell Teague | 2017-09-05 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #5208 from mgugino-upstream-stage/remove-openshift_common | OpenShift Bot | 2017-09-07 | 4 | -11/+0 |
|\ \ \ | |_|/ |/| | | Merged by openshift-bot | ||||
| * | | Remove openshift-common | Michael Gugino | 2017-09-06 | 4 | -11/+0 |
| |/ | | | | | | | | | | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused. | ||||
* / | Create ansible role for deploying prometheus on openshift | Zohar Galor | 2017-09-06 | 1 | -0/+4 |
|/ | | | | | | | | | | | | | | A new role for installing prometheus on openshift. Depends on `openshift_hosted_prometheus_deploy` flag role creates: - prometheus namespace - prometheus clusterrolebinding and service account - pvs for prometheus, alertmanager and alertbuffer for internal nfs - prometheus pod with prometheus behind oauth-proxy, alertmanager and alert-buffer behind oauth-proxy - prometheus and alertmanager configmaps - prometheus and alerts services and direct routes - prometheus, alertmanager and alert-buffer pvcs | ||||
* | Standardize etcd entry point playbooks | Russell Teague | 2017-09-01 | 4 | -20/+4 |
| | |||||
* | Break out master config into stand-alone playbook | Russell Teague | 2017-09-01 | 2 | -4/+6 |
| | | | | | | | | | Added byo/openshift-master/config.yml as a new entry point for performing master installation. Excluder disable/enable for master has been moved to common/openshift-master/config.yml to follow a standard pattern that could be used for both installation and scaleup playbooks. | ||||
* | Break out node config into stand-alone playbook | Russell Teague | 2017-08-31 | 3 | -10/+7 |
| | | | | | | | | | | Added byo/openshift-node/config.yml as a new entry point for performing node installation. This playbook must be run after masters have already been deployed. Excluder disable/enable for both nodes and masters has been moved their respective config.yml. This created a common pattern that could be used for both installation and scaleup playbooks. | ||||
* | Move firewall install and fix scaleup playbooks | Russell Teague | 2017-08-29 | 2 | -0/+4 |
| | |||||
* | Merge pull request #5201 from mtnbikenc/remove-unsupported | Russell Teague | 2017-08-29 | 1 | -4/+0 |
|\ | | | | | Remove unsupported playbooks and utilities | ||||
| * | Remove unsupported playbooks and utilities | Russell Teague | 2017-08-25 | 1 | -4/+0 |
| | | |||||
* | | Merge pull request #4570 from rhcarvalho/adhoc-check-runner-misc | Scott Dodson | 2017-08-28 | 2 | -5/+70 |
|\ \ | | | | | | | Add playbook to run adhoc health checks or list existing checks | ||||
| * | | List existing health checks when none is requested | Rodolfo Carvalho | 2017-08-24 | 2 | -1/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | This is a simple mechanism to learn what health checks are available. Note that we defer task_vars verification, so that we can compute requested_checks and resolved_checks earlier, allowing us to list checks even if openshift_facts has not run. | ||||
| * | | Add playbook for running arbitrary health checks | Rodolfo Carvalho | 2017-08-24 | 2 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | This is useful on its own, and also aids in developing/testing new checks that are not part of any playbook. Since the intent when running this playbook is to execute checks, opt for a less verbose explanation on the error summary. | ||||
| * | | Update health check README | Rodolfo Carvalho | 2017-08-24 | 1 | -5/+4 |
| |/ | |||||
* | | Merge pull request #5179 from mtnbikenc/openshift_provisioners | OpenShift Bot | 2017-08-28 | 1 | -0/+6 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Standardize openshift_provisioners entry point | Russell Teague | 2017-08-23 | 1 | -0/+6 |
| |/ | |||||
* | | Merge pull request #5136 from mtnbikenc/std-openshift-checks | OpenShift Bot | 2017-08-25 | 2 | -0/+6 |
|\ \ | |/ |/| | Merged by openshift-bot | ||||
| * | Standardize openshift-checks code paths | Russell Teague | 2017-08-23 | 2 | -0/+6 |
| | | |||||
* | | Merge pull request #4784 from abutcher/noop-scaleup | Scott Dodson | 2017-08-18 | 2 | -0/+27 |
|\ \ | |/ |/| | Fail scaleup configuration when there are no new_nodes or new_masters | ||||
| * | Fail within scaleup playbooks when new_{nodes,masters} host groups are empty. | Andrew Butcher | 2017-07-18 | 2 | -0/+27 |
| | | |||||
* | | Merge pull request #5106 from kwoodson/metrics_stdinclude | OpenShift Bot | 2017-08-17 | 1 | -0/+6 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Adding std_include to the metrics playbook. | Kenny Woodson | 2017-08-16 | 1 | -0/+6 |
| | | | |||||
* | | | Standardize usage of std_include in byo | Russell Teague | 2017-08-15 | 2 | -0/+10 |
|/ / | |||||
* | | Fix duplicate evaluate_groups.yml call during install | Russell Teague | 2017-08-11 | 1 | -0/+6 |
| | | | | | | | | | | | | | | The way the service_catalog.yml playbook calls evaluate_groups.yml causes the evaluation to happen twice during a standard byo/config.yml installation. Refactoring the service_catalog.yml playbooks to remove this duplicate. | ||||
* | | Refactor group initialization | Russell Teague | 2017-08-11 | 1 | -15/+1 |
| | | |||||
* | | Add missing byo v3_7 playbooks | Scott Dodson | 2017-08-08 | 4 | -0/+52 |
| | | |||||
* | | Merge pull request #3043 from jkhelil/scaleup_etcd | Scott Dodson | 2017-08-02 | 2 | -1/+25 |
|\ \ | | | | | | | Add etcd scaleup playbook | ||||
| * | | add etcd scaleup playbook | jawed | 2017-06-15 | 2 | -1/+25 |
| | | | |||||
* | | | Merge pull request #4850 from kwoodson/normalize_logging_entry | Scott Dodson | 2017-08-02 | 1 | -4/+0 |
|\ \ \ | | | | | | | | | Normalize logging entry point to include std_include. | ||||
| * | | | Normalize logging entry. | Kenny Woodson | 2017-07-24 | 1 | -4/+0 |
| | | | | |||||
* | | | | Add glusterfs_registry hosts to oo_all_hosts. | Jose A. Rivera | 2017-07-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1474630 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | | | Add glusterfs hosts to oo_all_hosts so that hosts set initial facts. | Andrew Butcher | 2017-07-26 | 1 | -0/+1 |
|/ / / | |||||
* | / | Fix broken link to Docker image instructions | Rodolfo Carvalho | 2017-07-20 | 1 | -5/+6 |
| |/ |/| | | | And document that one needs to install dependencies before running playbooks. | ||||
* | | Merge pull request #4623 from ↵ | Scott Dodson | 2017-06-28 | 1 | -117/+1 |
|\ \ | | | | | | | | | | | | | ingvagabund/run-ttl-migration-only-one-on-the-first-master attach leases via the first master only and only once | ||||
| * | | attach leases via the first master only and only once | Jan Chaloupka | 2017-06-28 | 1 | -117/+1 |
| | | | | | | | | | | | | | | | | | | - move openshift-etcd/migrate.yml from byo to common and keep just the entry point - replace std_include with essential plays (e.g. no need to detect openshift version) - delegate the ttl re-attaching to the first master | ||||
* | | | evalute groups when running etcd upgrade from ↵ | Jan Chaloupka | 2017-06-28 | 1 | -0/+2 |
|/ / | | | | | | | byo/openshift-cluster/upgrades/upgrade_etcd.yml | ||||
* | | Merge pull request #4495 from ashcrow/skip-nfs-on-requirements-check | Scott Dodson | 2017-06-26 | 1 | -17/+0 |
|\ \ | | | | | | | Skip nfs and lb groups on openshift_version | ||||
| * | | Moving checks down after required initialization happens. | Kenny Woodson | 2017-06-22 | 1 | -17/+0 |
| | | | |||||
* | | | Merge pull request #4195 from ewolinetz/service_catalog | Scott Dodson | 2017-06-26 | 1 | -0/+12 |
|\ \ \ | |/ / |/| | | Creation of service_catalog and broker roles | ||||
| * | | Creation of service_catalog and placeholder broker roles | ewolinetz | 2017-06-22 | 1 | -0/+12 |
| | | | |||||
* | | | Remove package_update from install playbook | Rodolfo Carvalho | 2017-06-21 | 1 | -1/+0 |
|/ / | | | | | | | | | | | We observed in our CI environment that this check can't guarantee that an install would fail when the check fails, thus unless we can make its output match the fate of an install we shall keep it disabled. | ||||
* | | Introduce etcd migrate role | Jan Chaloupka | 2017-06-17 | 1 | -0/+124 |
| | | |||||
* | | Merge pull request #4041 from tbielawa/cfme | Scott Dodson | 2017-06-15 | 2 | -0/+14 |
|\ \ | |/ |/| | CFME as an OpenShift Pod |