Skip to content
Snippets Groups Projects
Commit cea1150b authored by tranoris's avatar tranoris
Browse files

Merge branch 'develop' into parent-child-characteristics

parents 0bbe0e67 f73c66b4
No related branches found
No related tags found
2 merge requests!12Merging 2024Q2_RC into main, creating 2024Q2 Release,!10Parent child characteristics
Pipeline #4079 failed
...@@ -68,6 +68,7 @@ public class CRTerminateTask implements JavaDelegate { ...@@ -68,6 +68,7 @@ public class CRTerminateTask implements JavaDelegate {
map.put("clusterMasterURL",getServiceCharacteristic(aService, "clusterMasterURL") ); map.put("clusterMasterURL",getServiceCharacteristic(aService, "clusterMasterURL") );
map.put("org.etsi.osl.serviceId", aService.getId() ); map.put("org.etsi.osl.serviceId", aService.getId() );
map.put("org.etsi.osl.serviceOrderId", aService.getServiceOrder().stream().findFirst().get().getId() ); map.put("org.etsi.osl.serviceOrderId", aService.getServiceOrder().stream().findFirst().get().getId() );
map.put("org.etsi.osl.prefixName",getServiceCharacteristic(aService, "org.etsi.osl.prefixName") );
map.put("org.etsi.osl.namespace", aService.getServiceOrder().stream().findFirst().get().getId() ); map.put("org.etsi.osl.namespace", aService.getServiceOrder().stream().findFirst().get().getId() );
map.put("org.etsi.osl.statusCheckFieldName", getServiceCharacteristic(aService, "_CR_CHECK_FIELD") ); map.put("org.etsi.osl.statusCheckFieldName", getServiceCharacteristic(aService, "_CR_CHECK_FIELD") );
map.put("org.etsi.osl.statusCheckValueStandby", getServiceCharacteristic(aService, "_CR_CHECKVAL_STANDBY") ); map.put("org.etsi.osl.statusCheckValueStandby", getServiceCharacteristic(aService, "_CR_CHECKVAL_STANDBY") );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment