diff options
author | an4828 <nekrassov@att.com> | 2017-11-01 09:54:14 -0400 |
---|---|---|
committer | an4828 <nekrassov@att.com> | 2017-11-01 09:54:20 -0400 |
commit | 0b2698b971b4be5787f8377aaea935d558de2520 (patch) | |
tree | 9498ddb5f7e51ca67723c73f33d0f5cc12a0f6d4 /input-templates | |
parent | 9be0c163c70a794ae7a59493f488938a50ae5afc (diff) |
Updated TCA bluprint template based on IT results
Change-Id: I49701ae90214727dde02591c534b3556c98966a0
Signed-off-by: an4828 <nekrassov@att.com>
Issue-ID: DCAEGEN2-181
Diffstat (limited to 'input-templates')
-rw-r--r-- | input-templates/tcainputs.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/input-templates/tcainputs.yaml b/input-templates/tcainputs.yaml index 243821a..ecd6407 100644 --- a/input-templates/tcainputs.yaml +++ b/input-templates/tcainputs.yaml @@ -1,3 +1,4 @@ -{ - "name": "TCA" -} +aaiEnrichmentHost: '{{ aai1_ip_addr }}' +enableAAIEnrichment: true +subscriberHostName: '{{ mr_ip_addr }}' +publisherHostName: '{{ mr_ip_addr }}'
\ No newline at end of file |