summaryrefslogtreecommitdiffstats
path: root/docs/submodules/sdnc/northbound.git
AgeCommit message (Collapse)AuthorFilesLines
2017-11-14Updated git submodulesMarcus G K Williams1-0/+0
Project: sdnc/northbound master cf7b1f410a2776c4323e995863559982d54895fe Fix preload-network-topology-operation err msgs Issue-Id: SDNC-145 Change-Id: Ibf4fe3101b278ad3dee7632863eb10f4b4c88e48 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-11-09Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master 9c6a1f08827e2183e5410c82f0fb2941b83918db Roll to version 1.2.1-SNAPSHOT Roll to next release version Change-Id: Id1d521317ca37583ed28b2bf60b0411120f13e00 Issue-ID: SDNC-74 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-11-08Updated git submodulesMorgan Richomme1-0/+0
Project: sdnc/northbound master 89777caa13e1b150fc9fc902039d03561968b8fe fix doc8 error JIRA: SDNC-178 Change-Id: If5fe5ef8564eb8f673b95b058159c8259722c59f Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-11-05Updated git submodulesMarcus G K Williams1-0/+0
Project: sdnc/northbound master f9fa722e44042ae612d3a2103f355d6199034978 Add DG actions to last-action in GenRes.API Yang Issue-Id: SDNC-171 Change-Id: I913a40c604f9cab4d9eb1be56c53b69aefc4a3bf Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-11-03Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master d4d2912f5b8c7f12176ff3304ebbb8f30059f402 Fix GENERIC-RESOURCE-API yang model Add missing enum values and container to yang model Also, BRG and tunnelxconn's service instance parent is VNF-API, not GENERIC-RESOURCE-API, so do not try to retrieve service data. Change-Id: I12c977a7e621ce654d0d5d38f8ac8f3ad95487bd Issue-ID: SDNC-166 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-11-03Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master ce59c2c4496879cb99a9ecf38075096282fbdc11 Update swagger doc for GENERIC-RESOURCE-API Update swagger v2.0 doc for GENERIC-RESOURCE-API to reflect changes made for new tunnelxconn assignment Change-Id: I3a298ff36a8eefc0a638dc40531f79137443cc56 Issue-ID: SDNC-160 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-11-01Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master a56bab303f781e0c1696f0335eefc7941363d766 New tunnelxconn assignment Add new assignment (vg-ip) to tunnelxconn assignments container Change-Id: Ib9439ceb440b508007104b0a8452a9ae64255354 Issue-ID: SDNC-160 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-30Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master 3bccabac70d77c10128f8441c9758fbf0b527f61 Fix typos in GENERIC-RESOURCE-API Updated location of Yang-mapping properties file and fixed typo in Yang model for GENERIC-RESOURCE-API. Change-Id: I379274beefd5673cca5096ff3769b552e0475535 Issue-ID: SDNC-151 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-27Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master 60c0d0d645cad9d0fa6286ee3fb6c90cd782764e Add offered apis to sdnc/northbound doc Add links to swagger docs to SDNC Northbound offered APIs Change-Id: I40def203f5748453e5fea6edfb3f2ec0e242f563 Issue-ID: SDNC-72 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-25Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master fc28d589c244def23b88d27b7e88fa32950b0d52 Use version 0.1.0 of parent Update to use version 0.1.0 (released version) of parent pom Change-Id: I3d03456167e0b9467ae068a91c22a95c58f0c4ee Issue-ID: SDNC-74 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-23Updated git submodulesJoey Sullivan1-0/+0
Project: sdnc/northbound master e3446fcf2129c07af960e6b327c06f585c48ea68 Create a Junit test for NetworkTopologyOperation This test verifies NetworkTopologyOperation RPC executes a DG then produces the expected NetworkTopologyOperationOutput and persisted the expected Service in the DataBroker. In addition util classes were updated to make it easier to write additional MDSAL test in the future. Change-Id: Icf099c0dbf4445fb5d3e5b009a8cb6e8ca7200cb Issue-ID: SDNC-101 Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
2017-10-20Updated git submodulesJoey Sullivan1-0/+0
Project: sdnc/northbound master 107951a4b13c1a4c725b9df201a1af7595ef4dec Create a Junit test for ServiceTopologyOperation This test verifies ServiceTopologyOperation RPC executes a DG then produces the expected ServiceTopologyOperationOutput and persisted the expected Service in the DataBroker. In addition util classes were written to make it easier to write additional MDSAL test in the future. Change-Id: I2281099df767397b628ec2caff06f3dd49962b8b Issue-ID: SDNC-101 Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
2017-10-19Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master 45ac56ef4f49b57bee4aa2cd52e4e41618ae2251 Ignore ModifiedNodeDoesNotExistException on delete When trying to deleteVnf from operational or config tree, if a ModifiedNodeDoesNotExistException is cause for commit exception it means that the data you are trying to delete does not exist. So you wanted it gone, it's already gone ... log a message at debug level but don't fail the transaction. Change-Id: Iea0f4e78522cc2f437843e2b17080855cd314ea6 Issue-ID: SDNC-137 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-17Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master 5fa42107512d9b06cb73877dd35739a0b5186840 Fix vnftools load issues Fixed 2 issues that prevented vnftools from loading: 1) Added org.onap.ccsdk.* to Import-Package in provider manifest (needed to resolve path to SvcLogicJavaPlugin) 2) Removed useless Properties arg from VnfTools constructor Change-Id: Iba8213710d012836a7a70fca07c7c232a3b7b539 Issue-ID: SDNC-132 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-16Updated git submodulesHao Kuang1-0/+0
Project: sdnc/northbound master f6688de2b3f487c631f06659bfd41a662780e57f Add junit test for vnfapiProvider (1) added junit test for vnf apiProvider (2) formatted vnfapiProvider via using ONAP java code formatter (3) added license for VnfSdnUtilTest Issue-Id: SDNC-123 Change-Id: Ia0a12003a97331ae790224df14012b48d99af7d5 Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
2017-10-16Updated git submodulesbeili.zhou1-0/+0
Project: sdnc/northbound master 4728eada855f9162030f5b46a2513e3dbffa757c Sonar coverage vnfapi -VNFSDNSvcLogicServiceClient Add Junit test case for VNFSDNSvcLogicServiceClient In VNFSDNSvcLogicServiceClient: - Fix sonarlint issues (remove un-used import and etc) - Changed tab to 4 spaces as per ONAP Java code style Issue-Id: SDNC-123 Change-Id: Id176e915f17ef5fabc6805415f92d60b4c8e95b2 Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-10-13Updated git submodulesbeili.zhou1-0/+0
Project: sdnc/northbound master 08df21f64505ffe31115994799db77a22251bf28 Sonar coverage - GenericResourceApi provider Add Junit test case for GenericResourceApiSvcLogicServiceClient In GenericResourceApiSvcLogicServiceClient: - Fix sonarlint issues (remove un-used import and etc) - Changed tab to 4 spaces as per ONAP Java code style Issue-Id: SDNC-101 Change-Id: I789d20a749f8daa4d6b626fedef6a9bb904bae2e Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-10-13Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master dcb29f0f311c77c36bb1e7cf9b2e3ee82b6ff487 Merge "Add junit test for VnfSdnUtilTest" Add junit test for VnfSdnUtilTest (1) add junit test for vnfSdnUtilTest (2) format VnfSdnUtil.java via using ONAP java code formatter (3) fix some sonar lint issues Issue-Id: SDNC-123 Change-Id: I0e1cd55f67b238d70514a2caf02f4ead7809de31 Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
2017-10-13Updated git submodulesMarcus Williams1-0/+0
Project: sdnc/northbound master 860a5ab886772dda6ae610c4c6ff1373fd22c563 Merge "Fix installation issues with generic-resource-api" Fix installation issues with generic-resource-api Updated generic-resource-api to use Aries blueprint to install and resolved issues preventing it from installing properly in karaf. Change-Id: Iaef8bdb7a9e6aaf149a8e8a0d847197cf3f704a9 Issue-ID: SDNC-109 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-13Updated git submodulesbeili.zhou1-0/+0
Project: sdnc/northbound master cb54816c725dccd5bcaddbe7230d53483d201915 Sonar coverage vnftools - VnfTools Add junit test cases for VnfTools class In VnfTools: - Fix sonarlint issues (remove un-used private method and etc) - Changed tab to 4 spaces as per ONAP Java code style Issue-Id: SDNC-122 Change-Id: If216f53c8ffa7b646f6ebf18d4b9568cfdf4683b Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
2017-10-12Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master dd3f74074787dfd14e8aec0b48883b780dd8ccba Fixed vnfapi install issue Fixed issues with vnfapi install: - Resolved issue installing vnftools by converting to blueprint - Resolved issue not finding RPC implementation of vnfapi by fixing dependency feature vnftools, and by converting vnfapi to blueprint. The root cause in both cases was probably something wrong with the provider configuration, but it was simpler (not to mention more maintainable) to just convert from config to blueprint. Change-Id: I7010a845687673c932457774f3103834d328ab84 Issue-ID: SDNC-119 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-12Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master 93a3119b6922b16ad7b3f41e16427c99b5eac371 Add readthedocs for sdnc/northbound Add readthedocs documentation for sdnc/northbound. Change-Id: Iad6b19f8194564807ac5e2b9772a554ab14c2cad Issue-ID: SDNC-72 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-12Updated git submodulessurya-huawei1-0/+0
Project: sdnc/northbound master 6bfed112851ac9d7d30fe942183a633ec9718d46 Use try-with-resource to close filestream *Using try-with-resource here makes sure that the resource is automatically closed and increases code readability Issue-Id: CCSDK-117 Change-Id: Ie923e4540d5be90324104593a1d5fcb1bd501f5c Signed-off-by: surya-huawei <a.u.surya@huawei.com>
2017-10-10Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master 63bd422e64eb8c90167ef43bce9ef17d68dc45f3 Add missing info to swagger doc Add missing required sections of info in swagger doc for generic-resource-api Change-Id: Iea25ce95d6bc0ae0d0edb7ad9a4f71be0669f231 Issue-ID: SDNC-72 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-10Updated git submodulesDan Timoney1-0/+0
Project: sdnc/northbound master 8dc002f0afeaa6becaa50d83f757380970777473 Convert swagger docs to v 2 Generate updated swagger specs and convert from swagger 1.2 to 2.0 format. Change-Id: I2d357b903596b3f2341ed5d024465e967fdaa76c Issue-ID: SDNC-72 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-04Updated git submodulesGaurav Agrawal1-0/+0
Project: sdnc/northbound master 1dea8baae650ac8514a987517fef88a557579161 Added new request-actions for overlay Added new request-actions for dci overlay activation & deactivation. This is required to differentiate dci activation/deactivation for VoLTE use case from normal network activation/deactivation. Change-Id: I865963b78ae8b8ba3a8173259179013997318e87 Issue-Id: SDNC-110 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
2017-10-03Updated git submodulesBrian Freeman1-0/+0
Project: sdnc/northbound master 595dc252e217a3e591690e3de8639cf937cf3a00 Fix url for swagger file Issue-ID: SDNC-72 Change-Id: Ia0c1504393ea8d3af00a082e0d265ccaf4bfef82 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-09-28Repeat the resync for submodule idsRich Bennett1-0/+0
Syncing sdnc feature, oam, and northbound Syncing portal Change-Id: Ie0ad89d513ab13d2fda08f6b3d78156733583593 Issue-ID: DOC-92 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-09-28Add SDNC and Portal repos to doc projectRich Bennett1-0/+0
Change-Id: I7bae849907c817b952a570fa8518f9d1995fa880 Issue-ID: DOC-51 Signed-off-by: Rich Bennett <rb2745@att.com>