Description of problem: In our inventory we set cli_docker_additional_registries and cli_docker_insecure_registries. These parameters work correctly during the advanced installer. When we try to use them with our openshift-node/scaleup, they are not applied to the nodes and the install will fail as the images are unable to be pulled. Version-Release number of selected component (if applicable): openshift-ansible git master How reproducible: Always Steps to Reproduce: 1. Install OpenShift using advanced installer and specify cli_docker_*_registries parameters. 2. Add more nodes to the cluster by running openshift-node/scaleup with same base inventory. Actual results: Scaleup will fail as node images are unable to be pulled from default (non-custom) registry. Expected results: Scaleup will complete successfully as alternative registries set in inventory were added to docker. Related issues: https://bugzilla.redhat.com/show_bug.cgi?id=1331389
Does this work when setting openshift_docker_additional_registries=registry.example.com instead? The variables you've mentioned were deprecated in the past.
I believe that's what we used to get it to work, yes.