| Age | Commit message (Collapse) | Author |
|
Currently, the scripts that contain testing inventory
and actually execute the running of openshift-ansible
plays are kept in the CI jobs themselves.
This commit adds scripts into our tree so we can have
better control over variables, differences between branches,
and more transparency to end users for how we run our
integration tests.
|
|
Adding support for docker-storage-setup on overlay
|
|
Automatic merge from submit-queue.
Move node group tags to openshift_aws_{master,node}_group.
Move node groups tags to `openshift_aws_{master,node}_group` variables as discussed below.
|
|
|
|
Add readiness probe to kuryr controller pod
|
|
Add CentOS-OpenShift-Origin37 repo template.
|
|
Plugin consolidate
|
|
Automatic merge from submit-queue.
Remove some small items from openshift_facts
Remove some small items from openshift_facts that
don't need to be there.
|
|
Automatic merge from submit-queue.
Fix hosted_reg_router selectors
This commit removes duplicate (and incorrect) assignment
of openshift_hosted_registry_selector and
openshift_hosted_router_selector
Fixes https://github.com/openshift/origin/issues/17682
|
|
Remove some small items from openshift_facts that
don't need to be there.
|
|
set repos after registration
|
|
This commit relocates filter_plugings to lib_utils,
changes the namespacing to prevent unintended use of
older versions that may be present in filter_plugins/
directory on existing installs.
Add lib_utils to meta depends for roles
Also consolidate some plugins into lib_utils from
various other areas.
Update rpm spec, obsolete plugin rpms.
|
|
Remove openshift_node_facts role
|
|
This commit removes duplicate (and incorrect) assignment
of openshift_hosted_registry_selector and
openshift_hosted_router_selector
|
|
|
|
This commit removes the remainder of openshift_node_facts
role.
|
|
|
|
|
|
Fix rhel_repos disable command
|
|
Remove openshift_node_facts part 1
|
|
Fix rhel_subscribe boolean
|
|
Deprecate using Ansible tests as filters
|
|
Automatic merge from submit-queue.
openshift_logging_{fluentd,mux}_file_buffer_limit mismatch
. fixing a typo in fluentd template
. adjusting the default value of openshift_logging_mux_file_buffer_limit
|
|
|
|
Automatic merge from submit-queue.
Disable config trigger logging
Removes the default config trigger from the ES generated DC and adds a handler to roll out any updated ES node in a controlled, rolling manner
Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1498989
|
|
This commit fixes a variable name to it's correct
name used in a when condition.
Also makes use of 'is defined' consistent.
|
|
Move repo and subscribe to prerequisites
|
|
prevent TSB pods from spinning on inappropriate nodes
|
|
Automatic merge from submit-queue.
1506750 Validate node hostname and IP address
- Replaces use of `pause` with a `fail` task. `pause` only runs on one host, therefore the check was not run for all nodes
- Adds check for valid openshift_ip
Fixes 1506750
https://bugzilla.redhat.com/show_bug.cgi?id=1506750
|
|
This commit refactors some steps in rhel subscribe and
moves repos.yml from init/main to prerequisites.
|
|
|
|
Automatic merge from submit-queue.
Add missing openshift_service_type
Pull in openshift_facts to define the variable.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1525429
|
|
Update version check to Ansible 2.4.1
|
|
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
|
|
Remove version requirement from openvswitch package
|
|
crio: change socket path to /var/run/crio/crio.sock
|
|
at the end of a deployment, allowing for override with variable
|
|
. fixing a typo in fluentd template
. adjusting the default value of openshift_logging_mux_file_buffer_limit
|
|
Commit to stabilize RHSM operations. This code is derived from contrib
|
|
Combine openshift_master/vars with defaults
|
|
|
|
Bump requirements.txt to Ansible 2.4.1
|
|
|
|
This commit removes some items from openshift_facts
for the openshit_node role.
|
|
Contiv systemd fixes
|
|
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
|
|
|
|
containers: use registry.fedoraproject.org/latest instead of registry.fedoraproject.org/f2.X
|
|
Add install section so that enable on reboot works.
Make sure services are always restarted if they die.
|
|
fix 1519808. Only annotate ops projects when openshift_logging_use_op…
|