aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/main/resources
AgeCommit message (Expand)AuthorFilesLines
2017-07-03[sdc] - last merges before moving to LFTal Gitelman1-1/+0
2017-06-29[SDC] rebase codeTal Gitelman1-0/+1
2017-06-11[SDC-29] rebase continue work to align sourceMichael Lando5-151/+2
2017-06-09[SDC-29] catalog 1707 rebase commit.Michael Lando10-20/+101
2017-02-19Initial OpenECOMP SDC commitMichael Lando20-0/+1352
132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737
tosca_definitions_version: tosca_simple_yaml_1_0
metadata:
  template_name: vCPE_infra
  template_version: "1.0"
  template_author: onap
description: vCPE_infra

imports:
  - onap_dm.yaml


topology_template:
#  substitution_mappings:
#    node_type: onap.vcpe_infra
#    requirements:
#      virtual_link: [ Cp_vaaa_public, virtual_link ] # expose as external CP
#      virtual_link: [ Cp_vaaa_onap_private, virtual_link ] # expose as external CP
#      virtual_link: [ Cp_vdns_public, virtual_link ]
#      virtual_link: [ Cp_vdns_onap_private, virtual_link ]
#      virtual_link: [ Cp_vdhcp_public, virtual_link ]
#      virtual_link: [ Cp_vdhcp_onap_private, virtual_link ]
#      virtual_link: [ Cp_vweb_public, virtual_link ]
#      virtual_link: [ Cp_vweb_onap_private, virtual_link ]

  inputs:
    vcpe_image_name:
      type: string
      description: image name for vcpe in openstack glance
      default: ubuntu_16.04
    public_net_id:
      type: string
      description: public network id used during onap installation
      default: external
    onap_private_net_id:
      type: string
      description: onap OAM network id
      default: oam_onap
    onap_private_net_cidr:
      type: string
      description: oanp OAM network cidr
      default: 10.0.0.0/16
    mr_ip_addr:
      type: string
      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: string
      description: dcae collector port
      default: "8080"
    nexus_artifact_repo:
      type: string
      description: Root URL for the Nexus repository for Maven artifacts
      default: https://nexus.onap.org
    demo_artifacts_version:
      type: string
      description: artifacts version used in demo vnfs
      default: 1.2.0
    install_script_version:
      type: string
      description: install script version number
      default: 1.2.0-SNAPSHOT
    cloud_env:
      type: string
      description: cloud environment(openstack or rackspace)
      default: openstack
    pub_key:
      type: string
      description: ssh public key
      default: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGx6SKrAuCz1V8KGevZueksLdWoPWJP6z3r29Z7TmPVEOjM+7PIPeSs2BVRx3rnHZBAlasMrZ+fJBS25ts9vfC+ItezQah/hr9vrkmwxCR54Lb84poW+sToPeF6i5eZY7W+jWJfLaFSFx9d2vp4zes/fOlT3NvYCXbn/3QdryQoGl7VFI8oemZypVcikZXElJeeKgAVdSwnrzuqtO/tmbXcAeSbYvVjki8ywYcsWMVMYWUWhh+1BAB6kXnTsIWqzrq0Pfvy+81WDwtiqsqmd93HY8hE0scBrXFBZzQS/AYfIFBlEuFNdLczchntjbZ0n7dmDXk8zHtCZYNk7kwb8k/
    cpe_signal_net_id:
      type: string
      description: cpe signal net name
      default: zdfw1cpe01_private
    cpe_signal_net_cidr:
      type: string
      description: cpe signal net cidr
      default: 10.4.0.0/24
    cpe_public_net_id:
      type: string
      description: cpe public net name
      default: zdfw1cpe01_public
    cpe_public_net_cidr:
      type: string
      description: cpe public net cidr
      default: 10.2.0.0/24
    vdhcp_name_0:
      type: string
      description: vdu vdhcp_0 name
      default: zdcpe1cpe01dhcp01
    vdhcp_private_ip_0:
      type: string
      description: ip of vdhcp port to cpe signal net
      default: 10.4.0.1
    vdhcp_private_ip_1:
      type: string
      description: ip of vdhcp port to onap oam net
      default: 10.0.101.1
    vaaa_name_0:
      type: string
      description: vdu vaaa_0 name
      default: zdcpe1cpe01aaa01
    vaaa_private_ip_0:
      type: string
      description: ip of vaaa port to cpe signal net
      default: 10.4.0.4
    vaaa_private_ip_1:
      type: string
      description: ip of vaaa port to onap oam net
      default: 10.0.101.2
    vdns_name_0:
      type: string
      description: vdu vdns_0 name
      default: zdcpe1cpe01dns01
    vdns_private_ip_0:
      type: string
      description: ip of vdns port to cpe public net
      default: 10.2.0.1
    vdns_private_ip_1:
      type: string
      description: ip of vdns port to onap oam net
      default: 10.0.101.3
    vweb_name_0:
      type: string
      description: vdu vweb_0 name
      default: zdcpe1cpe01web01
    vweb_private_ip_0:
      type: string
      description: ip of vweb port to cpe public net
      default: 10.2.0.10
    vweb_private_ip_1:
      type: string
      description: ip of vweb port to onap oam net
      default: 10.0.101.40
    vnf_id:
      type: string
      description: The VNF ID is provided by ONAP
      default: vCPE_Infrastructure_demo_app
    vf_module_id:
      type: string
      description: The vCPE Module ID is provided by ONAP
      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_protocols: [ipv4]
#        vl_profile:
#          max_bitrate_requirements:
#            root: 10000000
#            leaf: 10000000
#          min_bitrate_requirements:
#            root: 10000000
#            leaf: 10000000
#          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_protocols: [ipv4]
#        vl_profile:
#          max_bitrate_requirements:
#            root: 10000000
#            leaf: 10000000
#          min_bitrate_requirements:
#            root: 10000000
#            leaf: 10000000
#          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_protocols: [ipv4]
        vl_profile:
          max_bitrate_requirements:
            root: 10000000
            leaf: 10000000
          min_bitrate_requirements:
            root: 10000000
            leaf: 10000000
          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_protocols: [ipv4]
        vl_profile:
          max_bitrate_requirements:
            root: 10000000
            leaf: 10000000
          min_bitrate_requirements:
            root: 10000000
            leaf: 10000000
          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_protocols: [ipv4]
        trunk_mode: false
        protocol:
          - associated_layer_protocol: ipv4
            address_data:
              - 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

    Cp_vaaa_onap_private:
      type: tosca.nodes.nfv.VduCp
      properties:
        layer_protocols: [ipv4]
        trunk_mode: false
        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 }
      requirements:
        - virtual_binding: VDU_vaaa_0
#        - virtual_link: VL_onap_private

    Cp_vaaa_cpe_signal:
      type: tosca.nodes.nfv.VduCp
      properties:
        layer_protocols: [ipv4]
        trunk_mode: false
        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 }
      requirements:
        - virtual_binding: VDU_vaaa_0
        - virtual_link: VL_cpe_signal

    VDU_vaaa_0:
      type: tosca.nodes.nfv.Vdu.Compute
      properties:
        name: { get_input: vaaa_name_0 }
        description: vaaa
        vdu_profile:
          min_number_of_instances: 1
          max_number_of_instances: 1
          watchdog: none
        inject_files: #TODO SDC Bug
          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 }
          dcae_collector_ip: { get_input: dcae_collector_ip }
          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: 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 }
        boot_data: |
          #!/bin/bash
          METADATA=`curl -s http://169.254.169.254/openstack/2012-08-10/meta_data.json`
          apt-get -y install jq

          get_metadata () {
            echo $METADATA | jq -r ".meta.$1"
          }

          # Create configuration files
          mkdir /opt/config
          echo "$(get_metadata dcae_collector_ip)" > /opt/config/dcae_collector_ip.txt
          echo "$(get_metadata dcae_collector_port)" > /opt/config/dcae_collector_port.txt
          echo "$(get_metadata cpe_signal_net_ipaddr)" > /opt/config/cpe_signal_net_ipaddr.txt
          echo "$(get_metadata oam_ipaddr)" > /opt/config/oam_ipaddr.txt
          echo "$(get_metadata oam_cidr)" > /opt/config/oam_cidr.txt
          echo "$(get_metadata cpe_signal_net_cidr)" > /opt/config/cpe_signal_net_cidr.txt
          echo "$(get_metadata demo_artifacts_version)" > /opt/config/demo_artifacts_version.txt
          echo "$(get_metadata install_script_version)" > /opt/config/install_script_version.txt
          echo "$(get_metadata cloud_env)" > /opt/config/cloud_env.txt
          echo "$(get_metadata nexus_artifact_repo)" > /opt/config/nexus_artifact_repo.txt

          # Download and run install script
          apt-get -y install unzip
          INSTALL_SCRIPT_VERSION=$(get_metadata install_script_version)
          NEXUS_ARTIFACT_REPO=$(get_metadata nexus_artifact_repo)
          if [[ "${INSTALL_SCRIPT_VERSION}" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi
          curl -k -L "${NEXUS_ARTIFACT_REPO}/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vcpe&a=vcpe-scripts&e=zip&v=${INSTALL_SCRIPT_VERSION}" -o /opt/vcpe-scripts-${INSTALL_SCRIPT_VERSION}.zip
          unzip -j /opt/vcpe-scripts-${INSTALL_SCRIPT_VERSION}.zip -d /opt v_aaa_install.sh
          cd /opt
          chmod +x v_aaa_install.sh
          ./v_aaa_install.sh
      capabilities:
        virtual_compute:
          properties:
            virtual_memory:
              virtual_mem_size: 4096 MB
            virtual_cpu:
              num_virtual_cpu: 2
            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/Deployment/OTHER/image
          type: tosca.artifacts.nfv.SwImage

    # vdns related
    Cp_vdns_public:
      type: tosca.nodes.nfv.VduCp
      properties:
        layer_protocols: [ipv4]
        trunk_mode: false
        protocol:
          - associated_layer_protocol: ipv4
            address_data:
              - 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

    Cp_vdns_onap_private:
      type: tosca.nodes.nfv.VduCp
      properties:
        layer_protocols: [ipv4]
        trunk_mode: false
        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 }
      requirements:
        - virtual_binding: VDU_vdns_0
        #- virtual_link: VL_onap_private

    Cp_vdns_cpe_public:
      type: tosca.nodes.nfv.VduCp
      properties:
        layer_protocols: [ipv4]
        trunk_mode: false
        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 }
      requirements:
        - virtual_binding: VDU_vdns_0
        - virtual_link: VL_cpe_public

    VDU_vdns_0:
      type: tosca.nodes.nfv.Vdu.Compute
      properties:
        name: { get_input: vdns_name_0 }
        description: vdns
        vdu_profile:
          min_number_of_instances: 1
          max_number_of_instances: 1
          watchdog: none
        inject_files: # TODO SDC Bug
          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: 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 }
        boot_data: |
          #!/bin/bash
          METADATA=`curl -s http://169.254.169.254/openstack/2012-08-10/meta_data.json`
          apt-get -y install jq

          get_metadata () {
            echo $METADATA | jq -r ".meta.$1"
          }

          # Create configuration files
          mkdir /opt/config
          echo "$(get_metadata oam_ipaddr)" > /opt/config/oam_ipaddr.txt
          echo "$(get_metadata cpe_public_net_ipaddr)" > /opt/config/cpe_public_net_ipaddr.txt
          echo "$(get_metadata onap_cidr)" > /opt/config/oam_cidr.txt
          echo "$(get_metadata cpe_public_net_cidr)" > /opt/config/cpe_public_net_cidr.txt
          echo "$(get_metadata demo_artifacts_version)" > /opt/config/demo_artifacts_version.txt
          echo "$(get_metadata install_script_version)" > /opt/config/install_script_version.txt
          echo "$(get_metadata cloud_env)" > /opt/config/cloud_env.txt
          echo "$(get_metadata nexus_artifact_repo)" > /opt/config/nexus_artifact_repo.txt

          # Download and run install script
          apt-get -y install unzip
          INSTALL_SCRIPT_VERSION=$(get_metadata install_script_version)
          NEXUS_ARTIFACT_REPO=$(get_metadata nexus_artifact_repo)
          if [[ "${INSTALL_SCRIPT_VERSION}" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi
          curl -k -L "${NEXUS_ARTIFACT_REPO}/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vcpe&a=vcpe-scripts&e=zip&v=${INSTALL_SCRIPT_VERSION}" -o /opt/vcpe-scripts-${INSTALL_SCRIPT_VERSION}.zip
          unzip -j /opt/vcpe-scripts-${INSTALL_SCRIPT_VERSION}.zip -d /opt v_dns_install.sh
          cd /opt
          chmod +x v_dns_install.sh
          ./v_dns_install.sh
      capabilities:
        virtual_compute:
          properties:
            virtual_memory:
              virtual_mem_size: 4096 MB
            virtual_cpu:
              num_virtual_cpu: 2
            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/Deployment/OTHER/image
          type: tosca.artifacts.nfv.SwImage

    # vdhcp related
    Cp_vdhcp_public:
      type: tosca.nodes.nfv.VduCp
      properties:
        layer_protocols: [ipv4]
        trunk_mode: false
        protocol:
          - associated_layer_protocol: ipv4
            address_data:
              - 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

    Cp_vdhcp_onap_private:
      type: tosca.nodes.nfv.VduCp
      properties:
        layer_protocols: [ipv4]
        trunk_mode: false
        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 }
      requirements:
        - virtual_binding: VDU_vdhcp_0
#        - virtual_link: VL_onap_private

    Cp_vdhcp_cpe_signal:
      type: tosca.nodes.nfv.VduCp
      properties:
        layer_protocols: [ipv4]
        trunk_mode: false
        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 }
      requirements:
        - virtual_binding: VDU_vdhcp_0
        - virtual_link: VL_cpe_signal

    VDU_vdhcp_0:
      type: tosca.nodes.nfv.Vdu.Compute
      properties:
        name: { get_input: vdhcp_name_0 }
        description: vdhcp
        vdu_profile:
          min_number_of_instances: 1
          max_number_of_instances: 1
          watchdog: none
        inject_files: #SDC Bug
          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: 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 }
          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 }
        boot_data: |
          #!/bin/bash
          METADATA=`curl -s http://169.254.169.254/openstack/2012-08-10/meta_data.json`
          apt-get -y install jq

          get_metadata () {
            echo $METADATA | jq -r ".meta.$1"
          }

          # Create configuration files
          mkdir /opt/config
          echo "$(get_metadata oam_ipaddr)" > /opt/config/oam_ipaddr.txt
          echo "$(get_metadata cpe_signal_ipaddr)" > /opt/config/cpe_signal_ipaddr.txt
          echo "$(get_metadata onap_cidr)" > /opt/config/oam_cidr.txt
          echo "$(get_metadata cpe_signal_net_cidr)" > /opt/config/cpe_signal_net_cidr.txt
          echo "$(get_metadata mr_ip_addr)" > /opt/config/mr_ip_addr.txt
          echo "$(get_metadata mr_ip_port)" > /opt/config/mr_ip_port.txt
          echo "$(get_metadata demo_artifacts_version)" > /opt/config/demo_artifacts_version.txt
          echo "$(get_metadata install_script_version)" > /opt/config/install_script_version.txt
          echo "$(get_metadata cloud_env)" > /opt/config/cloud_env.txt
          echo "$(get_metadata nexus_artifact_repo)" > /opt/config/nexus_artifact_repo.txt

          # Download and run install script
          apt-get -y install unzip
          INSTALL_SCRIPT_VERSION=$(get_metadata install_script_version)
          NEXUS_ARTIFACT_REPO=$(get_metadata nexus_artifact_repo)
          if [[ "${INSTALL_SCRIPT_VERSION}" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi
          curl -k -L "${NEXUS_ARTIFACT_REPO}/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vcpe&a=vcpe-scripts&e=zip&v=${INSTALL_SCRIPT_VERSION}" -o /opt/vcpe-scripts-${INSTALL_SCRIPT_VERSION}.zip
          unzip -j /opt/vcpe-scripts-${INSTALL_SCRIPT_VERSION}.zip -d /opt v_dhcp_install.sh
          cd /opt
          chmod +x v_dhcp_install.sh
          ./v_dhcp_install.sh
      capabilities:
        virtual_compute:
          properties:
            virtual_memory:
              virtual_mem_size: 4096 MB
            virtual_cpu:
              num_virtual_cpu: 2
            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/Deployment/OTHER/image
          type: tosca.artifacts.nfv.SwImage

    # vweb related
    Cp_vweb_public:
      type: tosca.nodes.nfv.VduCp
      properties:
        layer_protocols: [ipv4]
        trunk_mode: false
        protocol:
          - associated_layer_protocol: ipv4
            address_data:
              - 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

    Cp_vweb_onap_private:
      type: tosca.nodes.nfv.VduCp
      properties:
        layer_protocols: [ipv4]
        trunk_mode: false
        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 }
      requirements:
        - virtual_binding: VDU_vweb_0
#        - virtual_link: VL_onap_private

    Cp_vweb_cpe_public:
      type: tosca.nodes.nfv.VduCp
      properties:
        layer_protocols: [ipv4]
        trunk_mode: false
        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 }
      requirements:
        - virtual_binding: VDU_vweb_0
        - virtual_link: VL_cpe_public

    VDU_vweb_0:
      type: tosca.nodes.nfv.Vdu.Compute
      properties:
        name: { get_input: vweb_name_0 }
        description: vweb
        vdu_profile:
          min_number_of_instances: 1
          max_number_of_instances: 1
          watchdog: none
        inject_files: # TODO SDC bug
          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: 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 }
        boot_data: |
          #!/bin/bash
          METADATA=`curl -s http://169.254.169.254/openstack/2012-08-10/meta_data.json`
          apt-get -y install jq

          get_metadata () {
            echo $METADATA | jq -r ".meta.$1"
          }

          # Create configuration files
          mkdir /opt/config
          echo "$(get_metadata oam_ipaddr)" > /opt/config/oam_ipaddr.txt
          echo "$(get_metadata cpe_public_ipaddr)" > /opt/config/cpe_public_ipaddr.txt
          echo "$(get_metadata onap_cidr)" > /opt/config/oam_cidr.txt
          echo "$(get_metadata cpe_public_net_cidr)" > /opt/config/cpe_public_net_cidr.txt
          echo "$(get_metadata demo_artifacts_version)" > /opt/config/demo_artifacts_version.txt
          echo "$(get_metadata install_script_version)" > /opt/config/install_script_version.txt
          echo "$(get_metadata cloud_env)" > /opt/config/cloud_env.txt
          echo "$(get_metadata nexus_artifact_repo)" > /opt/config/nexus_artifact_repo.txt

          # Download and run install script
          apt-get -y install unzip
          INSTALL_SCRIPT_VERSION=$(get_metadata install_script_version)
          NEXUS_ARTIFACT_REPO=$(get_metadata nexus_artifact_repo)
          if [[ "${INSTALL_SCRIPT_VERSION}" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi
          curl -k -L "${NEXUS_ARTIFACT_REPO}/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vcpe&a=vcpe-scripts&e=zip&v=${INSTALL_SCRIPT_VERSION}" -o /opt/vcpe-scripts-${INSTALL_SCRIPT_VERSION}.zip
          unzip -j /opt/vcpe-scripts-${INSTALL_SCRIPT_VERSION}.zip -d /opt v_web_install.sh
          cd /opt
          chmod +x v_web_install.sh
          ./v_web_install.sh
      capabilities:
        virtual_compute:
          properties:
            virtual_memory:
              virtual_mem_size: 4096 MB
            virtual_cpu:
              num_virtual_cpu: 2
            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/Deployment/OTHER/image
          type: tosca.artifacts.nfv.SwImage