summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-26Correct 3.7 to 3.9 upgrade openshift_image_tagMichael Gugino
Due to complexities upgrading two versions at the same time, openshift_image_tag was being set incorrectly during control_plane upgrades. This commit ensures that openshift_image_tag is set correctly during this process. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1536839
2018-01-26Merge pull request #6821 from spadgett/remove-asset-configScott Dodson
Remove old assetConfig from master-config.yaml
2018-01-26Merge pull request #6880 from sosiouxme/20180115-docker-image-locationsOpenShift Merge Robot
Automatic merge from submit-queue. docker_image_availability: containerized image overrides Fix https://bugzilla.redhat.com/show_bug.cgi?id=1538806 and related issues by handling the various containerized image variables.
2018-01-26Automatic commit of package [openshift-ansible] release [3.9.0-0.25.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2018-01-25Merge pull request #6857 from mtnbikenc/fix-1537946OpenShift Merge Robot
Automatic merge from submit-queue. [1537946] Correct conditional check for GlusterFS IPs Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1537946
2018-01-25Merge pull request #6875 from bparees/syncOpenShift Merge Robot
Automatic merge from submit-queue. sync imagestreams+templates from origin master for v3.9 fixes https://github.com/openshift/openshift-ansible/issues/6872
2018-01-25docker_image_availability: containerized overridesLuke Meyer
Respect container image name override variables.
2018-01-25Merge pull request #6859 from abutcher/bz1536217OpenShift Merge Robot
Automatic merge from submit-queue. Bug 1536217: Need to validate etcd serving certs before 3.9 upgrade
2018-01-25Merge pull request #6878 from mtnbikenc/fix-1502838OpenShift Merge Robot
Automatic merge from submit-queue. [1502838] Correct certificate alt name parsing Certificates may have alternate names specified, which may contain different name types. Only 'DNS' alternate types should be parsed. X509v3 Subject Alternative Name: email:hostmaster@example.com, DNS:host.example.com Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1502838
2018-01-25Remove old assetConfig from master-config.yamlSamuel Padgett
The `assetConfig` is no longer used now that the console is split into its own pod. - Remove `assetConfig` on upgrades to 3.9 - Stop writing logging and metrics URLs to assetConfig for 3.9
2018-01-25Don't emit assetConfig on 3.9Scott Dodson
2018-01-25[1502838] Correct certificate alt name parsingRussell Teague
Certificates may have alternate names specified, which may contain different name types. Only 'DNS' alternate types should be parsed. X509v3 Subject Alternative Name: email:hostmaster@example.com, DNS:host.example.com Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1502838
2018-01-25sync imagestreams+templates from origin master for v3.9Ben Parees
2018-01-25Merge pull request #6865 from giuseppe/node-specify-bind-optionScott Dodson
node: specify bind option to /root/.docker
2018-01-25Merge pull request #6858 from mtnbikenc/fix-1530403Scott Dodson
[1530403] Improve etcd group error message
2018-01-25Merge pull request #6734 from ewolinetz/logging_red_restart_checkScott Dodson
Only automatically restart if cluster is in yellow or green state
2018-01-25node: specify bind option to /root/.dockerGiuseppe Scrivano
Without the option, runc fails with "no such device" when trying to create the mount point. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1534933 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-01-25Merge pull request #6841 from sdodson/bz1491100OpenShift Merge Robot
Automatic merge from submit-queue. Set a default for openshift_hosted_registry_storage_azure_blob_realm Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1491100
2018-01-25Merge pull request #6849 from vrutkovs/label-masters-with-upstream-standardOpenShift Merge Robot
Automatic merge from submit-queue. Label masters with node-role.kubernetes.io/master This is controlled by `openshift_master_node_label` var in openshift_manage_node Related to https://bugzilla.redhat.com/show_bug.cgi?id=1535673
2018-01-24Merge pull request #6626 from pgier/prometheus-remove-tsdb-block-configOpenShift Merge Robot
Automatic merge from submit-queue. openshift_prometheus: remove block duration settings The prometheus block duration settings should not be changed from their defaults. See also: https://github.com/prometheus/prometheus/pull/3618
2018-01-24Merge pull request #6848 from mgugino-upstream-stage/remove-fact-labelsOpenShift Merge Robot
Automatic merge from submit-queue. Remove unused node.lables from openshift_facts
2018-01-24Merge pull request #6551 from mgugino-upstream-stage/swapoffScott Dodson
Create swapoff module
2018-01-24Merge pull request #6843 from rajatchopra/bugdnsmasqScott Dodson
Change dnsmasq Requires to Wants
2018-01-24Automatic commit of package [openshift-ansible] release [3.9.0-0.24.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2018-01-24[1530403] Improve etcd group error messageRussell Teague
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1530403
2018-01-24Merge pull request #6842 from ↵Scott Dodson
mgugino-upstream-stage/protect-upgrade-master-version Protect master installed version during node upgrades
2018-01-24Merge pull request #6819 from fabianvf/1524805-service-catalog-pull-policyOpenShift Merge Robot
Automatic merge from submit-queue. Bug 1524805- ServiceCatalog now works disconnected Change imagePullPolicy for service catalog from Always to IfNotPresent, allowing service catalog to install in a disconnected setting https://bugzilla.redhat.com/show_bug.cgi?id=1524805
2018-01-24Merge pull request #6825 from vrutkovs/nfs-storage-quotesOpenShift Merge Robot
Automatic merge from submit-queue. NFS Storage: make sure openshift_hosted_*_storage_nfs_directory are quoted This enables using non-standard symbols (e.g. spaces) in the path Fixes #6824
2018-01-24Only automatically restart if cluster is in yellow or green stateEric Wolinetz
2018-01-24openshift_manage_node: Label nodes in one passVadim Rutkovsky
2018-01-24Redeploy etcd certificates during upgrade when etcd hostname not present in ↵Andrew Butcher
etcd serving cert SAN.
2018-01-24Merge pull request #6830 from bparees/registry_addrOpenShift Merge Robot
Automatic merge from submit-queue. use non-deprecated REGISTRY_OPENSHIFT_SERVER_ADDR variable to set the registry hostname
2018-01-24Create swapoff moduleMichael Gugino
Create custome ansible module 'swapoff' to idempotently disable swap in /etc/fstab and also run swapoff.
2018-01-24Label masters with node-role.kubernetes.io/master. This PR also sets these ↵Vadim Rutkovsky
labels and scheduling status during upgrades Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-01-24Merge pull request #6603 from joelddiaz/fetch_subnet_azOpenShift Merge Robot
Automatic merge from submit-queue. un-hardcode default subnet az allow defining 'default_az' for one of the subnets in the vpc structure, and pull that default_az and set it to openshift_aws_subnet_az. this should allow one less variable to be defined/overridded when using non-default (us-east-1) regions
2018-01-24[1537946] Correct conditional check for GlusterFS IPsRussell Teague
2018-01-24Merge pull request #6786 from simaishi/cf_46_betaOpenShift Merge Robot
Automatic merge from submit-queue. CF 4.6 Beta templates for OpenShift v3.7 and v3.9 cc @sdodson @Loicavenel
2018-01-24Merge pull request #6839 from mtnbikenc/fix-1506866OpenShift Merge Robot
Automatic merge from submit-queue. [1506866] Update haproxy.cfg.j2 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506866
2018-01-24Merge pull request #6767 from mazzystr/fix-master-internal-elbKenny Woodson
Fix to master-internal elb scheme
2018-01-24Merge pull request #6815 from vrutkovs/failed_when-rc-to-intOpenShift Merge Robot
Automatic merge from submit-queue. failed_when lists are implicitely ANDs, not ORs For some reason I believed `failed_when` lists are considered to be ORs, but it turns out these are ANDs. Fixes bug 1534538 Relates to #6751
2018-01-24Merge pull request #6749 from sdodson/allow-5-etcd-masterScott Dodson
Allow 5 etcd hosts
2018-01-24Remove unused node.lables from openshift_factsMichael Gugino
Removing dead code.
2018-01-24Merge pull request #6718 from sdodson/bz1533658Scott Dodson
Remove unused symlink
2018-01-24Merge pull request #6846 from vrutkovs/installer-unwrap-helpScott Dodson
installer: increase content width for commands, which may output URLs
2018-01-24Merge pull request #6836 from spadgett/rollout-only-if-changedOpenShift Merge Robot
Automatic merge from submit-queue. Only rollout console if config changed /assign @sdodson @jwforres FYI
2018-01-24Update CF 4.6 Beta templates in openshift_management directorySatoe Imaishi
2018-01-24Merge pull request #6541 from smarterclayton/move_gcp_inScott Dodson
Allow openshift-ansible image to deploy to GCP
2018-01-24installer: increase content width for commands, which may output URLsVadim Rutkovsky
2018-01-23Merge pull request #6835 from mtnbikenc/fix-1537105OpenShift Merge Robot
Automatic merge from submit-queue. [1537105] Add openshift_facts to flannel role Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1537105
2018-01-23Merge pull request #6833 from joelddiaz/boto3-rhel7OpenShift Merge Robot
Automatic merge from submit-queue. update Dockerfile to add boto3 dependency