diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-09-10 15:54:55 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-09-10 15:54:55 +0200 |
commit | ceaa2fc1fee98ca995e1952f107d098633f01eb7 (patch) | |
tree | 84c46434d16a1d65943f761939b70b61f6b2e317 /src/main/resources/clds/templates/dcae-deployment-template.json | |
parent | f0d7a9645a2b773df5d278d3858ce36a61f23645 (diff) |
Removal dead files
Removal of the config files not used anymore by clamp backend
Issue-ID: CLAMP-487
Change-Id: I7adc0cf3f55ceb7cd182720664118efd3c3a2319
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/main/resources/clds/templates/dcae-deployment-template.json')
-rw-r--r-- | src/main/resources/clds/templates/dcae-deployment-template.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/resources/clds/templates/dcae-deployment-template.json b/src/main/resources/clds/templates/dcae-deployment-template.json deleted file mode 100644 index d4891747e..000000000 --- a/src/main/resources/clds/templates/dcae-deployment-template.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "serviceTypeId": "???", - "inputs": { - "aaiEnrichmentHost": "10.0.1.1", - "enableAAIEnrichment": "true", - "subscriberHostName": "10.0.11.1", - "publisherHostName": "10.0.11.1" - } -} |