diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2017-11-01 14:14:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-01 14:14:12 +0000 |
commit | 9545d42fd52c2eadd4eaf83efdeb529351294dca (patch) | |
tree | 7ce930ec7f0b4a5605e97f5a9a9bd3755b285953 /input-templates | |
parent | a61ae188668c613539290750fd22f6effa615fe1 (diff) | |
parent | 0b2698b971b4be5787f8377aaea935d558de2520 (diff) |
Merge "Updated TCA bluprint template based on IT results"
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 |