From 2f1d6225bef920a217a25441b7dcaeb457113dc5 Mon Sep 17 00:00:00 2001 From: sarada prasad sahoo Date: Tue, 23 Apr 2019 10:16:13 +0530 Subject: enabled NFV Affinity and Anti-affinity Rules Fix the issue tosca.policies.nfv.AffinityRule and tosca.policies.nfv.AntiAffinityRule which was getting failed at first attempt with 404 error Change-Id: I6630193343729051b41e4eb880832dee85b098ee Issue-ID: SDC-2231 Signed-off-by: sarada prasad sahoo --- .../main/resources/import/tosca/policy-types/policyTypes.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json') diff --git a/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json b/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json index b86f00c52f..6885e5076c 100644 --- a/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json +++ b/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.json @@ -94,6 +94,13 @@ "tosca.policies.nfv.SupportedVnfInterface": { "displayName": "NFV Supported VnfInterface", "icon": "policy-nfv-supported-vnfinterface" + }, + "tosca.policies.nfv.AffinityRule": { + "displayName": "NFV AffinityRule", + "icon": "policy-nfv-affinityrule" + }, + "tosca.policies.nfv.AntiAffinityRule": { + "displayName": "NFV AntiAffinityRule", + "icon": "policy-nfv-anti-affinityrule" } - } -- cgit 1.2.3-korg