Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4952 from jarrpa/namespace_fix | Scott Dodson | 2017-07-31 | 1 | -1/+1 |
|\ | | | | | GlusterFS: Fix variable names in defaults. | ||||
| * | GlusterFS: Fix variable names in defaults. | Jose A. Rivera | 2017-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1476197 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | Merge pull request #4919 from srampal/contiv_1.1.1 | Scott Dodson | 2017-07-31 | 10 | -6/+113 |
|\ \ | |/ |/| | Some automation fixes for contiv GUI/auth_proxy & vxlan mode | ||||
| * | Fixes for auth_proxy, vxlan mode | Sanjeev Rampal | 2017-07-27 | 10 | -6/+113 |
| | | |||||
* | | Merge pull request #4933 from kwoodson/policy_to_binding | OpenShift Bot | 2017-07-29 | 6 | -92/+88 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Remove cluster in favor of rolebindings. | Kenny Woodson | 2017-07-28 | 6 | -92/+88 |
| | | | |||||
* | | | Merge pull request #4943 from jcantrill/file_buffer_master | Scott Dodson | 2017-07-28 | 6 | -0/+68 |
|\ \ \ | | | | | | | | | Impl fluentd file buffer | ||||
| * | | | Impl fluentd file buffer | Noriko Hosoi | 2017-07-28 | 6 | -0/+68 |
| | | | | | | | | | | | | | | | | (cherry picked from commit 231a7c4ce27ff944d9e14169062f487f57c94dd6) | ||||
* | | | | Merge pull request #4918 from sdodson/fix-sysconfig-check | OpenShift Bot | 2017-07-28 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | Tolerate non existence of /etc/sysconfig/atomic-openshift-master | Scott Dodson | 2017-07-27 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #4931 from ewolinetz/bz1476195 | Scott Dodson | 2017-07-28 | 2 | -0/+21 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Updating metrics role to create serviceaccounts and roles immediately | ||||
| * | | | | Updating metrics role to create serviceaccounts and roles immediately | ewolinetz | 2017-07-28 | 2 | -0/+21 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #4879 from jcantrill/oc_pvc | OpenShift Bot | 2017-07-28 | 7 | -10/+177 |
|\ \ \ \ | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | add selector and storage class name to oc_pvc module | Jeff Cantrill | 2017-07-27 | 7 | -10/+177 |
| | | | | | |||||
* | | | | | Merge pull request #4878 from mtnbikenc/refactor-bios-version | OpenShift Bot | 2017-07-28 | 1 | -5/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Merged by openshift-bot | ||||
| * | | | | Refactor openshift_facts BIOS vendor discovery | Russell Teague | 2017-07-26 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Ansible 2.4, `get_file_content` is moving from ansible.module_utils.facts to ansible.module_utils.facts.utils However, the method is no longer needed as the BIOS vendor fact can be retrieved from a standard Ansible fact, `ansible_system_vendor`. i.e.: "ansible_system_vendor": "Google", | ||||
* | | | | | Merge pull request #4926 from jarrpa/glusterfs-mixed-namespace | Scott Dodson | 2017-07-28 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | GlusterFS: Use default namespace when not native. | ||||
| * | | | | | GlusterFS: Use default namespace when not native. | Jose A. Rivera | 2017-07-28 | 1 | -1/+1 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1476197 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | | | | Merge pull request #4899 from rhcarvalho/misc-cleanup-normalize-input | OpenShift Bot | 2017-07-28 | 5 | -17/+24 |
|\ \ \ \ \ | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | Normalize list of checks passed to action plugin | Rodolfo Carvalho | 2017-07-27 | 1 | -5/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users to pass either a string with comma-separated check names or a proper list of strings, whatever is more convenient in the context. For consistency, the same normalization is applied to the 'openshift_disable_check' variable. | ||||
| * | | | | | Clean up unnecessary quotes | Rodolfo Carvalho | 2017-07-27 | 3 | -3/+3 |
| | | | | | | |||||
| * | | | | | Make LoggingCheck.run return the correct type | Rodolfo Carvalho | 2017-07-27 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The run method is expected to return a dict. Even though we should not run LoggingCheck by itself, it is still possible to do it and without this change we get an unhandled exception. | ||||
| * | | | | | Clean up openshift-checks playbooks | Rodolfo Carvalho | 2017-07-27 | 2 | -8/+2 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The referenced issue was closed, seems like a wontfix. Just use the old syntax and make no noise about it. - Remove inconsistent use of tags: if tags are passed in the command line, there is no point in evaluating groups if the checks won't be run anyway. - Remove temporal comment, easy to get out of sync. | ||||
* | | | | | Merge pull request #4923 from ↵ | John Lamb | 2017-07-28 | 4 | -113/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | openshift/revert-4372-jvallejo/verify-disk-memory-before-upgrade Revert "Add health checks to upgrade playbook" | ||||
| * | | | | | Revert "Add health checks to upgrade playbook" | Rodolfo Carvalho | 2017-07-28 | 4 | -113/+5 |
|/ / / / / | |||||
* | | | | | Merge pull request #4372 from ↵ | Rodolfo Carvalho | 2017-07-28 | 4 | -5/+113 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | juanvallejo/jvallejo/verify-disk-memory-before-upgrade Add health checks to upgrade playbook | ||||
| * | | | | | fixes after rebasing with #4485 | juanvallejo | 2017-07-26 | 2 | -3/+2 |
| | | | | | | |||||
| * | | | | | add pre-flight checks to ugrade path | juanvallejo | 2017-07-26 | 4 | -5/+114 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #4897 from ↵ | Scott Dodson | 2017-07-27 | 2 | -10/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | ingvagabund/backport-4403-to-openshift-node-upgrade-role backport 'Add systemctl daemon-reload handler to openshift_node' #4403 to openshift_node_upgrade | ||||
| * | | | | | backport 'Add systemctl daemon-reload handler to openshift_node' #4403 to ↵ | Jan Chaloupka | 2017-07-27 | 2 | -10/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | openshift_node_upgrade | ||||
* | | | | | | 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 |