Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
SSPL config change to rename eos to cortx (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
thavanathan authored and 83bhp committed Jul 3, 2020
1 parent b5deefb commit ba2f6db
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pillar/components/sspl.sls
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sspl:
rmq:
user: rmq
secret: "B4kf1T6Qso"
role: eos
role: cortx
Version: 1.0.0
SSPL-LL_SETTING:
core_processors: "RabbitMQegressProcessor, RabbitMQingressProcessor, LoggingProcessor"
Expand All @@ -16,14 +16,14 @@ sspl:
operating_system: "centos7"
product: "ECS"
cli_type: "CS-A"
setup: "eos"
data_path: "/var/eos/sspl/data/"
setup: "cortx"
data_path: "/var/cortx/sspl/data/"
cluster_id: "001"
site_id: "001"
rack_id: "001"
node_id: "001"
log_level: "INFO"
sspl_log_file_path: "/var/log/eos/sspl/sspl.log"
sspl_log_file_path: "/var/log/cortx/sspl/sspl.log"
syslog_host: "localhost"
syslog_port: "514"
SASPORTSENSOR:
Expand Down Expand Up @@ -111,8 +111,8 @@ sspl:
threaded: "true"
IEMSENSOR:
threaded: "true"
log_file_path: "/var/log/eos/iem/iem_messages"
timestamp_file_path: "/var/eos/sspl/data/iem/last_processed_msg_time"
log_file_path: "/var/log/cortx/iem/iem_messages"
timestamp_file_path: "/var/cortx/sspl/data/iem/last_processed_msg_time"
SYSTEMDWATCHDOG:
threaded: "true"
smart_test_interval: "999999999"
Expand Down

0 comments on commit ba2f6db

Please sign in to comment.