Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3877 from wkshi/bugfix-1422541-master | Scott Dodson | 2017-07-27 | 1 | -0/+2 |
|\ | | | | | Fix BZ#1422541 BZ#1440586 BZ#1440612 BZ#1440617 on master branch | ||||
| * | fix BZ1422541 on master branch | Wenkai Shi | 2017-04-07 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #4905 from jarrpa/group-facts-fix | Scott Dodson | 2017-07-27 | 1 | -1/+1 |
|\ \ | | | | | | | Add glusterfs_registry hosts to oo_all_hosts. | ||||
| * | | 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> | ||||
* | | | Merge pull request #4843 from kwoodson/sc_require_prov | Scott Dodson | 2017-07-27 | 3 | -12/+6 |
|\ \ \ | | | | | | | | | Remove default and force argument for storageclass provisioner. | ||||
| * | | | Remove default provisioner. | Kenny Woodson | 2017-07-24 | 3 | -12/+6 |
| | | | | |||||
* | | | | Merge pull request #4479 from mtnbikenc/contiv-warnings | Scott Dodson | 2017-07-27 | 4 | -7/+7 |
|\ \ \ \ | | | | | | | | | | | Resolve Ansible deprecation warnings in Contiv roles | ||||
| * | | | | Resolve deprecation warnings in Contiv roles | Russell Teague | 2017-06-16 | 4 | -7/+7 |
| | | | | | |||||
* | | | | | Merge pull request #4906 from ewolinetz/logging_unique_template_vars | Scott Dodson | 2017-07-27 | 8 | -9/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Updating template parameter replica to be more unique to avoid var sc… | ||||
| * | | | | | Updating template parameter replica to be more unique to avoid var scope ↵ | ewolinetz | 2017-07-27 | 8 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | creeping | ||||
* | | | | | | Merge pull request #4915 from sdodson/etcd-migration-changes | Scott Dodson | 2017-07-27 | 2 | -20/+24 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Stop masters before backing up, block migration for supported configs | ||||
| * | | | | | Block etcdv3 migration for supported configurations | Scott Dodson | 2017-07-27 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Shut down masters before taking an etcd backup | Scott Dodson | 2017-07-27 | 1 | -20/+20 |
|/ / / / / | |||||
* | | | | | Add 3.7 releaser | Scott Dodson | 2017-07-27 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | Automatic commit of package [openshift-ansible] release [3.7.1-1]. | Scott Dodson | 2017-07-27 | 2 | -2/+105 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --keep-version | ||||
* | | | | Merge pull request #4902 from sdodson/fix-control-plane-upgrade | Scott Dodson | 2017-07-27 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix incorrect delegate_to in control plane upgrade | ||||
| * | | | | Fix incorrect delegate_to in control plane upgrade | Scott Dodson | 2017-07-27 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #4884 from warmchang/version-3.6 | Scott Dodson | 2017-07-27 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Follow the new naming conventions. | ||||
| * | | | | Follow the new naming conventions. | William Chang | 2017-07-27 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Merge pull request #4882 from sdodson/fix-node-resolv-conf | Scott Dodson | 2017-07-27 | 1 | -11/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | Simplify generation of /etc/origin/node/resolv.conf | ||||
| * | | | | | Simplify generation of /etc/origin/node/resolv.conf | Scott Dodson | 2017-07-26 | 1 | -11/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't attempt to copy /etc/resolv.conf whenever there's no watermark, just write out the list of nameservers that network manager tells us about like we do for origin-upstream-dns.conf Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1474707 | ||||
* | | | | | | Merge pull request #4874 from ingvagabund/set-default-values | Jan Chaloupka | 2017-07-27 | 6 | -7/+16 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Sync all openshift.common.use_openshift_sdn uses in yaml files | ||||
| * | | | | | Sync all openshift.common.use_openshift_sdn uses in yaml files | Jan Chaloupka | 2017-07-26 | 6 | -7/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most occurrences are in a form: ```yaml openshift.common.use_openshift_sdn | default(true) | bool ``` Let's make all occurences this way given the use_openshift_sdn is set to true anyway. See https://github.com/openshift/openshift-ansible/blob/0c350dcc7d06d62be5ba3a8e468dff85cdd96dd7/roles/openshift_facts/library/openshift_facts.py#L2035 | ||||
* | | | | | | Merge pull request #4868 from ewolinetz/metrics_fix_caCert | Scott Dodson | 2017-07-26 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Fixing route spec caCertificate to be correctly capitalized | ||||
| * | | | | | Fixing route spec caCertificate to be correctly capitalized | ewolinetz | 2017-07-25 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #4881 from abutcher/glusterfs-cluster-hosts | Scott Dodson | 2017-07-26 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add glusterfs hosts to oo_all_hosts so that hosts set initial facts. | ||||
| * | | | | | | Add glusterfs hosts to oo_all_hosts so that hosts set initial facts. | Andrew Butcher | 2017-07-26 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4448 from mtnbikenc/vars-syntax | Scott Dodson | 2017-07-26 | 1 | -4/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove invalid when: from vars: | ||||
| * | | | | | | | Remove invalid when: from vars: | Russell Teague | 2017-06-14 | 1 | -4/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4738 from sjug/opt_ansible_cfg | Scott Dodson | 2017-07-26 | 1 | -1/+9 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Additional optimization parameters for ansible.cfg | ||||
| * | | | | | | | | Additional optimization parameters for ansible.cfg | Sebastian Jug | 2017-07-12 | 1 | -1/+9 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #4844 from ewolinetz/bz1463081 | Scott Dodson | 2017-07-26 | 2 | -6/+14 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Updating how storage type is determined, adding bool filter in opensh… | ||||
| * | | | | | | | | | Updating how storage type is determined, adding bool filter in ↵ | ewolinetz | 2017-07-24 | 2 | -6/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openshift_logging_elasticsearch | ||||
* | | | | | | | | | | Merge pull request #4816 from abutcher/containerized-lb-image-tag | Scott Dodson | 2017-07-26 | 2 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Pass first master's openshift_image_tag to openshift_loadbalancer for containerized haproxy installation. | ||||
| * | | | | | | | | | | Pass first master's openshift_image_tag to openshift_loadbalancer for ↵ | Andrew Butcher | 2017-07-20 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | containerized haproxy installation. | ||||
* | | | | | | | | | | | Merge pull request #4485 from sosiouxme/20170616-store-args-in-check-properties | Scott Dodson | 2017-07-26 | 43 | -544/+494 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | openshift_checks: store args in check properties | ||||
| * | | | | | | | | | | | openshift_checks: refactor to internalize task_vars | Luke Meyer | 2017-07-25 | 39 | -480/+439 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move task_vars into instance variable so we don't have to pass it around everywhere. Also store tmp. Make sure both are filled in on execute_module. In the process, is_active became an instance method, and task_vars is basically never used directly outside of test code. | ||||
| * | | | | | | | | | | | openshift_checks: get rid of deprecated module_executor | Luke Meyer | 2017-07-25 | 4 | -25/+10 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | openshift_checks: improve comments/names | Luke Meyer | 2017-07-25 | 13 | -51/+57 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #4693 from enoodle/create_router_certificate_by_default | Scott Dodson | 2017-07-26 | 2 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Router wildcard certificate created by default | ||||
| * | | | | | | | | | | | | add default value for router path in the cert | Erez Freiberger | 2017-07-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Router wildcard certificate created by default | Erez Freiberger | 2017-07-25 | 2 | -2/+2 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #4876 from ewolinetz/fix_podpreset_perms | Scott Dodson | 2017-07-26 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | Fixing podpresets perms for service-catalog-controller | ||||
| * | | | | | | | | | | | | Fixing podpresets perms for service-catalog-controller | ewolinetz | 2017-07-26 | 1 | -1/+5 |
|/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge pull request #4813 from sdodson/log-dumper | Scott Dodson | 2017-07-26 | 2 | -1/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix log dumping on service failure | ||||
| * | | | | | | | | | | | | Fix log dumping on service failure | Scott Dodson | 2017-07-20 | 2 | -1/+21 |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, add log dumping to master service startup too | ||||
* | | | | | | | | | | | | Merge pull request #4855 from mwringe/hawkular-namespace-listener-update | Scott Dodson | 2017-07-26 | 3 | -1/+41 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | Metrics: grant hawkular namespace listener role | ||||
| * | | | | | | | | | | | Metrics: grant hawkular namespace listener role | mwringe | 2017-07-24 | 3 | -1/+41 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #4687 from mrooding/fix-etcd-conditional-check-failure | Jan Chaloupka | 2017-07-26 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | Fix etcd conditional check failure (issue #4121) | ||||
| * | | | | | | | | | | | Fix etcd conditional check failure | Marc Rooding | 2017-07-07 | 1 | -1/+2 |
| | | | | | | | | | | | |