| Age | Commit message (Collapse) | Author |
|
|
|
In the past, health checks were implemented with ignore_errors: True in
the playbook level, requiring us to store all failures, ignored or not,
so that we could report on all failed checks.
Now checks are run from a single action plugin entry point, without
ignoring errors (all errors are aggregated via the action plugin).
Since the integration of the openshift_health_checker role with the
install playbook, failure summaries are part of the output of a lot more
calls to ansible-playbook. We shall report only failures that caused the
execution to stop, as ignored failures in the summary only serve to
confuse users.
|
|
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1467809
As a next step, we can refine under which conditions the overlay driver
is supported.
|
|
AWS hosts and user names frequently make the default Ansible ControlPath
too long. This prevents ssh persistent connections, significantly
impacting runtime. More detail: https://github.com/ansible/ansible/issues/11536
This config change shortens the ControlPath to make this less likely. It
would be better to change it to the %C hash, as extremely long hostnames
or usernames could still encounter this problem, but that is not yet
available with RHEL's openssh. This at least improves the situation.
|
|
Fix where execute_module was being passed task_vars in place of tmp
param. Most modules don't seem to use either and so this doesn't fail;
but under some conditions (perhaps different per version of ansible?) it
tried to treat the dict as a string and came back with a python stack
trace.
|
|
SUMMARY and DESCRIPTION were coming from python image build, might be
confusing to someone inspecting this image.
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1465724
Use the provided ansible.cfg and hack needed python system libs into SCL
|
|
sync the parallel change from Dockerfile into Dockerfile.rhel7
|
|
Adding create permissions for serviceclasses.servicecatalog.k8s.io to…
|
|
service-catalog-controller role
|
|
[Bz 1468113] Configure the rest of the masters with the correct URL.
|
|
Fix calico when certs are auto-generated
|
|
Created by command:
/usr/bin/tito tag --accept-auto-changelog --use-version=3.6.141
|
|
|
|
updating fetch tasks to be flat paths
|
|
Add evaluate_groups.yml to network_manager playbook
|
|
The network_manager.yml playbook uses oo_* groups names which are
defined in the evaluate_groups.yml playbook.
|
|
|
|
|
|
Created by command:
/usr/bin/tito tag --accept-auto-changelog --use-version=3.6.140
|
|
Created by command:
/usr/bin/tito tag --accept-auto-changelog --use-version=3.6.139
|
|
ingvagabund/increase-timeout-when-waiting-for-master-and-nodes
increase implicit 300s default timeout to explicit 600s
|
|
Created by command:
/usr/bin/tito tag --accept-auto-changelog --use-version=3.6.138
|
|
Merged by openshift-bot
|
|
Merged by openshift-bot
|
|
Run some basic etcd checks after migration to ensure leases are good
|
|
Merged by openshift-bot
|
|
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1468187
|
|
|
|
updating configmap map definition to fix asb not starting up correctly
|
|
container-engine: Update Fedora registry url
|
|
|
|
|
|
|
|
|
|
|
|
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1468424
Incorrect indentation caused base svc/cluster.local/hostname entries
to be added to the NO_PROXY settings regardless of if the user was
configuring NO_PROXY or not.
|
|
1467948 - Ansible Service Broker configuration values
|
|
Created by command:
/usr/bin/tito tag --accept-auto-changelog --use-version=3.6.137
|
|
Atomic command workarounds
|
|
|
|
|
|
Bug 1466152 - Json-file log driver: Neither "openshift_logging_fluentd_use_journal=false" nor omitted collects the log entries
|
|
"openshift_logging_fluentd_use_journal=false" nor omitted collects the log entries
https://bugzilla.redhat.com/show_bug.cgi?id=1466152
Do not set openshift_logging_fluentd_use_journal or USE_JOURNAL at
all unless it is explicitly set as an ansible param. It is almost
always better to let fluentd figure out which log driver docker
is using.
|
|
Merged by openshift-bot
|
|
Adding serial: 1 to play to ensure we run one at a time
|
|
|
|
Fix yamllint
|
|
|
|
[BZ 1467786] Fix for OPENSHIFT_DEFAULT_REGISTRY setting in env file.
|