summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-04-19change modifiers order and method nameSindhuri.A1-6/+6
change modifiers order and method name VnfAdapterNotify_Service class Issue-ID: SO-1490 Change-Id: I6b3e44ae5959ebdd1161c0375423a9e4a1b7990a Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Merge "Remove unused imports for client,logging classes"Seshu Kumar M10-24/+0
2019-04-19Merge "Change static string litral."Seshu Kumar M1-7/+7
2019-04-19Merge "Added String constant for duplicate literals"Seshu Kumar M2-4/+4
2019-04-19Merge "Edit method name to match regex CXFConfiguration"Seshu Kumar M1-3/+3
2019-04-19Merge "Remove unused code and members."Seshu Kumar M1-9/+2
2019-04-19Merge "Shifted access specifier order for AAIVersion"Seshu Kumar M2-2/+1
2019-04-19Change static string litral.Isaac Manuel Raj1-7/+7
Change static string litrals name according to the guidelines. Issue-ID: SO-1490 Change-Id: Icb4c5e5b107dac18028d2175082a7a3fe351ca72 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-04-19Merge "Unused imports removed for mso common classes"Seshu Kumar M4-6/+0
2019-04-19Merge "Remove unused imports for mso common classes"Seshu Kumar M3-5/+0
2019-04-19Added String constant for duplicate literalsSindhuri.A2-4/+4
Added String constant for duplicate literals MsoVnfAdapterAsyncImpl class Issue-ID: SO-1490 Change-Id: Ib64d297c91a72cb5a4f61650de7a965456e86ed2 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Merge "Attach format goal with format-sources phase"Seshu Kumar M1-0/+2
2019-04-19Merge "remove unused code and added logging"Seshu Kumar M1-2/+3
2019-04-19Merge "Change variable name, method name to match regex"Seshu Kumar M2-24/+24
2019-04-19Merge "Change variable name to match regex"Seshu Kumar M1-5/+5
2019-04-19Merge "Add missing lines for CCVPN"Seshu Kumar M1-2/+7
2019-04-19Merge "Move constructor call,remove unused private variable"Seshu Kumar M1-2/+2
2019-04-19Merge "Replace type spec, define constant for literal"Seshu Kumar M1-6/+7
2019-04-19Edit method name to match regex CXFConfigurationSindhuri.A1-3/+3
Edit method name to match regex CXFConfiguration class Issue-ID: SO-1490 Change-Id: Id918dbf0e6edee26f7ee763579bb664d23b7ce2a Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Remove unused imports for client,logging classesSindhuri.A10-24/+0
Removal of unused imports for client,logging classes Issue-ID: SO-1490 Change-Id: I812e94f97bcba046cdbf253563f9e1addc05972f Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Shifted access specifier order for AAIVersionSindhuri.A2-2/+1
Shifted access specifier order for AAIVersion, remove unused import Issue-ID: SO-1490 Change-Id: Iae8b1e2ca0eb1140e1593bb8cb6f533f7048ca4a Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Unused imports removed for mso common classesSindhuri.A4-6/+0
Remove unused imports for so client aai classes Issue-ID: SO-1490 Change-Id: Id5085178a14c500eb1e4f39f7e97ad9336489b0e Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Remove unused imports for mso common classesSindhuri.A3-5/+0
Remove unused imports for mso common classes AAIClient, AAIRestClient Issue-ID: SO-1490 Change-Id: I7ca5713feaeda5b28464cdd5d0700fecf1c022ec Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Change variable name, method name to match regexSindhuri.A2-24/+24
Change variable name, method name to match regex for ObjectFactory,NetworkAdapterNotify_Service Issue-ID: SO-1490 Change-Id: I0f7208e4232c54c0f302388f1b4b2499fe7b0b19 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19remove unused code and added loggingIsaac Manuel Raj1-2/+3
remove unused code and added logging Issue-ID: SO-1490 Change-Id: Ie9b0fd66d83e355617bf07c1c544daa1843a534e Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-04-19Attach format goal with format-sources phasesubhash kumar singh1-0/+2
Attach format goal with format-sources phase, so that we need not to run command like : mvn process-sources -P format Change-Id: I0493211f65426bd6be8621d6c0e727f5d5ab79aa Issue-ID: SO-1801 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2019-04-19Replace type spec, define constant for literalSindhuri.A1-6/+7
Replace type specification, define constant for String literal MsoNetworkAdapterAsyncImpl class Issue-ID: SO-1490 Change-Id: Id4b7b8b3dc6d1aca1b76272f85beda9a6df7dfbb Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Add missing lines for CCVPNsubhash kumar singh1-3/+7
Add missing lines to create request input in vnfcustomization. Change-Id: If7bced1f5af1ce8a899ef33435582aa420fc6d8b Issue-ID: SO-1800 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2019-04-19Change variable name to match regexSindhuri.A1-5/+5
Change variable name to match regex for NetworkAdapterRest Issue-ID: SO-1490 Change-Id: Ieebe3c96898b9aec817117b09c5b2ea8b6d6944b Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Remove unused code and members.Isaac Manuel Raj1-9/+2
Remove unused code and members. Issue-ID: SO-1490 Change-Id: I5e2518401c51ac646f0b78b7236b9c88387f20ff Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-04-19Move constructor call,remove unused private variableSindhuri.A1-2/+2
Move constructor call,remove unused private variable for MsoNetworkAdapterImpl Issue-ID: SO-1490 Change-Id: Iff73667fbf7386769f5f3e68cfd5d565d45219e1 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Remove unused import for RestClient.javaSindhuri.A1-1/+0
Remove unused import for so client RestClient class Issue-ID: SO-1490 Change-Id: Iaeea5b070f6b8fcf4eba24c540d7b94638188f99 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-18Merge "Changed constants collections to immutable"Seshu Kumar M2-10/+10
2019-04-18Merge "compliant attribute name, removed unused import"Seshu Kumar M3-6/+4
2019-04-18compliant attribute name and getter settersSindhuri.A3-7/+7
compliant attribute name (to match regex) for ContrailSubnet, ContrailSubnetHostRoutes Issue-ID: SO-1490 Change-Id: Ia78adc1356609b44426b5f692e205166bb80d665 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-18compliant attribute name, removed unused importSindhuri.A3-6/+4
compliant attribute name (to match regex), removed unused imports Issue-ID: SO-1490 Change-Id: Icf49505568b938dadf7ab8fbc22f48238d69d2a8 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-17Merge "fix to add SO VNFM adapter architecture images"Marcus Williams2-0/+0
2019-04-17Merge "fix to add SO VNFM Adapter description"Marcus Williams1-0/+8
2019-04-17Merge changes Ieb9ac7c0,I922c8102subhash kumar singh4-0/+252
* changes: Update the FAQs Add in the Faqs
2019-04-17fix to add SO VNFM adapter architecture imagesByung-Woo Jun2-0/+0
Add SO VNFM adapter architecture images Change-Id: I3ca0cf9cf68600c06158d1e777b889aff9de1ad7 Issue-ID: SO-1797 Signed-off-by: byungwoojun <byung-woo.jun@ericsson.com>
2019-04-17fix to add SO VNFM Adapter descriptionByung-Woo Jun1-0/+8
Add SO VNFM Adapter description Change-Id: I8c39b2100ecc9a863d302dec76966017de6abcdc Issue-ID: SO-1795 Signed-off-by: byungwoojun <byung-woo.jun@ericsson.com>
2019-04-17Update the FAQsseshukm3-0/+251
Issue-ID: SO-675 Change-Id: Ieb9ac7c0499989941e5a5970fe37105269d4e704 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-04-17Add in the Faqsseshukm1-0/+1
Issue-ID: SO-675 Change-Id: I922c81027db9450baa6659729cbbbe2f5363fc6e Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-04-17Changed constants collections to immutableWitold Ficio Kopel2-10/+10
Fix to three Sonar vulnerabilites. Changed mutable collections of constants (exposed by utility class) to immutable. Change-Id: I3b301eac20b52df72a6d1318483b7b931e750313 Issue-ID: SO-1794 Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
2019-04-17Merge "update the latest deployment view"subhash kumar singh1-0/+0
2019-04-17update the latest deployment viewseshukm1-0/+0
Issue-ID: SO-675 docs/images/SO_Architecture_Internal.png Change-Id: I3286ddc55d59aa8a4d918e1a8c44cac640ca9e6f Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-04-17Merge "update the deployment view"subhash kumar singh1-0/+0
2019-04-17update the deployment viewseshukm1-0/+0
Issue-ID: SO-675 Change-Id: If4b0d19779f3d4f20392c5e57236b6dfd35ea9b6 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-04-16Merge "License agreement changes"Seshu Kumar M19-22/+377
2019-04-16Add back activity spec installElena Kuleshov1-0/+17
Add back activity spec install Change-Id: Idd7a85b902182424669946b568217483c3c76f79 Issue-ID: SO-1726 Signed-off-by: Kuleshov, Elena <evn@att.com>