Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update master config with new client urls during etcd scaleup. | Andrew Butcher | 2017-09-12 | 2 | -0/+27 |
| | |||||
* | Merge pull request #5344 from mgugino-upstream-stage/fix-pkg-versions | OpenShift Bot | 2017-09-11 | 1 | -0/+5 |
|\ | | | | | Merged by openshift-bot | ||||
| * | Fix rpm version logic for hosts | Michael Gugino | 2017-09-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the variable openshift_pkg_version is defined by the first master unless specified by the user. The role openshift_version attempts to set this value on all other hosts after setting it on the first master. During normal installation, openshift_pkg_version is not initially defined, therefor each host will utilize the most recent rpm available. This creates a problem during later operations of a cluster if a node is added or replaced by a new node. This commit ensures that the value for openshift_pkg_version set by the first master is respected by subsequent hosts. Fixes: #5341 | ||||
* | | Merge pull request #5256 from ashcrow/1451023 | Scott Dodson | 2017-09-11 | 3 | -0/+19 |
|\ \ | | | | | | | upgrade: Verify required network items are set | ||||
| * | | inventory: Denote new required upgrade variables | Steve Milner | 2017-09-08 | 2 | -0/+4 |
| | | | |||||
| * | | upgrade: Verify required network items are set | Steve Milner | 2017-09-08 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When upgrading osm_cluster_network_cidr, osm_host_subnet_length, and openshift_portal_net must be set to avoid SDN initialization errors. This was found when the default parameters were changed between Openshift versions. This meant users who upgraded and did not specify either mentioned variable at install/upgrade time ended up getting SDN errors post upgrade. When osm_cluster_network_cidr, osm_host_subnet_length, and openshift_portal_net are not set the upgrade will fail telling the user that the variables must be set and how to find the current values in the current install. References: https://github.com/openshift/openshift-ansible/commit/b50b4ea0b03feb9431abd7294fe4fb6b549ddfc0 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1451023 | ||||
* | | | Merge pull request #5342 from mtnbikenc/fix-include-through-symlink | Scott Dodson | 2017-09-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Correct include path to not follow symlink | ||||
| * | | | Correct include path to not follow symlink | Russell Teague | 2017-09-08 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #5332 from kwoodson/amibuild_node_config | OpenShift Bot | 2017-09-11 | 4 | -9/+12 |
|\ \ \ | | | | | | | | | Merged by openshift-bot | ||||
| * | | | ami build process calls openshift-node/config.yml | Kenny Woodson | 2017-09-07 | 4 | -9/+12 |
| | | | | |||||
* | | | | Merge pull request #5338 from mtnbikenc/fix-pre_upgrade | OpenShift Bot | 2017-09-11 | 2 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | Fix issue with etcd_common when using pre_upgrade tag | Russell Teague | 2017-09-08 | 2 | -1/+5 |
| | | | | | |||||
* | | | | | Merge pull request #5339 from mtnbikenc/fix-upgrade-path | OpenShift Bot | 2017-09-09 | 1 | -2/+4 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Merged by openshift-bot | ||||
| * | | | | Fix include path for docker upgrade tasks | Russell Teague | 2017-09-08 | 1 | -2/+4 |
| |/ / / | |||||
* | | | | Automatic commit of package [openshift-ansible] release [3.7.0-0.125.1]. | Scott Dodson | 2017-09-08 | 2 | -2/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --use-version 3.7.0 --use-release 0.125.1%{?dist} | ||||
* | | | | Merge pull request #5289 from jcantrill/1487573_fix_allowed_es_version | OpenShift Bot | 2017-09-08 | 5 | -10/+10 |
|\ \ \ \ | |/ / / |/| | | | Merged by openshift-bot | ||||
| * | | | bug 1487573. Bump the allowed ES versions | Jeff Cantrill | 2017-09-01 | 5 | -10/+10 |
| | | | | |||||
* | | | | Merge pull request #5209 from wozniakjan/logging_es_probe | OpenShift Bot | 2017-09-07 | 2 | -1/+15 |
|\ \ \ \ | |_|/ / |/| | | | Merged by openshift-bot | ||||
| * | | | elasticsearch: reintroduce readiness probe | Jan Wozniak | 2017-08-29 | 2 | -1/+15 |
| | | | | |||||
* | | | | Merge pull request #5211 from kwoodson/provisioning_fixes | Scott Dodson | 2017-09-07 | 57 | -1554/+1155 |
|\ \ \ \ | |_|_|/ |/| | | | Provisioning updates. | ||||
| * | | | Consolidating AWS roles and variables underneath openshift_aws role. | Kenny Woodson | 2017-09-07 | 57 | -1618/+1149 |
| | | | | |||||
| * | | | Fixing variables and allowing custom ami. | Kenny Woodson | 2017-09-07 | 6 | -42/+112 |
| | | | | |||||
* | | | | Merge pull request #5329 from mgugino-upstream-stage/typo-fix | Andrew Butcher | 2017-09-07 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix README.md typo | ||||
| * | | | | Fix README.md typo | Michael Gugino | 2017-09-07 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | Small typo in README.md. | ||||
* | | | | Merge pull request #5305 from mtnbikenc/breakout-master-additional | OpenShift Bot | 2017-09-07 | 3 | -3/+8 |
|\ \ \ \ | |/ / / |/| | | | Merged by openshift-bot | ||||
| * | | | Move master additional config out of base | Russell Teague | 2017-09-05 | 3 | -3/+8 |
| | | | | |||||
* | | | | Merge pull request #5208 from mgugino-upstream-stage/remove-openshift_common | OpenShift Bot | 2017-09-07 | 69 | -399/+199 |
|\ \ \ \ | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | Remove openshift-common | Michael Gugino | 2017-09-06 | 69 | -399/+199 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | Merge pull request #5310 from ashcrow/split-rhel-centos-crio | OpenShift Bot | 2017-09-07 | 1 | -2/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | cri-o: Split RHEL and CentOS images | Steve Milner | 2017-09-06 | 1 | -2/+8 |
| | | | | | | |||||
* | | | | | | Merge pull request #5162 from aerialls/patch-2 | OpenShift Bot | 2017-09-07 | 1 | -9/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | reverse order between router cert generation | Julien Brochet | 2017-08-23 | 1 | -9/+9 |
| | | | | | | | |||||
| * | | | | | | ensured to always use a certificate for the router | Julien Brochet | 2017-08-22 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #5296 from nak3/skeopeo-command-output | OpenShift Bot | 2017-09-06 | 1 | -4/+6 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | output skopeo image check command | Kenjiro Nakayama | 2017-09-05 | 1 | -4/+6 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #5276 from richm/master | OpenShift Bot | 2017-09-06 | 5 | -1/+11 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | logging set memory request to limit | Jeff Cantrill | 2017-08-30 | 5 | -1/+11 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #5148 from kwoodson/registry_proxy_updates | OpenShift Bot | 2017-09-06 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | | Adding proxy env vars for dc/docker-registry | Kenny Woodson | 2017-08-21 | 1 | -0/+8 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #5067 from e-minguez/flannel_use_sdn_cluster_network_cidr | Scott Dodson | 2017-09-06 | 2 | -4/+2 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Use the proper pod subnet instead the services one | ||||
| * | | | | | | | | | | Use the proper pod subnet instead the services one | Eduardo Minguez Perez | 2017-08-29 | 2 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4809 ? | ||||
* | | | | | | | | | | | Merge pull request #5299 from jhadvig/dnf_issue | Scott Dodson | 2017-09-06 | 3 | -12/+22 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Import dnf only if importing yum fails | ||||
| * | | | | | | | | | | | openshift_checks aos_version: also check installed under yum | Luke Meyer | 2017-09-06 | 3 | -17/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | | | | | | | | Import dnf only if importing yum fails | Jakub Hadvig | 2017-09-05 | 1 | -6/+12 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #5202 from giuseppe/crio-additional-registries | OpenShift Bot | 2017-09-06 | 2 | -0/+14 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | | | | cri-o: add support for additional registries | Giuseppe Scrivano | 2017-08-24 | 2 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support added to CRI-O with: https://github.com/kubernetes-incubator/cri-o/commit/a35727c80bd2a26613aae21db00628045cb9be24 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | | | | | | | | | | | Merge pull request #5313 from sjenning/remove-experimental-cri-flag | Scott Dodson | 2017-09-06 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | remove experimental-cri flag from node config | ||||
| * | | | | | | | | | | | | remove experimental-cri flag from node config | Seth Jennings | 2017-09-06 | 1 | -2/+0 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #5317 from sdodson/master | Scott Dodson | 2017-09-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | Fix openshift_master_config_dir | ||||
| * | | | | | | | | | | | | Fix openshift_master_config_dir | Scott Dodson | 2017-09-06 | 1 | -1/+1 |
|/ / / / / / / / / / / / |