Feature 10910: Migration of Openstack based VM instances 68/11968/2
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Thu, 28 Apr 2022 14:58:17 +0000 (20:28 +0530)
committerSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Mon, 23 May 2022 14:54:30 +0000 (20:24 +0530)
commitfced3d4736f54088168f8c8eea213f2e96c859bf
tree7014c9c54846c41c847e4be248aba08df560b984
parent3649a5cf7a5aa8aa9e6f1cef9e6174a09980eef9
Feature 10910: Migration of Openstack based VM instances

*Added NG-UI support for Vm Migration
*In NS Instances page. Click "Vm Migration" in the actions menu.
        *Then a new pop-up page will be opened.
        *In the popup there will be fields containing membervnfIndex, vduid, count index and migrate to host
        *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: I5c218ebcdc67d1244e60e7d4653d6d76c5189684
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
13 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/vm-migration/VmMigrationComponent.html [new file with mode: 0644]
src/app/utilities/vm-migration/VmMigrationComponent.scss [new file with mode: 0644]
src/app/utilities/vm-migration/VmMigrationComponent.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
src/models/VNFInstanceModel.ts
tsconfig.json