| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-11 | Improve searching when conditions for Jinja2 delimiters | Russell Teague | |
| 2017-09-11 | Merge pull request #5338 from mtnbikenc/fix-pre_upgrade | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-09 | Merge pull request #5339 from mtnbikenc/fix-upgrade-path | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-08 | Fix include path for docker upgrade tasks | Russell Teague | |
| 2017-09-08 | Automatic commit of package [openshift-ansible] release [3.7.0-0.125.1]. | Scott Dodson | |
| Created by command: /usr/bin/tito tag --use-version 3.7.0 --use-release 0.125.1%{?dist} | |||
| 2017-09-08 | Fix issue with etcd_common when using pre_upgrade tag | Russell Teague | |
| 2017-09-08 | Merge pull request #5289 from jcantrill/1487573_fix_allowed_es_version | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-07 | Merge pull request #5209 from wozniakjan/logging_es_probe | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-07 | Merge pull request #5211 from kwoodson/provisioning_fixes | Scott Dodson | |
| Provisioning updates. | |||
| 2017-09-07 | Consolidating AWS roles and variables underneath openshift_aws role. | Kenny Woodson | |
| 2017-09-07 | Merge pull request #5329 from mgugino-upstream-stage/typo-fix | Andrew Butcher | |
| Fix README.md typo | |||
| 2017-09-07 | Fix README.md typo | Michael Gugino | |
| Small typo in README.md. | |||
| 2017-09-07 | Merge pull request #5305 from mtnbikenc/breakout-master-additional | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-07 | Fixing variables and allowing custom ami. | Kenny Woodson | |
| 2017-09-07 | Merge pull request #5208 from mgugino-upstream-stage/remove-openshift_common | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-07 | Merge pull request #5310 from ashcrow/split-rhel-centos-crio | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-07 | Merge pull request #5162 from aerialls/patch-2 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-06 | Merge pull request #5296 from nak3/skeopeo-command-output | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-06 | Merge pull request #5276 from richm/master | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-06 | Merge pull request #5148 from kwoodson/registry_proxy_updates | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-06 | Remove openshift-common | Michael Gugino | |
| 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. | |||
| 2017-09-06 | Merge pull request #5067 from e-minguez/flannel_use_sdn_cluster_network_cidr | Scott Dodson | |
| Use the proper pod subnet instead the services one | |||
| 2017-09-06 | Merge pull request #5299 from jhadvig/dnf_issue | Scott Dodson | |
| Import dnf only if importing yum fails | |||
| 2017-09-06 | Merge pull request #5202 from giuseppe/crio-additional-registries | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-06 | Merge pull request #5313 from sjenning/remove-experimental-cri-flag | Scott Dodson | |
| remove experimental-cri flag from node config | |||
| 2017-09-06 | Merge pull request #5317 from sdodson/master | Scott Dodson | |
| Fix openshift_master_config_dir | |||
| 2017-09-06 | Fix openshift_master_config_dir | Scott Dodson | |
| 2017-09-06 | remove experimental-cri flag from node config | Seth Jennings | |
| 2017-09-06 | Merge pull request #5306 from mgugino-upstream-stage/fix-master-systemd-units | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-06 | Merge pull request #4509 from zgalor/prometheus-role | Scott Dodson | |
| Create ansible role for deploying prometheus on openshift | |||
| 2017-09-06 | Merge pull request #5102 from ilackarms/fix-pv-template | Scott Dodson | |
| only evaluate openshift_cfme_nfs_server if using nfs | |||
| 2017-09-06 | cri-o: Split RHEL and CentOS images | Steve Milner | |
| 2017-09-06 | openshift_checks aos_version: also check installed under yum | Luke Meyer | |
| Tweaks to the logic around using yum vs dnf; now uses ansible_pkg_mgr to determine which is in effect for a host. Also, extended the yum logic to check installed packages in addition to available packages in the aos_version module so that disconnected installs and others with weird repo configs need not disable the package_version check. | |||
| 2017-09-06 | Merge pull request #5277 from ingvagabund/update-env-in-etcd-conf | Scott Dodson | |
| update env in etcd.conf.j2 to reflect the latest naming | |||
| 2017-09-06 | Merge pull request #5307 from sdodson/bump_ansible_23 | Scott Dodson | |
| Bump ansible requirement to 2.3 | |||
| 2017-09-06 | Create ansible role for deploying prometheus on openshift | Zohar Galor | |
| 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 | |||
| 2017-09-05 | Merge pull request #3536 from giuseppe/system-containers-skopeo | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-05 | Fix: set openshift_master_config_dir to the correct value. | Michael Gugino | |
| Previous commit set 'openshift_master_config_dir' to '/var/lib/origin' if undefined during upgrades. This commit sets value to the proper directory '/etc/origin' | |||
| 2017-09-05 | Bump ansible requirement to 2.3 | Scott Dodson | |
| 2017-09-05 | Automatic commit of package [openshift-ansible] release [3.7.0-0.125.0]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug | |||
| 2017-09-05 | Move master additional config out of base | Russell Teague | |
| 2017-09-05 | Automatic commit of package [openshift-ansible] release [3.7.0-0.124.0]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug | |||
| 2017-09-05 | Import dnf only if importing yum fails | Jakub Hadvig | |
| 2017-09-05 | Merge pull request #5300 from mtnbikenc/fix-ansible_syntax-check | Scott Dodson | |
| Fix ansible_syntax check | |||
| 2017-09-05 | Fix ansible_syntax check | Russell Teague | |
| 2017-09-05 | output skopeo image check command | Kenjiro Nakayama | |
| 2017-09-04 | Merge pull request #5279 from kwoodson/repos_accept_name_or_id | Kenny Woodson | |
| Adding another default to protect against missing name/desc | |||
| 2017-09-03 | Merge pull request #5288 from mtnbikenc/etcd-entry-standardization | Russell Teague | |
| Standardize etcd entry point playbooks | |||
| 2017-09-03 | skip openshift_cfme_nfs_server if not using nfs | Scott Weiss | |
| 2017-09-02 | Merge pull request #5287 from mtnbikenc/deprecation-checks | OpenShift Bot | |
| Merged by openshift-bot | |||
