Skip to content

Miscellaneous

Carlos Marques edited this page Jan 2, 2019 · 2 revisions

The objective of this page is reflect the last developments in IA that don't fit in another page.

Heat Implementation

Features implemented:

  • Flavor Specification in VNFD
virtual_deployment_units:
...
  id: 1
  vm_flavor: m1.small
  ...

Note: In the moment, is still necessary give the resource_requirements for mano placement.

  • MAC Specification in VNFD
virtual_deployment_units:
...
  connection_points:
  - id: eth0
    mac: fa:11:22:33:44:55
  ...
  • Security Groups Specification in VNFD
virtual_deployment_units:
...
  connection_points:
  - id: eth0
    security_groups:
    - default
    - ssh-secgrp
  ...
  • IP Specification in VNFD
virtual_deployment_units:
...
  connection_points:
  - id: eth0
    ip: 10.20.30.40
  ...

Note: In a future, when the networks will be created based in the NSD, the IP can be assigned to the network range.

  • CIDR Specification in NSD/VNFD
virtual_links:
  - id: mgmt
    cidr: 10.0.0.0/24
  ...

Note: This is a feature in develepment, in a future, can be managed the conflicts with the cidr provided in the vim DB.

Clone this wiki locally