summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Quick installer: run prerequistes first and update path to main playbookVadim Rutkovsky2018-02-073-25/+99
|
* Merge pull request #6688 from jsanda/termination-grace-periodOpenShift Merge Robot2018-02-071-1/+1
|\ | | | | | | | | | | | | 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).
| * [6632] fix indentation of terminationGracePeriodSeconds varJohn Sanda2018-01-101-1/+1
| |
* | Merge pull request #7035 from sosiouxme/20180206-ovs-2.9OpenShift Merge Robot2018-02-063-9/+17
|\ \ | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. health checks: tolerate ovs 2.9 fixes https://bugzilla.redhat.com/show_bug.cgi?id=1541313
| * | health checks: tolerate ovs 2.9Luke Meyer2018-02-063-9/+17
| | |
* | | Merge pull request #7015 from sdodson/v310Scott Dodson2018-02-06207-31/+96372
|\ \ \ | | | | | | | | Initial support for 3.10
| * | | Initial support for 3.10Scott Dodson2018-02-05207-31/+96372
| | | |
* | | | Merge pull request #7029 from mgugino-upstream-stage/fix-wordingScott Dodson2018-02-061-1/+1
|\ \ \ \ | | | | | | | | | | Fix docker rpm upgrade install task wording
| * | | | Fix docker rpm upgrade install task wordingMichael Gugino2018-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | This commit corrects wording of task name.
* | | | | Automatic commit of package [openshift-ansible] release [3.9.0-0.39.0].Justin Pierce2018-02-062-2/+16
| |_|/ / |/| | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | Merge pull request #7020 from vrutkovs/node-config-on-upgradeScott Dodson2018-02-061-0/+1
|\ \ \ \ | | | | | | | | | | Upgrades: pass openshift_manage_node_is_master to master nodes during upgrade
| * | | | Upgrades: pass openshift_manage_node_is_master to master nodes during upgradeVadim Rutkovsky2018-02-061-0/+1
| | | | | | | | | | | | | | | | | | | | This ensures required labels for master would be set
* | | | | Merge pull request #7033 from kwoodson/shell_update_fixScott Dodson2018-02-061-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | | Update code to not fail when rc != 0
| * | | | Update code to not fail when rc != 0Kenny Woodson2018-02-061-0/+3
|/ / / /
* | | | Merge pull request #6628 from ewolinetz/es_5.x_opt_inOpenShift Merge Robot2018-02-0654-121/+1726
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Es 5.x opt in FYI @richm @jcantrill
| * | | | Swapping container order for es podEric Wolinetz2018-02-052-73/+73
| | | | |
| * | | | Adding support for ES 5.x tech preview opt inEric Wolinetz2018-02-0554-84/+1689
| | | | |
* | | | | Merge pull request #6990 from joelddiaz/aws_master_grp_paramsKenny Woodson2018-02-061-21/+19
|\ \ \ \ \ | | | | | | | | | | | | parameterize various master/infra scale group bits
| * | | | | parameterize various master scale group bitsJoel Diaz2018-02-051-21/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow selectively overriding master scale group bits: instance type: openshift_aws_master_group_instance_type scale group min size: openshift_aws_master_group_min_size scale group max size: openshift_aws_master_group_max_size scale group desired size: openshift_aws_master_group_desired_size and overriding infra scale group bits: instance type: openshift_aws_infra_group_instance_type scale group min size: openshift_aws_infra_group_min_size scale group max size: openshift_aws_infra_group_max_size scale group desired size: openshift_aws_infra_group_desired_size and overriding compute scale group bits: instance type: openshift_aws_compute_group_instance_type scale group min size: openshift_aws_compute_group_min_size scale group max size: openshift_aws_compute_group_max_size scale group desired size: openshift_aws_compute_group_desired_size also consolodate the health check for master/infra/compute since they are all the same
* | | | | | Merge pull request #6975 from pgier/bz1540799OpenShift Merge Robot2018-02-062-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. bug 1540799: openshift_prometheus: update alertmanager config file flag Prometheus alertmanager as of 0.13.0 requires double dashes (posix) for command line flags. The double dashes should be backwards compat with earlier versions of alertmanager.
| * | | | | | bug 1540799: openshift_prometheus: update alertmanager config file flagPaul Gier2018-02-052-2/+2
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prometheus alertmanager as of 0.13.0 requires double dashes (posix) for command line flags. The double dashes should be backwards compat with earlier versions of alertmanager.
* | | | | | Merge pull request #7016 from kwoodson/daemonset_monitoringOpenShift Merge Robot2018-02-063-18/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. daemonset config modifications to allow monitoring. Modifications that allow custom secrets, configmaps, and shared setup between containers for config and monitoring.
| * | | | | | Updates to configure monitoring container.Kenny Woodson2018-02-053-18/+34
| | | | | | |
* | | | | | | Merge pull request #7018 from mtnbikenc/refactor-cert-SANOpenShift Merge Robot2018-02-062-23/+33
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Move cert SAN update logic to openshift-etcd Recent additions for checking certificate SAN validation were added to the upgrade playbooks and should be moved to the openshift-etcd playbooks to ensure this check is performed when the openshift-etcd upgrade playbook is run directly, vice only when running a full control plane upgrade. Additionally, the formerly included playbook for redeploying certificates called the main entry point playbook which caused the initialization playbooks to be called twice.
| * | | | | | | Move cert SAN update logic to openshift-etcdRussell Teague2018-02-052-23/+33
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #7005 from mtnbikenc/fix-rolloutRussell Teague2018-02-062-4/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Use rollout instead of deploy (deprecated)
| * | | | | | Use rollout instead of deploy (deprecated)Russell Teague2018-02-022-4/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #6933 from giuseppe/bz-1529478Scott Dodson2018-02-051-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | cri-o: export variables defined in crio-network
| * | | | | | cri-o: export variables defined in crio-networkGiuseppe Scrivano2018-01-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so that the cri-o process can use them. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1529478 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | | | Automatic commit of package [openshift-ansible] release [3.9.0-0.38.0].Justin Pierce2018-02-052-2/+15
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | | | Merge pull request #6731 from Klaas-/klaas-patch1OpenShift Merge Robot2018-02-051-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Fix broken softlink I think d3fefc32a727fe3c13159c4e9fe4399f35b487a8 moved dirs and failed to correct the symlinks inside
| * | | | | | Fix softlinks broken by d3fefc32a727fe3c13159c4e9fe4399f35b487a8Klaas Demter2018-01-261-1/+1
| | | | | | |
* | | | | | | Merge pull request #7011 from kwoodson/3_9_upgrade_sgsScott Dodson2018-02-051-0/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Moving upgrade sg playbook to 3.9
| * | | | | | Moving upgrade sg playbook to 3.9Kenny Woodson2018-02-051-0/+0
|/ / / / / /
* | | | | | Merge pull request #6985 from joelddiaz/deprovision_s3_bucketsKenny Woodson2018-02-054-3/+48
|\ \ \ \ \ \ | | | | | | | | | | | | | | add S3 bucket cleanup
| * | | | | | add S3 bucket cleanupJoel Diaz2018-02-024-3/+48
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Default to just cleaning out all the objects in the S3 bucket (IFF openshift_aws_create_s3 is 'true'). If you really, trully want to delete the S3 bucket and free up the bucket name, you can set openshift_aws_really_delete_s3_bucket to 'true' ('false' by default).
* | | | | | Merge pull request #6969 from mjudeikis/gluster-dynamic-invetory-bugOpenShift Merge Robot2018-02-042-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. dynamic inventory bug when group exists but its empty @jarrpa output from my test for the gluster block I use dynamic inventory. And the result of this is that ansible see all possible groups available, but some of them are empty [1]. Because group exists, fist condition is evaluated as true and it fails with the array is an empty error... ``` ... 'all': [u'54.144.5.175', u'52.200.175.54', u'54.237.208.252', u'52.55.224.72', u'52.207.103.246', u'34.227.95.191', u'34.238.127.160'], u'bastion': [u'34.227.95.191'], u'bastion.0': [u'34.227.95.191'], u'etcd': [u'34.238.127.160'], u'glusterfs': [u'52.200.175.54', u'52.207.103.246', u'54.144.5.175'], u'glusterfs.0': [u'52.200.175.54'], u'glusterfs.1': [u'52.207.103.246'], u'glusterfs.2': [u'54.144.5.175'], u'glusterfs_registry': [], u'infra': [u'52.55.224.72'], u'infra.0': [u'52.55.224.72'], u'masters': [u'34.238.127.160'], u'masters.0': [u'34.238.127.160'], ... ```
| * | | | | | dynamic inventory bug when group exists but its emptyMangirdas2018-02-022-2/+2
| | | | | | |
* | | | | | | Merge pull request #6980 from mtnbikenc/fix-upgradesScott Dodson2018-02-046-11/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix version handling in 3.8/3.9 control plane upgrades
| * | | | | | | Fix version handling in 3.8/3.9 control plane upgradesRussell Teague2018-02-026-11/+13
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #5694 from nak3/remove-unnecessary-failed_whenOpenShift Merge Robot2018-02-031-3/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. remove openshift_upgrade_{pre,post}_storage_migration_enabled from failed_when When `openshift_upgrade_{pre,post}_storage_migration_enabled` was enabled, `oadm migrate storage` was called. After that, failed_when is evaluated, so `openshift_upgrade_{pre,post}_storage_migration_enabled` is always true and not necessary in the failed_when list. This patch remove them from failed_when list.
| * | | | | | | remove openshift_upgrade_{pre,post}_storage_migration_enabled from failed_whenKenjiro Nakayama2018-02-031-3/+0
| | | | | | | |
* | | | | | | | Merge pull request #6996 from mjudeikis/restart_fix_atomicOpenShift Merge Robot2018-02-032-1/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. check for restart on atomic fix atomic host storage
| * | | | | | | dynamic inventory bug when group exists but its emptyMangirdas2018-02-022-1/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #6988 from chaitanyaenr/allow_rootOpenShift Merge Robot2018-02-022-2/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Parameterize user and disable_root options in cloud config This commit will allow the user to login as root. By default the user is set to openshift and disable_root is set to true.
| * | | | | | | Parameterize user and disable_root options in cloud configNaga Ravi Chaitanya Elluri2018-02-012-2/+7
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This commit will allow the user to login as root. By default, the user is set to openshift and disable_root is set to true.
* | | | | | | Automatic commit of package [openshift-ansible] release [3.9.0-0.37.0].Justin Pierce2018-02-022-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
* | | | | | | Merge pull request #6992 from ewolinetz/expand_readme_control_reqsOpenShift Merge Robot2018-02-021-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Adding requirements for logging and metrics To address https://github.com/openshift/openshift-ansible/issues/5293
| * | | | | | | Adding requirements for logging and metricsEric Wolinetz2018-02-011-0/+10
| |/ / / / / /
* | | | | | | Merge pull request #6995 from vrutkovs/f27-omitOpenShift Merge Robot2018-02-021-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Don't use 'omit' for package module 'name' param is required and can't be skipped. 'when' is used instead Fixes #6968