diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-21 16:44:03 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-21 16:44:03 -0400 |
commit | 15b76fa1e2aa2ded82fb0392e7c400c3e3fecf4f (patch) | |
tree | 3b2a708719023d5b8d269623a6c1af159d08e71b /playbooks | |
parent | 066ca78a04cd052f7cf1659d99b686e4bb9f31f4 (diff) | |
parent | c5d6e5704bb91ada69cea88a07b4562d48f602d8 (diff) | |
download | openshift-15b76fa1e2aa2ded82fb0392e7c400c3e3fecf4f.tar.gz openshift-15b76fa1e2aa2ded82fb0392e7c400c3e3fecf4f.tar.bz2 openshift-15b76fa1e2aa2ded82fb0392e7c400c3e3fecf4f.tar.xz openshift-15b76fa1e2aa2ded82fb0392e7c400c3e3fecf4f.zip |
Merge pull request #163 from detiber/todoForSync
Todo for sync
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/common/openshift-node/config.yml | 3 |
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 }}" |