Feature-9518: Scale-in/Scale-out commands triggered from the UI 65/10565/9
authorBarath Kumar R <barath.r@tataelxsi.co.in>
Tue, 30 Mar 2021 06:20:42 +0000 (11:50 +0530)
committerrbara <barath.r@tataelxsi.co.in>
Thu, 15 Apr 2021 15:59:48 +0000 (17:59 +0200)
commit07698abcf56f875e53734a29dd4092a53461cc1a
tree9e8667fd4fa42672a3643d6d90322fbf36b89dd4
parenta2503ee1732f9a8beeba8e04b5a5e0750dbb825d
Feature-9518: Scale-in/Scale-out commands triggered from the UI

 * In NS Instances page. Click "Manual Scaling" in the actions menu.
 * Then a new pop-up page will opened.
 * In the popup there 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".
 * Select scale in / scale out.
 * When the scaling-group-descriptor name and the scaling direction are selected then Click Apply button.
 * The pop-up window is closed and the page is directed to "History of operations" page for this NS.

Change-Id: Iaaa1500bcabea4ebda89f6c11ea91b28396aa42f
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
18 files changed:
src/app/AppModule.ts
src/app/instances/ns-history-operations/HistoryOperationsComponent.ts
src/app/instances/ns-instances/NSInstancesComponent.html
src/app/instances/ns-instances/NSInstancesComponent.ts
src/app/utilities/ns-instances-action/NSInstancesActionComponent.html
src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts
src/app/utilities/scaling/ScalingComponent.html [new file with mode: 0644]
src/app/utilities/scaling/ScalingComponent.scss [new file with mode: 0644]
src/app/utilities/scaling/ScalingComponent.ts [new file with mode: 0644]
src/assets/i18n/de.json
src/assets/i18n/en.json
src/assets/i18n/es.json
src/assets/i18n/pt.json
src/models/CommonModel.ts
src/models/NSDModel.ts
src/models/NSInstanceModel.ts
src/models/VNFDModel.ts
tsconfig.json