[vFW_CNF_CDS] Cleanup onboarding package content
[demo.git] / heat / vFW_CNF_CDS / templates / base / base_template.yaml
index 403b0e4..fbcf181 100644 (file)
@@ -3,6 +3,7 @@
 #==================LICENSE_START==========================================
 #
 #
+# Copyright © 2020 Samsung Electronics
 # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -33,21 +34,17 @@ description: Dummy base heat template for vFW usecase
 ##############
 
 parameters:
-  int_private1_net_cidr:
-    type: string
-    label: Unprotected private network CIDR
-    description: The CIDR of the unprotected private network
-  int_private2_net_cidr:
-    type: string
-    label: Protected private network CIDR
-    description: The CIDR of the protected private network
-  pub_key:
-    type: string
-    label: Public key
-    description: Public key to be installed on the compute instance
   vnf_name:
     type: string
     description: VNF_NAME
+  vnf_id:
+    type: string
+    label: VNF ID
+    description: The VNF ID is provided by ONAP
+  vf_module_id:
+    type: string
+    label: VF Module ID
+    description: The VF Module ID is provided by ONAP
 
 #############
 #           #
@@ -59,19 +56,17 @@ resources:
   dummy:
     type: OS::Heat::None
     properties:
-      int_private1_net_cidr:
-        get_param: int_private1_net_cidr
-      int_private2_net_cidr:
-        get_param: int_private2_net_cidr
-      pub_key:
-        get_param: pub_key
       vnf_name:
         get_param: vnf_name
+      vnf_id:
+        get_param: vnf_id
+      vf_module_id:
+        get_param: vf_module_id
 
-  #SDC won't allow too dummy resource as it has to find `topology_template` TOSCA equivalent in heat templates
+  #SDC won't allow too dummy resource as it has to find 'topology_template' TOSCA equivalent in heat templates
   dummy_base:
-      type: OS::Nova::Server
-      properties:
-          name: test
-          image: test
-          flavor: test
+    type: OS::Nova::Server
+    properties:
+      name: test
+      image: test
+      flavor: test