aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be
AgeCommit message (Collapse)AuthorFilesLines
2017-10-11Merge "update scanned projects" into release-1.1.0Michael Lando1-12/+12
2017-10-11update scanned projectsMichael Lando1-12/+12
Change-Id: If9f94713ff278a656e6b80c98ac9d109dfb2f106 Issue-Id: SDC-449 Signed-off-by: Michael Lando <ml636r@att.com>
2017-10-10ONAP normative fixesTal Gitelman1-54/+0
Change-Id: I7d811880942d586bf200040c21dec431c6abb6f7 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-05normative fixMichael Lando7-125/+131
Change-Id: I66176e5dcbda425436bf7e0594e6bed1a914bb3f Issue-ID: SDC-410 Signed-off-by: Michael Lando <ml636r@att.com>
2017-10-04ONAP normative fixesTal Gitelman2-4/+4
Change-Id: I5d4417dbcbebb82ea5d30493bb27a27a5594e548 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-03Redundant import scripts removedTal Gitelman2-215/+0
Change-Id: I9e8575740919efa6a928860a02ab1bf9649d15f2 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-03ONAP normative fixesTal Gitelman1-3/+3
Change-Id: Ia70f81f6b0b352a75b66bc85f8402ee424ae6424 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-02Merge "ONAP normative fixes" into release-1.1.0Michael Lando5-19/+27
2017-10-02ONAP normative fixesTal Gitelman5-19/+27
Change-Id: I9474ce0537ba478fb7c2e4f838d2a07760efe3f6 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-02Merge "Fix for overlayTunnel.yml" into release-1.1.0Michael Lando2-5/+5
2017-10-02Fix for overlayTunnel.ymlTal Gitelman2-5/+5
Change-Id: I493362814a2ee0d99bfc7d4fbb219b6ab7758d0e Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-02Merge "Add PLAN artifact type to configuration" into release-1.1.0Michael Lando1-1/+1
2017-10-01Add PLAN artifact type to configurationIdan Amit1-1/+1
Added the PLAN artifact type to the configuration and to the enum Change-Id: I4edd216182b313df0cbba15d1ac45780997f49ba Issue-Id: SDC-420 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-10-01Fix for overlayTunnel.ymlTal Gitelman2-2/+1
Change-Id: I03ff9e2a544583b33f4b346570bc400810cc45d5 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-01Add PLAN artifact type to configurationIdan Amit1-0/+16
Added the PLAN artifact type to the configuration and to the enum Change-Id: I1a0b075bf4132b92859cbb3705facec2b319de05 Issue-Id: SDC-420 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-09-28Define SDC model to configure VXLAN tunnelMichael Lando4-1/+166
VoLTE use case contains a VXLAN tunnel between edge and core datacenters. This patch defines TOSCA template that enables user to input configuration parameters required to associate local network within dataceter to a VXLAN tunnel between data centers. Local network within data center is created dynamically while provisioning either vIMS or vEPC services and this SDC model enables configuration of VXLAN gateways to forward local network traffic through inter-DC VXLAN tunnel. Change-Id: Idff16d823abb103b1a6df268d69dd81d7fe92f56 Issue-Id: SDC-342 Signed-off-by: Michael Lando <ml636r@att.com>
2017-09-28Fix for normative scriptsMichael Lando1-1/+6
Change-Id: Ibd995c092e45aa1aaedbd687dcc39bf6333a4f3a Issue-ID: SDC-410 Signed-off-by: Michael Lando <ml636r@att.com>
2017-09-26Fix UnderlyVpn.jsonGaurav Agrawal1-6/+6
fix underlayVpn.json to refer underlayVpn.yml Change-Id: I1bdd0e8d969239861dfd5c0a77182e850942cae4 Issue-ID: SDC-192 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
2017-09-26incorrect category locationMichael Lando1-4/+4
Change-Id: I8e96fb3febb6ad108d6f76ef7a8f09543f2e70ba Issue-Id: SDC-394 Signed-off-by: Michael Lando <ml636r@att.com>
2017-09-23add new global typesMichael Lando38-7/+1124
add global types needed for volte use case Change-Id: I26f2de45d46628c95fd708b7e61b007c214e2c94 Issue-ID: SDC-192 Signed-off-by: Michael Lando <ml636r@att.com>
2017-09-22Import New VF vCSCF fixes to the capability listTal Gitelman1-42/+79
Change-Id: I8e47527dce58248fa961f14673f89a2ccb09088b Issue-ID: SDC-267 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-09-18Added required false for root data typeIdan Amit1-0/+0
Change-Id: I529b2bbc9d348f366a4634d41a5a08a1352c87f5 Issue-Id: SDC-347 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-09-18Added required false for root data typeIdan Amit1-0/+1
Change-Id: Icf08059e7caaa26aa16cc26bfbf2d0f2b965f79f Issue-Id: SDC-347 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-09-17Merged origin/release/1710 branchIdan Amit4-16/+67
Change-Id: If6900101b206d48112a6b2e25b33957b37083479 Issue-Id: SDC-329 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-09-13ComponentBaseTest.java enhancement andIdan Amit12-93/+130
new onboarding class that test onboarding only And merge release/1710 branch into master Change-Id: I300d897b151010aa26f8732518fa2e3b7ed4291b Issue-Id: SDC-331 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-09-10pom.xml fixes for entire SDCTal Gitelman1-33/+0
Change-Id: Ia4db900502b27e162fd9c6e69a797082a8c240f7 Issue-ID:SDC-273 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-08-13[SDC-235] rebase codeMichael Lando3-6/+25
Change-Id: Iea503188e521fa3846f580ced7c1c4fce303abe5 Signed-off-by: Michael Lando <ml636r@att.com>
2017-08-10[SDC] code syncMichael Lando1-72/+87
Change-Id: Ia33a7874802b8ac2f49aed9199e109ea509e950e Signed-off-by: Michael Lando <ml636r@att.com>
2017-08-07[SDC] syncTal Gitelman22-412/+177
Change-Id: I150c22c816c52cc142e8d0f3c92e5df7ecea4e3c Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-08-07Merge "[SDC] code sync"Michael Lando1-17/+14
2017-08-07[sdc] - logging entries for OS debugging purposesTal Gitelman2-3/+11
Change-Id: I3c502a03833f9ddf5e2e919542d13a3b6691e279 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-08-07[SDC] code syncMichael Lando1-17/+14
Change-Id: I576dd69504722c341b0f41a1f6232ed3f4bee8df Signed-off-by: Michael Lando <ml636r@att.com>
2017-08-02[SDC] code rebase for sdc resync to LFAvi Ziv15-119/+311
Change-Id: If6d87c9e324f508a8a6b80b10a03d1843901472e Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-30[sdc] - configuration files copy plug-in fixesTal Gitelman1-4/+36
Change-Id: Ibe82a9adf8d2723e2bfb6d1303bf5a093111304d Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-07-24[SDC] 1710 rebaseMichael Lando1-46/+29
Change-Id: I119765d0a74f05722fc19586338fa49fd467095e Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-24[SDC] 1710 rebaseMichael Lando1-1/+3
Change-Id: Ib07b7baacc68a357d302ee591e1fe74151dcea96 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-22[sdc] 1710 rebase codeMichael Lando12-18/+1661
Change-Id: Icedeac71c0a9d27518969effcd5d5519de9955a6 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-20[SDC] 1710 rebase + pom modificationsMichael Lando9-67/+72
Change-Id: I1f9c0a5201576c7a6b124f6a786db12c1a8cd7c0 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-18[SDC] rebase 1710Michael Lando17-512/+638
Change-Id: I07fced02f40a57700d9d35ed3ba498bca351fb13 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-17[SDC] rebase 1710 codeMichael Lando54-1732/+3012
Change-Id: I532ed68979fee7840ea8a5395e7e965b155fb9f9 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-16Merge "[sdc] - merged 1707_build into sdc LF"Michael Lando4-77/+126
2017-07-16Simplify RollbackManagerGary Wu1-40/+20
Simplify RollbackManager using FunctionalJava and Java 8 features. Change-Id: Icfaa16926b90cb3cfd293c14026731671e007629 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-07-16[sdc] - merged 1707_build into sdc LFIdan Amit4-77/+126
Change-Id: Ia91f0206493d0cd8f158779ed1a94f55305c8a97 Signed-off-by: Idan Amit <ia096e@intl.att.com> Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-12Replace CapList with EvictingQueueGary Wu1-4/+9
The functionality of CapList is already provided by com.google.common.collect.EvictingQueue, so there's no need to implement our own. This change replaces CapList with a synchronized EvictingQueue. Change-Id: I2f7b72bf27169bb90d0bd20f289686685e7f06bf Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-07-12[sdc] rebase updateMichael Lando16-38/+219
Change-Id: I8f1fc7150975122dd9f3f4e653b9983064b399a6 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-03[sdc] - last merges before moving to LFTal Gitelman10-649/+956
Change-Id: I0df3ec795f0de84229ea4bb4806ec8f959243557 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-07-02[sdc] - latest swagger, dependencies, tests fixTal Gitelman4-14/+17
Change-Id: I7034981b2e83253ffe83688c2cab0fe33f1a92fc Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-06-29[SDC] rebase codeTal Gitelman14-558/+952
Change-Id: I456ec65a233d277e6bae35e140f2e3da5765bae6 Signed-off-by: Tal Gitelman <tg851x@intl.att.com> Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-22[sdc] - latest code changesTal Gitelman1-1/+2
Change-Id: I861387094b000367218bb417624fe50d3c37f70e Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-06-21[sdc] fix issue in portal loginTal Gitelman27-130/+214
+ update swagger Change-Id: I23cdaad7599480d418e6f2d59fb9ff59132b90ac Signed-off-by: Tal Gitelman <tg851x@intl.att.com>