Fix spacing issues in YAML files in tosca/
[demo.git] / tosca / vCPE / infra / MainServiceTemplate.yaml
index 22c3ad9..0a3b178 100644 (file)
@@ -3,47 +3,12 @@ metadata:
   template_name: vCPE_infra
   template_version: "1.0"
   template_author: onap
+  VNFD_SCHEMA_VERSION: "2.5.1+1"
 description: vCPE_infra
 
 imports:
   - onap_dm.yaml
 
-node_types:
-  onap.vcpe_infra:
-    derived_from: tosca.nodes.nfv.VNF
-    properties:
-      descriptor_id:
-        type: string
-        constraints: [ valid_values: [ b1bb0ce7-1111-4fa7-95ed-4840d70a1177 ] ]
-        default: b1bb0ce7-1111-4fa7-95ed-4840d70a1177
-      provider:
-        type: string
-        constraints: [ valid_values: [ onap ] ]
-        default: onap
-      product_name:
-        type: string
-        constraints: [ valid_values: [ vcpe_infra ] ]
-        default: vcpe_infra
-      software_version:
-        type: string
-        constraints: [ valid_values: [ '1.0' ] ]
-        default: '1.0'
-      descriptor_version:
-        type: string
-        constraints: [ valid_values: [ '1.0' ] ]
-        default: '1.0'
-      flavour_id:
-        type: string
-        constraints: [ valid_values: [ simple ] ]  #only one and only allowed one DF in this example
-        default: simple
-      flavour_description:
-        type: string
-        default: simple
-      vnfm_info:
-        type: list
-        entry_schema:
-          type: string
-        default: ['gvnfm']
 
 topology_template:
 #  substitution_mappings:
@@ -77,16 +42,20 @@ topology_template:
       default: 10.0.0.0/16
     mr_ip_addr:
       type: string
-      description: message router ip that for vDHCP configuration 
+      description: message router ip that for vDHCP configuration
       default: 10.0.11.1
+    mr_ip_port:
+      type: string
+      description: IP port of the Message Router that for vDHCP configuration
+      default: "3904"
     dcae_collector_ip:
       type: string
       description: dcae collector ip
       default: 10.0.4.102
     dcae_collector_port:
-      type: integer
+      type: string
       description: dcae collector port
-      default: 8080
+      default: "8080"
     nexus_artifact_repo:
       type: string
       description: Root URL for the Nexus repository for Maven artifacts
@@ -181,84 +150,113 @@ topology_template:
       default: vCPE_Intrastructure
 
   node_templates:
+    LLU_VNF:
+      type: tosca.nodes.nfv.VNF
+      properties:
+        descriptor_id: b1bb0ce7-2222-4fa7-95ed-4840d70a1177
+        provider: onap
+        product_name: vcpe_infra
+        software_version: '1.0'
+        descriptor_version: '1.0'
+        flavour_id: simple
+        flavour_description: simple
+        vnfm_info: ['gvnfm']
+
+
     #onap public net
 #    VL_public:
 #      type: tosca.nodes.nfv.VnfVirtualLink
 #      properties:
 #        connectivity_type:
-#          layer_protocol: ipv4
+#          layer_protocols: [ipv4]
 #        vl_profile:
-#          max_bit_rate_requirements:
+#          max_bitrate_requirements:
 #            root: 10000000
 #            leaf: 10000000
-#          min_bit_rate_requirements:
+#          min_bitrate_requirements:
 #            root: 10000000
 #            leaf: 10000000
-#          networkName: { get_input: public_net_id }
+#          virtual_link_protocol_data:
+#            - associated_layer_protocol: ipv4
+#              l3_protocol_data:
+#                ip_version: ipv4
+#                name: { get_input: public_net_id }
 #
 #    #onap oam net
 #    VL_onap_private:
 #      type: tosca.nodes.nfv.VnfVirtualLink
 #      properties:
 #        connectivity_type:
-#          layer_protocol: ipv4
+#          layer_protocols: [ipv4]
 #        vl_profile:
-#          max_bit_rate_requirements:
+#          max_bitrate_requirements:
 #            root: 10000000
 #            leaf: 10000000
-#          min_bit_rate_requirements:
+#          min_bitrate_requirements:
 #            root: 10000000
 #            leaf: 10000000
-#          networkName: { get_input: onap_private_net_id }
-#          cidr: { get_input: onap_private_net_cidr }
+#          virtual_link_protocol_data:
+#            - associated_layer_protocol: ipv4
+#              l3_protocol_data:
+#                ip_version: ipv4
+#                name: { get_input: onap_private_net_id }
+#                cidr: { get_input: onap_private_net_cidr }
 
     #cpe signal network
     VL_cpe_signal:
       type: tosca.nodes.nfv.VnfVirtualLink
       properties:
         connectivity_type:
-          layer_protocol: ipv4
+          layer_protocols: [ipv4]
         vl_profile:
-          max_bit_rate_requirements:
+          max_bitrate_requirements:
             root: 10000000
             leaf: 10000000
-          min_bit_rate_requirements:
+          min_bitrate_requirements:
             root: 10000000
             leaf: 10000000
-          networkName: { get_input: cpe_signal_net_id}
-          cidr: { get_input: cpe_signal_net_cidr }
-          dhcpEnabled: false
+          virtual_link_protocol_data:
+            - associated_layer_protocol: ipv4
+              l3_protocol_data:
+                ip_version: ipv4
+                name: { get_input: cpe_signal_net_id}
+                cidr: { get_input: cpe_signal_net_cidr }
+                dhcp_enabled: false
 
     #cpe public network
     VL_cpe_public:
       type: tosca.nodes.nfv.VnfVirtualLink
       properties:
         connectivity_type:
-          layer_protocol: ipv4
+          layer_protocols: [ipv4]
         vl_profile:
-          max_bit_rate_requirements:
+          max_bitrate_requirements:
             root: 10000000
             leaf: 10000000
-          min_bit_rate_requirements:
+          min_bitrate_requirements:
             root: 10000000
             leaf: 10000000
-          networkName: { get_input: cpe_public_net_id}
-          cidr: { get_input: cpe_public_net_cidr }
-          dhcpEnabled: false
+          virtual_link_protocol_data:
+            - associated_layer_protocol: ipv4
+              l3_protocol_data:
+                ip_version: ipv4
+                name: { get_input: cpe_public_net_id}
+                cidr: { get_input: cpe_public_net_cidr }
+                dhcp_enabled: false
 
     # vaaa related
     Cp_vaaa_public:
       type: tosca.nodes.nfv.VduCp
       properties:
-        layer_protocol: [ipv4]
+        layer_protocols: [ipv4]
         trunk_mode: false
-        protocol_data:
-          - asscociated_layer_protocol: ipv4
+        protocol:
+          - associated_layer_protocol: ipv4
             address_data:
-              address_type: ip_address
-              l3_address_data:
-                ip_address_assignment: false
-                floating_ip_activated: false
+              address_type: ip_address
+                l3_address_data:
+                  ip_address_assignment: false
+                  floating_ip_activated: false
       requirements:
         - virtual_binding: VDU_vaaa_0
 #        - virtual_link: VL_public
@@ -266,17 +264,17 @@ topology_template:
     Cp_vaaa_onap_private:
       type: tosca.nodes.nfv.VduCp
       properties:
-        layer_protocol: [ipv4]
+        layer_protocols: [ipv4]
         trunk_mode: false
-        protocol_data:
-          - asscociated_layer_protocol: ipv4
+        protocol:
+          - associated_layer_protocol: ipv4
             address_data:
-              address_type: ip_address
-              l3_address_data:
-                ip_address_assignment: false
-                floating_ip_activated: false
-                fixed_ip_address:
-                  - { get_input: vaaa_private_ip_1 }
+              address_type: ip_address
+                l3_address_data:
+                  ip_address_assignment: false
+                  floating_ip_activated: false
+                  fixed_ip_address:
+                    - { get_input: vaaa_private_ip_1 }
       requirements:
         - virtual_binding: VDU_vaaa_0
 #        - virtual_link: VL_onap_private
@@ -284,41 +282,32 @@ topology_template:
     Cp_vaaa_cpe_signal:
       type: tosca.nodes.nfv.VduCp
       properties:
-        layer_protocol: [ipv4]
+        layer_protocols: [ipv4]
         trunk_mode: false
-        protocol_data:
-          - asscociated_layer_protocol: ipv4
+        protocol:
+          - associated_layer_protocol: ipv4
             address_data:
-              address_type: ip_address
-              l3_address_data:
-                ip_address_assignment: false
-                floating_ip_activated: false
-                fixed_ip_address:
-                  - { get_input: vaaa_private_ip_0 }
+              address_type: ip_address
+                l3_address_data:
+                  ip_address_assignment: false
+                  floating_ip_activated: false
+                  fixed_ip_address:
+                    - { get_input: vaaa_private_ip_0 }
       requirements:
         - virtual_binding: VDU_vaaa_0
         - virtual_link: VL_cpe_signal
 
-    VirtualStorage_root_all:
-      # this indicate the VDU root storage size
-      type: tosca.nodes.nfv.Vdu.VirtualStorage
-      properties:
-        type_of_storage: root
-        size_of_storage: 40 GB
-
     VDU_vaaa_0:
       type: tosca.nodes.nfv.Vdu.Compute
       properties:
         name: { get_input: vaaa_name_0 }
         description: vaaa
-        configurable_properties:
-          additional_vnfc_configurable_properties: {}
         vdu_profile:
           min_number_of_instances: 1
           max_number_of_instances: 1
           watchdog: none
         inject_files: #TODO SDC Bug
-          source_path: ../Artifacts/keys/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 }
@@ -327,13 +316,13 @@ topology_template:
           dcae_collector_port: { get_input: dcae_collector_port }
           cpe_signal_net_ipaddr: { get_input: vaaa_private_ip_0 }
           oam_ipaddr: { get_input: vaaa_private_ip_1 }
-          oam_cidr: { get_input: oam_private_net_cidr }
+          oam_cidr: { get_input: onap_private_net_cidr }
           cpe_signal_net_cidr: { get_input: cpe_signal_net_cidr }
           demo_artifacts_version: { get_input: demo_artifacts_version }
           install_script_version: { get_input: install_script_version }
           cloud_env: { get_input: cloud_env }
           nexus_artifact_repo: { get_input: nexus_artifact_repo }
-        user_data: |
+        boot_data: |
           #!/bin/bash
           METADATA=`curl -s http://169.254.169.254/openstack/2012-08-10/meta_data.json`
           apt-get -y install jq
@@ -368,32 +357,31 @@ topology_template:
       capabilities:
         virtual_compute:
           properties:
-            #TODO add local disk size
             virtual_memory:
               virtual_mem_size: 4096 MB
             virtual_cpu:
               num_virtual_cpu: 2
-      requirements:
-        - virtual_storage: VirtualStorage_root_all
+            virtual_local_storage:
+              - size_of_storage: 40 GB
       artifacts:
         sw_image: #TODO need to put glance image name here
           #file: { get_input: vcpe_image_name }
-          file: ../Artifacts/images/ubuntu_16.04
+          file: ../Artifacts/Deployment/OTHER/image
           type: tosca.artifacts.nfv.SwImage
 
     # vdns related
     Cp_vdns_public:
       type: tosca.nodes.nfv.VduCp
       properties:
-        layer_protocol: [ipv4]
+        layer_protocols: [ipv4]
         trunk_mode: false
-        protocol_data:
-          - asscociated_layer_protocol: ipv4
+        protocol:
+          - associated_layer_protocol: ipv4
             address_data:
-              address_type: ip_address
-              l3_address_data:
-                ip_address_assignment: false
-                floating_ip_activated: false
+              address_type: ip_address
+                l3_address_data:
+                  ip_address_assignment: false
+                  floating_ip_activated: false
       requirements:
         - virtual_binding: VDU_vdns_0
 #        - virtual_link: VL_public
@@ -401,17 +389,17 @@ topology_template:
     Cp_vdns_onap_private:
       type: tosca.nodes.nfv.VduCp
       properties:
-        layer_protocol: [ipv4]
+        layer_protocols: [ipv4]
         trunk_mode: false
-        protocol_data:
-          - asscociated_layer_protocol: ipv4
+        protocol:
+          - associated_layer_protocol: ipv4
             address_data:
-              address_type: ip_address
-              l3_address_data:
-                ip_address_assignment: false
-                floating_ip_activated: false
-                fixed_ip_address:
-                  - { get_input: vdns_private_ip_1 }
+              address_type: ip_address
+                l3_address_data:
+                  ip_address_assignment: false
+                  floating_ip_activated: false
+                  fixed_ip_address:
+                    - { get_input: vdns_private_ip_1 }
       requirements:
         - virtual_binding: VDU_vdns_0
         #- virtual_link: VL_onap_private
@@ -419,17 +407,17 @@ topology_template:
     Cp_vdns_cpe_public:
       type: tosca.nodes.nfv.VduCp
       properties:
-        layer_protocol: [ipv4]
+        layer_protocols: [ipv4]
         trunk_mode: false
-        protocol_data:
-          - asscociated_layer_protocol: ipv4
+        protocol:
+          - associated_layer_protocol: ipv4
             address_data:
-              address_type: ip_address
-              l3_address_data:
-                ip_address_assignment: false
-                floating_ip_activated: false
-                fixed_ip_address:
-                  - { get_input: vdns_private_ip_0 }
+              address_type: ip_address
+                l3_address_data:
+                  ip_address_assignment: false
+                  floating_ip_activated: false
+                  fixed_ip_address:
+                    - { get_input: vdns_private_ip_0 }
       requirements:
         - virtual_binding: VDU_vdns_0
         - virtual_link: VL_cpe_public
@@ -439,27 +427,25 @@ topology_template:
       properties:
         name: { get_input: vdns_name_0 }
         description: vdns
-        configurable_properties:
-          additional_vnfc_configurable_properties: {}
         vdu_profile:
           min_number_of_instances: 1
           max_number_of_instances: 1
           watchdog: none
         inject_files: # TODO SDC Bug
-          source_path: ../Artifacts/keys/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 }
           vf_module_id: { get_input: vf_module_id }
           oam_ipaddr: { get_input: vdns_private_ip_1 }
           cpe_public_net_ipaddr: { get_input: vdns_private_ip_0 }
-          oam_cidr: { get_input: oam_private_net_cidr }
+          oam_cidr: { get_input: onap_private_net_cidr }
           cpe_public_net_cidr: { get_input: cpe_public_net_cidr }
           demo_artifacts_version: { get_input: demo_artifacts_version }
           install_script_version: { get_input: install_script_version }
           cloud_env: { get_input: cloud_env }
           nexus_artifact_repo: { get_input: nexus_artifact_repo }
-        user_data: |
+        boot_data: |
           #!/bin/bash
           METADATA=`curl -s http://169.254.169.254/openstack/2012-08-10/meta_data.json`
           apt-get -y install jq
@@ -492,32 +478,31 @@ topology_template:
       capabilities:
         virtual_compute:
           properties:
-            #TODO add local disk size
             virtual_memory:
               virtual_mem_size: 4096 MB
             virtual_cpu:
               num_virtual_cpu: 2
-      requirements:
-        - virtual_storage: VirtualStorage_root_all
+            virtual_local_storage:
+              - size_of_storage: 40 GB
       artifacts:
         sw_image: #TODO need to put glance image name here
           #file: { get_input: vcpe_image_name }
-          file: ../Artifacts/images/ubuntu_16.04
+          file: ../Artifacts/Deployment/OTHER/image
           type: tosca.artifacts.nfv.SwImage
 
     # vdhcp related
     Cp_vdhcp_public:
       type: tosca.nodes.nfv.VduCp
       properties:
-        layer_protocol: [ipv4]
+        layer_protocols: [ipv4]
         trunk_mode: false
-        protocol_data:
-          - asscociated_layer_protocol: ipv4
+        protocol:
+          - associated_layer_protocol: ipv4
             address_data:
-              address_type: ip_address
-              l3_address_data:
-                ip_address_assignment: false
-                floating_ip_activated: false
+              address_type: ip_address
+                l3_address_data:
+                  ip_address_assignment: false
+                  floating_ip_activated: false
       requirements:
         - virtual_binding: VDU_vdhcp_0
 #        - virtual_link: VL_public
@@ -525,17 +510,17 @@ topology_template:
     Cp_vdhcp_onap_private:
       type: tosca.nodes.nfv.VduCp
       properties:
-        layer_protocol: [ipv4]
+        layer_protocols: [ipv4]
         trunk_mode: false
-        protocol_data:
-          - asscociated_layer_protocol: ipv4
+        protocol:
+          - associated_layer_protocol: ipv4
             address_data:
-              address_type: ip_address
-              l3_address_data:
-                ip_address_assignment: false
-                floating_ip_activated: false
-                fixed_ip_address:
-                  - { get_input: vdhcp_private_ip_1 }
+              address_type: ip_address
+                l3_address_data:
+                  ip_address_assignment: false
+                  floating_ip_activated: false
+                  fixed_ip_address:
+                    - { get_input: vdhcp_private_ip_1 }
       requirements:
         - virtual_binding: VDU_vdhcp_0
 #        - virtual_link: VL_onap_private
@@ -543,17 +528,17 @@ topology_template:
     Cp_vdhcp_cpe_signal:
       type: tosca.nodes.nfv.VduCp
       properties:
-        layer_protocol: [ipv4]
+        layer_protocols: [ipv4]
         trunk_mode: false
-        protocol_data:
-          - asscociated_layer_protocol: ipv4
+        protocol:
+          - associated_layer_protocol: ipv4
             address_data:
-              address_type: ip_address
-              l3_address_data:
-                ip_address_assignment: false
-                floating_ip_activated: false
-                fixed_ip_address:
-                  - { get_input: vdhcp_private_ip_0 }
+              address_type: ip_address
+                l3_address_data:
+                  ip_address_assignment: false
+                  floating_ip_activated: false
+                  fixed_ip_address:
+                    - { get_input: vdhcp_private_ip_0 }
       requirements:
         - virtual_binding: VDU_vdhcp_0
         - virtual_link: VL_cpe_signal
@@ -563,21 +548,19 @@ topology_template:
       properties:
         name: { get_input: vdhcp_name_0 }
         description: vdhcp
-        configurable_properties:
-          additional_vnfc_configurable_properties: {}
         vdu_profile:
           min_number_of_instances: 1
           max_number_of_instances: 1
           watchdog: none
         inject_files: #SDC Bug
-          source_path: ../Artifacts/keys/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 }
           vf_module_id: { get_input: vf_module_id }
           oam_ipaddr: { get_input: vdhcp_private_ip_1 }
           cpe_signal_ipaddr: { get_input: vdhcp_private_ip_0 }
-          oam_cidr: { get_input: oam_private_net_cidr }
+          oam_cidr: { get_input: onap_private_net_cidr }
           cpe_signal_net_cidr: { get_input: cpe_signal_net_cidr }
           mr_ip_addr: { get_input: mr_ip_addr }
           mr_ip_port: { get_input: mr_ip_port }
@@ -585,7 +568,7 @@ topology_template:
           install_script_version: { get_input: install_script_version }
           cloud_env: { get_input: cloud_env }
           nexus_artifact_repo: { get_input: nexus_artifact_repo }
-        user_data: |
+        boot_data: |
           #!/bin/bash
           METADATA=`curl -s http://169.254.169.254/openstack/2012-08-10/meta_data.json`
           apt-get -y install jq
@@ -620,32 +603,31 @@ topology_template:
       capabilities:
         virtual_compute:
           properties:
-            #TODO add local disk size
             virtual_memory:
               virtual_mem_size: 4096 MB
             virtual_cpu:
               num_virtual_cpu: 2
-      requirements:
-        - virtual_storage: VirtualStorage_root_all
+            virtual_local_storage:
+              - size_of_storage: 40 GB
       artifacts:
         sw_image: #TODO need to put glance image name here
           #file: { get_input: vcpe_image_name }
-          file: ../Artifacts/images/ubuntu_16.04
+          file: ../Artifacts/Deployment/OTHER/image
           type: tosca.artifacts.nfv.SwImage
 
     # vweb related
     Cp_vweb_public:
       type: tosca.nodes.nfv.VduCp
       properties:
-        layer_protocol: [ipv4]
+        layer_protocols: [ipv4]
         trunk_mode: false
-        protocol_data:
-          - asscociated_layer_protocol: ipv4
+        protocol:
+          - associated_layer_protocol: ipv4
             address_data:
-              address_type: ip_address
-              l3_address_data:
-                ip_address_assignment: false
-                floating_ip_activated: false
+              address_type: ip_address
+                l3_address_data:
+                  ip_address_assignment: false
+                  floating_ip_activated: false
       requirements:
         - virtual_binding: VDU_vweb_0
 #        - virtual_link: VL_public
@@ -653,17 +635,17 @@ topology_template:
     Cp_vweb_onap_private:
       type: tosca.nodes.nfv.VduCp
       properties:
-        layer_protocol: [ipv4]
+        layer_protocols: [ipv4]
         trunk_mode: false
-        protocol_data:
-          - asscociated_layer_protocol: ipv4
+        protocol:
+          - associated_layer_protocol: ipv4
             address_data:
-              address_type: ip_address
-              l3_address_data:
-                ip_address_assignment: false
-                floating_ip_activated: false
-                fixed_ip_address:
-                  - { get_input: vweb_private_ip_1 }
+              address_type: ip_address
+                l3_address_data:
+                  ip_address_assignment: false
+                  floating_ip_activated: false
+                  fixed_ip_address:
+                    - { get_input: vweb_private_ip_1 }
       requirements:
         - virtual_binding: VDU_vweb_0
 #        - virtual_link: VL_onap_private
@@ -671,17 +653,17 @@ topology_template:
     Cp_vweb_cpe_public:
       type: tosca.nodes.nfv.VduCp
       properties:
-        layer_protocol: [ipv4]
+        layer_protocols: [ipv4]
         trunk_mode: false
-        protocol_data:
-          - asscociated_layer_protocol: ipv4
+        protocol:
+          - associated_layer_protocol: ipv4
             address_data:
-              address_type: ip_address
-              l3_address_data:
-                ip_address_assignment: false
-                floating_ip_activated: false
-                fixed_ip_address:
-                  - { get_input: vweb_private_ip_0 }
+              address_type: ip_address
+                l3_address_data:
+                  ip_address_assignment: false
+                  floating_ip_activated: false
+                  fixed_ip_address:
+                    - { get_input: vweb_private_ip_0 }
       requirements:
         - virtual_binding: VDU_vweb_0
         - virtual_link: VL_cpe_public
@@ -691,27 +673,25 @@ topology_template:
       properties:
         name: { get_input: vweb_name_0 }
         description: vweb
-        configurable_properties:
-          additional_vnfc_configurable_properties: {}
         vdu_profile:
           min_number_of_instances: 1
           max_number_of_instances: 1
           watchdog: none
         inject_files: # TODO SDC bug
-          source_path: ../Artifacts/keys/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 }
           vf_module_id: { get_input: vf_module_id }
           oam_ipaddr: { get_input: vweb_private_ip_1 }
           cpe_public_ipaddr: { get_input: vweb_private_ip_0 }
-          oam_cidr: { get_input: oam_private_net_cidr }
+          oam_cidr: { get_input: onap_private_net_cidr }
           cpe_public_net_cidr: { get_input: cpe_public_net_cidr }
           demo_artifacts_version: { get_input: demo_artifacts_version }
           install_script_version: { get_input: install_script_version }
           cloud_env: { get_input: cloud_env }
           nexus_artifact_repo: { get_input: nexus_artifact_repo }
-        user_data: |
+        boot_data: |
           #!/bin/bash
           METADATA=`curl -s http://169.254.169.254/openstack/2012-08-10/meta_data.json`
           apt-get -y install jq
@@ -744,16 +724,14 @@ topology_template:
       capabilities:
         virtual_compute:
           properties:
-            #TODO add local disk size
             virtual_memory:
               virtual_mem_size: 4096 MB
             virtual_cpu:
               num_virtual_cpu: 2
-      requirements:
-        - virtual_storage: VirtualStorage_root_all
+            virtual_local_storage:
+              - size_of_storage: 40 GB
       artifacts:
         sw_image: #TODO need to put glance image name here
           #file: { get_input: vcpe_image_name }
-          file: ../Artifacts/images/ubuntu_16.04
+          file: ../Artifacts/Deployment/OTHER/image
           type: tosca.artifacts.nfv.SwImage
-