Add PLAN artifact type to configuration 95/16795/1
authorIdan Amit <ia096e@intl.att.com>
Sun, 1 Oct 2017 19:16:56 +0000 (22:16 +0300)
committerIdan Amit <ia096e@intl.att.com>
Sun, 1 Oct 2017 19:17:47 +0000 (22:17 +0300)
Added the PLAN artifact type to the configuration and to the enum

Change-Id: I4edd216182b313df0cbba15d1ac45780997f49ba
Issue-Id: SDC-420
Signed-off-by: Idan Amit <ia096e@intl.att.com>
catalog-be/src/main/resources/config/configuration.yaml
sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb

index d3f513f..eb26c8a 100644 (file)
@@ -133,6 +133,7 @@ artifactTypes:
    - SNMP_POLL
    - SNMP_TRAP
    - GUIDE
+   - PLAN
 
 licenseTypes:
    - User
@@ -327,7 +328,6 @@ serviceDeploymentArtifacts:
     PLAN:
         acceptedTypes:
             - xml
-                       
 
 resourceDeploymentArtifacts:
     HEAT:
index df9e74a..36e53fd 100644 (file)
@@ -126,7 +126,7 @@ artifactTypes:
    - SNMP_POLL
    - SNMP_TRAP
    - GUIDE
-
+   - PLAN
 
 licenseTypes:
    - User
@@ -304,6 +304,11 @@ serviceDeploymentArtifacts:
             - xml 
     OTHER:
         acceptedTypes:
+               
+#PLAN
+    PLAN:
+        acceptedTypes:
+            - xml
 
 resourceDeploymentArtifacts:
     HEAT:
@@ -421,6 +426,11 @@ resourceDeploymentArtifacts:
     SNMP_TRAP:
         acceptedTypes:
         validForResourceTypes: *allResourceTypes
+               
+#PLAN
+    PLAN:
+        acceptedTypes:
+            - xml
 
 resourceInstanceDeploymentArtifacts:
     HEAT_ENV:
@@ -458,6 +468,11 @@ resourceInstanceDeploymentArtifacts:
     SNMP_TRAP:
         acceptedTypes:
         validForResourceTypes: *allResourceTypes
+               
+#PLAN
+    PLAN:
+        acceptedTypes:
+            - xml
 
 resourceInformationalArtifacts:
     CHEF: