| Age | Commit message (Collapse) | Author |
|
Remove debug code that was mistakenly committed
|
|
This also causes a failure if nfs block is not defined, because the condition is missing.
Anyway this shouldn't have been committed.
|
|
staebler/1499413-service_catalog_class_and_plan_status_updates
Give service-catalog controller-manager permissions to update status of ClusterServiceClasses and ClusterServicePlans
|
|
Correct service restart command
|
|
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
|
|
Bug 1510636- add name to local registry config
|
|
|
|
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
|
|
Miciah/bz1509163-openshift_checks-add-ovs-versions-for-ocp-3.7
openshift_checks: Add OVS versions for OCP 3.7
|
|
Add centos based dotnet 2.0 image streams
|
|
Fix xPaaS image streams
|
|
Re-add challenge auth verification to github and google
|
|
Use oc rather than kubectl
|
|
container_binary_sync: Remove atomic prefix from image
|
|
|
|
[Bug 1509354] Check if routers have certificates and use them
|
|
Signed-off-by: Steve Milner <smilner@redhat.com>
|
|
Bug 1510546- Fix previous fix, task was indented one level too deep
|
|
|
|
|
|
Fix ansible service broker etcd cert generation logic.
|
|
Automatic merge from submit-queue.
Fix prometheus default vars
Currently, prometheus role tries to set some defaults depending
on openshift_deployment_type.
This commit simplifies that logic.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1509782
|
|
Automatic merge from submit-queue.
Update service broker configmap and serviceaccount privileges
Addresses Bugs https://bugzilla.redhat.com/show_bug.cgi?id=1503289 and https://bugzilla.redhat.com/show_bug.cgi?id=1507111
|
|
Recent commit removed these checks. These two auth providers
are specifically excluded in origin, thus we should enable
the checks to ensure challenge auth is not enabled for these
providers.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1444367
|
|
Add etcd as part of inventory file
|
|
|
|
|
|
|
|
|
|
Currently, prometheus role tries to set some defaults depending
on openshift_deployment_type.
This commit simplifies that logic.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1509782
|
|
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
|
|
Automatic merge from submit-queue.
Temporarily set master servingInfo.clientCA as client-ca-bundle.crt during rolling CA redeployment.
This PR temporarily configures master `servingInfo.clientCA` as `client-ca-bundle.crt` during CA redeploy so that clients referencing the old OpenShift CA can continue to function until all cluster certificates have been replaced and `servingInfo.clientCA` is reset to `ca.crt`.
`client-ca-bundle.crt` is a new bundle created by the `openshift_ca` role which contains old and new OpenShift CA certificates.
https://bugzilla.redhat.com/show_bug.cgi?id=1509124
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1493276
|
|
Bug 1507617- Move etcd into its own service/dc with SSL
|
|
mgugino-upstream-stage/retry-restart-master-controllers
Automatic merge from submit-queue.
Retry restarting master controllers
Currently, master controller services may fail to restart
if master api services are not fully initialized.
This commit enables retry of master controllers.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1509837
|
|
Automatic merge from submit-queue.
Fix preupgrade authorization objects are in sync
Currently, this task is executed based on openshift_version.
openshift_version is based on the upgrade target, thus not
the currently install versions.
This commit ensures that the task executes as intended.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1508301
|
|
Automatic merge from submit-queue.
container-engine: ensure /var/lib/containers/ is properly labelled
we were doing it only when CRI-O is installed.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1509880
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|
rolling CA redeployment.
|
|
Automatic merge from submit-queue.
Moving docker location to share path with system containers.
|
|
ClusterServiceClasses and ClusterServicePlans
|
|
Bug 1509680- Fix ansible-service-broker registry settings/validations
|
|
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
|
|
we were doing it only when CRI-O is installed.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1509880
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|
Bug 1509052 - Remove logfile from broker config
|
|
Fix github auth validation
|
|
Remove provisioner restrictions on oc_storageclass
|
|
|
|
Currently, master controller services may fail to restart
if master api services are not fully initialized.
This commit enables retry of master controllers.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1509837
|
|
- Remove outdated dockerhub registry validations
- Add the local openshift registry by default
- Add whitelist parameter for local registry
- Set default dockerhub org to ansibleplaybookbundle
|
|
Currently, this task is executed based on openshift_version.
openshift_version is based on the upgrade target, thus not
the currently install versions.
This commit ensures that the task executes as intended.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1508301
|
|
Update the ovs_version check with the allowed Open vSwitch versions for OCP
3.7.
Add OVS 2.8 to the allowed versions for OCP 3.6 as well.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1509163
|