aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05use config value instead hard code of urlYulian Han1-3/+2
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064411 Issue-ID: SO-1249 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-12-05Merge "Fix auth for catalog db"Seshu Kumar M3-8/+14
2018-12-04Updated Network LogicSmokowski, Steve (ss835w)6-59/+75
Added logic to get aggregate route, updated unit test, fixed bugs, refactored select code. Change-Id: I3269da1967ba903dd11459f76030c3fc2aad797a Issue-ID: SO-1270 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-12-04Merge "dmaap topic listening - bug fixing" into casablancaRob Daugherty1-7/+11
2018-12-04Fix BuxSmokowski, Steve (ss835w)2-2/+29
Fix Bug with mapping of VNFC Instance Groups Change-Id: Idb35d33f47f9e4854d68590d665553f8385123ab Issue-ID: SO-1267 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-12-04Merge "Restore WebApps" into casablancaRob Daugherty1-0/+5
2018-12-04Restore WebAppsSmokowski, Steve (ss835w)1-0/+5
Put dependency back to run Camunda Web Apps Change-Id: I21a9ef1a44df114743d9981835dac2f8f83338f0 Issue-ID: SO-1266 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-12-04Fix auth for catalog dbsubhash kumar singh3-8/+14
Fix auth for catalog db. Change-Id: Ic787993f608b7ddf74167f7859a519ca02b794ed Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-12-04dmaap topic listening - bug fixingLukasz Muszkieta1-7/+11
Change-Id: I9116138f81596029b0ba1edc8e7e095498a0771e Issue-ID: SO-1253 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-12-04Merge "Fix Cloud Version" into casablancaSeshu Kumar M1-1/+1
2018-12-03Added check for nullpointer exceptionChandan Ghosh1-2/+3
Added check for nullpointer exception Issue-ID: SO-1263 Change-Id: I6a888643e3232426773b8785b224732f51983734 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-12-03added check for null objectChandan Ghosh1-1/+3
added check for null object reported in sonar Issue-ID: SO-1263 Change-Id: I80409dfeb3a7b3f73058cf909710c03a42da6293 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-12-03Added fix for potential nullpointer exceptionChandan Ghosh1-2/+3
Added fix for potential nullpointerexception Issue-ID: SO-1263 Change-Id: Iaf7ab5b170ddcca03f597ab9f9a951afcee2d2f9 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-11-30Fix cloudSite creation in homingMarcus G K Williams2-10/+19
This change fixes the use of optional in OofInfraUtils.java, so that cloudSites can be created if one is not found in catalogDB. Issue-ID: SO-1262 Change-Id: Ifec9083950758c650a369e9c5ebd386715ed9df8 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-11-30Fix Cloud VersionSmokowski, Steve (ss835w)1-1/+1
Issue-ID: SO-1184 Change-Id: I6dcffafa489bb96100d5f67b09cef50a56dddf14 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-11-30Add the monitoring interfacesseshukm1-0/+4650
Issue-ID: SO-1230 Change-Id: Ic0ed949f9238d263effe706ef22e2266e0d22d49 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-30Add the deployment viewseshukm1-0/+0
Issue-ID: SO-1259 Change-Id: I239d4ecaf73c0aa09f735d54dfbda6d320ab4d59 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-30Correct the incorrect in Mainseshukm2-2/+20
Issue-ID: SO-1259 Change-Id: I194c8001534a0407e8f344fc498c6bac88d70b02 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-30to correct the incorrectseshukm1-1/+1
Issue-ID: SO-1259 Change-Id: I1acd1165ca20c5616236bbec74d684fb8ee7acf9 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-30update the main RNseshukm1-6/+13
Issue-ID: SO-1259 Change-Id: I284766246206ea1305ca87e52e35ffb65766a4a6 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-30update the 1.3.5 issue list1.3.5seshukm1-5/+4
Issue-ID: SO-1259 Change-Id: If391e140873dc4fece29726ada6ab58cf126f830 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-30bump the SO dockerseshukm1-1/+1
Issue-ID: SO-1259 Change-Id: I6598bcf4f5d969cf139a73d685935a1331183ae4 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-30Merge "Fix multicloud with no oof or sdnc directives" into casablancaSeshu Kumar M2-22/+29
2018-11-30Merge "Fix alacarte homing flows" into casablancaSeshu Kumar M11-38/+516
2018-11-29Fix multicloud with no oof or sdnc directivesEric Multanen2-22/+29
Allow the multicloud adapter to work if no oof or sdnc directives are passed in - use an empty json node - e.g. {}. Change-Id: Ia701051de8a3da314957e4a4085963af6aff16b6 Issue-ID: SO-1247 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com> Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-11-30Fix alacarte homing flowsMarcus G K Williams11-38/+516
This fix adds homingInstance bean and stores homing info in the database. It then retreves that info when homing ala carte and populates homingSiteId and oofDirectives. SO-1254 Issue-ID: SO-1258 Change-Id: I6f8d5d3aff9ebeb669064a02926c779886dc59dd Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-11-30Merge "update OperationStatus Based On ResourceStatus" into casablancaSeshu Kumar M1-0/+62
2018-11-30Merge "vfc adapter authentication bug fix" into casablancaSeshu Kumar M5-151/+177
2018-11-29Remove Swagger UIBenjamin, Max (mb388a)79-2770/+22
Remove Swagger UI due to security scan concerns Change-Id: I8c8a0f57f0e91af13280bbb260a67877017b6513 Issue-ID: SO-1227 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-11-29Update the defect for the 1.3.5seshukm1-1/+2
Issue-ID: SO-1259 Change-Id: Ib1139e634be7192b9399a920c308331b90b4dab8 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Fix the doc issues of masterseshukm1-10/+12
Issue-ID: SO-1259 Change-Id: Id8035c37bbb7c3fc4b6db29112b424eee648d46b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Fix the master release-notesseshukm1-16/+32
Issue-ID: SO-1259 Change-Id: I5340f971cba95e5eba2a739aad06d7e5edbc8b96 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Fix the 1.3.1 alignmentseshukm1-6/+8
Issue-ID: SO-1259 Change-Id: Icc2041b5e38ed8f979e13eb0cca78c696d6b9df4 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Fix the alignment issuesseshukm1-20/+20
Issue-ID: SO-1259 Change-Id: I485b96b0ae3c6f4b39826db1272e5a73dbad784b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29vfc adapter authentication bug fixYulian Han6-66/+183
update OperationStatus Based On ResourceStatus add Authorization header to get csar from db Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064414 Issue-ID: SO-1256 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-11-29update OperationStatus Based On ResourceStatusYulian Han1-0/+62
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064415 Issue-ID: SO-1256 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-11-29vfc adapter authentication bug fixYulian Han5-151/+177
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064414 Issue-ID: SO-1256 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-11-29Update the known issuesseshukm1-2/+3
Issue-ID: SO-1259 Change-Id: I0d216c244784fbf558f35302e6b5e8540f6cb58b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Merge "Add Docker info" into casablancaChuanyu Chen1-1/+13
2018-11-29Merge "Alignment correction" into casablancaChuanyu Chen1-17/+20
2018-11-29Add Docker infoseshukm1-1/+13
Issue-ID: SO-1259 Change-Id: Iec30c7f366427fbd05ca51f350992e958db93100 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Alignment correctionseshukm1-17/+20
Issue-ID: SO-1259 Change-Id: I2d759f101fd04117a58cab9d82e44abf2adc62fc Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29remove obsolete filesseshukm1-127/+0
Issue-ID: SO-1259 Change-Id: I95219fa110b191860c9e6013e79dc5de33ecf382 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Merge "Correction of the links" into casablancaChuanyu Chen1-4/+4
2018-11-29Merge "Correction of the links" into casablancaChuanyu Chen1-12/+15
2018-11-29Correction of the linksseshukm1-4/+4
Issue-ID: SO-1259 Change-Id: Ie7b333bbb7b009e35456bbd2a48216f0f10c83e9 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Update the release Notes in master branchseshukm1-0/+176
Issue-ID: SO-1259 Change-Id: Ia061d40fb21c8e572bd42b64d6edab6cf944877d Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Correction of the linksseshukm1-12/+15
Issue-ID: SO-1259 Change-Id: I0ac6d0ea371c62be119e49e830c3cbb865a9c239 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Merge "Refactor the release notes" into casablancaChuanyu Chen1-1/+2
2018-11-29Refactor the release notesseshukm1-1/+2
Issue-ID: SO-1259 Change-Id: Ice9fc46f3d4a6bd416c93e8ac3ad51ee17330034 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>