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

fix under

org.etsi.osl.cridge#2 for
properly terminating services
parent 9ec252d5
No related branches found
No related tags found
1 merge request!12Merging 2024Q2_RC into main, creating 2024Q2 Release
Pipeline #4078 passed
...@@ -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