Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


MilestonePlanned dateActual date
1Start development2023-09-012023-09-1
2main Development is done2023-09-152023-09-22
3dev testing is done2023-09-222023-09-28. PR is created https://github.com/apache/cloudstack/pull/8022
4add marvin/unit test2023-09-22
5Final dev review2023-09-27
6pass over to QA2023-09-29
7QA testing is done2023-10-27

...

NFV - Network Functions Virtualization


Database Changes

1. vm_template (existing table) Replaced by new template type: VNF

ColumnTypeComment
is_vnftinyint(1) NOT NULL DEFAULT '0'True if the template is used to deploy VNF appliances 

2. vnf_template_nics (new table)

...

ColumnTypeComment

id

bigint unsigned NOT NULL AUTO_INCREMENT

id of the NIC

template_id

bigint unsigned NOT NULL

id of the VNF template

device_id

bigint unsigned NOT NULL

Device id of the NIC when plugged into the VNF appliances

device_name

varchar(255) NOT NULL

Name of the NIC

required

tinyint NOT NULL COMMENT DEFAULT '1'

True if the NIC is required. False if optional

description

varchar(255)

Description of the NIC

...