Skip to content

Instantly share code, notes, and snippets.

@iversond
Last active November 21, 2021 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iversond/9bb2b8e2e8f45d8cd691 to your computer and use it in GitHub Desktop.
Save iversond/9bb2b8e2e8f45d8cd691 to your computer and use it in GitHub Desktop.
Enable the WSL and PeopleCode Debugger services when building a PeopleSoft Image.
---
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"
@Natalkas
Copy link

Do you know how to customize the file to create multiple PIA domainas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment