Created
July 24, 2017 12:44
-
-
Save iversond/499ec57d70a3a223aaa0191b8fd193f3 to your computer and use it in GitHub Desktop.
Sample psft_customizations.yaml file using the ACM to configure Elasticsearch
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
component_postboot_setup_list: | |
searching: | |
run_control_id: searching | |
os_user: "%{hiera('domain_user')}" | |
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')}" | |
acm_plugin_list: | |
PTSFConfigureSrchInstance: | |
env.ptsf_search_instance: PTSF_DEFAULT | |
env:ptsf_search_instance: PTSF_DEFAULT | |
env.search_provider: ES | |
env.search_port: 9200 | |
env.search_nodes: 1 | |
env.node1_search_host: "%{hiera('search_server')}.%{::domain}" | |
env.node1_search_admin_user: esadmin | |
env.node1_search_admin_password: esadmin | |
env.node1_search_read_user: people | |
env.node1_search_read_password: peop1e | |
env.search_call_back_user: PS | |
env.search_call_back_password: PS | |
env.gateway_host: "%{::fqdn}" | |
env.gateway_port: "%{hiera('pia_http_port')}" | |
env.default_local_node: PSFT_LM | |
acm_plugin_order: | |
- PTSFConfigureSrchInstance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment