diff options
author | Federico Simoncelli <fsimonce@redhat.com> | 2017-06-23 12:27:08 +0200 |
---|---|---|
committer | Federico Simoncelli <fsimonce@redhat.com> | 2017-06-23 18:09:27 +0200 |
commit | 1eded9f8f0bdc046edb794b3f045ef967db5385d (patch) | |
tree | 63ddd712cc9c3597f86cc0b6d388e96edb031b2d /roles/openshift_cfme/defaults | |
parent | 0371aff5b86302d4786a87c0fe6f52b32a2952c9 (diff) | |
download | openshift-1eded9f8f0bdc046edb794b3f045ef967db5385d.tar.gz openshift-1eded9f8f0bdc046edb794b3f045ef967db5385d.tar.bz2 openshift-1eded9f8f0bdc046edb794b3f045ef967db5385d.tar.xz openshift-1eded9f8f0bdc046edb794b3f045ef967db5385d.zip |
openshift_cfme: add nfs directory support
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
Diffstat (limited to 'roles/openshift_cfme/defaults')
-rw-r--r-- | roles/openshift_cfme/defaults/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_cfme/defaults/main.yml b/roles/openshift_cfme/defaults/main.yml index 493e1ef68..4070ae7ef 100644 --- a/roles/openshift_cfme/defaults/main.yml +++ b/roles/openshift_cfme/defaults/main.yml @@ -28,6 +28,7 @@ openshift_cfme_pv_data: openshift_cfme_maxImagesBulkImportedPerRepository: 100 # Hostname/IP of the NFS server. Currently defaults to first master openshift_cfme_nfs_server: "{{ groups.nfs.0 }}" +openshift_cfme_nfs_directory: "/exports" # TODO: Refactor '_install_app' variable. This is just for testing but # maybe in the future it should control the entire yes/no for CFME. # |