aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-20Fix BRG DGsDan Timoney30-309/+286
Fix cut/paste errors in BRG allotted resource directed graphs and add missing restapi template. Change-Id: Ie5dcea412b79f10e5c3651a0f2177120210cc136 Issue-ID: SDNC-140 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: e8cf6822f4c60748e6cebe548d1c2ecae973e515
2017-10-20Fix tunnelxconn DGsDan Timoney25-237/+515
Tunnelxconn DGs had cut/paste errors (referred to security-zone incorrectly). Also, restapi templates were missing. Change-Id: Ib7aad71796301632e9269aa9e3e5e5fd266d7a94 Issue-ID: SDNC-139 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 76c06d99c067aa7be038e496753caee30ee01d0b
2017-10-18Add missing generic resource propertiesDan Timoney1-0/+20
Generic resource API expects a properties file to define endpoints used by restapicallnode. Change-Id: Ia9786167236d520966034e50399a86b76eda9b68 Issue-ID: SDNC-136 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c0907b920aa7609f9ab6a2d6db715de1b6208c09
2017-10-18Fix overlay DG testing issuesramu.n4-1569/+1749
*Fix json template context variable name *Get network-id by querying AAI using network-name *temporarily removed checkRequiredL2Parameters, as it is currently failing Change-Id: I9faa51d601e4df882309872f890696b96f5236ca Issue-Id: SDNC-113 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 653308418e0ef55ee66ae7e57c2203afbff86ece
2017-10-17Merge "Fix table schema"Dan Timoney1-11/+5
Former-commit-id: 9ef0f3b0b3ee49c38771dc846e5f68e869c5acdd
2017-10-17Fix table schemaDan Timoney1-11/+5
Table schema incorrectly changed, breaking admportal Change-Id: I41636888c6796cc6df067f1f18d83c7ce7f525e4 Issue-ID: SDNC-133 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 6571979096ef15b8b8b1cbebde5e22be3f8aec97
2017-10-17Fix underlay DG testing issuesramu.n5-351/+682
*Fix json template context variable name *Add customHttpHeaders Change-Id: Ic565716227327db53c8cd65cb5c44b57f2501042 Issue-Id: SDNC-131 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 9ea126b1bfbf0908e45eaf52d61b6b2032fc1b23
2017-10-16Merge "Add ueb-listener container"Dan Timoney2-1/+20
Former-commit-id: bf7801d6d0465e1fad37513b009798e101716b48
2017-10-16Add ueb-listener containerDan Timoney2-1/+20
Add ueb-listener container to docker-compose.yml Change-Id: Id0d71dd486a41927d290f51ab7c7533d149eb292 Issue-ID: SDNC-129 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: e4a0c2981b814cc8de238cac0f488d49e46b2306
2017-10-16Merge "Remove javadoc and source jars"Dan Timoney1-1/+1
Former-commit-id: bc33d4b0d7469a66caf9206a6823470f5f715179
2017-10-16Remove javadoc and source jarsDan Timoney1-1/+1
Do not install ueb-listener javadoc or source jars. Change-Id: I5331739c80694a6b0bccdbdbbb150f232e8a67a7 Issue-ID: SDNC-129 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: f5384671462a6b27299292be720fd883e76fc593
2017-10-16Merge "Fix underlay DG testing issues"Dan Timoney4-1120/+1120
Former-commit-id: d6d2772b5eee0358dc9c70981d62d6e4ff508aee
2017-10-16Fix underlay DG testing issuesramu.n4-1120/+1120
*Use "network-topology-operation-input.sdnc-request-header.svc-action" instead of service-topology-operation-input.sdnc-request-header.svc-action *Fix indexing of network-topology-operation-input.network-request-input.network-input-parameters *Fix sdnc-request-header.svc-action switch case order Change-Id: Icc91131cfc6dca0baacd1df312bfff653c65cb11 Issue-Id: SDNC-131 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: e38045ecf304cb65f348c019ffc859c649e030e8
2017-10-16Create ueb-listener logs directoryDan Timoney1-5/+4
Need to create logs directory before exec call to redirect output there. Change-Id: Ic435006a60cbe4c3e960cc6c5d8fb9b1bf051134 Issue-ID: SDNC-129 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 9d407f7116f88815ba18391f20d1e0890dbb61c2
2017-10-13Fix ueb-listener permissionsDan Timoney1-0/+29
Fix permissions on ueb-listener start script to allow docker container to start properly. Change-Id: I5c559644e26dddadebe515616ca5c1df8502f33a Issue-ID: SDNC-116 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 4734972ee14f2181c7945154cab8b2a040e45af0
2017-10-13Merge "Fix case of imports"Dan Timoney6-48/+48
Former-commit-id: a96179be7d786bbd2b3f006c83468e3f6aa713f3
2017-10-13Merge "Update overlay DGs for VoLTE use case"Dan Timoney4-2436/+2564
Former-commit-id: 283621bcb52205e44bf830adba0a985ddd63ca64
2017-10-13Fix case of importsDan Timoney6-48/+48
Table names should be upper case in data import files, to match schema. Change-Id: Ibd52a7c3ab45d2262dca4a72383180a897148bc1 Issue-ID: SDNC-77 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 4b267f0621ed48a026f5c594166554c3219d693d
2017-10-13Update overlay DGs for VoLTE use caseramu.n4-2436/+2564
*Fetch network-id from network-name *Store network information in AAI Change-Id: I2f1b22d3e609cf24ce3ad853fad87d1e62aca064 Issue-Id: SDNC-113 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 46fb55b26ff1c81b20262a50cda035c643ffafdd
2017-10-13Update underlay DGs for VoLTE use caseramu.n4-21/+81
*save underlay configuration in AAI *update service relationship-data in AAI Change-Id: Iaadabcf0ac734a248d8f0913373d864d44d25c8f Issue-Id: SDNC-111 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: ebfe13ddaab026fdbc1864d38fda14c0a637b123
2017-10-12Preload TOSCA dataDan Timoney8-0/+400
Preload TOSCA data so testing can proceed independent of SDC Change-Id: I949f0bd099c1259ad94780a5bf0001efddcd7e66 Issue-ID: SDNC-77 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 4a67582df824d4f0524a1d84250fb658d0784164
2017-10-12Changed aaiclient login/passwdDan Timoney1-2/+2
Changed AAI login/password to value provided for SDNC's use. Change-Id: I725a71ccdf2e568f8b49bb75aba9cae1b4986981 Issue-ID: SDNC-80 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 067ab468d0f407d7dfc19a4bb013a61eaf082721
2017-10-12Merge "Update underlay DGs for VoLTE use case"Dan Timoney6-312/+573
Former-commit-id: dd55921060ac2d91e5bae1915c8e876e35af26b8
2017-10-12Update underlay DGs for VoLTE use caseramu.n6-312/+573
*query 'pnf' from AAI using pe1_id *get esr-thirdparty-sdnc.thirdparty-sdnc-id from pnf.relationship-data *query 'esr-thirdparty-sdnc' from AAI using thirdparty-sdnc-id Change-Id: Ic80c29f306e17d5c5401f723ee86f3641f833778 Issue-Id: SDNC-111 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 5ec247ae0f98a5c4d732978db5159bdd9273cdfa
2017-10-12Add readthedocs for sdnc/oamDan Timoney11-3/+247
Add readthedocs sections for sdnc/oam. Change-Id: I54b725947ef67b494388e919daccc08a7be7dc9b Issue-ID: SDNC-72 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c79ea358129eac458c0515a9ba252f5989c45b4e
2017-10-11Merge "Fix for overlay DGs."Dan Timoney6-1822/+1520
Former-commit-id: 18154037f6256b94ab1c9634e2ae9834a5a58f1c
2017-10-11Fix for overlay DGs.Gaurav Agrawal6-1822/+1520
Changes includes: 1) use `` for expressions. 2) fix loading issue. Change-Id: Iff71b5be7e606b3bc343cf9d5f9e81eba0e51e06 Issue-Id: SDNC-113 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 0f1278b2a69a5c0ab0acd2693111d56577ed0d90
2017-10-11Fix underlay DG loading errorsramu.n4-1554/+1524
*Remove duplicate parameter names *Update 'error-message' parameter value Change-Id: Ia68fc3d0b5c850aec4776adc83e725fef52c52a3 Issue-Id: SDNC-117 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 04580d7eb6c59fdd613a8fea1d161e0ed7a46a1e
2017-10-10Fix ueb-listener Dockerfile base image versionDan Timoney1-1/+1
ueb-listener docker file should look for ccsdk distribution version of ubuntu image. Change-Id: I24c0b73250af4dbf25d8fe742c890b1faa7c75ad Issue-ID: SDNC-116 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 1e3d20c9b1f3683daccac7eaf0a42586d8382f90
2017-10-10Fix for validate-network-inputGaurav Agrawal4-1036/+3066
Changes includes: 1) Fix an existing bug in validate-network-input because of which DG validation was failing. 2) validate-network-input to do nothing for overlay validation. 3) validate-network-input-parameter to validate network-id for deactivate flow. Change-Id: I424817ab20263633b8dacd3b3d672e63e3960f6d Issue-Id: SDNC-113 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: bf5801eae1015156972164d453dc737d63eeed95
2017-10-09Merge "Add missing ueb-listener docker container"Marcus Williams8-0/+378
Former-commit-id: 1ee7a30d22fea376c4bfd30bbf94183e25feddc2
2017-10-09Add missing ueb-listener docker containerDan Timoney8-0/+378
Add docker container for ueb-listener process Change-Id: I0892379367f1cb20cd892d668abed94d897d0eb5 Issue-ID: SDNC-116 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c557d4315c112a4202777287c49023034833f77f
2017-10-08Underlay delete flow DGs modification for VoLTEramu.n6-1657/+1922
*overlay delete operation validate network-id is received in the request and get network-topology-operation-input from this network-id *set oper-status Change-Id: I22291fbb34ca0d2ae51403ea27e5ca413141cb32 Issue-Id: SDNC-111 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: a8e7d59abcc55950e76f36cf4c2d280f55a38381
2017-10-05Deactivate flow modification for DCIGaurav Agrawal8-2105/+2455
Changes includes: 1) Save network information SDNC's MD-SAL data store 2) Send network-id & network-object-path in network-topology-operation-output 3) Deactivation based on stored network-id Change-Id: I4498d33e9e7921e047bfe9dff8c9801153f5f5f4 Issue-Id: SDNC-113 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 4d38cecf0f03e1244ca0c605c5802632b36f3b82
2017-10-04Merge "Update underlay DGs for VoLTE use case"Dan Timoney2-635/+791
Former-commit-id: fc653f61e98cafa25c94b3b3326e8505ec5bc176
2017-10-04Merge "Fix dgbuilder mysql upload"Dan Timoney21-45/+48
Former-commit-id: 5b5a1cf1e254b93884004d3a9eafbba5b29697e8
2017-10-04Add missing tablesDan Timoney1-93/+1582
Add tables missing from SDNC schema Change-Id: I26bfca11c9a9789d8d59ae6f0f407aeff8e3092c Issue-ID: SDNC-77 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 919f62fb6939b0eefbd25c139a61b5f4983b26f2
2017-10-04Fix dgbuilder mysql uploadMarcus G K Williams21-45/+48
Since code moved from sdnc to ccsdk dgbuilder has not been able to upload or activate directed graphs to test them in containers for development purposes. This patch updates parts of dgbuilder that pointed to sdnc. Issue-Id: SDNC-92 Change-Id: I8021312df8c97673ed71232783183e92a06b7bd3 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 4783e789681d753fc27e5ada1a6b17cc7d7df084
2017-10-04Use nexus port 10001 in docker-composeDan Timoney1-3/+3
Update docker-compose.yml to use port 10001 instead of 10003. Change-Id: I6a4957d93dff04dce887cb72516b8c3b03ffe39e Issue-ID: INT-241 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: f6c1667ddd3699fd829c494944fb9a74a4c55c15
2017-10-04Update underlay DGs for VoLTE use caseramu.n2-635/+791
*save network-topology-operation-input into SDNC's MD-SAL data store *send network-id & network-object-path in network-topology-operation-output Change-Id: I3649e3df0d857f0c8c62bdcb2e503a678f8b1814 Issue-Id: SDNC-111 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 0d34e8c6de21ffc32cd91f3eeaf9c342c7b0b091
2017-10-04Remove crossedit on vnf-typeDan Timoney2-15/+4
Removed cross edit on VNF_PROFILE.vnf_type from preload-vnf-topology-operation DGs so that no setup is needed via admin portal prior to loading preload data. Change-Id: Idc9cc141d111d7964d02ea8f842d043105dc4a78 Issue-ID: SDNC-1 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: b1cb1068b403f4343cd5e450f7c39399c142e6ef
2017-10-04Merge "Update plugin references"Dan Timoney2-261/+263
Former-commit-id: 3446c1d0ae16ec1c7aac1c3195ed58604afc568f
2017-10-04Update plugin referencesGaurav Agrawal2-261/+263
Following changes made for overlay deactivate 1) Updated record plugin to latest one. 2) Replace ecomp schema with onap. Change-Id: Ie8519613566b8938af8db8ade0ab70a79207bc07 Issue-Id: SDNC-105 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: fceb8a2083d4c0a52329fb4375874e96c5253715
2017-10-04Patched DCI overlay DG to main DGGaurav Agrawal4-723/+983
Changes includes: 1) Patched DCI overlay DGs with network-topology-operation DG. 2) Prefixed DCI overlay dg with dci-connects to avoid duplication with existing network-topology-operation-activate DG. Change-Id: I3b9f99fb5f1e5be27707aaa7c7b2dc9144c74398 Issue-Id: SDNC-110 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: bd0ebcc0e2f442233845fa6fe631c19173e8ac35
2017-10-03Add generic-resource-api installBrian Freeman2-0/+2
Issue-ID: SDNC-109 Change-Id: I2862c77cab4a458ebdf50956c298762f40b951fc Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 4386a943edda6bd9011767aaf6ad97630f286342
2017-10-03Merge "Update overlay DG for VoLTE use case"Dan Timoney4-615/+1238
Former-commit-id: 417786e2e20b8e8da0425c3842409fd9b32d6dc2
2017-10-03Added pom.xml_base to .gitignoreGaurav Agrawal1-1/+2
Added pom.xml_base to .gitignore to avoid getting it added to list of added files Change-Id: I1674acf441610501712c44a155e07bc503d7ca98 Issue-Id: SDNC-79 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 3c4f99c27acee6671b40b7e120822c3915e2cbf4
2017-10-03Update overlay DG for VoLTE use caseGaurav Agrawal4-615/+1238
1) Replace openecomp schema with onap 2) Get import/export rts from comma separated string 3) Replace tab with space Change-Id: I7025c6c89e74ab4ffefbab6eaf497c68ac333c9a Issue-Id: SDNC-105 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 94d275c0b63b7a8d4e88303776edcbd82e681b8d
2017-09-29Update underlay DG for VoLTE use caseramu.n6-1396/+3476
*Replace openecomp schema with onap *fix plugin references *fix svc-action type issue *Add rest call for site & vrf configuration *Get ip-prfix & next-hop from route string Change-Id: I697fb76ab42a7fcb304df19733ac50eef7953f4f Issue-Id: SDNC-105 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 3948576d2ce46e492cfead3efd0aa883c280bd30
2017-09-28Merge "Remove autogenerated pom.xml_base"Marcus Williams1-79/+0
Former-commit-id: 95e2d3f76aa526620f62831f726f38a8108de5d2