osm/NBI.git
3 years agofixing in vnf/ns-package artifacts 11/9111/3
tierno [Thu, 18 Jun 2020 10:52:37 +0000 (10:52 +0000)]
fixing in vnf/ns-package artifacts

Change-Id: I4c59c88fa380211f07e91016fbdefbbf807117fa
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
3 years agoallow with kwargs (option override) to create nested objects 98/9098/4
tierno [Wed, 17 Jun 2020 07:42:30 +0000 (07:42 +0000)]
allow with kwargs (option override) to create nested objects

Change-Id: I4ca24e1117f86eaf6e4d18863c478a4d536e2374
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
3 years agoFeature 8840 Notification to OSS/BSS for subscribed events. 28/8828/7
K Sai Kiran [Tue, 28 Apr 2020 09:18:31 +0000 (14:48 +0530)]
Feature 8840 Notification to OSS/BSS for subscribed events.

osm_nbi/subscriptions.py: Existing thread which analyze kafka messages for ns topic, if the message
can be used for nslcm notification, then it will invoke NsLcmNotification.send_notification().

osm_nbi/notifications.py: (new file)Holds classes for NS, NSD, VNFD notifications. Used asyncio and aiohttp to send notifications.
Wait time for failed notification will increase in powers of 2. Reusing session of aiohttp client for performance.
Notifications are SOL005 compliant. But some data is missing in kafka message, for such keys N/A value is assigned in notification body.

Change-Id: I142ffc12f3b4e3720d41562f7ffca3b2280f4fd4
Signed-off-by: K Sai Kiran <saikiran.k@tataelxsi.co.in>
3 years agofeature 7919 - Subscription API for OSS/BSS management systems 11/8811/4
preethika.p [Wed, 22 Apr 2020 06:55:39 +0000 (12:25 +0530)]
feature 7919 - Subscription API for OSS/BSS management systems

Delete_extra used to remove mapped_subscription
Moved code to use db.create_list function
Addressed review comments.

Change-Id: I84bd39e9a9c942d15762d4715843c7c539842767
Signed-off-by: preethika.p <preethika.p@tataelxsi.co.in>
3 years agofix bug 1070: New selfsigned certificate 37/9037/1
tierno [Wed, 3 Jun 2020 22:00:49 +0000 (22:00 +0000)]
fix bug 1070: New selfsigned certificate

Change-Id: I1d14ec8f3a7b180ae49a802cdc5874c768a53e0a
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
3 years agoFeature 9015: use same names for quotas and roles 19/9019/4
tierno [Tue, 2 Jun 2020 10:07:41 +0000 (10:07 +0000)]
Feature 9015: use same names for quotas and roles

add osmrepos to quotas

Change-Id: I8cf11677b8aa5612f78ff10492d432849b33cd08
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
3 years agoFeature 9015: check quotas for admin and return Unauthorize 30/9030/2
tierno [Thu, 28 May 2020 10:41:10 +0000 (10:41 +0000)]
Feature 9015: check quotas for admin and return Unauthorize

Change-Id: I856aea935c03d835fe22176c31c27bce15d59b12
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
3 years agoBug 1078 fixed by using try block for user update 29/9029/1
K Sai Kiran [Wed, 27 May 2020 11:00:10 +0000 (16:30 +0530)]
Bug 1078 fixed by using try block for user update

Following the documentation of LDAP in devops repo, the user profiles are read only.
Try Except block resolves the issue. Raise error to NBI when change
for username/password is requested.

Change-Id: Id5919af575ec7cd128424fc53f7365d6cd4c29a7
Signed-off-by: K Sai Kiran <saikiran.k@tataelxsi.co.in>
3 years agoupdate role project_user with k8scluster and repos 71/8971/2
tierno [Tue, 26 May 2020 15:49:04 +0000 (15:49 +0000)]
update role project_user with k8scluster and repos

Change-Id: I183fb351e8be6a285f5f3f40e5bbea97a9cb9518
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
3 years agoFix bug #1077 slice instantiation with ssh_keys option 28/9028/1
Felipe Vicens [Sun, 24 May 2020 16:57:33 +0000 (18:57 +0200)]
Fix bug #1077 slice instantiation with ssh_keys option

Change-Id: Ied5223046f00b630442043f3e6ecd34f6867c24f
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
3 years agoFilter with project in slice nsd selection 27/9027/1
Felipe Vicens [Fri, 22 May 2020 14:37:39 +0000 (16:37 +0200)]
Filter with project in slice nsd selection

Change-Id: Id0141df33b8470bc6739b26da0fd72166c160972
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
3 years agofix problem vnfpkg internal-vlds without name 26/9026/1
tierno [Thu, 21 May 2020 15:09:22 +0000 (15:09 +0000)]
fix problem vnfpkg internal-vlds without name

Change-Id: I06fba0317f13e6691b7d9c41177d1178dbd26d2b
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
3 years agoBug 1068 fixed for auth_url in keystone 25/9025/1
K Sai Kiran [Wed, 20 May 2020 06:55:12 +0000 (12:25 +0530)]
Bug 1068 fixed for auth_url in keystone

When we pass auth_url in nbi.cfg -> [authentication], the auth_url is used by password manager
but not by keystone http client. Need to pass auth_url to httpclient so that it uses auth_url
instead of https://keystone:5000 which is in service catalog of keystone.
Added http://keystone:5000/v3 to docker files.
Added regex validation for auth_url.

Change-Id: Ie3e144dd826e73a27c25f917cf54e64cf4c22207
Signed-off-by: K Sai Kiran <saikiran.k@tataelxsi.co.in>
3 years agoFeature 8178 VNF Repositories 54/8854/4
Felipe Vicens [Wed, 6 May 2020 08:11:00 +0000 (10:11 +0200)]
Feature 8178 VNF Repositories

Change-Id: Ifdd15c294331838dd3b18d89dc009bfc54827871
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
3 years agofix other flake8 problem 24/9024/1
tierno [Tue, 12 May 2020 14:32:37 +0000 (14:32 +0000)]
fix other flake8 problem

Change-Id: I6a076fa05f734432f48e0ab9826e27bffe0b80ad
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
3 years agofix flake8 problem 23/9023/1
tierno [Tue, 12 May 2020 13:01:19 +0000 (13:01 +0000)]
fix flake8 problem

Change-Id: I6a46a828c0e0ebadb3504e4f71b7cad1b49e6842
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
3 years agofix 1059. Provide rights parameters to ns_terminate for a nsi service 22/9022/1
tierno [Tue, 12 May 2020 09:42:02 +0000 (09:42 +0000)]
fix 1059. Provide rights parameters to ns_terminate for a nsi service

Change-Id: Ic83d30c33f6df148f651f4a06fc4a8d98be8b116
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
3 years agoFeature 8720: instantiate parameters config-units 37/8837/1
tierno [Wed, 29 Apr 2020 13:46:13 +0000 (13:46 +0000)]
Feature 8720: instantiate parameters config-units

Change-Id: I35b93777bd6fbd7eb45f4a802da01a1453ab2ab0
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
3 years agoavoid k8scluster deletion when in use 06/8806/2
tierno [Tue, 21 Apr 2020 13:08:04 +0000 (13:08 +0000)]
avoid k8scluster deletion when in use

Change-Id: If0a25f3eec9bf1b08e3be951dde2cbc18c9d700b
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofix kdu_model instantianion parameter 95/8795/2
tierno [Fri, 17 Apr 2020 11:27:47 +0000 (11:27 +0000)]
fix kdu_model instantianion parameter

Change-Id: Ia0afd32c664961216dad5a4c74dc93ea99103417
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoKDU instantiate params for model and namespace 65/8765/4
tierno [Mon, 6 Apr 2020 15:29:42 +0000 (15:29 +0000)]
KDU instantiate params for model and namespace

Change-Id: I24b08da39139e7e023b99e083c3d870ce98742bc
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoreturn op_id on asynchronous delete 77/8777/2
tierno [Wed, 8 Apr 2020 15:16:57 +0000 (15:16 +0000)]
return op_id on asynchronous delete

Change-Id: I5952cee10f0c8a639d8690d254bc6d2afe7d5efb
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoremove internal content at ns.nsd 64/8764/1
tierno [Fri, 3 Apr 2020 10:09:06 +0000 (10:09 +0000)]
remove internal content at ns.nsd

Change-Id: If6d53b73239d3bf8dbb28937c2fb9e949641d0e5
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofix 1042 add timeout parameter to ns-action ns-scale 53/8753/2
tierno [Thu, 2 Apr 2020 15:40:12 +0000 (15:40 +0000)]
fix 1042 add timeout parameter to ns-action ns-scale

Change-Id: If8eae30bfdc53f2d55777d3eeb2e1e0f0f00deff
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoget user/project domains with admin/v1/domains 04/8704/6
tierno [Thu, 19 Mar 2020 23:22:08 +0000 (23:22 +0000)]
get user/project domains with admin/v1/domains

Change-Id: I64c8920eb76d24c517c8e289382de4fa97931e9c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofix 1046. Allow auth_internal.user_list filtering with the _id 39/8739/1
tierno [Tue, 31 Mar 2020 09:46:44 +0000 (09:46 +0000)]
fix 1046. Allow auth_internal.user_list filtering with the _id

Change-Id: I94e190dc3e104a7f98a085368cb0d4ba13a719cd
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoFix 1025. Do not remove last project reference if it will be deleted 19/8719/3
tierno [Mon, 23 Mar 2020 14:42:10 +0000 (14:42 +0000)]
Fix 1025. Do not remove last project reference if it will be deleted

Change-Id: Ib42405a46cf48f99780da37896830d68feb5a2da
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoallow ns-terminate parameters 18/8718/2
tierno [Tue, 24 Mar 2020 11:51:39 +0000 (11:51 +0000)]
allow ns-terminate parameters

Change-Id: I29d4415e1d6af3a86639739eb38a0b92e1349cac
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agobug 1035. Load role permissions from nbi.py 'valid_url_methods' instead of 'resources... 14/8714/2
tierno [Mon, 23 Mar 2020 09:24:10 +0000 (09:24 +0000)]
bug 1035. Load role permissions from nbi.py 'valid_url_methods' instead of 'resources_to_operations.yml'

Change-Id: I84a80f8cef886cbce9b22819ead04ae14d31af79
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoFix Bug 1035 Invalid Permission error on updating a role with K8sclusters, k8srepos... 13/8713/1
vijay.r [Sun, 22 Mar 2020 02:48:27 +0000 (02:48 +0000)]
Fix Bug 1035 Invalid Permission error on updating a role with K8sclusters, k8srepos permission

Change-Id: I59647c89cb467a8976ae0d09f5cab411a5d81c37
Signed-off-by: vijay.r <vijay.r@tataelxsi.co.in>
4 years agofix 1023. Issue getting ip from pdu instances 84/8684/1
tierno [Wed, 18 Mar 2020 09:49:43 +0000 (09:49 +0000)]
fix 1023. Issue getting ip from pdu instances

Change-Id: Ie4fc95d144d3c7987ccd56b090eaf7887ab8b67b
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoallow external port for SDN net 72/8672/2
tierno [Tue, 10 Mar 2020 16:34:25 +0000 (16:34 +0000)]
allow external port for SDN net

Change-Id: I4f827d185678be1529a8774d08ce668b12f653c5
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofix 1023. Issue getting ip from pdu instances 80/8680/2
tierno [Thu, 12 Mar 2020 17:31:42 +0000 (17:31 +0000)]
fix 1023. Issue getting ip from pdu instances

Change-Id: I00ded05ca164e8dec18b821650ac16679137434c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofix user/project creation with domain_name. 17/8617/8
tierno [Wed, 19 Feb 2020 14:29:49 +0000 (14:29 +0000)]
fix user/project creation with domain_name.
Provide the domain when listing users/projects
Allow filtering by domain

Change-Id: Ieccf9ad40f3ef7896e99ee26128d0b590cf615be
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoAdded KDU actions to VnfTopic 90/8290/6
delacruzramo [Mon, 2 Dec 2019 20:00:37 +0000 (21:00 +0100)]
Added KDU actions to VnfTopic

Change-Id: I2797a7b470f84a445bc9b648701112969f8790e6
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoMerge "allow extra domain input for token authentication"
tierno [Tue, 18 Feb 2020 16:43:01 +0000 (17:43 +0100)]
Merge "allow extra domain input for token authentication"

4 years agoallow extra domain input for token authentication 90/8590/3
tierno [Thu, 13 Feb 2020 16:30:14 +0000 (16:30 +0000)]
allow extra domain input for token authentication

Change-Id: I546fa3ead2df453d8cf620cd4a6b828a1667c614
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoK8sCluster/Repo association by projects 68/8568/4
delacruzramo [Wed, 5 Feb 2020 11:50:21 +0000 (11:50 +0000)]
K8sCluster/Repo association by projects

Change-Id: I48f5629fea54e414226715554a841b0e30e09077
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agofix 1014 allow k8snet with null value 73/8573/2
tierno [Fri, 7 Feb 2020 10:18:30 +0000 (10:18 +0000)]
fix 1014 allow k8snet with null value

Change-Id: I1c9922fd63a495422eb7029af04d7ea60b35c678
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agominor fixes at dependencies 63/8563/3
tierno [Wed, 5 Feb 2020 12:43:44 +0000 (12:43 +0000)]
minor fixes at dependencies

Change-Id: Ic30ce0df9b837ac519784e3438611e1163d7e17e
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoFix Bug 1011: Multiple interface referenced to a single connection point 69/8569/2
delacruzramo [Thu, 6 Feb 2020 13:37:01 +0000 (13:37 +0000)]
Fix Bug 1011: Multiple interface referenced to a single connection point

Change-Id: Idaff83f5f7cae88adb73896662ea61bdb1823407
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoModifications for test of feature 7953 02/8502/4
magnussonl [Mon, 20 Jan 2020 17:38:18 +0000 (18:38 +0100)]
Modifications for test of feature 7953
Updated after review
Resolved merge conflict in osm_nbi/__init__.py

Change-Id: Ie7fd9c21d3d3369986e96e48b6dc9d29b79b36af
Signed-off-by: magnussonl <lars-goran.magnusson@arctoslabs.com>
4 years agomove version package to __init__ 58/8558/1
tierno [Tue, 4 Feb 2020 15:47:18 +0000 (15:47 +0000)]
move version package to __init__

Change-Id: Ie0b02033af9bb7420977b9fb968662a5482a0d99
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofix getting kafka aioread exception 01/8501/2 v7.0.1 v7.0.1rc2 v7.0.1rc3
tierno [Tue, 21 Jan 2020 00:10:09 +0000 (00:10 +0000)]
fix getting kafka aioread exception

Change-Id: I11d243b4b16a0757415aa72ded1e6b2134f7f3f8
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoToken Cache Management 71/8371/13
delacruzramo [Tue, 10 Dec 2019 15:26:34 +0000 (16:26 +0100)]
Token Cache Management

Change-Id: I09ea3a8c0c537a5eeba0ac5bc1426167133db998
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agodocker: Fix debian channel to stable 05/8105/2
Philippe Coval [Wed, 30 Oct 2019 13:42:36 +0000 (14:42 +0100)]
docker: Fix debian channel to stable

Currently there is no "testing" directory in:

http://osm-download.etsi.org/repository/osm/debian/ReleaseFIVE/dists/

Change-Id: Ib43722865573a7ec386082bd1af4375af26db108
Signed-off-by: Philippe Coval <rzr@users.sf.net>
4 years agoFix Bug 870: Getting unauthorized when using keystone as back-end for NBI 52/8452/2
delacruzramo [Thu, 26 Dec 2019 10:09:04 +0000 (10:09 +0000)]
Fix Bug 870: Getting unauthorized when using keystone as back-end for NBI

Change-Id: I085be0f780388aed0d269c298c17ceb960fa14cc
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoAllow to disable /test URL 82/8482/1
tierno [Wed, 15 Jan 2020 14:41:48 +0000 (14:41 +0000)]
Allow to disable /test URL

Change-Id: I01b2a4836ab66ff5cdca72d1a0637d83e0a5b9fb
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agochange from tapi to ietfl2vpn 34/8434/2 v7.0.1rc1
tierno [Fri, 20 Dec 2019 14:11:35 +0000 (14:11 +0000)]
change from tapi to ietfl2vpn

Change-Id: I6b57324f6952c835fc83aaa0f98ae8438fad1b43
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoadding timeout as instantiate parameter 77/8477/1
tierno [Tue, 14 Jan 2020 15:54:48 +0000 (15:54 +0000)]
adding timeout as instantiate parameter

Change-Id: If630ad62f4450707123367863ff376847e559e09
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoUbuntu18 + pip upgraded 72/8472/3
calvinosanch [Thu, 9 Jan 2020 15:10:12 +0000 (16:10 +0100)]
Ubuntu18 + pip upgraded

Change-Id: Ia2b7c42455271883daa885491e77319a854ea9ce
Signed-off-by: calvinosanch <guillermo.calvinosanchez@altran.com>
4 years agoupdate initial status of NS and NSLCMOP 66/8466/1
tierno [Thu, 9 Jan 2020 12:40:45 +0000 (12:40 +0000)]
update initial status of NS and NSLCMOP

Change-Id: Iba004c8cb47fbaa6b6223684611226895d59b340
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoChange for SDN creation parameters 19/8419/2
tierno [Tue, 17 Dec 2019 16:46:12 +0000 (16:46 +0000)]
Change for SDN creation parameters

Change-Id: I5d0fcf0153c9ad71e0757db45df073f3abf26603
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoGet version from installed package if available instead of code 65/8365/1 v7.0.0
tierno [Tue, 10 Dec 2019 10:57:17 +0000 (10:57 +0000)]
Get version from installed package if available instead of code

Change-Id: I0c9336ff02f90094af580b2fb2e1b8cd55fd67fb
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofix bug 937. NSs are not deleted from database upon NSI deletion 29/8329/2 v7.0.0rc1
tierno [Thu, 5 Dec 2019 12:26:01 +0000 (12:26 +0000)]
fix bug 937. NSs are not deleted from database upon NSI deletion

Change-Id: Ib69d8921da777e41749aa8511fd64d1d7cc6204a
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoFix bug 875: VIM gets deleted when the Instance is Running 99/8199/5
delacruzramo [Thu, 21 Nov 2019 10:09:16 +0000 (11:09 +0100)]
Fix bug 875: VIM gets deleted when the Instance is Running

Change-Id: I74f942e3ad17e1d61bbe507ddf6ad2e9755be66c
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoFix Bug 924: User is not allowed to upload NS Descriptors for project_user(role) 14/8314/2
delacruzramo [Wed, 4 Dec 2019 11:54:49 +0000 (12:54 +0100)]
Fix Bug 924: User is not allowed to upload NS Descriptors for project_user(role)

Change-Id: I69eacd50ff9204d95db99a4211bfa7f100456629
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoFix Bug 917: Revoke NBI's Auth token once user is deleted 23/8323/1
delacruzramo [Wed, 4 Dec 2019 12:42:26 +0000 (13:42 +0100)]
Fix Bug 917: Revoke NBI's Auth token once user is deleted

Change-Id: I1060af8065d95beab5b9dc3be27abc8e3601f3e8
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agochange repo type to helm-chart,juju-bundle 06/8306/2
tierno [Tue, 3 Dec 2019 23:50:49 +0000 (23:50 +0000)]
change repo type to helm-chart,juju-bundle

Change-Id: Id46d9815fbab76b41ebe2bd21cad9d5f8aa056ad
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofix issue deploying a k8s 92/8292/3
tierno [Tue, 3 Dec 2019 09:39:40 +0000 (09:39 +0000)]
fix issue deploying a k8s

Change-Id: Iaedeac1e96264b4063ad8fd8cd5f6694bcad974d
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoBug 868 - Fixed 33/8233/3
K Sai Kiran [Mon, 25 Nov 2019 12:00:37 +0000 (17:30 +0530)]
Bug 868 - Fixed
NSD and VNFD items with schema type list containing same identifiers are truncated and used without error.
Fix essentially makes a depth traversal of the JSON object and
uses Id or Name of object to uniquely identify object. Key Id takes precedence over Name.

Change-Id: I534c96fb573b651cca71f0309e1a912d6b5889da
Signed-off-by: K Sai Kiran <saikiran.k@tataelxsi.co.in>
4 years agoadditionalParams for Kdu will not get those additionalParamsForVnf 88/8288/1
tierno [Mon, 2 Dec 2019 15:53:25 +0000 (15:53 +0000)]
additionalParams for Kdu will not get those additionalParamsForVnf

Change-Id: I19916bd7d552f107ead206ca26e8b455088387e2
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoAllow additional params for a concrete vdu or kdu 65/8265/3
tierno [Fri, 29 Nov 2019 13:43:26 +0000 (13:43 +0000)]
Allow additional params for a concrete vdu or kdu

Change-Id: Iab191d0f794d27bd06a7bb50c84e1a642f9e4969
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoAdding suport for FsMongo 91/7691/7
Eduardo Sousa [Fri, 21 Jun 2019 10:50:21 +0000 (11:50 +0100)]
Adding suport for FsMongo

Change-Id: Ic864d65c5ef551237a471ee8c2b8f157b2447791
Signed-off-by: Eduardo Sousa <eduardo.sousa@canonical.com>
4 years agoAdded KDU inspect/readme actions to NsLcmOpTopic 52/8252/3
delacruzramo [Thu, 28 Nov 2019 10:24:09 +0000 (11:24 +0100)]
Added KDU inspect/readme actions to NsLcmOpTopic

Change-Id: I9ee6b50639d9d8719238b25c76ff8fb881dd0326
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoMore unit tests for descriptor_topics 41/8241/1
delacruzramo [Fri, 15 Nov 2019 13:45:32 +0000 (14:45 +0100)]
More unit tests for descriptor_topics

Change-Id: I6e9c647d12dd05de270996ed9f571f888d00d3c6
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoUnit tests for descriptor_topics 77/8177/9
delacruzramo [Fri, 15 Nov 2019 13:45:32 +0000 (14:45 +0100)]
Unit tests for descriptor_topics

Change-Id: Ie9bec8368f30ed023ed58bb324c38c77b9b61b00
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoFix bug 682: NSD cross references between vnffgd classifier and rsp not validated 15/8215/1
delacruzramo [Fri, 22 Nov 2019 14:06:43 +0000 (15:06 +0100)]
Fix bug 682: NSD cross references between vnffgd classifier and rsp not validated

Change-Id: I759844b02afe870403ce317a7f3ec8826128bbbb
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agofeature8029 do not validate vim_account type 61/8161/3
tierno [Wed, 13 Nov 2019 15:57:51 +0000 (15:57 +0000)]
feature8029 do not validate vim_account type
feature8030 do not validate wim_account type

Change-Id: I0d975b80481dd7562c631155444e3461dcc1dd94
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofix issue for k8scluster on action "kdu_name" instead 'vdu_name' 16/8116/4
tierno [Tue, 5 Nov 2019 12:45:29 +0000 (12:45 +0000)]
fix issue for k8scluster on action "kdu_name" instead 'vdu_name'
Adding vim_network selection upon instantiation based on selected k8s_cluster["nets"] and vnfd.k8s-cluster
Adding k8s_cluster and k8s_repo to the html develop web

Change-Id: Ie73877c0b7403badd99704ff294d45b695ebc744
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofixing Dockerfile local after changes in IM 06/8206/1
tierno [Thu, 21 Nov 2019 16:15:33 +0000 (16:15 +0000)]
fixing Dockerfile local after changes in IM

Change-Id: I6a9f0cb2f8d71fa1711844a7ce86ed37f089230f
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoFeature7912- Enhancement of NBI API to collect VNF metrics 68/7968/9
preethika.p [Fri, 20 Sep 2019 11:07:50 +0000 (16:37 +0530)]
Feature7912- Enhancement of NBI API to collect VNF metrics
Addressed the comments
Unittest added
Made changes in tox file
Change-Id: Iad1e625f609272556bcc51b36c96a336d34b5c86
Signed-off-by: preethika.p <preethika.p@tataelxsi.co.in>
4 years agoFix allowed methods for K8sClusters 67/8167/1
delacruzramo [Thu, 14 Nov 2019 08:57:35 +0000 (09:57 +0100)]
Fix allowed methods for K8sClusters

Change-Id: I13227be31d71236fa55edb2219afe84b647f256e
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoUnit tests for admin_topics 42/8042/11
delacruzramo [Thu, 10 Oct 2019 14:36:40 +0000 (16:36 +0200)]
Unit tests for admin_topics

Change-Id: I2b52b479e981bfa6a9aa1bb94328fff49dd4b262
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoFix allowed methods for administration topics 14/8014/3
delacruzramo [Thu, 3 Oct 2019 12:22:00 +0000 (14:22 +0200)]
Fix allowed methods for administration topics

Change-Id: I2a318bc3d6d6ead1c27a74652c8f2e990adc662a
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoVCD feature 7193-provider_nerwork 57/8057/2
kbsub [Thu, 17 Oct 2019 16:26:56 +0000 (16:26 +0000)]
VCD feature 7193-provider_nerwork

Change-Id: Ia8ea131bd6c0ebe30069aa151ea3bc3f05e7ecfc
Signed-off-by: kbsub <subair.basheer@riftio.com>
4 years agoselecting k8scluster at deployment. Allow day2 action primitive for kdu 12/8112/3
tierno [Wed, 30 Oct 2019 12:13:48 +0000 (12:13 +0000)]
selecting k8scluster at deployment. Allow day2 action primitive for kdu

Change-Id: I8669a35df8b3312df88853900844eb7e0332bff9
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoNew topics: K8sClusters, K8sRepos 88/8088/6
delacruzramo [Wed, 23 Oct 2019 16:25:11 +0000 (18:25 +0200)]
New topics: K8sClusters, K8sRepos

Change-Id: Ia03b8fc80b1efdb0cc6162b85fb84e3b6b1c1b12
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoFix VIM/WIM validation schemas 90/8090/1
delacruzramo [Fri, 25 Oct 2019 07:46:33 +0000 (09:46 +0200)]
Fix VIM/WIM validation schemas

Change-Id: I187b251996995f04df1359f8973292dedebecdfd
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoadding needed dependency aiohttp 56/8056/2
tierno [Thu, 17 Oct 2019 14:24:58 +0000 (14:24 +0000)]
adding needed dependency aiohttp

Change-Id: I9a2046c4f470d8946f8881b6a3c2dd7684a34679
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoinitial unittest for osm_nbi.instance_topics 99/7899/7
tierno [Mon, 2 Sep 2019 16:03:25 +0000 (16:03 +0000)]
initial unittest for osm_nbi.instance_topics

Change-Id: Ib38b3e6625014c8641e7cadce69624f46b41d1ac
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofix bug 865 fix error deleting a non-instantiated ns 55/8055/1
tierno [Thu, 17 Oct 2019 13:56:53 +0000 (13:56 +0000)]
fix bug 865 fix error deleting a non-instantiated ns

Change-Id: I7f36893352c17aef89930f8d5b3f0718ba700992
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agobug 864 fix operation (created/edited) published to kafka 53/8053/2
tierno [Wed, 16 Oct 2019 09:00:13 +0000 (09:00 +0000)]
bug 864 fix operation (created/edited) published to kafka

Change-Id: Ia96573a0f79da88d2d893101cc9daed0f46bbc7a
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoBug 864 - NBI publishes created key to kakfa after editing nsd/vnfd. 52/8052/2 feature5837 feature7928
K Sai Kiran [Wed, 16 Oct 2019 12:20:53 +0000 (17:50 +0530)]
Bug 864 - NBI publishes created key to kakfa after editing nsd/vnfd.

Change-Id: Ib4ab08dcb3cada34bb3f95468315f37e52486fcf
Signed-off-by: K Sai Kiran <saikiran.k@tataelxsi.co.in>
4 years agoFix IM installation in NBI 54/8054/6
Felipe Vicens [Wed, 16 Oct 2019 18:13:53 +0000 (20:13 +0200)]
Fix IM installation in NBI

Change-Id: I10287cdb30aac7496eb28b82a06027d196a26a5b
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
4 years agoAdapt NBI to YAML V5 26/8026/1
delacruzramo [Tue, 8 Oct 2019 08:18:02 +0000 (10:18 +0200)]
Adapt NBI to YAML V5

Change-Id: Ia768b60b0304d99a24bbfab2795922d54ca9ca0c
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoFix project_user role permissions 99/7999/6
delacruzramo [Mon, 30 Sep 2019 13:50:52 +0000 (15:50 +0200)]
Fix project_user role permissions

Change-Id: If10f6b77d468535516dcd8bdffb712b98cec2c61
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoBug 853 - Fix permissions 78/7978/4
delacruzramo [Thu, 26 Sep 2019 08:52:56 +0000 (10:52 +0200)]
Bug 853 - Fix permissions

Change-Id: Ie95624fe6cbea3cd8ee45709eb76cac51cf981f6
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoTests for NBI Quotas 73/7973/2
delacruzramo [Wed, 25 Sep 2019 10:01:59 +0000 (12:01 +0200)]
Tests for NBI Quotas

Change-Id: Ib5c2b5afb3ca0ee31f3c0bf98ed16f7b157861b6
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agobug when migrating from old user format containing project instead project_role_mappings 69/7969/1
tierno [Tue, 3 Sep 2019 14:58:09 +0000 (14:58 +0000)]
bug when migrating from old user format containing project instead project_role_mappings

Change-Id: I9cb853b2eecef2c69661e85f4bbba4b153811559
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoNBI Quotas 51/7951/7
delacruzramo [Fri, 13 Sep 2019 10:24:22 +0000 (12:24 +0200)]
NBI Quotas

Change-Id: I6d9762b3d8eb3610c00355971ac9a0964bc1b212
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agoTests for Authentication framework (Projects-Users-Roles) 12/7612/21
delacruzramo [Wed, 5 Jun 2019 11:06:47 +0000 (13:06 +0200)]
Tests for Authentication framework (Projects-Users-Roles)

Change-Id: I8e6cc93ffb9913c4ea3f74679b0a6e87e847de64
Signed-off-by: delacruzramo <pedro.delacruzramos@altran.com>
4 years agobug 838 fix vnfd obtained from nsr reference 50/7950/3
tierno [Tue, 3 Sep 2019 11:51:55 +0000 (11:51 +0000)]
bug 838 fix vnfd obtained from nsr reference

Change-Id: I1b2934ea196d3db19717e68874de6fc59d2c9288
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agochange cherrypy version to 18.1.2 49/7949/2
tierno [Tue, 3 Sep 2019 07:24:17 +0000 (07:24 +0000)]
change cherrypy version to 18.1.2

Change-Id: Id9a2e516e253ccf174d2ac7849178da7bdac0576
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agobug 839: fix error looking for nsi using a nst 48/7948/1
tierno [Fri, 13 Sep 2019 09:44:42 +0000 (09:44 +0000)]
bug 839: fix error looking for nsi using a nst

Change-Id: Iba0af5eccc16255eb408531fd5b0da3637651274
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofix bug 838. Validate action over vdu 97/7897/1
tierno [Mon, 2 Sep 2019 10:48:56 +0000 (10:48 +0000)]
fix bug 838. Validate action over vdu

Change-Id: I9c45cfcc2e0c088a018e79fc06348dc8e03d3717
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agoprovide version in json format 88/7888/4
tierno [Fri, 30 Aug 2019 15:37:12 +0000 (15:37 +0000)]
provide version in json format

Change-Id: I69140a3655a0cf95212eae1022d6d34eec30a198
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofix Dockerfile local to use osm_nbi as a module 93/7893/1 v6.0 v6.0.2 v6.0.2rc1 v6.0.3 v6.0.4 v6.0.4rc1
tierno [Fri, 30 Aug 2019 15:12:47 +0000 (15:12 +0000)]
fix Dockerfile local to use osm_nbi as a module

Change-Id: I9f3f39d99ce595d74f227b902d55c0dba0ff5dad
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agochange version to be aligned with OSM version 72/7872/5
tierno [Thu, 29 Aug 2019 14:21:41 +0000 (14:21 +0000)]
change version to be aligned with OSM version

Change-Id: I8d5f922269574685f4b42a3ea47ef66ab5879919
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
4 years agofix bug 802 encrypt vrops_password at vim_account for schema_version=1.11 32/7832/3
tierno [Thu, 1 Aug 2019 16:35:04 +0000 (16:35 +0000)]
fix bug 802 encrypt vrops_password at vim_account for schema_version=1.11

Change-Id: I04d8e634352e6125b7efc93454125fc7dadb2403
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>