aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-26Add missing DGs to graph.versionsDan Timoney2-13/+35
Corrected graph.versions file - which controls activation - to include all DGs which contain XML. Change-Id: I98656cb9027d80ecad6ae87e68c57f5c57b552ac Issue-ID: SDNC-150 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: cd6b0ed9450470cdcf5df3001b201a7b0f80d79a
2017-10-26Fix error in SqlResource nameDan Timoney68-172/+172
Fix error in SqlResource package name Change-Id: Id88305c345fefa7f0d5ed7aa1d7acb5ec45ecd71 Issue-ID: SDNC-151 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: f514c5cd6b4e5071b8f0340d83f9870eba273939
2017-10-26Fix openecomp references in vnfapiDan Timoney46-164/+164
Fixed incorrect references to openecomp in vnfapi directed graphs Change-Id: Ic58fddba75eb4e01ce2e13914f9e30dae08ae8ef Issue-ID: SDNC-148 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c0cdcf754db3983f8cbf2ab62ddee9f2663ab0f0
2017-10-25Fix newline typo in tunnelxconn-topo-op-assign DGMarcus G K Williams1-3/+1
Issue-Id: SDNC-149 Change-Id: I6d1193630ea9f9838b335454f5cdbca6205ecf8d Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 99b946e6ce29f58833a766d406475f071bad9985
2017-10-25Fix break tag in brg-topo-operation-assignMarcus G K Williams2-3/+2
Issue-Id: SDNC-149 Change-Id: I89af8c2df9933f272492c3bc63574fc1b5b3200c Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: da7c341108b59dd398dc887c1e7ed0143e848211
2017-10-25Merge "Replace att-aic with Rackspace"Dan Timoney5-8/+8
Former-commit-id: d68cb2dbea73bad5dff0b35eccaef9f2c5024e6d
2017-10-25Replace att-aic with RackspaceDan Timoney5-8/+8
Cloud-owner in DGs should be Rackspace, not att-aic Change-Id: If60fe1dbb1e345ccd1de5a5696bce62d256be651 Issue-ID: SDNC-147 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 1e74c800578c12ed8215cac6a6a68cb9a5d18507
2017-10-25Fix typos in tunnelxconn-topo-operation-assign DGMarcus G K Williams2-329/+328
Issue-Id: SDNC-149 Change-Id: I51051f36d925077d649b2d95a4a719bbd0446c6d Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 3fdc4f6e447348bbc470e8f180e907f6d5a200b8
2017-10-25Merge "Replace att-aic with Rackspace"Marcus Williams16-22/+22
Former-commit-id: 412e0e8b705ebb762cee8225c676b2d2f987d393
2017-10-25Replace att-aic with RackspaceDan Timoney16-22/+22
Cloud-owner in DGs should be Rackspace, not att-aic Change-Id: Ibd0a440aa01b69651909931192b43e1d995c295a Issue-ID: SDNC-147 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: ee1e879e47048dd21477d6992fff3694b99631f7
2017-10-25Fix DB syntax errors on load of database schemaMarcus G K Williams2-4/+2
This patch fixes errors on sdnc container bring-up that are printed to console during load of schemas for network_model.data.dump and service_model.data.dump Issues-Id: SDNC-146 Change-Id: I5cc180f8f58b348d8cdd051b67956861293433e4 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 0771cc66e3ab2789e5e98c6bce316fd4d71776ad
2017-10-25Fix: Unable to find valid ssl trust certificationAuthor Name1-1/+1
Change-Id: If5d0d1d7f7c2cbaa956ef12d9e3b1e8f43110471 Issue-ID : SDNC-142 Signed-off-by: shalmonw <shalmonwaidande@gmail.com> Former-commit-id: 30b46efd21d814e53592279a290d6b8630c1816f
2017-10-24Fix DG tunnelxconn-topo-operation-assign validateMarcus G K Williams2-258/+1769
Issue-Id: SDNC-141 Change-Id: I891f9b6f3bbdbbac48b683f4e9c50192a7ea6ac2 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: b2471f9834bec6cce3e3cdae18bab0b9e6b177c4
2017-10-23Remove nexus URL from docker-compose.ymlDan Timoney1-3/+3
Integration scripts expect to pull docker image locally, with local tag 'latest' - so nexus URL should not be in image name. Leaving it in ueblistener since that docker container is not yet in integration startup script (so no local tag created). Change-Id: I9526e0fc67733ce82d515cb1d75c928ae732a42b Issue-ID: SDNC-121 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: a8ebccfdd2fd1ebf51148b95f6a673ba58f38290
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