Преглед на файлове

Merge pull request #163 from detiber/todoForSync

Todo for sync
Thomas Wiest преди 10 години
родител
ревизия
15b76fa1e2
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      playbooks/common/openshift-node/config.yml

+ 3 - 0
playbooks/common/openshift-node/config.yml

@@ -44,6 +44,9 @@
   roles:
   - openshift_register_nodes
   tasks:
+  # TODO: update so that we only sync necessary configs/directories, currently
+  # we sync for all nodes in oo_nodes_to_config.  We will need to inspect the
+  # configs on the nodes to make the determination on whether to sync or not.
   - name: Create the temp directory on the master
     file:
       path: "{{ sync_tmpdir }}"