diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-11-17 13:22:51 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-11-17 13:22:51 +0530 |
commit | 212b6e80a3d4fb124fef2677efbe81d5f5214af5 (patch) | |
tree | 1306e5a9c86416b0ed2140cd6ef42f1422471bb2 | |
parent | 8acbbb1f3758d5ee28f451434852407d40cef426 (diff) |
Add property to create service topology
Add property to create service topology.
Change-Id: If1f560263a88629d598858cd21e8b66a22aa35d9
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
-rw-r--r-- | volumes/so/config/bpmn-infra/onapheat/override.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/volumes/so/config/bpmn-infra/onapheat/override.yaml b/volumes/so/config/bpmn-infra/onapheat/override.yaml index 88cc57d..f3778b2 100644 --- a/volumes/so/config/bpmn-infra/onapheat/override.yaml +++ b/volumes/so/config/bpmn-infra/onapheat/override.yaml @@ -128,12 +128,18 @@ mso: SOTNVPNInfraService: resource: sequence: SPPartnerVF,SOTNConnectivity + sdnc: + need: true SDWANVPNInfraService: resource: sequence: SPPartnerVF,SDWANConnectivity + sdnc: + need: true SiteService: resource: sequence: SPPartnerVF,deviceVF,SiteVF,sotnvpnattachmentvF,SiteWANVF,sdwanvpnattachmentVF + sdnc: + need: true default: aai: version: '14' |