summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-04-20 23:49:17 -0400
committerJason DeTiberus <jdetiber@redhat.com>2015-04-20 23:50:28 -0400
commitc5d6e5704bb91ada69cea88a07b4562d48f602d8 (patch)
tree45dff4ad57ecf6138c8653820aeef2aeb95d9290 /playbooks
parent96dd0ab929b7f391eee9b23209aa377537114b72 (diff)
downloadopenshift-c5d6e5704bb91ada69cea88a07b4562d48f602d8.tar.gz
openshift-c5d6e5704bb91ada69cea88a07b4562d48f602d8.tar.bz2
openshift-c5d6e5704bb91ada69cea88a07b4562d48f602d8.tar.xz
openshift-c5d6e5704bb91ada69cea88a07b4562d48f602d8.zip
Add TODO for making node certificate sync more efficient
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-node/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/common/openshift-node/config.yml b/playbooks/common/openshift-node/config.yml
index c82d69c28..d053d959a 100644
--- a/playbooks/common/openshift-node/config.yml
+++ b/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 }}"