Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | First POC of a CFME turnkey solution in openshift-anisble | Tim Bielawa | 2017-06-14 | 2 | -0/+14 |
| | | |||||
* | | Merge pull request #4397 from sosiouxme/20170608-include-more-install-checks | OpenShift Bot | 2017-06-14 | 1 | -0/+5 |
|\ \ | |/ |/| | Merged by openshift-bot | ||||
| * | pre-install checks: add more during byo install | Luke Meyer | 2017-06-14 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add the docker and RPM checks to the list that run at install time. They can be disabled the same as the existing ones. Removed cockpit-kubernetes RPM requirement as it no longer is. Fixed up docker_image_availability to handle oreg_url and other nuances. Switched to using the openshift_image_tag that's set by openshift_version for both component and infrastructure images. Fixed a bug where execute_module was being called with incorrect positional arg "tmp" as a dict which caused errors down the call stack. | ||||
* | | Separate etcd and OpenShift CA redeploy playbooks. | Andrew Butcher | 2017-06-09 | 2 | -1/+11 |
|/ | |||||
* | Skip router/registry cert redeploy when ↵ | Andrew Butcher | 2017-05-30 | 1 | -0/+2 |
| | | | | openshift_hosted_manage_{router,registry}=false | ||||
* | health checks: configure failure output in playbooks | Luke Meyer | 2017-05-23 | 2 | -12/+13 |
| | | | | | Customized the error summary to depend on the intent of the playbook run. Ensured output makes sense when failures are unrelated to running checks. | ||||
* | Verify memory and disk requirements before install | Rodolfo Carvalho | 2017-05-23 | 1 | -0/+12 |
| | |||||
* | health check playbooks: relocate and expand | Luke Meyer | 2017-05-22 | 14 | -58/+195 |
| | | | | | | | | | | | | | | | | | | We are moving toward having adhoc post-install checks and so the "preflight" designation needs to be widened. Updated location to playbooks/byo/openshift-checks, added health check playbook, and updated README. Also included the certificate_expiry playbooks. Left behind symlinks and wrappers for existing checks. To conform with the direction of the rest of the repo, the openshift-checks playbooks are split into two directories, one under playbooks/common with the actual invocation and one under playbooks/byo for entrypoints that are just wrappers for the ones in common. Because the certificate_expiry playbooks are intended not just to be functional but to be examples that users modify, I did not split them similarly. That could happen later after discussion but for now I just left them whole under byo/openshift-checks/certificate_expiry. | ||||
* | Merge pull request #4118 from mtnbikenc/fix-groups | OpenShift Bot | 2017-05-10 | 3 | -4/+7 |
|\ | | | | | Merged by openshift-bot | ||||
| * | Temporarily revert to OSEv3 host group usage | Russell Teague | 2017-05-09 | 3 | -4/+7 |
| | | |||||
* | | GlusterFS: Allow swapping an existing registry's backend storage | Jose A. Rivera | 2017-05-04 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | GlusterFS: Allow for a separate registry-specific playbook | Jose A. Rivera | 2017-05-04 | 7 | -0/+117 |
|/ | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | Merge pull request #4038 from mtnbikenc/upgrade-refactor | OpenShift Bot | 2017-05-02 | 16 | -1216/+12 |
|\ | | | | | Merged by openshift-bot | ||||
| * | v3.3 Upgrade Refactor | Russell Teague | 2017-05-02 | 4 | -302/+3 |
| | | |||||
| * | v3.4 Upgrade Refactor | Russell Teague | 2017-05-02 | 4 | -298/+3 |
| | | |||||
| * | v3.5 Upgrade Refactor | Russell Teague | 2017-05-02 | 4 | -308/+3 |
| | | |||||
| * | v3.6 Upgrade Refactor | Russell Teague | 2017-05-02 | 4 | -308/+3 |
| | | |||||
* | | Merge pull request #4045 from kwoodson/normalize_groups | OpenShift Bot | 2017-05-02 | 4 | -17/+5 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Normalizing groups. | Kenny Woodson | 2017-05-01 | 4 | -17/+5 |
| |/ | |||||
* / | Remove std_include from playbooks/byo/rhel_subscribe.yml | Andrew Butcher | 2017-05-01 | 1 | -4/+0 |
|/ | |||||
* | Refactor etcd roles | Jan Chaloupka | 2017-04-28 | 1 | -0/+14 |
| | | | | | | | | - introduce block and simplify when conditions - introduce config.yml so the self-standing etcd role can be run (e.g. to test etcd cluster deployment) - remove empty task files - skip dependency on openshift_etcd_ca - replace cert paths with their appropriate variables | ||||
* | Merge pull request #3948 from mtnbikenc/metrics-fix | Scott Dodson | 2017-04-18 | 1 | -0/+4 |
|\ | | | | | Create openshift-metrics entrypoint playbook | ||||
| * | Create openshift-metrics entrypoint playbook | Russell Teague | 2017-04-18 | 1 | -0/+4 |
| | | |||||
* | | Minor v3.6 upgrade docs fixes | Russell Teague | 2017-04-18 | 2 | -6/+9 |
|/ | |||||
* | Merge pull request #3793 from jarrpa/glusterfs-registry | OpenShift Bot | 2017-04-17 | 1 | -0/+2 |
|\ | | | | | Merged by openshift-bot |