Scale-in/Scale-out commands can be only triggered from CLI. When they are triggered... 18/9518/4 master
authortolgagolelci <tolga.golelcin@telenity.com>
Thu, 23 Jul 2020 12:52:31 +0000 (14:52 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 26 May 2021 16:37:52 +0000 (18:37 +0200)
Change-Id: Ifbc3a5fa59c865f023357e9305d61a3f9728b40d

Release10/scaling_via_ui.md [new file with mode: 0644]

diff --git a/Release10/scaling_via_ui.md b/Release10/scaling_via_ui.md
new file mode 100644 (file)
index 0000000..5cde4ab
--- /dev/null
@@ -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