diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-11-13 19:06:26 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-11-13 19:06:26 +0530 |
commit | ebde62f8faebafc39dbbe13f55601114c947c923 (patch) | |
tree | 7f8615aff915b3c28fa20511426b316dfd9c44eb /volumes | |
parent | 0944aed4b4fc0a8ae728b3d3647fb684a68d3e06 (diff) |
Add properties for resource sequence
Add properties for resource sequence
Change-Id: If0a76c990049206ffeb3dc28654be754cfeae8e5
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'volumes')
-rw-r--r-- | volumes/so/config/bpmn-infra/onapheat/override.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/volumes/so/config/bpmn-infra/onapheat/override.yaml b/volumes/so/config/bpmn-infra/onapheat/override.yaml index 98fc444..88cc57d 100644 --- a/volumes/so/config/bpmn-infra/onapheat/override.yaml +++ b/volumes/so/config/bpmn-infra/onapheat/override.yaml @@ -124,6 +124,16 @@ mso: aai: volume-group: uri: /aai/v6/cloud-infrastructure/volume-groups/volume-group + custom: + SOTNVPNInfraService: + resource: + sequence: SPPartnerVF,SOTNConnectivity + SDWANVPNInfraService: + resource: + sequence: SPPartnerVF,SDWANConnectivity + SiteService: + resource: + sequence: SPPartnerVF,deviceVF,SiteVF,sotnvpnattachmentvF,SiteWANVF,sdwanvpnattachmentVF default: aai: version: '14' |