Browse Source

Updating the docker registry variables to use the new name

Brenton Leanhardt 9 years ago
parent
commit
0bc0d679e2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      utils/src/ooinstall/openshift_ansible.py

+ 2 - 2
utils/src/ooinstall/openshift_ansible.py

@@ -38,10 +38,10 @@ def generate_inventory(hosts):
     base_inventory.write('deployment_type={}\n'.format(ver.ansible_key))
 
     if 'OO_INSTALL_ADDITIONAL_REGISTRIES' in os.environ:
-        base_inventory.write('cli_docker_additional_registries={}\n'
+        base_inventory.write('openshift_docker_additional_registries={}\n'
           .format(os.environ['OO_INSTALL_ADDITIONAL_REGISTRIES']))
     if 'OO_INSTALL_INSECURE_REGISTRIES' in os.environ:
-        base_inventory.write('cli_docker_insecure_registries={}\n'
+        base_inventory.write('openshift_docker_insecure_registries={}\n'
           .format(os.environ['OO_INSTALL_INSECURE_REGISTRIES']))
     if 'OO_INSTALL_PUDDLE_REPO' in os.environ:
         # We have to double the '{' here for literals