From ffdb0b40196d58df3537185dbb8d7a40432572bb Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam Date: Wed, 21 Sep 2016 13:45:25 +0530 Subject: [PATCH] Add release notes for VNF scaling feature Change-Id: Ia7b9fa62934c9855ad1863a9814472aff746d6dc implments: blueprint #vnf-scaling --- .../notes/tacker-scaling-c99a77544501bc5d.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/tacker-scaling-c99a77544501bc5d.yaml diff --git a/releasenotes/notes/tacker-scaling-c99a77544501bc5d.yaml b/releasenotes/notes/tacker-scaling-c99a77544501bc5d.yaml new file mode 100644 index 000000000..6215309df --- /dev/null +++ b/releasenotes/notes/tacker-scaling-c99a77544501bc5d.yaml @@ -0,0 +1,12 @@ +--- +features: + - VNF auto-scaling and manual-scaling feature is added, to scale in/out + the VDUs. + +issues: + - Auto-scaling feature is supported only with alarm monitors and it does + not work with other monitors such as ping, http_ping. + - When VNF is modelled with scaling requirement in VNFD, any config + managment requirement in VNFD is not supported. + - Scaling feature does not support to selectively choose the VDU as part + of scaling. \ No newline at end of file