From 2bf7cf8d0fe531983cdcb72805d7272630ac1ee1 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Wed, 30 May 2018 10:51:15 -0400 Subject: [PATCH] Update RPM example cfg files to include monitoring and serial_number --- redhat/default-internal.cfg | 8 ++++++++ redhat/organizations.cfg | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/redhat/default-internal.cfg b/redhat/default-internal.cfg index 8b2a77b..ac669b2 100644 --- a/redhat/default-internal.cfg +++ b/redhat/default-internal.cfg @@ -1,4 +1,5 @@ { + "serial_number": 1, "tr_internal": { "hostname":"beta.example.com", "trps_port":12308, @@ -14,6 +15,13 @@ "logging": { "log_threshold": "info", "console_threshold":"notice" + }, + "monitoring": { + "enabled": true, + "port": 12310, + "authorized_credentials": [ + "monitor@apc.x" + ] } } } diff --git a/redhat/organizations.cfg b/redhat/organizations.cfg index 58f9ac1..7cff77e 100644 --- a/redhat/organizations.cfg +++ b/redhat/organizations.cfg @@ -1,4 +1,5 @@ { + "serial_number": 2, "communities": [ { "apcs": [], @@ -93,8 +94,7 @@ ], "peer_organizations": [ { - "hostname": "peer.example.com", - "port": 12310, + "hostname": "peer.example.com:12308", "gss_names": ["peer-cred@apc.x"] } ] -- 2.1.4