summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-08Merge pull request #7079 from fabianvf/1524805-cloudforms-pull-policyScott Dodson
Bug 1524805- CFME example now works disconnected
2018-02-08Bug 1524805- CFME example now works disconnectedFabian von Feilitzsch
2018-02-08Merge pull request #7055 from fabianvf/bz1541625Scott Dodson
Bug 1541625- properly cast provided ip address to unicode
2018-02-08Only try to yaml.load a file if it ends in .yml or .yaml in logging factsEric Wolinetz
2018-02-08Merge pull request #7056 from sdodson/gcp-wait-for-connectionScott Dodson
Use wait_for_connection to validate ssh transport is alive
2018-02-08Set default image tag to openshift_image_tag for servicesVadim Rutkovsky
Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-08Merge pull request #7060 from mwoodson/masterOpenShift Merge Robot
Automatic merge from submit-queue. aws ami: make it so the tags from the orinal AMI are used with the newly created AMI
2018-02-08Redeploy router certificates during upgrade only when secure.Kenny Woodson
2018-02-08Merge pull request #7057 from ashcrow/remove-master-from-ami-node-bootstrapKenny Woodson
openshift_node: Remove master from aws node building
2018-02-08GlusterFS: Fix block StorageClass heketi routeJose A. Rivera
2018-02-08Merge pull request #7043 from vrutkovs/prerequisites-enable-docker-excluderOpenShift Merge Robot
Automatic merge from submit-queue. Setup docker excluder if requested before container_runtime is installed That would prevent possible container runtime upgrades during cluster config Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1540800 Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-08changed oc to {{ openshift_client_binary }}datarace
2018-02-07Merge pull request #7063 from sdodson/wc39Scott Dodson
Use v3.9 web-console image for now
2018-02-07Use v3.9 web-console image for nowScott Dodson
2018-02-07Merge pull request #6938 from vshn/revert-heketi-image-optionOpenShift Merge Robot
Automatic merge from submit-queue. Revert "GlusterFS: Remove image option from heketi command" This reverts commit 3d3853836d71c37a9c81aea8e606c94052439789 which was supposedly a fix for an issue with topology initialization, but that turned out to be a separate issue fixed in commit b8879b5c6731bd51e590b470b1a51fce73db0ee1. By default "heketi-cli setup-openshift-heketi-storage" uses the "heketi/heketi:dev" image while, for OpenShift Container Platform installations, the default image for all other operations is "rhgs3/rhgs-volmanager-rhel7". In environments where only a limited set of Docker registries is available, i.e. only the Red Hat registry but not Docker Hub, using "heketi/heketi:dev" does not work or would require manual intervention. The discussion surrounding the removal of "--image" in PR#5769 involved statements that "--image" was removed from Heketi. As of January 30, 2018 the master branch contains the option, as does the upstream Docker image (Heketi version v5.0.0-225-gffb9fea) and the aforementioned "rhgs3/rhgs-volmanager-rhel7" image. Tested with OpenShift Container Platform 3.7.23.
2018-02-07Adding ability to provide additional mounts to crio system container.Kenny Woodson
2018-02-07Merge pull request #7017 from mtnbikenc/fix-1540537OpenShift Merge Robot
Automatic merge from submit-queue. [1540537] Add base package installation to upgrade playbooks Hosts will need python ipaddress module installed if it was not installed during initial installation. Bug 1540537 https://bugzilla.redhat.com/show_bug.cgi?id=1540537
2018-02-07Remove spaces introduced at the start of the lineGeoff Newson
In making the initial change I introduce some spaces at the beginning of the line. Removing them.
2018-02-07Changing the check for the number of etcd nodesGeoff Newson
2018-02-07aws ami: make it so the tags from the orinal AMI are used with the newly ↵Matt Woodson
created AMI
2018-02-07Merge pull request #7032 from spadgett/console-livenessScott Dodson
Detect config changes in console liveness probe
2018-02-07Merge pull request #7044 from zgalor/fix_uninstall_bugOpenShift Merge Robot
Automatic merge from submit-queue. Fix uninstall using openshift_prometheus_state=absent This was broken in https://github.com/openshift/openshift-ansible/pull/6811 bz: https://bugzilla.redhat.com/show_bug.cgi?id=1540806
2018-02-07Setup docker excluder if requested before container_runtime is installedVadim Rutkovsky
That would prevent possible container runtime upgrades during cluster config Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-07openshift_node: Remove master from aws node buildingSteve Milner
Since it is expected to be re-added at some point in the future the lines have been commented out rather than deleted. Signed-off-by: Steve Milner <smilner@redhat.com>
2018-02-07Merge pull request #7052 from vrutkovs/rolling_restart_modeOpenShift Merge Robot
Automatic merge from submit-queue. 3.9 upgrade: fix typos in restart masters procedure * 'rolling_restart_mode' should be 'services', not 'service' * use 'state: restarted' to properly restart services Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1540054 Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-07Merge pull request #7007 from abutcher/master-cert-idempotenceScott Dodson
Correct master certificates list checked by openshift_master_certificates
2018-02-07Use wait_for_connection to validate ssh transport is aliveScott Dodson
2018-02-07Bug 1541625- properly cast provided ip address to unicodeFabian von Feilitzsch
2018-02-07Merge pull request #7045 from vrutkovs/quick-installer-new-playbook-pathsOpenShift Merge Robot
Automatic merge from submit-queue. Quick installer: run prerequistes first and update path to main playbook Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1542895
2018-02-07Merge pull request #7004 from cooktheryan/master-tag-fixOpenShift Merge Robot
Automatic merge from submit-queue. tag fix without ose- incorrect tag when trying to deploy efs
2018-02-07Automatic commit of package [openshift-ansible] release [3.9.0-0.41.0].Justin Pierce
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2018-02-07Merge pull request #7050 from jarrpa/gluster-doc-updateOpenShift Merge Robot
Automatic merge from submit-queue. GlusterFS: Minor documentation update
2018-02-07Merge pull request #7040 from sdodson/bz1542399OpenShift Merge Robot
Automatic merge from submit-queue. Make sure to include upgrade_pre when upgrading master nodes Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1542399
2018-02-07Add base package installation to upgrade playbooksRussell Teague
Hosts will need python ipaddress module installed if it was not installed during initial installation. Bug 1540537 https://bugzilla.redhat.com/show_bug.cgi?id=1540537
2018-02-07erase data only if variable is set.Saravanakumar Arumugam
fix block indentatation Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
2018-02-073.9 upgrade: fix typos in restart masters procedureVadim Rutkovsky
* 'rolling_restart_mode' should be 'services', not 'service' * use 'state: restarted' to properly restart services Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-07Merge pull request #7051 from sdodson/ovs27-ocp310Scott Dodson
Allow OVS 2.7 in OCP 3.10
2018-02-07Allow OVS 2.7 in OCP 3.10Scott Dodson
2018-02-07GlusterFS: Minor documentation updateJose A. Rivera
2018-02-07quick installer: disable broken test_get_hosts_to_run_on6 testVadim Rutkovsky
2018-02-07Quick installer: run prerequistes first and update path to main playbookVadim Rutkovsky
2018-02-07Automatic commit of package [openshift-ansible] release [3.9.0-0.40.0].Justin Pierce
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2018-02-07Merge pull request #6993 from joelddiaz/deprovision_elbsKenny Woodson
add deprovisioning for ELB (and IAM certs)
2018-02-07Fix uninstall using openshift_prometheus_state=absentZohar Galor
This was broken in https://github.com/openshift/openshift-ansible/pull/6811 bz: https://bugzilla.redhat.com/show_bug.cgi?id=1540806
2018-02-07Merge pull request #6688 from jsanda/termination-grace-periodOpenShift Merge Robot
Automatic merge from submit-queue. [6632] fix indentation of terminationGracePeriodSeconds var This is a PR to fix [6632](https://github.com/openshift/openshift-ansible/issues/6632).
2018-02-07uninstall playbook for GlusterFSSaravanakumar Arumugam
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
2018-02-06Merge pull request #7035 from sosiouxme/20180206-ovs-2.9OpenShift Merge Robot
Automatic merge from submit-queue. health checks: tolerate ovs 2.9 fixes https://bugzilla.redhat.com/show_bug.cgi?id=1541313
2018-02-06Make sure to include upgrade_pre when upgrading master nodesScott Dodson
2018-02-06Merge pull request #7015 from sdodson/v310Scott Dodson
Initial support for 3.10
2018-02-06Merge pull request #7029 from mgugino-upstream-stage/fix-wordingScott Dodson
Fix docker rpm upgrade install task wording