From d0031501cd81a9046396358f42657f168b5a58a8 Mon Sep 17 00:00:00 2001 From: kooper Date: Tue, 19 Mar 2019 13:31:54 +0000 Subject: Display PNF/VNF Type for PNF (backend) Change-Id: Ie3fabe2a91c1e9040939e2bfe97705cfee15b201 Issue-ID: SDC-2157 Signed-off-by: kooper --- .../templates/default/BE-configuration.yaml.erb | 11 ++++++++++- catalog-be/src/main/resources/config/configuration.yaml | 10 +++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) (limited to 'catalog-be') diff --git a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb index 78468b46f9..d0c5a510b2 100644 --- a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb +++ b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb @@ -445,7 +445,15 @@ resourceDeploymentArtifacts: - VF OTHER: acceptedTypes: - validForResourceTypes: *allResourceTypes + validForResourceTypes: + - VFC + - CVFC + - CP + - VL + - VF + - VFCMT + - Abstract + - PNF SNMP_POLL: acceptedTypes: validForResourceTypes: *allResourceTypes @@ -565,6 +573,7 @@ resourceInformationalArtifacts: - VF - VFC - CVFC + - PNF resourceInformationalDeployedArtifacts: diff --git a/catalog-be/src/main/resources/config/configuration.yaml b/catalog-be/src/main/resources/config/configuration.yaml index 12815b1415..632e15e02c 100644 --- a/catalog-be/src/main/resources/config/configuration.yaml +++ b/catalog-be/src/main/resources/config/configuration.yaml @@ -470,7 +470,15 @@ resourceDeploymentArtifacts: - VF OTHER: acceptedTypes: - validForResourceTypes: *allResourceTypes + validForResourceTypes: + - VFC + - CP + - VL + - VF + - VFCMT + - Abstract + - CVFC + - PNF SNMP_POLL: acceptedTypes: validForResourceTypes: *allResourceTypes -- cgit 1.2.3-korg