Feature 10912, 10916: NS Update 48/11948/4
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Wed, 27 Apr 2022 11:52:35 +0000 (17:22 +0530)
committerSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Wed, 25 May 2022 14:18:04 +0000 (19:48 +0530)
commit99144589707c8c854149258c87cd3871b4c4f6be
tree644cbfa3682380abdcbf8875bfade70fb1094c5c
parentfced3d4736f54088168f8c8eea213f2e96c859bf
Feature 10912, 10916: NS Update

*Added NG-UI support to remove VNF and change VNF in NS update
*In NS Instances page. Click "Ns Update" in the actions menu.
        *Then a new pop-up page will opened.
        *In the popup there will be drop-down containing Update Type with 'CHANGE_VNFPKG' & 'REMOVE_VNFPKG', membervnfIndex and text field Vnfd Id.
        *When the fields are selected then Click Apply button.
*For CHANGE_VNFPKG type, the software-version will be checked whether matching or not and corresponding popup will be shown.
        *The pop-up window is closed and the page is directed to "History of operations" page

Change-Id: I135dda039a381b1faa62baa263543e1f210384f7
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
17 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/ns-update/NsUpdateComponent.html [new file with mode: 0644]
src/app/utilities/ns-update/NsUpdateComponent.scss [new file with mode: 0644]
src/app/utilities/ns-update/NsUpdateComponent.ts [new file with mode: 0644]
src/app/utilities/warning/WarningComponent.html [new file with mode: 0644]
src/app/utilities/warning/WarningComponent.scss [new file with mode: 0644]
src/app/utilities/warning/WarningComponent.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/NSInstanceModel.ts
src/models/VNFDModel.ts
tsconfig.json