summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-22allow uninstalling AWS objects created by prerequisite playbookJoel Diaz
add deprovisioners/uninstallers for objects created via playbooks/aws/openshift-cluster/prerequisites.yml specifically: security groups, vpcs, and any ssh keys introduce openshift_aws_enable_uninstall_shared_objects to protect AWS objects that would be shared in the case of multiple clusters co-existing in one AWS account. right now it protects the ssh keys, but it can/should be used to protect against deleting the shared IAM instance profile as well. default this variable to False to be on the safe side when uninstalling/deprovisioning. add some documentation on using deprovisioning playbooks
2018-01-16Merge pull request #6719 from wmengRH/fix_bug_1534271Scott Dodson
fix bug 1534271
2018-01-16Merge pull request #6706 from spadgett/console-rbacOpenShift Merge Robot
Automatic merge from submit-queue. Add console RBAC template Required for https://github.com/openshift/origin-web-console-server/pull/18 Origin changes: https://github.com/openshift/origin/pull/18075 /assign @sdodson /cc @deads2k
2018-01-16Merge pull request #6470 from oybed/cfgScott Dodson
Adding .ini to inventory_ignore_extensions
2018-01-16Merge pull request #6536 from shawn-hurley/adding-asb-permissionsScott Dodson
Adding ability for ASB to interact with network resources.
2018-01-16Merge pull request #6741 from sdodson/bz1534905Scott Dodson
Remove tuned-profiles from list of master packages upgraded
2018-01-16Remove tuned-profiles from list of master packages upgradedScott Dodson
2018-01-15Automatic commit of package [openshift-ansible] release [3.9.0-0.20.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2018-01-15Merge pull request #6610 from mazzystr/update_awsec2_root_volOpenShift Merge Robot
Automatic merge from submit-queue. Update to AWS EC2 root vol size so that Health Check tasks pass AWS EC2s under the ASG and LaunchConfig are deployed with the default 10gb root vol size. Heath Checks fail because / filesystem and /var directory is too small. Health Check wants a minimum of 40Gb. 10Gb is just too small for server operations in general. Let's increase to 100Gb. Cost increase for additional EBS storage will be minimal and give plenty of elbow room for normal server operations.
2018-01-15Merge pull request #6692 from abutcher/cluster-operatorOpenShift Merge Robot
Automatic merge from submit-queue. Separate ELB & S3 from master node group provisioning Moved s3 and elb provisioning out of `roles/openshift_aws/tasks/provisioning.yml` and into their own playbooks. These playbooks are now included in the provision playbook and in a WIP infrastructure playbook we intend to run up front in place of prerequisites. @kwoodson what are your thoughts on something like this?
2018-01-15Merge pull request #6726 from bogdando/fix_openstack_docsOpenShift Merge Robot
Automatic merge from submit-queue. Fix openstack provider docs Fix openstack provider playbook name in docs Adjust required versions of dependencies. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2018-01-15Merge pull request #6103 from dulek/dulek/cni-daemonOpenShift Merge Robot
Automatic merge from submit-queue. Configure Kuryr CNI daemon Kuryr CNI daemon is scalability improvement that moves watching K8s API and VIF plugging into a separate entity called kuryr-daemon. Kuryr-daemon will run in a container and serve requests from kuryr-driver.
2018-01-15Adjust openstack provider dependencies versionsBogdan Dobrelya
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2018-01-15Fix openstack provider playbook name in docsBogdan Dobrelya
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2018-01-15fix bug 1534271MENG Weihua
2018-01-13Merge pull request #6707 from spadgett/console-upgradeScott Dodson
Install web console on upgrade
2018-01-13Merge pull request #6426 from danwinship/cleanup-ipamScott Dodson
Clean up host-local IPAM data while nodes are drained
2018-01-13Merge pull request #6705 from jpeeler/add-async-bindings-varScott Dodson
Add var for catalog controller to enable async bindings
2018-01-12Automatic commit of package [openshift-ansible] release [3.9.0-0.19.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2018-01-12Automatic commit of package [openshift-ansible] release [3.9.0-0.18.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2018-01-12Automatic commit of package [openshift-ansible] release [3.9.0-0.17.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2018-01-12Merge pull request #6695 from mbruzek/openstack_md_fixesOpenShift Merge Robot
Automatic merge from submit-queue. Spelling and grammar changes to the advanced-configuration.md file. I noticed some spelling errors when trying to read the OpenStack `advanced_configuration.md` file so I wanted to contribute the fixed spelling.
2018-01-11Merge pull request #6702 from sdodson/image-stream-syncScott Dodson
Update latest image streams and templates
2018-01-11Merge pull request #6614 from mgugino-upstream-stage/plugins-to-lib-utilsScott Dodson
Move more plugins to lib_utils
2018-01-11Install web console on upgradeSamuel Padgett
2018-01-11Add console RBAC templateSamuel Padgett
2018-01-11Add var for controller to enable async bindingsJeff Peeler
New variable is called 'openshift_service_catalog_async_bindings_enabled' and is set to false by default. Also, fixed a typo in the controller template for the DaemonSet update strategy, which caused the strategy to be set to OnDelete rather than the intended RollingUpdate.
2018-01-11Merge pull request #6607 from tomassedovic/fix-cinder-pvOpenShift Merge Robot
Automatic merge from submit-queue. Fix Cinder Persistent Volume support This documents how to use Cinder-backed persistent volumes with OpenStack. It needed a change to the dynamic inventory because the "openstack" cloudprovider plugin does actually require internal name resolution -- and the `openshift_hostname` value must match the name of the Nova server. In addition, we need to be able to specify the V2 of the Cinder API for now as described in: https://github.com/openshift/openshift-docs/issues/5730
2018-01-11Update latest image streams and templatesScott Dodson
2018-01-11Merge pull request #6701 from spadgett/webconsole-config-groupOpenShift Merge Robot
Automatic merge from submit-queue. Use webconsole.config.openshift.io/v1 API group Update the install to use the new web console config API group and kind. API change: openshift/api#29 Cluster up change: openshift/origin#18056 /assign @sdodson @deads2k @jwforres cc
2018-01-11Merge pull request #6687 from jpeeler/sc-cert-fixOpenShift Merge Robot
Automatic merge from submit-queue. Update deployment and apiserver with new certs Since new certificates are generated for every run, the apiservice caBundle needs updating in order to have the on disk CA match what is in Kubernetes. Because the secrets are updated, the daemonset needs to do a rolling update for the apiserver to pick up the new certs. Implemented here is an added annotation to the api server such that the update occurs automatically when the CA is changed. --- There may be a better way to make the rolling update occur without adding an annotation, such as within ansible itself (I just didn't know how to do that). Also, I think that probably the controller needs to be updated too in order to ensure staying in sync with the api server. Edit: I did not think that doing "oc apply" would cause the daemonset to pick up a change since the yaml may be exactly the same, but if it does then the annotation part can definitely be changed.
2018-01-11Merge pull request #6623 from vrutkovs/avoid-repoquery-on-containerizedOpenShift Merge Robot
Automatic merge from submit-queue. docker_upgrade_check: skip repoquery calls on containerized setups Fedora/CentOS Atomic hosts don't have repoquery installed - also there is no need to check available Docker rpms in the repos for Atomic Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1527256 Note, that this solution is pretty naive - a better idea would be splitting the playbooks for rpm and containerized installs for clarity
2018-01-11Merge pull request #6697 from sdodson/bz1532961Scott Dodson
Add missing v3.9 gluster templates
2018-01-11Use webconsole.config.openshift.io/v1 API groupSamuel Padgett
2018-01-11Merge pull request #6670 from nhosoi/allowed_versions2Scott Dodson
Bug 1527178 - installation of logging stack failed: Invalid version s…
2018-01-11Merge pull request #6675 from spadgett/default-node-selectorScott Dodson
Bug 1532787 - Add empty node selector to openshift-web-console namespace
2018-01-11Merge pull request #6679 from vrutkovs/logging-py3-dictsOpenShift Merge Robot
Automatic merge from submit-queue. logging: fix jinja filters to support py3
2018-01-11Merge pull request #6665 from spadgett/update-console-templateOpenShift Merge Robot
Automatic merge from submit-queue. Update web console template Update the web console template based on changes in https://github.com/openshift/origin/pull/17575 /assign @sdodson @deads2k fyi
2018-01-10Merge pull request #6579 from ↵OpenShift Merge Robot
coreydaley/trello_1435_default_tolerations_via_buildconfig_defaulter Automatic merge from submit-queue. Ability to specify default tolerations via the buildconfig defaulter Trello: https://trello.com/c/LNxlMjjU/1435-5-ability-to-specify-default-tolerations-via-the-buildconfig-defaulter-builds Dependent on: https://github.com/openshift/origin/pull/17955
2018-01-10Merge pull request #5726 from ewolinetz/update_tsb_imageScott Dodson
Updating tsb image names
2018-01-10Merge pull request #5080 from sdodson/drain-timeoutsOpenShift Merge Robot
Automatic merge from submit-queue. Add the ability to specify a timeout for node drain operations A timeout to wait for nodes to drain pods can be specified to ensure that the upgrade continues even if nodes fail to drain pods in the allowed time. The default value of 0 will wait indefinitely allowing the admin to investigate the root cause and ensuring that disruption budgets are respected. In practice the `oc adm drain` command will eventually error out, at least that's what we've seen in our large online clusters, when that happens a second attempt will be made to drain the nodes, if it fails again it will abort the upgrade for that node or for the entire cluster based on your defined `openshift_upgrade_nodes_max_fail_percentage`. `openshift_upgrade_nodes_drain_timeout=0` is the default and will wait until all pods have been drained successfully `openshift_upgrade_nodes_drain_timeout=600` would wait for 600s before moving on to the tasks which would forcefully stop pods such as stopping docker, node, and openvswitch.
2018-01-10Merge pull request #6666 from sdodson/fix_client_binaryScott Dodson
Ensure that openshift_facts role is imported whenever we rely on
2018-01-10Add missing v3.9 gluster templatesScott Dodson
Fixes Bug 1532961
2018-01-10Merge pull request #6647 from ↵Scott Dodson
vrutkovs/3.9-upgrades-remove-openshift.common.service_type 3.9 upgrade: remove openshift.common.service_type
2018-01-10Merge pull request #6605 from vrutkovs/failure_summary_convert_msg_to_stringScott Dodson
failure_summary: make sure msg is always a string
2018-01-10Spelling and grammar changes to the advanced-configuration.md file.Matt Bruzek
2018-01-10Merge pull request #6683 from mgugino-upstream-stage/fix-pkg_versionScott Dodson
Add defaults for openshift_pkg_version
2018-01-10Merge pull request #6693 from kwoodson/hosted_var_fixScott Dodson
Fixing openshift_hosted variable.
2018-01-10Merge pull request #6423 from dav1x/add-vsphere-providerScott Dodson
Add vsphere provider
2018-01-10Fixing openshift_hosted variable.Kenny Woodson