diff options
author | Hesam Rahimi <hesam.rahimi@huawei.com> | 2021-08-27 20:57:41 +0000 |
---|---|---|
committer | Hesam Rahimi <hesam.rahimi@huawei.com> | 2021-08-27 21:10:17 +0000 |
commit | b47cff931a6f33275b3b85f456b0236bb76f0be8 (patch) | |
tree | 3436505f761213b95547a0b5e4d8bb98d563a424 /installation | |
parent | 00960a3b25697ef06cdfd7534944f7e2cc2e6d06 (diff) |
New DGs required for creation of a cloud leased-line (E-TREE) service.
Issue-ID: SDNC-1594
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: I23e2008c497289c20415f012a77aa4478e7c0815
Former-commit-id: 748b1c0d2e20f88c327673fe3bc32d3d50e5e12b
Diffstat (limited to 'installation')
-rw-r--r-- | installation/src/main/properties/generic-resource-api-dg.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index b29d3c08..d87f9e3f 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -44,6 +44,10 @@ restapi.ts-otn-dst-domain-creation.templatefile=ts-otn-tunnel-dst-domain.json restapi.ts-otn-domainG-creation.templatefile=ts-otn-tunnel-domainG.json restapi.ts-ethernet-service.templatefile=ts-ethernet-service.json restapi.ts-coloring-uni-port.templatefile=ts-coloring-uni-port.json +restapi.cll-ethernet-service-loop.templatefile=cll-ethernet-service-loop +restapi.cll-otn-src-domain-creation.templatefile=cll-otn-tunnel-src-domain.json +restapi.cll-otn-dst-domain-creation.templatefile=cll-otn-tunnel-dst-domain.json +restapi.cll-otn-domainG-creation.templatefile=cll-otn-tunnel-domainG.json restapi.naming.gen-name.templatefile=naming-ms-post-gen-name.json restapi.ss.pnf.templatefile=self-serve-pnf-assignments.json restapi.ss.vnf.templatefile=self-serve-vnf-assignments.json |