diff options
author | talio <tali.orenbach@amdocs.com> | 2017-11-13 11:39:22 +0200 |
---|---|---|
committer | talio <tali.orenbach@amdocs.com> | 2017-11-13 13:59:56 +0200 |
commit | ce113865c2fafa11ef20f56201e2004013bc1169 (patch) | |
tree | 0d7ee169e385d493c016f4f247dadd9f4ca4bc43 /openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-core/src | |
parent | ce889adae3f91a8296bf41ce5804a51483242b2a (diff) |
forwarder healer
add healer for forwarder capability
Issue-Id : SDC-653
Change-Id: Ic653cf22b4d7c4e22d34b15cac56d91f55ecd6c4
Signed-off-by: talio <tali.orenbach@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-core/src')
-rw-r--r-- | openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-core/src/main/resources/healingConfiguration.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-core/src/main/resources/healingConfiguration.json b/openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-core/src/main/resources/healingConfiguration.json index 9f83296a71..4e1b0df97a 100644 --- a/openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-core/src/main/resources/healingConfiguration.json +++ b/openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-core/src/main/resources/healingConfiguration.json @@ -8,5 +8,6 @@ "COMPONENT_QUESTIONNAIRE_HEALER" : "org.openecomp.sdc.healing.healers.ComponentQuestionnaireHealer", "HEAT_TOSCA_TRANSLATION_HEALER" : "org.openecomp.sdc.healing.healers.HeatToToscaTranslationHealer", "VLM_VERSION_HEALER" : "org.openecomp.sdc.healing.healers.VlmVersionHealer", - "VALIDATION_STRUCTURE_HEALER" : "org.openecomp.sdc.healing.healers.ValidationStructureHealer" + "VALIDATION_STRUCTURE_HEALER" : "org.openecomp.sdc.healing.healers.ValidationStructureHealer", + "FORWARDER_CAPABILITY_HEALER" : "org.openecomp.sdc.healing.healers.ForwarderCapabilityHealer" }
\ No newline at end of file |