Change metadata from integer to string
[demo.git] / tosca / vCPE / vgw / MainServiceTemplate.yaml
index 4925f38..2676007 100644 (file)
@@ -69,9 +69,9 @@ topology_template:
       description: dcae collector ip
       default: 10.0.4.102
     dcae_collector_port:
-      type: integer
+      type: string
       description: dcae collector port
-      default: 8080
+      default: "8080"
     pub_key:
       type: string
       description: ssh public key
@@ -97,9 +97,9 @@ topology_template:
       description: IP address of vGMUX
       default: 10.5.0.20
     vg_vgmux_tunnel_vni:
-      type: integer
+      type: string
       description: vni value of vG-vGMUX vxlan tunnel
-      default: 100
+      default: "100"
     vnf_id:
       type: string
       description: The VNF ID is provided by ONAP
@@ -284,7 +284,7 @@ topology_template:
           max_number_of_instances: 1
           watchdog: none
         inject_files: # TODO SDC BUG
-          source_path: ../Artifacts/Deployment/Other/authorized_keys #SSH authorized_keys
+          source_path: ../Artifacts/Deployment/OTHER/authorized_keys #SSH authorized_keys
           dest_path: /home/ubuntu/.ssh/authorized_keys
         meta_data:
           vnf_id: { get_input: vnf_id }
@@ -349,5 +349,5 @@ topology_template:
       artifacts:
         sw_image: #TODO need to put glance image name here
           #file: { get_input: vcpe_image_name }
-          file: ../Artifacts/Deployment/Other/image
+          file: ../Artifacts/Deployment/OTHER/image
           type: tosca.artifacts.nfv.SwImage