##############################################################################
# Copyright (c) Members of the EGEE Collaboration. 2011. 
# See http://www.eu-egee.org/partners/ for details on the copyright 
# holders.  
#
# Licensed under the Apache License, Version 2.0 (the "License"); 
# you may not use this file except in compliance with the License. 
# You may obtain a copy of the License at 
#
#    http://www.apache.org/licenses/LICENSE-2.0 
#
# Unless required by applicable law or agreed to in writing, software 
# distributed under the License is distributed on an "AS IS" BASIS, 
# WITHOUT WARRANTIES OR CONDITIONS 
# OF ANY KIND, either express or implied. 
# See the License for the specific language governing permissions and 
# limitations under the License.
##############################################################################
#
# DESCRIPTION : DPM disk configuration variables defined by the user.
#
# AUTHORS :     Maria.Alandes.Pradillo@cern.ch
#
# NOTES :       There are two ways of storing your YAIM configuration
#               - Central site-info.def. Copy these variables there and
#                 give a suitable value.
#               - Service oriented configuration. Create a services/ directory 
#                 under your site-info.def directory. Move this
#                 file there and give a suitable value to these variables.
#
# YAIM MODULE:  glite-yaim-dpm
#                 
##############################################################################

# The DPM pool name (max 15 character long name) 
DPMPOOL=the_dpm_pool_name 


# The filesystems/partitions parts of the pool 
DPM_FILESYSTEMS="$DPM_HOST:/path1 my-dpm-poolnode.$MY_DOMAIN:/path2" 

# The dpm-xrootd secret key: between 32 and 64 bytes long. e.g. generate with
#    dd bs=1 count=32 if=/dev/random | openssl base64
DPM_XROOTD_SHAREDKEY="put a longer key"  

# to enable verbose xrootd logging
# DPM_XROOTD_DEBUG="yes"
