summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-24Merge branch 'master' into rm_origin-componentsDan Yocum
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-24Don't restart docker when re-deploying node certificatesScott Dodson
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1537726
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
2018-01-23Merge pull request #6837 from spadgett/croOpenShift Merge Robot
Automatic merge from submit-queue. Add clusterResourceOverridesEnabled to console config Adds clusterResourceOverridesEnabled flag to console install. See https://github.com/openshift/api/pull/32 See https://github.com/openshift/origin/pull/18231 /assign @sdodson /cc @jwforres
2018-01-23Only rollout console if config changedSamuel Padgett
2018-01-23Merge pull request #6802 from mgugino-upstream-stage/fix-etcd-scaleupOpenShift Merge Robot
Automatic merge from submit-queue. Fix etcd scaleup playbook Currently, etcd scaleup playbook has no way to account for newly added prerequisites.yml play. This commit allows adding new etcd hosts via scaleup play and accounts for etcd hosts that are standalone or part of nodes or masters group.
2018-01-23Merge pull request #6827 from vrutkovs/node-uppercase-certificatesOpenShift Merge Robot
Automatic merge from submit-queue. Lowercase node names when creating certificates Additional fix for https://github.com/openshift/openshift-ansible/pull/6812
2018-01-23Change dnsmasq Requires to Wants. ↵Rajat Chopra
https://bugzilla.redhat.com/show_bug.cgi?id=1532960 Signed-off-by: Rajat Chopra <rchopra@redhat.com>
2018-01-23Set a default for openshift_hosted_registry_storage_azure_blob_realmScott Dodson
2018-01-23Protect master installed version during node upgradesMichael Gugino
Master version is unprotected during all upgrades. During node-only upgrades, master version should remain protected to ensure correct image tag is set for node upgrades. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1536839
2018-01-23Merge pull request #6682 from giuseppe/fix-registriesMichael Gugino
CRI-O, Docker: Use images from the CentOS and Fedora registry
2018-01-23Merge pull request #6808 from spadgett/check-console-config-existsOpenShift Merge Robot
Automatic merge from submit-queue. Bug 1534020 - Only set logging and metrics URLs if console config map exists Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534020 Related to #6676, but for the tasks that update logging and metrics URLs. /king bug /assign @sdodson
2018-01-23Merge pull request #6817 from mtnbikenc/fix-1506750OpenShift Merge Robot
Automatic merge from submit-queue. [1506750] Ensure proper hostname check override Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506750
2018-01-23[1506866] Update haproxy.cfg.j2Russell Teague
2018-01-23Merge pull request #6783 from mgugino-upstream-stage/node-syscon-add-mountsScott Dodson
Add ability to mount volumes into system container nodes
2018-01-23moving files to their correct <role>/files dir for the openshift_web_console ↵Dan Yocum
and template_service_broker roles
2018-01-23Split control plane and component install in deploy_clusterClayton Coleman
2018-01-23Add clusterResourceOverridesEnabled to console configSamuel Padgett
2018-01-23[1537105] Add openshift_facts to flannel roleRussell Teague
2018-01-23Merge pull request #6812 from sdodson/bz1396350OpenShift Merge Robot
Automatic merge from submit-queue. Ensure that node names are lowerecased before matching The name field is always lowercase whereas the nodename may not have been in the past. Ensure that we lowercase it before looking for matching nodes. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1396350
2018-01-23PyYAML is required by openshift_facts on nodesClayton Coleman
2018-01-23Move origin-gce roles and playbooks into openshift-ansibleClayton Coleman
This moves all core functionality into the openshift-ansible repo, adds the necessary equivalent entrypoint to the openshift-ansible installer image, and ensures the dynamic inventory mechanisms in openshift-ansible continue to work. Notable changes from origin-gce: * playbook extensions changed to .yml * dynamic inventory subdirectory created to prevent accidental use * use the custom entrypoint entrypoint-gcp for this image * move tasks into openshift_gcp role
2018-01-23Directly select the ansible versionClayton Coleman
Also add libcloud (required for dynamic GCE lookup) and which (relied on by gcloud).
2018-01-23use non-deprecated REGISTRY_OPENSHIFT_SERVER_ADDR variable to set the ↵Ben Parees
registry hostname bug 1537593 https://bugzilla.redhat.com/show_bug.cgi?id=1537593
2018-01-23Fix: e2e tests failing due to :1936/metrics unaccessible.Jiri Mencak
This PR allows access to tcp/1936 ingress infra-secgrp policy, so that e2e test do not fail looking for router metrics port :1936/metrics
2018-01-23update Dockerfile to add boto3 dependencyJoel Diaz
The centos-based Dockerfile has previously been updated to pull in the python2-boto3 RPM; update the RHEL-based Dockerfile to do the same now that python2-boto3 has been made available in the appropriate repo.
2018-01-23Merge pull request #6504 from mbruzek/mbruzek-openshift-openstackRussell Teague
The provision_install file ends in yml not yaml! Ansible requirement …
2018-01-23Automatic commit of package [openshift-ansible] release [3.9.0-0.23.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2018-01-23Lowercase node names when creating certificatesVadim Rutkovsky
2018-01-23NFS Storage: make sure openshift_hosted_*_storage_nfs_directory are quotedVadim Rutkovsky
This enables using non-standard symbols (e.g. spaces) in the path Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>