소스 검색

Merge pull request #10194 from sdodson/bz1628881

Don't re-deploy node system containers when deploying auth credentials
Scott Dodson 6 년 전
부모
커밋
d6121f8812
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  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