Though the steps in this topic explicitly talks about TeamForge 7.2, they are valid for setting up the stage server for any later versions of TeamForge. However, you must pay attention to some of the platform specific issues associated with specific TeamForge releases and adjust the following steps accordingly while setting up the stage server.
For example, Black Duck Code Sight (BDCS) 2.1.3 has no support for RHEL/CentOS 7.x. So, if you are setting up a stage server for TeamForge 8.0, which supports RHEL/CentOS 7.0, you might be having your BDCS running on a separate RHEL/CentOS 6.6 server.
In addition, keep in mind that some of the steps required for setting up the TeamForge 7.2 stage server may not be required for later versions of TeamForge. For example, setting up the JAVA_HOME site-options token is required for TeamForge 7.2, but has been automated in TeamForge 8.0 and later. Refer to the upgrade instructions of the TeamForge release in question for more such release-specific steps.
HOST_localhost=app database datamart etl indexer subversion cvs
DOMAIN_localhost=my.app.domain.com
HOST_localhost=app database datamart etl indexer subversion cvs gerrit
HOST_localhost=app database datamart etl indexer subversion cvs codesearch
JAVA_HOME=/usr/java/jdk1.7.0_60
SSL=on
SSL_CERT_FILE
SSL_KEY_FILE
SSL_CA_CERT_FILE
SSL_CHAIN_FILE
JBOSS_JAVA_OPTS=-Xms1536m -Xmx1536m -XX:MaxPermSize=512m -server -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp -verbose:gc -XX:+ PrintGCTimeStamps -XX:+PrintGCDetails -Djsse.enableSNIExtension=false -Dsun.rmi.dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000
DATABASE_PASSWORD
DATABASE_READ_ONLY_PASSWORD
REPORTS_DATABASE_PASSWORD
REPORTS_DATABASE_READ_ONLY_PASSWORD
ETL_SOAP_SHARED_SECRET
JAMES_ADMIN_PASSWORD
BDCS_ADMIN_PASSWORD
MIRROR_DATABASE_PASSWORD (applicable only if you are mirroring your database)
The password obfuscation is enabled by default. As a result, all password-related tokens are encrypted in all the TeamForge configuration files.
USERS_WITH_NO_EXPIRY_PASSWORD=admin,nobody,system,scmviewer
USERS_WITH_NO_EXPIRY_PASSWORD=admin,nobody,system,scmviewer,scmadmin
SOAP_ANONYMOUS_SHARED_SECRET
ETL_SOAP_SHARED_SECRET
echo "select sr.id from folder f, project p,scm_repository sr where f.id like 'reps%'and p.is_deleted='f' and p.id=f. project_id and sr.search_enabled='t'and sr.id=f.id and f.is_deleted='f';" | /opt/collabnet/teamforge/runtime/scripts/psql-wrapper -t -A >>/tmp/repository-ids.txt
Questions? Comments? Talk to other users of CollabNet products and the engineers behind them.
Copyright 2020 CollabNet Corporation | Site Feedback | Terms of Use | Privacy Policy | Copyright and Trademark | Support