Last active
November 21, 2021 01:01
-
-
Save iversond/9bb2b8e2e8f45d8cd691 to your computer and use it in GitHub Desktop.
Enable the WSL and PeopleCode Debugger services when building a PeopleSoft Image.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
appserver_domain_list: | |
"%{hiera('appserver_domain_name')}": | |
os_user: "%{hiera('domain_user')}" | |
ps_cfg_home_dir: "%{hiera('ps_config_home')}" | |
template_type: small | |
db_settings: | |
db_name: "%{hiera('db_name')}" | |
db_type: "%{hiera('db_platform')}" | |
db_opr_id: "%{hiera('db_user')}" | |
db_opr_pwd: "%{hiera('db_user_pwd')}" | |
db_connect_id: "%{hiera('db_connect_id')}" | |
db_connect_pwd: "%{hiera('db_connect_pwd')}" | |
config_settings: | |
Domain Settings/Domain ID: "%{hiera('appserver_domain_name')}" | |
PSAPPSRV/Min Instances: 2 | |
PSAPPSRV/Max Instances: 2 | |
Security/DomainConnectionPwd: "%{hiera('domain_conn_pwd')}" | |
JOLT Listener/Port: "%{hiera('jolt_port')}" | |
JOLT Listener/Address: 0.0.0.0 | |
Workstation Listener/Port: 7000 | |
Workstation Listener/Address: 0.0.0.0 | |
feature_settings: | |
PUBSUB: "Yes" | |
QUICKSRV: "No" | |
QUERYSRV: "No" | |
JOLT: "Yes" | |
JRAD: "No" | |
WSL: "Yes" | |
DBGSRV: "Yes" | |
RENSRV: "No" | |
MCF: "No" | |
PPM: "Yes" | |
PSPPMSRV: "Yes" | |
ANALYTICSRV: "No" | |
SERVER_EVENTS: "Yes" | |
DOMAIN_GW: "No" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you know how to customize the file to create multiple PIA domainas?