diff options
author | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2022-05-10 14:44:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-05-10 14:44:51 +0000 |
commit | 49fb47f938b8196f68cb4fb6804045850887d58e (patch) | |
tree | c8a1305ff9e497b054f6f3aa7001344ce71bb0bd /platform-logic/restapi-templates/src | |
parent | e54d78b487fd118a6f53e0493e0e17aacb3b2ca9 (diff) | |
parent | 645b21298c9a4aff5f3f625eabb586fff40db732 (diff) |
Merge "Making sure not to use the same CLL instance name for all endpoints' description attribute."
Former-commit-id: 1019e164d28fddc912c32156d4565ab3c0c3a8c4
Diffstat (limited to 'platform-logic/restapi-templates/src')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop-protection.json | 1 | ||||
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop-protection.json b/platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop-protection.json index ccd44b8f..20b6dcf8 100644 --- a/platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop-protection.json +++ b/platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop-protection.json @@ -34,6 +34,7 @@ ${repeat:ethernet-srv-end-points-list_length: { "etht-svc-end-point-name": ${ethernet-srv-end-points-list[${1}].ethernet-end-point-name}, + "etht-svc-end-point-descr": ${ethernet-srv-end-points-list[${1}].service-instance-id-or-cll-id}, "etht-svc-access-points":[ { "access-point-id": ${ethernet-srv-end-points-list[${1}].index-number}, diff --git a/platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop.json b/platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop.json index 24968f71..acbf4bab 100644 --- a/platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop.json +++ b/platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop.json @@ -34,7 +34,7 @@ ${repeat:ethernet-srv-end-points-list_length: { "etht-svc-end-point-name": ${ethernet-srv-end-points-list[${1}].ethernet-end-point-name}, - "etht-svc-end-point-descr": ${service-instance-id-or-cll-id}, + "etht-svc-end-point-descr": ${ethernet-srv-end-points-list[${1}].service-instance-id-or-cll-id}, "etht-svc-access-points":[ { "access-point-id": ${ethernet-srv-end-points-list[${1}].index-number}, |