Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | verify upgrade targets separately for each group (masters, nodes, etcd) | Jan Chaloupka | 2017-05-31 | 14 | -79/+144 |
| | |||||
* | Merge pull request #4272 from ashcrow/system-package-no-hardcode | OpenShift Bot | 2017-05-30 | 3 | -8/+14 |
|\ | | | | | Merged by openshift-bot | ||||
| * | Remove typos that got reintroduced | Steve Milner | 2017-05-25 | 1 | -2/+2 |
| | | |||||
| * | oc_atomic_container: Workaround for invalid json from atomic command | Steve Milner | 2017-05-25 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | When no other containers are present and one attempts to list containers via the atomic command with the --json flag an empty string is returned. If a json.loads is used on this value an error is raised. This change adds a workaround to fall back to '[]' when an empty string is returned from the atomic containers command. | ||||
| * | Remove system-package=no from container-engine install | Steve Milner | 2017-05-25 | 1 | -2/+0 |
| | | |||||
| * | oc_atomic_container: Hard code system-package=no | Steve Milner | 2017-05-25 | 2 | -2/+6 |
| | | |||||
* | | Merge pull request #4299 from sdodson/bool | OpenShift Bot | 2017-05-30 | 1 | -2/+2 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | bool | Scott Dodson | 2017-05-26 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #4298 from mwringe/metrics_imagepullpolicy_always | OpenShift Bot | 2017-05-30 | 3 | -0/+3 |
|\ \ \ | | | | | | | | | Merged by openshift-bot | ||||
| * | | | Metrics: update the imagePullPolicy to be always | mwringe | 2017-05-26 | 3 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #4314 from ewolinetz/logging_pvc_check | Scott Dodson | 2017-05-30 | 1 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Adding default value for openshift_hosted_logging_storage_kind | ||||
| * | | | | Adding default value for openshift_hosted_logging_storage_kind | ewolinetz | 2017-05-30 | 1 | -4/+4 |
|/ / / / | |||||
* | | | | Merge pull request #4280 from ewolinetz/logging_pvc_fix | OpenShift Bot | 2017-05-30 | 1 | -4/+7 |
|\ \ \ \ | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | Updating to generate PVC when storage type is passed in as nfs | ewolinetz | 2017-05-25 | 1 | -4/+7 |
| | | | | | |||||
* | | | | | Merge pull request #4271 from DG-i/master | OpenShift Bot | 2017-05-30 | 2 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | disable become for local actions | Mathias Merscher | 2017-05-24 | 2 | -0/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #4301 from sosiouxme/20170526-add-mem-check-fudge-factor | Scott Dodson | 2017-05-30 | 2 | -20/+36 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | memory check: use GiB/MiB and adjust memtotal | ||||
| * | | | | | | memory check: use GiB/MiB and adjust memtotal | Luke Meyer | 2017-05-29 | 2 | -20/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes https://bugzilla.redhat.com/show_bug.cgi?id=1455884 Various things reserve memory such that memtotal is quite lower than the actual physical RAM of the system. It's larger as RAM increases but it's not really proportional so I just added a flat 1GiB adjustment in the comparison. This ought to "pass when it's close enough." | ||||
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.86-1]. | Jenkins CD Merge Bot | 2017-05-30 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.86 | ||||
* | | | | | | | Merge pull request #4231 from ewolinetz/bz1452214 | Scott Dodson | 2017-05-30 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Updating registry-console version to be v3.6 instead of 3.6 | ||||
| * | | | | | | Updating registry-console version to be v3.6 instead of 3.6 | ewolinetz | 2017-05-18 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #4234 from vshn/feature/oreg_url_masternode | OpenShift Bot | 2017-05-26 | 9 | -22/+31 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | allow to configure oreg_url specifically for node or master. refs #4233 | Tobias Brunner | 2017-05-19 | 9 | -22/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit allows to specify imageConfig.format specifically for master or for nodes. One use case of this could be if you want to use customer builder images. In this case imageConfig.format only needs to be changed in the master-config.yml but not in the node-config.yml. | ||||
* | | | | | | | | Merge pull request #4288 from wozniakjan/logging_es_fix | Scott Dodson | 2017-05-26 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | openshift_logging: increasing *_elasticsearch_* default CPU and memory | ||||
| * | | | | | | | | openshift_logging: increasing *_elasticsearch_* default CPU and memory | Jan Wozniak | 2017-05-25 | 1 | -4/+4 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4300 from sdodson/fedora-ci | Scott Dodson | 2017-05-26 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Lower memory requirements in fedora-ci jobs | ||||
| * | | | | | | | Reduce memory requirement to 2gb for fedora ci jobs | Scott Dodson | 2017-05-26 | 1 | -0/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #4277 from ewolinetz/bz1455310 | Scott Dodson | 2017-05-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | Updating python-passlib assert | ||||
| * | | | | | | Updating python-passlib assert | ewolinetz | 2017-05-25 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Automatic commit of package [openshift-ansible] release [3.6.85-1]. | Jenkins CD Merge Bot | 2017-05-25 | 2 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.85 | ||||
* | | | | | | Merge pull request #4273 from ewolinetz/36_registry_console_upgrade | OpenShift Bot | 2017-05-25 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Prepending v to registry-console version | ewolinetz | 2017-05-24 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #4161 from rhcarvalho/integrate-checks-with-install | Scott Dodson | 2017-05-25 | 10 | -57/+198 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Verify memory and disk requirements before install | ||||
| * | | | | | memory health check: adjust threshold for etcd | Luke Meyer | 2017-05-23 | 2 | -4/+10 |
| | | | | | | |||||
| * | | | | | health checks: specify check skip reason | Luke Meyer | 2017-05-23 | 2 | -9/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added indicator to check result for why that check was skipped. Note that currently the user will only see it with ansible-playbook -vv | ||||
| * | | | | | health checks: configure failure output in playbooks | Luke Meyer | 2017-05-23 | 6 | -67/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Customized the error summary to depend on the intent of the playbook run. Ensured output makes sense when failures are unrelated to running checks. | ||||
| * | | | | | disk/memory checks: make threshold configurable | Luke Meyer | 2017-05-23 | 4 | -12/+65 |
| | | | | | | |||||
| * | | | | | Show help on how to disable checks after failure | Rodolfo Carvalho | 2017-05-23 | 1 | -0/+22 |
| | | | | | | |||||
| * | | | | | Allow disabling checks via Ansible variable | Rodolfo Carvalho | 2017-05-23 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Example usage: $ ansible-playbook -i hosts playbooks/byo/config.yml -e openshift_disable_check=memory_availability,disk_availability Or add the variable to the inventory / hosts file. | ||||
| * | | | | | Verify memory and disk requirements before install | Rodolfo Carvalho | 2017-05-23 | 1 | -0/+12 |
| | | | | | | |||||
* | | | | | | Merge pull request #4242 from jarrpa/map-pairs-fix | OpenShift Bot | 2017-05-24 | 2 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | filter_plugins: Allow for multiple pairs in map_from_pairs() | Jose A. Rivera | 2017-05-19 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.84-1]. | Jenkins CD Merge Bot | 2017-05-24 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.84 | ||||
* | | | | | | | Merge pull request #4244 from jarrpa/oc_process-err | OpenShift Bot | 2017-05-24 | 2 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | oc_process: Better error output on failed template() call | Jose A. Rivera | 2017-05-19 | 2 | -2/+2 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.83-1]. | Jenkins CD Merge Bot | 2017-05-24 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.83 | ||||
* | | | | | | | Merge pull request #4257 from dmsimard/hostname_validation | OpenShift Bot | 2017-05-24 | 1 | -1/+3 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Merged by openshift-bot | ||||
| * | | | | | | Allow a hostname to resolve to 127.0.0.1 during validation | David Moreau-Simard | 2017-05-21 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 127.0.0.1 does not end up in "ansible_all_ipv4_addresses" and should be considered valid. For example, a hostname could be resolving to a public address that is not bound to the actual server. Or the host could resolve to 127.0.0.1 from the perspective of the host since the hostname is set up in /etc/hosts. | ||||
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.82-1]. | Jenkins CD Merge Bot | 2017-05-24 | 2 | -2/+18 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.82 | ||||
* | | | | | | Merge pull request #3509 from ewolinetz/logging_component_subroles | OpenShift Bot | 2017-05-23 | 82 | -2207/+2075 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot |