Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Resetting conf files
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed Apr 21, 2012
1 parent 4632f4c commit dfdd18b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
10 changes: 5 additions & 5 deletions conf/dra.conf
Expand Up @@ -124,7 +124,7 @@ rsyncTranArgs = -a -v -u -O --whole-file --delete-after --force --stats --timeou
# --------------------------------------------------------------------------

# Application user and group
appUser = awead
appUser = admin
appGroup = staff

# Default username and password
Expand All @@ -144,7 +144,7 @@ videoUser = [user]
videoPass = [password]
videoMAC = [ip or fqdn]
videoMACVolume = [Volume name]
videoMACMountPoint = /Users/awead/Projects/Audio/video
videoMACMountPoint = /tmp
interestedAccessVideoExts = img
interestedPreservVideoExts = iMovieProject

Expand Down Expand Up @@ -180,16 +180,16 @@ libraryDirectory = /variations/incoming/iuperf/test_iuperf
# --------------------------------------------------------------------------

# who gets the email notifications?
email = awead@indiana.edu
email = awead@indiana.edu, audiopro@indiana.edu

# from whom should they appear to come?
sender = audiopro@indiana.edu

# who gets the marc record attachments?
iucat = awead@indiana.edu
iucat = audiopro@indiana.edu

# to whom do I send Jira tickets?
jira = awead@indiana.edu
jira = audiopro@indiana.edu


# --------------------------------------------------------------------------
Expand Down
21 changes: 12 additions & 9 deletions conf/video.conf
Expand Up @@ -13,33 +13,36 @@
# NOTE!!!!!!
# Don't use spaces in the names of files or folders!

# User and group for the local app
appUser = admin
appGroup = staff

# DRA server
# Info needed to send files to the DRA server via ssh using keys
draServer = [FQDN of server]
draUser = [username]
draServer = bl-mus-porter.ads.iu.edu
draUser = audiopro

# Name of key file in the conf directory
# IMPORTANT!
#
# 1. Permissions should be 600 or read/write only by the owner, otherwise the
# script will complain that permissions are not secure
# 2. Only specify the filename, not the full path
draKey = [file name]
draKey = audiopro.key

# Path to concert archive on the DRA server
audioDir = /Volumes/audio/concert_archive

# Semester
# Name of the current semester, used as a folder to complete the
# path to the folder of concerts for this semester
semester = 2011_fall
semester = 2012_spring

# Multiple locations for video projects
videoDirs = /Volumes/Media /Volumes/Media2

# Hall list - this is the same as the one in dra.conf
hallList = ah fh rh ma452 ma454 ma405 ma406 ma407 sh mac040 mac036 aud m015 fuc smmc
hallList = ah fh rh ma452 ma454 ma405 ma406 ma407 sh mac040 mac036 aud m015 fuc smmc bct

# File type list
# This is a list of files or directories that we allow in our project directory. They can
Expand All @@ -54,7 +57,7 @@ sshOpts = -q -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
# Log files

# Application-level log directory
logDir = /Users/admin/Projects/dra-app/logs
logDir = /Users/admin/Applications/dra-app/logs

# Application-level log files
videoLog = video.log
Expand Down Expand Up @@ -91,15 +94,15 @@ localBlock = FinalCutPro

# Full path to keytab will be appended to hsiOpts
hsi = /usr/local/bin/hsi
hsiOpts = -q -l [username] -A keytab -k
hsiOpts = -q -l audiopro -A keytab -k
hsiPorts = 63800-64100
#
# name of keytab file
# must be placed in the conf directory!
keytab = [keytab file name]
keytab = HPSS_audio_audiopro.keytab
tempDir = /tmp

# Htar opts
htar = /usr/local/bin/htar
htarOpts = -H crc:verify=2 -v -Y auto
htarUser = [username]
htarUser = audiopro

0 comments on commit dfdd18b

Please sign in to comment.