Hide Forgot
Description of problem: BLOCK_REGISTRY wasn't enabled on nodes if we specified openshift_docker_blocked_registries in inventory. This issue is only on RPM installation Openshift. Version-Release number of selected component (if applicable): atomic-openshift-utils-3.3.22-1.git.0.6c888c2.el7.noarch How reproducible: always Steps to Reproduce: 1. Make sure there is no BLOCK_REGISTRY on both node and master 2. Add openshift_docker_blocked_registries=XX.registry.com in inventory file. 3. Upgrade to v3.3 4. check the docker configure files after upgraded Actual results: BLOCK_REGISTRY wasn't enabled on nodes. Expected results: BLOCK_REGISTRY wasn't enabled on both nodes and masters Additional info: