diff options
author | Tschaen, Brendan (bt054f) <bt054f@att.com> | 2018-09-19 10:47:10 -0400 |
---|---|---|
committer | Tschaen, Brendan (bt054f) <bt054f@att.com> | 2018-09-19 10:51:16 -0400 |
commit | b47e674a791db4ed18d46965d2db91998c473c6b (patch) | |
tree | 26738cca5ee700c0adec6835acbf7f2bc6e49858 /sampleApp | |
parent | 3a23f55f4d220eec87cbf7f490eedbdf0ca04ecd (diff) |
Update prom to use music 3.x
Change-Id: I0c5cfa07695df47fb4429723541c8fbfb0523cb8
Issue-ID: MUSIC-93
Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>
Diffstat (limited to 'sampleApp')
-rwxr-xr-x | sampleApp/config.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sampleApp/config.json b/sampleApp/config.json index dd3ac8f..962e605 100755 --- a/sampleApp/config.json +++ b/sampleApp/config.json @@ -1,9 +1,9 @@ {
- "appName":"",
+ "app-name":"appusingprom",
"aid":"",
- "namespace":"",
- "userid":"",
- "password":"",
+ "namespace":"prom1",
+ "userid":"uid",
+ "password":"pw",
"ensure-active-0": "./ensureSdncActive.sh",
"ensure-active-1": "./ensureSdncActive.sh",
"ensure-passive-0":"./ensureSdncStandby.sh",
@@ -12,8 +12,8 @@ "restart-prom-1":"",
"core-monitor-sleep-time":"1000",
"prom-timeout":"5000",
- "noOfRetryAttempts":"3",
- "replicaIdList":["0", "1"],
- "musicLocation":"127.0.0.1",
- "musicVersion":2
+ "no-of-retry-attempts":"3",
+ "replica-id-list":["0", "1"],
+ "music-location":["127.0.0.1"],
+ "music-version":2
}
|