From 406db56bd863d621f1e79456e99ba2a31eb40931 Mon Sep 17 00:00:00 2001 From: tolgagolelci Date: Thu, 23 Jul 2020 14:52:31 +0200 Subject: [PATCH] Scale-in/Scale-out commands can be only triggered from CLI. When they are triggered, they can be tracked in "History of operations" page. So it will be nice if scaling can be triggered also via a link under Actions list box in "NS Instances" page Change-Id: Ifbc3a5fa59c865f023357e9305d61a3f9728b40d --- Release10/scaling_via_ui.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Release10/scaling_via_ui.md diff --git a/Release10/scaling_via_ui.md b/Release10/scaling_via_ui.md new file mode 100644 index 0000000..5cde4ab --- /dev/null +++ b/Release10/scaling_via_ui.md @@ -0,0 +1,30 @@ +# Scaling via UI + +## Proposers + +Tolga Gölelçin (Telenity) + +## Type + +Feature + +## Target MDG/TF + +LW-UI + +## Description + +Manual scale-in/scale-out commands can be only triggered from CLI. +When they are triggered, they can be tracked in "History of operations" page. +So it will be nice if scaling can be triggered also via a link under Actions list box in "NS Instances" page + +## Demo or definition of done + +Go into "NS Instances" page. Click "Actions" of the NS Instance row. +From the list select "Manual Scaling" link. +Then a new pop-up page will opened. +In this page there will will be a list box which is filled with the all scaling-group-descriptor names captured from all VNFDs in the NSD and whoose scaling-type is "manual". +An there may be an radio option to switch between scale in / scale out. +And a "Run" button to trigger scaling action. +When the scaling-group-descriptor name and the scaling direction are selected the Run button is clicked. +The pop-up window is closed and the page is directed to "History of operations" page for this NS. \ No newline at end of file -- 2.17.1