Initial add of defaria.com
[clearscm.git] / defaria.com / Computers / code / adm / etc / site_parms.CN
1 ################################################################################
2 #
3 # File:         site_parms.shanghai
4 # Description:  This file describes unique properties of a site. It is intended
5 #               that /etc/profile source this file so as to set the environment
6 #               variables here.
7 # Author:       Andrew@DeFaria.com
8 # Created:      Fri Jul 25 14:01:35 PDT 2003
9 #
10 # (c) Copyright 2003, Andrew@DeFaria.com, all rights reserved
11 #
12 ################################################################################
13 ## General Section
14 # Name of site
15 export SITE_NAME="CN"
16 export SITE_NAME_LONG="Shanghai"
17
18 # Who is the responsible administrator
19 export SITE_ADMIN="Zhaoyang Ran"
20
21 # What is his email address
22 export SITE_ADMIN_EMAIL="ZRan@Salira.com"
23
24 ## Windows Section
25 # Where's the $HOME server
26 export SITE_HOME_SERVER="sons-shanghai"
27
28 # What's the name of the share where $HOME directories are
29 export SITE_HOME_SHARENAME="users"
30
31 # What machine hosts anonymous FTP
32 export SITE_ANON_FTP_SERVER="sons-cc"
33
34 # Where are releases stored
35 export SITE_RELEASE_SERVER="sons-shanghai"
36
37 # What's the path to the release area
38 export SITE_RELEASE_PATH="users/ftp/Release"
39
40 # Where's the build server
41 export SITE_BUILD_SERVER="sons-cc"
42
43 ## Clearcase Section
44 # Where's the region
45 export SITE_REGION="China"
46
47 # Where's the vob server
48 export SITE_VOB_SERVER="sons-cc"
49
50 # Where's the view server
51 export SITE_VIEW_SERVER="sons-cc"
52
53 # What's the name of the share where views are kept
54 export SITE_VIEW_SHARENAME="Views"
55
56 # Where's the view storage area
57 export SITE_VIEW_STORAGE="//$SITE_VIEW_SERVER/$SITE_VIEW_SHARENAME"
58
59 # What's the path to snapshot views
60 export SITE_SNAPSHOT_VIEW_PATH="/view"
61
62 # What's the path to dyanmic views
63 export SITE_DYNAMIC_VIEW_PATH="/dview"
64
65 # What's the official view
66 export SITE_OFFICIAL_VIEW="official"
67
68 ## Tools
69 # In house tools are now in the Tools vob. As such they need to be accessed
70 # through Clearcase, through a view
71 export SITE_TOOLS_VOB="Tools"
72 export SITE_TOOLS_VIEW="$SITE_OFFICIAL_VIEW"
73
74 # Where the in hosue tools are located
75 export SITE_TOOLS_PATH="$SITE_SNAPSHOT_VIEW_PATH/$SITE_TOOLS_VIEW/$SITE_TOOLS_VOB"
76