Skip to content

Port element is not deleted even after deletion of deployment specification #59

@pravinrajr9

Description

@pravinrajr9

Description

Port element is created when a DS is created, the port element should be deleted after deleting the DS, But port element remains even after deleting the DS.

Expected Behavior

Port element should be deleted after the deletion of Deployment Specification.

Actual Behavior

Port element remains even after deletion of Deployment Specification.

Steps to Reproduce

  1. Create manually VC(using SDN NSC plugin)
  2. Create manually MC, DA and DS
  3. Using any of REST Client make GET API request using below URL
    https://OSC-IP:8090/sample/sdn/nsc/controller/OpenStack IP/portElements
    Id of newly created port element will be listed as a response.
  4. Manually Delete DS
  5. Again make GET API request using below URL
    https://OSC-IP:8090/sample/sdn/nsc/controller/OpenStack IP/portElements
  6. The Id of port element is still listed.

Additional Information

A new port element will be created after creating new DS, the port element that was created earlier by DS will also be listed even after deletion of DS, so both the port elements get listed when above GET request call is made.

Environment

  • OSC Version/Build: Build:14-g7adf532, 2017-11-27T16:45:44Z
  • Cloud Provider Info:
  • Plugin Info: SDN NSC plugin
  • Other:

Status

  • Reproduced
  • In Progress
  • Validated => Verified in Version/Build:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions