summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
SANDHYA.JS [Tue, 2 May 2023 09:17:59 +0000 (14:47 +0530)]
Support for Ubuntu 22.04
Change-Id: I1a443bb3ea2634f22308707828eb45d138bad4cd
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
garciadeblas [Tue, 18 Apr 2023 13:09:18 +0000 (15:09 +0200)]
Clean stage-archive.sh
Change-Id: I5fad37ad848f9b28dab7debf471cb0578972ab36
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
SANDHYA.JS [Tue, 25 Apr 2023 18:29:41 +0000 (23:59 +0530)]
Fix Bug 2121: NG-UI uses unmaintained Chokidar version
- Upgraded Angular from 11 to 14 version to remove chokidar
unmaintained version.
- Changed linting tool tslint to eslint for angular 14 as tslint
is depreacted after angular 12
- Resolved linting issues from code
Change-Id: I00e908ab651db0f080e0d18a9d1c9711f4e36b91
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
SANDHYA.JS [Tue, 7 Mar 2023 05:31:46 +0000 (11:01 +0530)]
Fix Bug 2219 - NG-UI remains stuck when showing a VIM created from the CLI
- For Info part in VIM, UI will check for location value mandatorily.
Fixed this by adding condition to check null or undefined values before going inside location values loop.
Change-Id: I8ff265aa364b41131b3e99d3712e964b94f05aa8
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
SANDHYA.JS [Mon, 31 Oct 2022 14:41:50 +0000 (20:11 +0530)]
Fix Bug 1988 - Drop down for action does not reflect what the deployed service can actually do
- If VNF is removed within an existing Network service, primitive action will not show the removed
VNF in dropdown only the available VNF will be shown in UI
Change-Id: I60648093ba63c6b962380898300e75d69bcbf409
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
SANDHYA.JS [Thu, 25 Aug 2022 02:49:13 +0000 (08:19 +0530)]
Fix Bug 2148: VDU Id issue & Multivdu Count Index Error in VM Action
- Resolved vduId dropdown issue by removing the duplicate values
from the array
- Resolved multivdu countIndex error by filtering count index
with selected vduId
Change-Id: I1231afb4bb3b013816cd8d7b8c50ae3decf5dbea
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
SANDHYA.JS [Wed, 24 Aug 2022 02:05:16 +0000 (07:35 +0530)]
Fix Bug 2091: NS Update on NS Instances fail with database exception on screen when VNFD ID is incorrect
- Changed the VNFD ID text field to dropdown field with VNFD Name listed
- Changed the NSUpdate popup message
Change-Id: Iacf6572eb7e56cfd97a8e871d4671f56c6eb94ba
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
Mark Beierl [Thu, 14 Jul 2022 13:39:24 +0000 (09:39 -0400)]
Jenkins refresh
Change the jenkins node label from 'docker'
to 'stage_2' as part of the Jenkins cleanup
Change-Id: I76c1d62a7eaf7280dbfff5f27429792d0adbc4eb
Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
SANDHYA.JS [Mon, 2 May 2022 01:27:11 +0000 (06:57 +0530)]
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>
SANDHYA.JS [Mon, 2 May 2022 02:55:39 +0000 (08:25 +0530)]
Feature 10922: Start, Stop and Rebuild
*Added NG-UI support for Start, Stop and Rebuild
*In NS Instances page. Click "Start" or "Stop" or "Rebuild" 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 mandatory fields to start, stop or rebuild VNF Instances
*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: Idc0b6316af06b2190732beb198d1e74bcb8b23b0
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
bacigalupo [Fri, 25 Mar 2022 17:24:56 +0000 (17:24 +0000)]
Feature 10904: Make all deployment methods optional for K8s cluster
Change-Id: Ifd7f83f35cef767479508e1ae364a076661813f0
Signed-off-by: bacigalupo <tbacigalupo@whitestack.com>
SANDHYA.JS [Wed, 27 Apr 2022 11:52:35 +0000 (17:22 +0530)]
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>
SANDHYA.JS [Thu, 28 Apr 2022 14:58:17 +0000 (20:28 +0530)]
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>
harshini.r [Thu, 28 Apr 2022 07:13:12 +0000 (12:43 +0530)]
Bug 1952 - Uptime of running service instances not displayed correctly
*Modified the uptime of running instances to show time value
upto one decimal point.
*Corrected the api for VNF instances to show its proper count.
*Changed label of X axis from instances to NS instances in
graph.
Change-Id: Iaf339aaee175c39d528de5e0cf506e00316258ba
Signed-off-by: harshini.r <harshini.r@tataelxsi.co.in>
SANDHYA.JS [Tue, 26 Apr 2022 12:29:39 +0000 (17:59 +0530)]
Fix Bug 1870: All Pdu instance parameters takes the same mgmt option (all of them True or all of them False)
- When creating pdu instances, made the 'mgmt' parameter independent for each interface.
Change-Id: Ia148b098d512b4a288a76601c87501a4b1a76170
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
SANDHYA.JS [Tue, 26 Apr 2022 07:35:18 +0000 (13:05 +0530)]
Fix Bug 1924: Not possible to add VIM with type dummy
- Added the option 'dummy' support from the UI for creating dummy VIM's
- Type 'Dummy' is added in the dropdown of VIM account type.
Change-Id: Ic69fb33233eb5aca7bc91f500e111cbbbd821226
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
SANDHYA.JS [Tue, 12 Apr 2022 03:37:08 +0000 (09:07 +0530)]
Feature 10914: Enforce Password change on First login
* Added NG-UI support to Enforce Password change on First login
* A popup will be opened on First login with current password, new password and confirm password fields
* Once new password is entered, Click apply button
* The popup is closed & redirected to Login page.
* Sign in using the new password.
Change-Id: I9ee6bf923e897b40d06a1781cdd7d044b171c825
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
harshini.r [Tue, 5 Apr 2022 07:05:14 +0000 (12:35 +0530)]
Bug 1937 -Cannot create new descriptors with GUI
*Resolved the "File is not a zip file" error while editing in
topology page of NS and VNF packages.
Change-Id: I8735d436671a6f68487b7ecbcddb90d1284b47a4
Signed-off-by: harshini.r <harshini.r@tataelxsi.co.in>
SANDHYA.JS [Tue, 5 Apr 2022 06:30:23 +0000 (12:00 +0530)]
Fix Bug 1978: Unable to view the NS Instances on switching between projects from History of Operations page
- On switching between projects assigned to a user from History of operations page,
redirected to NSInstance page.
Change-Id: I046ddde4b9797dfe6fb747b26fa60ad81281304e
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
SANDHYA.JS [Tue, 5 Apr 2022 03:28:00 +0000 (08:58 +0530)]
Fix Bug 1975: Map view Issue in VIM account
- Map view in VIM account will not show Invalid location when the location is not provided.
- Added an error message for quota limit in project section when quota limit is exceeded
Change-Id: I175fd2df02d320534e0f02bf3e3dd1882f195546
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
SANDHYA.JS [Tue, 5 Apr 2022 01:58:32 +0000 (07:28 +0530)]
Fix Bug 1974: No.Of Hours Value for the running instances is hidden in Dashboard
- No.Of Hours Value for the running instances will be visible in Dashboard Instance graph
- Changed the metrics error message
- Changed the font size of mandatory field message.
Change-Id: If6b62d645ba10a38fb969ed189d7e7a5ce2d45a5
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
SANDHYA.JS [Mon, 4 Apr 2022 13:14:53 +0000 (18:44 +0530)]
Fix Bug 1973: VIM Resources Type Overview issue in Dashboard
- Charts of selected VIM Resource type will change when a different type is selected.
- VIM resource overview shows 'No Data' content for invalid VIM account details.
- Added tooltip in VimAccountActions for VimResourcesOverview &
RunningInstances
Change-Id: I45dcf504309f58a6c0345e0c01220ee392b37502
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
SANDHYA.JS [Thu, 31 Mar 2022 03:26:04 +0000 (08:56 +0530)]
Fix Bug 1888: Update Docker file to 20.04
- NG-UI docker file base image is updated to Ubuntu 20.04
Change-Id: I825f48994ce91d3735d941c07d0d11595f786a61
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
SANDHYA.JS [Tue, 8 Mar 2022 11:47:23 +0000 (17:17 +0530)]
Fix Bug 1889: Operational View Dashboard not visible when NS is running with K8s charms.
* Modified id attribute to point towards vcastatus vca_id instead
of ns_id.
Change-Id: Id79b632e51413207a32385b6a9bee71f9a226126
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
beierlm [Tue, 18 Jan 2022 13:48:07 +0000 (08:48 -0500)]
Bug 1845: LTS Support
Updates base to Ubuntu 20.04
Adds apt cache to stage 2 dockerfile
Fixes bug 1845
Change-Id: I7bb259efc3ac14bb72e9e5fd78562843e4a67e52
Signed-off-by: beierlm <mark.beierl@canonical.com>
Harshini Rajagopal [Tue, 11 Jan 2022 05:36:24 +0000 (11:06 +0530)]
Bug while editing a VNF/NS descriptor
*Changed the content type to gzip in headers to support .gz files while editing VNF and NS
descriptors.
Change-Id: I5126731d561fd2c9ca651e02c59a47a0daf6c472
Signed-off-by: Harshini Rajagopal <harshini.r@tataelxsi.co.in>
SANDHYA.JS [Sat, 15 May 2021 10:05:22 +0000 (15:35 +0530)]
Feature-5950: Management of quotas in VIM Account
* Showing the pie/doughnut chart for the Openstack VIM resources
* Available in dashboard, VIM Account section and NSInstantiate section.
Change-Id: I64bec0b724accc7ea733f509ec5aef7c0d09662e
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
Barath Kumar R [Wed, 9 Jun 2021 03:48:17 +0000 (09:18 +0530)]
Fix bug 1565 to reset the project quotas count
* Able to empty the value which is entered as 0 or any
Change-Id: I6585a3bf91a46501d3dd60cd407e135e148ba8eb
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Tue, 8 Jun 2021 05:36:38 +0000 (11:06 +0530)]
Fix Bug to the Chart Js for displaying multiple
* The chart shows multiple instances bar graph in dashboard.
Change-Id: I8a420a77134b52710a87997333f127c80ab3ebe2
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Thu, 20 May 2021 07:12:06 +0000 (12:42 +0530)]
Title will be show in the browser head
Change-Id: I9e1a1150661fe57ea75b7c12a29a6c3f92c4b161
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Mon, 1 Mar 2021 07:22:33 +0000 (12:52 +0530)]
Feature-9904: Enhancing NG-UI to enable Juju operational view dashboard
* NG-UI able to show the Juju Operational view dashboard of launched NS.
Change-Id: I9c7feadce8dbfca00e4e9321dffed3818a2e4510
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
bravof [Wed, 5 May 2021 20:50:46 +0000 (16:50 -0400)]
bug(chartjs/zonejs): dependency conflict while creating new container
Change-Id: I86db7b06a315581bc792a17a3ad81334e5d290d1
Signed-off-by: bravof <fbravo@whitestack.com>
Barath Kumar R [Tue, 4 May 2021 11:46:14 +0000 (17:16 +0530)]
BUG 1383 Cannot compose VNFD from UI: 'mgmt_cp missing' when adding VDU
* Before adding CP need to VDU
* While adding CP add mgmt-cp
Change-Id: I4219faea328ab46285f8e049d5dc1a7565cdea42
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
beierlm [Mon, 19 Apr 2021 19:38:15 +0000 (15:38 -0400)]
Adding GitLab Scanner
Adds gitlab-ci yaml file to enable security scans in GitLab mirror
Change-Id: I4a829a262a3a705d45354d99ec351ef155c002b3
Signed-off-by: beierlm <mark.beierl@canonical.com>
Barath Kumar R [Fri, 16 Apr 2021 08:04:06 +0000 (13:34 +0530)]
Fix for Bug 1495 NG-UI does not start on Air-gapped environments.
* Removed external access URL.
* Need to add the location latitude & longitude manually.
Change-Id: I08392af62431b36c7ce312fcfa8820861790ed34
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Fri, 9 Apr 2021 14:46:00 +0000 (20:16 +0530)]
The NS/VNF package content will shown
* Clicking on the content will show the content of packages
Change-Id: Ib54437993915171f44acdbc1edb5ea475767afa8
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Tue, 30 Mar 2021 06:20:42 +0000 (11:50 +0530)]
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>
beierlm [Tue, 23 Mar 2021 19:23:10 +0000 (15:23 -0400)]
Feature 10296 Pip Standardization
As this module does not use python, there is very little to
change here. Simply a cleanup of the Dockerfile.
Change-Id: I784d83325897765e8cd5c3c3f303eaccaedcdcc2
Signed-off-by: beierlm <mark.beierl@canonical.com>
Barath Kumar R [Fri, 5 Mar 2021 06:02:19 +0000 (11:32 +0530)]
Executive primitive bug for lcm-operations-conf
* As per SOL006 packages key change is implemented.
Change-Id: Ifa68fba8e6d76b113de97e55e539b48745ce70c3
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Mon, 8 Feb 2021 12:49:35 +0000 (18:19 +0530)]
Bug 1413 Domains don't appear in create project/user dropdown using Keystone and LDAP for authentication
* Domains name list
Change-Id: I105664875cf6702ff0dd91341a7ff6693e5d5a2a
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Mon, 8 Feb 2021 08:27:05 +0000 (13:57 +0530)]
OSM Version will be shown in the NG-UI Header && Design Changes
Change-Id: Ib2939ac61d42808a3b2e7bd945ed59ed4449a313
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Fri, 19 Feb 2021 13:04:44 +0000 (18:34 +0530)]
Bug 1419 ng-ui can not fill in primitve list box for selected vnfd
* Changed name & product-name to id in get method to fetch NS & VNF packages
Change-Id: Iae2b599ebaf31e40ddbdff410720db3ac4cc8bc3
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Fri, 29 Jan 2021 10:32:34 +0000 (16:02 +0530)]
Bug 1414 - Is not possible to remove all role-mappings of a user
* Able remove the project role mapping
Change-Id: I68ec168d18675434faf98b57a34183ac06cafb60
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Tue, 12 Jan 2021 14:54:28 +0000 (20:24 +0530)]
Fetching the location from API changed to proxy
* The location based search for DC API is changed based on the proxy
rule
Change-Id: I30b1fc328787474def41de5997dce27d767e0d84
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Tue, 29 Dec 2020 11:05:09 +0000 (16:35 +0530)]
Bug 1383 Error when consulting NS instance's topology
* SOL006 Descriptor topology changes
Change-Id: I79afb00dfb54ce2c9dc02c0c4b7bbe435b07a915
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Mon, 21 Dec 2020 10:12:23 +0000 (15:42 +0530)]
Bug 1382 - VNF packages list doesn't show short names
* The VNF & NS Package list names will be displayed
* Removed Vendor from both packages
* The keys where changed based on the SOL006
Change-Id: I48f0884ec300f405325d598edf8a87109a6ff91e
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Thu, 17 Dec 2020 14:45:53 +0000 (20:15 +0530)]
Bug 1381 SDN controller details pop-up doesn't show some attributes
* Modified the UI to show the IP and port as URL
Change-Id: Ia6aa9a86c736f96bd3c42bb25f28d0e77b092083
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Sun, 22 Nov 2020 14:45:10 +0000 (20:15 +0530)]
Build fail Fix for NG-UI
* Updated angular from 9 to 11
Change-Id: I935283cbef382288d9d7dcfe9af125b0020f059e
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Fri, 13 Nov 2020 05:24:58 +0000 (10:54 +0530)]
Bug 1290 Update all dockerfiles to 18.04
Change-Id: Ibc3d0f8a6b2dd15d4ab2d0fc2508a5e36bc527f1
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Tue, 13 Oct 2020 12:44:16 +0000 (18:14 +0530)]
Bug 1253 Updating the VNFD via ngUI breaks charms execution
* Fixed the bug by adding the symbolic link while extracting
the file and while doing tar.
* The file upload size is increased upto 50MB in UI
Change-Id: Ib1de6129018f11ce863a12a60e2ffab04187e795
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Fri, 9 Oct 2020 04:07:59 +0000 (09:37 +0530)]
BUG 1257 When adding a new VIM, the field "Tenant name" is confusing
* Changed the Tenant Name to VIM Project/Tenant Name.
Change-Id: I4654840c22534d862df5f3a774b2ad0529ad3e32
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
aguilarherna [Thu, 1 Oct 2020 10:13:00 +0000 (12:13 +0200)]
Fix bug 1243: update Spanish translations
Change-Id: I6a059f5db49346de0b177509625b2ea66b9e6bc3
Signed-off-by: aguilarherna <daguilarh@indra.es>
Barath Kumar R [Thu, 1 Oct 2020 16:07:35 +0000 (21:37 +0530)]
Bug Fixes, KDU Level Execution Added
Change-Id: Ice38ecb1fdccffa29b2f291581ae7d2d820a8bc6
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Thu, 1 Oct 2020 09:17:24 +0000 (14:47 +0530)]
BUG 1221:Reset of NG-UI service leaves unusable UI
* Fixed the issue, Called the logout function in the 401 unauthorized
Change-Id: I8a2ababc8010df664d9b401ce0bda2ae38f5668b
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Wed, 2 Sep 2020 11:30:07 +0000 (17:00 +0530)]
Added KDU Level exection in UI
* Provision to perform the KDU Level execution action in NG-UI
Change-Id: Ide6e335b41268c75ad4b4efd8ef4aa0a14c6b6ee
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Wed, 2 Sep 2020 11:13:05 +0000 (16:43 +0530)]
BUG 1199 Unable to perform any CRUD operations in NG-UI v8.0.1
* NG-UI should send header request for all the request.
Change-Id: I91ed6f001cd233d19f6512859e929623fdff89c0
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Fri, 28 Aug 2020 10:58:11 +0000 (16:28 +0530)]
Merge remote-tracking branch 'origin/v8.0'
Change-Id: I87a5322b38660d137284b55d95e115eea03213c4
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Thu, 13 Aug 2020 06:14:01 +0000 (11:44 +0530)]
BUG 1175 Unable to execute VNF-Level Primitives
* Fixed the bug the for the Primitives Level execution.
Change-Id: I3ac9bf309037666d17ac11c80f350fefbe2f98e7
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Tue, 14 Jul 2020 05:35:24 +0000 (11:05 +0530)]
NG-UI BUG 1118 YAML not supported in config text-area when launching NS
* Fixed the textarea that can accept the yaml/yml/json values.
Change-Id: I019d4fec3ea2584b72f5d8a539226bc0abff4cf7
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Mon, 13 Jul 2020 15:24:13 +0000 (20:54 +0530)]
NG-UI Bug 1136 - Unable to execute NS level primitive
* The change in the NBI causes the issues. Which the NS level primitive cannot be launched.
* To run the NS level primitive Execution. Need to get the ns packages yaml file to check ns-configuration is presented and the primitive to executed.
Change-Id: I10acf999de66237d1b8e79213b51b7ff526e8c66
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Fri, 10 Jul 2020 06:40:15 +0000 (12:10 +0530)]
NG-UI Bug 1119 - VDU-configuration not supported in primitives execution
* Added the one more option for the VDU Level Primitive in the select.
* Checking for the primitives from the key ['VDU-Configuration']['config-primitive'].
Change-Id: Ic1eb0a6fe6c3aa22deda27aca3de00790b86bfbf
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Tue, 7 Jul 2020 10:42:32 +0000 (16:12 +0530)]
NG-UI Added support for the quotos
* Add the quotos limition to be defined from the UI.
* Added the checkbox to activate the quote limitation.
Change-Id: I3795d00a3615018743449538e232b3bb31591d82
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Tue, 7 Jul 2020 10:18:58 +0000 (15:48 +0530)]
NG-UI Added support for the OSM Repository
* Added a list to show the repo added.
* Form to add the repo path with the type.
Change-Id: I77ddbf6ef4c7f02abd2e5bc455b3a21e04e5b20d
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Tue, 7 Jul 2020 10:01:19 +0000 (15:31 +0530)]
NG-UI Added the validation for the topology connection.
* New error validation is added for the VNF Topology connections.
Change-Id: I1b68695718410435cc064bd32ce1da007f6fa6ee
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Tue, 7 Jul 2020 09:54:05 +0000 (15:24 +0530)]
New VIM Design with the config implemented.
* Added the feature to edit the config section after uploading.
* Sample Config will be provided for each type.
Change-Id: I807e8848c4b1d07ee698a249e234568708d97bf2
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Barath Kumar R [Tue, 7 Jul 2020 06:58:04 +0000 (12:28 +0530)]
NG-UI Design Changes
* Drop-down action design changes to the display="dynamic" and
container="body"
* SDN/WIM State label color changed.
* Dynamic Metric graph color is implemented.
Change-Id: If40f3f087286c8f8a36a0a5702e0116c95ecd956
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
Rajesh [Thu, 25 Jun 2020 12:09:49 +0000 (17:39 +0530)]
NG-UI Build Fixes
* ng-sidebar version changes in package.json
Change-Id: Ib468fe2c4ae13e8af45425042a0da4c533c75326
Signed-off-by: Rajesh <rajesh.s@tataelxsi.co.in>
Rajesh [Thu, 25 Jun 2020 12:09:49 +0000 (17:39 +0530)]
NG-UI Build Fixes
* ng-sidebar version changes in package.json
Change-Id: Ib468fe2c4ae13e8af45425042a0da4c533c75326
Signed-off-by: Rajesh <rajesh.s@tataelxsi.co.in>
kumaran.m [Fri, 1 May 2020 14:18:54 +0000 (19:48 +0530)]
Initial Commit - NG UI
* Roboto and font-awesome fonts are added in package.json
* Replace Nginx alpine varient to stable
* Devops files are added
* Docker file aligned as per community reviews
* Enhancement - NS primitive, Azure inclusion and domain name
* RWD changes
Change-Id: If543efbf127964cbd8f4be4c5a67260c91407fd9
Signed-off-by: kumaran.m <kumaran.m@tataelxsi.co.in>
garciadeblas [Thu, 7 May 2020 15:05:58 +0000 (15:05 +0000)]
Added files for deb package creation
Change-Id: I7cd40b9696009ffd778ba69ec2e6723a7f8e32e4
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Felipe Vicens [Wed, 8 Apr 2020 14:36:18 +0000 (16:36 +0200)]
Initial common files for all repos
Change-Id: I55fd8f479dc4a5662e66c6aa5c7df20e81d5c81e
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
almagia [Tue, 7 Apr 2020 15:08:07 +0000 (17:08 +0200)]
Initial empty repository