Feature 10911-Vertical scaling of VM instances from OSM 81/11981/3 release-v12.0-start v12.0.0 v12.0.0rc1
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Mon, 2 May 2022 01:27:11 +0000 (06:57 +0530)
committerSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Tue, 21 Jun 2022 05:18:41 +0000 (10:48 +0530)
commit017df364be742ba4d89013ae32572c2b300e2a29
tree41f02776c181ed58bf1143743ea26419b33133ff
parent3d81a28cd6df38cb070c6a6afbbd1528a766f16e
Feature 10911-Vertical scaling of VM instances from OSM

*Added NG-UI support for Vertical scaling
*In NS Instances page. Click "Vertical Scaling" in the VIM action menu.
        *Then a new pop-up page will be opened.
        *In the popup there will be fields containing membervnfIndex, vduid, count index mandatory fields with Virtual Memory, size of storage and vcpu count field to vertically scale
        *When the fields are selected then Click Apply button.
        *The pop-up window is closed and the page is directed to "History of operations" page

Change-Id: I6d898c8637b361af69dc7e516e46834a346cda82
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
12 files changed:
src/app/AppModule.ts
src/app/utilities/ns-instances-action/NSInstancesActionComponent.html
src/app/utilities/ns-instances-action/NSInstancesActionComponent.ts
src/app/utilities/vertical-scaling/VerticalScalingComponent.html [new file with mode: 0644]
src/app/utilities/vertical-scaling/VerticalScalingComponent.scss [new file with mode: 0644]
src/app/utilities/vertical-scaling/VerticalScalingComponent.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/NSInstanceModel.ts
tsconfig.json