Browse Source

Don't re-deploy node system containers when deploying auth credentials

This triggers a premature upgrade of node components to the next
release.
Scott Dodson 6 years ago
parent
commit
411433c944
1 changed files with 0 additions and 7 deletions
  1. 0 7
      playbooks/openshift-node/private/registry_auth.yml

+ 0 - 7
playbooks/openshift-node/private/registry_auth.yml

@@ -7,13 +7,6 @@
   - import_role:
       name: openshift_node
       tasks_from: registry_auth.yml
-  # If there were previously no authenticated registries, the credential file
-  # won't be mounted in the system container;  Need to rerun this step to ensure
-  # additional mounts are provided.
-  - import_role:
-      name: openshift_node
-      tasks_from: node_system_container_install.yml
-    when: openshift_is_atomic
 
 # l_reg_auth_restart_hosts is passed in via imageconfig.yml to prevent
 # the nodes from restarting because the sync pod will be restarting them