Automate vnf creation/deletion with static ip support in tosca template

Bug #1585788 reported by Santosh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tacker
Fix Released
Medium
Sridhar Ramaswamy

Bug Description

Automate vnf creation/deletion with static ip support in tosca template.

Sample template:

tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0

description: Template for deploying a single server with predefined properties.

topology_template:
  node_templates:

    VDU1:
      type: tosca.nodes.nfv.VDU
      capabilities:
        host:
         properties:
           num_cpus: 2
           disk_size: 10 GB
           mem_size: 512 MB
        # Guest Operating System properties
        os:
          properties:
           # host Operating System image properties
            architecture: x86_64
            type: Linux
            distribution: RHEL
            version: 6.5
    CP1:
      type: tosca.nodes.nfv.CP
      properties:
        ip_address: 192.168.0.55
      requirements:
        - virtualLink:
            node: VL1
# relationship: tosca.relationships.nfv.VirtualLinksTo
        - virtualBinding:
            node: VDU1
            relationship: tosca.relationships.nfv.VirtualBindsTo

    VL1:
      type: tosca.nodes.nfv.VL
      properties:
        vendor: ACME
        cidr: '192.168.0.0/24'
        start_ip: '192.168.0.50'
        end_ip: '192.168.0.200'
        gateway_ip: '192.168.0.1'

Tags: rfe
Santosh (ksantosh-cs)
Changed in tacker:
assignee: nobody → Santosh (ksantosh-cs)
status: New → Confirmed
Changed in tacker:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tacker (master)

Fix proposed to branch: master
Review: https://review.openstack.org/324101

Changed in tacker:
status: Confirmed → In Progress
Changed in tacker:
assignee: Santosh (ksantosh-cs) → Sridhar Ramaswamy (srics-r)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tacker (master)

Reviewed: https://review.openstack.org/324101
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=56d595d7bcd6fd21b9e39c8ef64640c7921ab0ba
Submitter: Jenkins
Branch: master

commit 56d595d7bcd6fd21b9e39c8ef64640c7921ab0ba
Author: Santosh Kodicherla <email address hidden>
Date: Mon Jul 25 16:35:02 2016 +0000

    Add functional tests for ConnectionPoint features

    Functional tests exercising static_ip address and anti_spoof_protection
    (port_security_enabled) properties of ConnectionPoint.

    Closes-Bug: #1585788

    Change-Id: I3f90aaa5be08cd1cc67d0663b559a85c4603f12c

Changed in tacker:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tacker 0.5.0

This issue was fixed in the openstack/tacker 0.5.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.