diff options
author | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2019-03-04 12:17:13 +0100 |
---|---|---|
committer | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2019-03-04 14:13:27 +0100 |
commit | a47dfe2aa2173ae87a8d79141743fc062019117b (patch) | |
tree | 1c71eada59fe44362ef6abbfecd0a05543d7f7f6 /dpo/spec | |
parent | 01cf3b35295bfee2c9b27d97d1c6a53f6872a350 (diff) |
Remove alias property
Remove unused alias property
Issue-ID: DCAEGEN2-1104
Change-Id: Ib843a624e36b99057bf66f5b1ec72d4b498e4481
Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
Diffstat (limited to 'dpo/spec')
-rw-r--r-- | dpo/spec/vescollector-componentspec.json | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/dpo/spec/vescollector-componentspec.json b/dpo/spec/vescollector-componentspec.json index 1b407b14..e5d59834 100644 --- a/dpo/spec/vescollector-componentspec.json +++ b/dpo/spec/vescollector-componentspec.json @@ -273,29 +273,21 @@ "designer_editable": false }, { - "name": "collector.keystore.alias", - "value": "dynamically generated", - "description": "alias to access the keystore; collector will identify this based on keystore and password file", + "name": "collector.truststore.file.location", + "value": "/opt/app/dcae-certificate/truststore.jks", + "description": "fs location of truststore file in vm", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": false + }, + { + "name": "collector.truststore.passwordfile", + "value": "/opt/app/dcae-certificate/.trustpassword", + "description": "location of truststore password file in vm", "sourced_at_deployment": false, "policy_editable": false, "designer_editable": false }, - { - "name": "collector.truststore.file.location", - "value": "/opt/app/dcae-certificate/truststore.jks", - "description": "fs location of truststore file in vm", - "sourced_at_deployment": false, - "policy_editable": false, - "designer_editable": false - }, - { - "name": "collector.truststore.passwordfile", - "value": "/opt/app/dcae-certificate/.trustpassword", - "description": "location of truststore password file in vm", - "sourced_at_deployment": false, - "policy_editable": false, - "designer_editable": false - }, { "name": "collector.inputQueue.maxPending", "value": 8096, |