diff options
Diffstat (limited to 'controlloop/common/model-impl')
-rw-r--r-- | controlloop/common/model-impl/events/README.md | 2 | ||||
-rw-r--r-- | controlloop/common/model-impl/events/src/main/resources/definitions.yaml | 10 | ||||
-rw-r--r-- | controlloop/common/model-impl/mso/src/test/java/org/onap/policy/mso/TestDemo.java (renamed from controlloop/common/model-impl/mso/src/test/java/org/openecomp/policy/mso/TestDemo.java) | 2 | ||||
-rw-r--r-- | controlloop/common/model-impl/sdc/README.md | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/controlloop/common/model-impl/events/README.md b/controlloop/common/model-impl/events/README.md index 1347d78a6..0588ff903 100644 --- a/controlloop/common/model-impl/events/README.md +++ b/controlloop/common/model-impl/events/README.md @@ -1,6 +1,6 @@ Policy Control Loop -This is the implementation of the Policy's Control Loop messages. This includes the Events consumed and Notifications produced by the ECOMP Policy Platform. +This is the implementation of the Policy's Control Loop messages. This includes the Events consumed and Notifications produced by the ONAP Policy Platform. diff --git a/controlloop/common/model-impl/events/src/main/resources/definitions.yaml b/controlloop/common/model-impl/events/src/main/resources/definitions.yaml index cbe422b82..153fb9b93 100644 --- a/controlloop/common/model-impl/events/src/main/resources/definitions.yaml +++ b/controlloop/common/model-impl/events/src/main/resources/definitions.yaml @@ -37,12 +37,12 @@ ControlLoop: type: string description: A UNIQUE string identifying the Closed Loop ID this event is for. There are no semantics behind this string. serviceInstance: - $ref: '../../../com.att.ecomp.policy.asdc/src/main/resources/definitions.yaml#/serviceInstance' + $ref: '../../../../sdc/src/main/resources/definitions.yaml#/serviceInstance' resourceInstance: - $ref: '../../../com.att.ecomp.policy.asdc/src/main/resources/definitions.yaml#/resourceInstance' + $ref: '../../../../sdc/src/main/resources/definitions.yaml#/resourceInstance' requestID: type: string - description: This is required via ECOMP Platform Logging Requirements. + description: This is required via ONAP Platform Logging Requirements. pattern: /[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}/ triggerID: type: string @@ -52,10 +52,10 @@ ControlLoop: description: pulled from eventSourceName of trigger H.P. alarm. The contents of this field should also be contained in the AAI Json sub-tag (see below). closedLoopAlarmStart: type: string - description: firstEpoch. UTC Timestamp when this event was detected by DCAE. Conform to ECOMP Logging requirements. + description: firstEpoch. UTC Timestamp when this event was detected by DCAE. Conform to ONAP Logging requirements. closedLoopAlarmEnd: type: string - description: lastEpoch. UTC Timestamp when this event was detected as cleared by DCAE. Conform to ECOMP Logging requirements. + description: lastEpoch. UTC Timestamp when this event was detected as cleared by DCAE. Conform to ONAP Logging requirements. closedLoopEventClient: type: string description: Open DCAE sub-system that detected the event and published this event message. diff --git a/controlloop/common/model-impl/mso/src/test/java/org/openecomp/policy/mso/TestDemo.java b/controlloop/common/model-impl/mso/src/test/java/org/onap/policy/mso/TestDemo.java index c6c750568..c840894e8 100644 --- a/controlloop/common/model-impl/mso/src/test/java/org/openecomp/policy/mso/TestDemo.java +++ b/controlloop/common/model-impl/mso/src/test/java/org/onap/policy/mso/TestDemo.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.mso; +package org.onap.policy.mso; import java.util.HashMap; import java.util.Map; diff --git a/controlloop/common/model-impl/sdc/README.md b/controlloop/common/model-impl/sdc/README.md index 2a17461e5..9431bf045 100644 --- a/controlloop/common/model-impl/sdc/README.md +++ b/controlloop/common/model-impl/sdc/README.md @@ -1,3 +1,3 @@ -ECOMP ASDC +ONAP SDC |