Description of problem: Just like build defaults, it should be possible to configure build overrides in hosts file for ansible installation of OSE3.2. Build defaults can be configured in hosts file according to git openshift-ansible/roles/openshift_builddefaults/tasks/main.yml, e.g. openshift_builddefaults_http_proxy can be configured. For build overrides, there is nothing. We would like to be able to configure the following in an automated way: kubernetesMasterConfig: admissionConfig: pluginConfig: BuildOverrides: configuration: apiVersion: v1 kind: BuildOverridesConfig forcePull: true As describe in https://docs.openshift.com/enterprise/3.2/install_config/build_defaults_overrides.html. Version-Release number of selected component (if applicable): 3.2 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This should be possible with the new inventory variables which give you full control over the admission config sections for both openshift and kubernetes. Added in https://bugzilla.redhat.com/show_bug.cgi?id=1320231 and PR https://github.com/openshift/openshift-ansible/pull/1660. *** This bug has been marked as a duplicate of bug 1320231 ***