###############################################################################
#
# Install/Config components ( Use comma (,) to separate entries ):
#
#	1. PortalServer
#	2. Secure Remote Access Core
#	3. Gateway
# 	4. NetletProxy
#	5. RewriterProxy
#
################################################################################

COMPONENTS=1,2,3,4,5
BASEDIR=/opt/sun

################################################################################
# Portal Server keys
################################################################################

##################### PS_CONFIGURATION_MODE possible values ####################
# 
# configure		     - Configure the Portal Server Components.
# scrubds		     - Remove the Portal Server Components entries from
                               the Directory Server.
# unconfigurewithoutscrubds  - Unconfigure the Portal Server Components without
                               removing the entries from the Directory Server.
# unconfigurewithscrubds     - Unconfigure the Portal Server and also remove the
			       entries from the Directory Server.
#
################################################################################

PS_CONFIGURATION_MODE=configure

##################### PS_DEPLOY_TYPE possible values ###########################
#
# IWS = WebServer
# SUNONE = AppServer 7
# SUNONE8 = AppServer8.1
# WEBLOGIC = BEA WebLogic
# WEBSPHERE = IBM WebSphere
#
################################################################################

PS_DEPLOY_TYPE=SUNONE8

##################### PS_DEPLOY_DIR possible values ############################
#
# /opt/sun/webserver = WebServer
# /opt/SUNWappserver7 = AppServer 7
# /opt/sun/appserver = AppServer 8.1
# /root/bea = BEA WebLogic
# /opt/WebSphere/AppServer = IBM WebSphere
#
################################################################################

PS_DEPLOY_DIR=/opt/sun/appserver

##################### PS_DEPLOY_DOMAIN possible values #########################
#
# null = WebServer
# /var/opt/SUNWappserver7/domains/domain1 = AppServer 7.0
# domain1 = AppServer 8.1
# mydomain = BEA WebLogic
# null = IBM WebSphere
#
################################################################################

PS_DEPLOY_DOMAIN=domain1

##################### PS_DEPLOY_INSTANCE_DIR possible values #########################
#
# /var/sun/appserver/domains/domain1 = AppServer8.1
# null - for other containers.
#
################################################################################

PS_DEPLOY_INSTANCE_DIR=/var/sun/appserver/domains/domain1

##################### PS_DEPLOY_INSTANCE possible values #######################
#
# myportalbox.mydomain.com = WebServer
# server1 = AppServer 7.0
# server = AppServer 8.1
# myserver = BEA WebLogic
# server1 = IBM WebSphere
#
################################################################################

PS_DEPLOY_INSTANCE=server

##################### PS_DEPLOY_DOCROOT possible values #########################
#
# /opt/sun/webserver/docs = WebServer
# /var/opt/SUNWappserver7/domains/domain1/server1/docroot = AppServer 7.0
# /var/sun/appserver/domains/domain1/docroot = AppServer 8.1
# /root/bea/user_projects/domains/mydomain/applications = BEA WebLogic
# /opt/IBMHttpd/docs = IBM WebSphere
#
################################################################################

PS_DEPLOY_DOCROOT=/var/sun/appserver/domains/domain1/docroot

PS_DEPLOY_ADMIN=admin
PS_DEPLOY_ADMIN_PROTOCOL=https
PS_DEPLOY_ADMIN_HOST=myportalbox.mydomain.com
PS_DEPLOY_ADMIN_PORT=4848

##################### PS_DEPLOY_JDK_DIR possible values ###########################################
#
#/root/bea/jdk141_03  = BEA WebLogic   (Please change this to your weblogic JDK Dir in your setup).
#/usr/jdk/entsys-j2se = for other containers.
#
##################################################################################################
PS_DEPLOY_JDK_DIR=/usr/jdk/entsys-j2se

##################### PS_DEPLOY_PRODUCT_DIR possible values ####################
#
# /root/bea/weblogic81 = BEA WebLogic
# null - for other containers.
#
################################################################################

PS_DEPLOY_PRODUCT_DIR=null

##################### PS_DEPLOY_PROJECT_DIR possible values ####################
#
# user_projects = BEA WebLogic
# null - for other containers.
#
################################################################################

PS_DEPLOY_PROJECT_DIR=null

##################### PS_DEPLOY_DOMAINS_DIR possible values ####################
#
# domains = BEA WebLogic
# null - for other containers.
#
################################################################################

PS_DEPLOY_DOMAINS_DIR=null

##################### PS_WEBLOGIC_CONFIG_DIR possible values ###########################
#
# /usr/local/bea/user_projects/domains/mydomain = BEA WebLogic
# null - for other containers.
#
################################################################################

PS_WEBLOGIC_CONFIG_DIR=null

##################### PS_DEPLOY_NODE possible values ###########################
#
# myportalbox = IBM WebSphere
# null - for other containers.
#
################################################################################

PS_DEPLOY_NODE=null

##################### PS_DEPLOY_CELL possible values ###########################
#
# myportalbox = IBM WebSphere
# null - for other containers.
#
################################################################################

PS_DEPLOY_CELL=null

##################### PS_DEPLOY_VIRTUAL_HOST possible values ###################
#
# default_host = IBM WebSphere
# null - for other containers.
#
################################################################################

PS_DEPLOY_VIRTUAL_HOST=null

PS_DEPLOY_URI=/portal
PS_LOAD_BALANCER_URL=http://myportalbox.mydomain.com:8080/portal
PS_PROTOCOL=http
PS_HOST=myportalbox.mydomain.com
PS_PORT=8080
PS_IDSAME_ADMIN_PASSWORD=admin123
PS_IDSAME_LDAPUSER_PASSWORD=test1234
PS_DS_DIRMGR_DN=cn=Directory Manager
PS_DS_DIRMGR_PASSWORD=admin123
PS_DEPLOY_ADMIN_PASSWORD=admin123


################################################################################
# SRACore keys
################################################################################

SRA_GW_PROTOCOL=http
SRA_GW_PORT=443
SRA_GATEWAY_PROFILE=default
SRA_SERVER_DOMAIN=mydomain.com
SRA_GW_DOMAIN=mydomain.com
SRA_IDSAME_ADMIN_PASSWORD=admin123
SRA_IDSAME_LDAPUSER_PASSWORD=test1234
SRA_DS_DIRMGR_DN=cn=Directory Manager
SRA_DS_DIRMGR_PASSWORD=admin123
SRA_DEPLOY_ADMIN_PASSWORD=admin123
SRA_LOG_USER_PASSWORD=admin123

################################################################################
# Gateway keys
################################################################################

GW_PROTOCOL=https
GW_HOST=mygwbox.mydomain.com
GW_PORT=443
GW_IP=129.158.227.209
GW_GATEWAY_PROFILE=default
GW_LOAD_BALANCER_URL=http://mygwbox.mydomain.com:8080/portal
GW_CERT_INFO="CN=$GW_HOST,L=Santa Clara,ST=California,C=us,O=Portal,OU=Sun"
GW_SRA_LOG_USER_PASSWORD=admin123
GW_CERT_DB_PASSWORD=admin123

################################################################################
# NetletProxy keys
################################################################################

NLP_PROTOCOL=https
NLP_HOST=myportalbox.mydomain.com
NLP_PORT=10555
NLP_IP=129.158.227.209
NLP_GATEWAY_PROFILE=default
NLP_LOAD_BALANCER_URL=http://myportalbox.mydomain.com:8080/portal
NLP_CERT_INFO="CN=$NLP_HOST,L=Santa Clara,ST=California,C=in,O=Portal,OU=Sun"
NLP_SRA_LOG_USER_PASSWORD=admin123
NLP_CERT_DB_PASSWORD=admin123

################################################################################
# RewriterProxy keys
################################################################################

RWP_PROTOCOL=https
RWP_HOST=myportalbox.mydomain.com
RWP_PORT=10443
RWP_IP=129.158.227.209
RWP_GATEWAY_PROFILE=default
RWP_LOAD_BALANCER_URL=http://myportalbox.mydomain.com:8080/portal
RWP_CERT_INFO="CN=$RWP_HOST,L=Santa Clara,ST=California,C=in,O=Portal,OU=Sun"
RWP_SRA_LOG_USER_PASSWORD=admin123
RWP_CERT_DB_PASSWORD=admin123
