aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-23Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)29-131/+363
Add Docker Build and Deploy Maven Implementations for Controller Blueprint MS and their dependencies Change-Id: I9eee9fff535bcc9ca0b855150892ce53af126d1c Issue-ID: CCSDK-483 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-22Restore "Add VlantagApi Functional Component""Timoney, Dan (dt5972)89-0/+33299
This reverts previous revert for VlantagApi functional component, with correction to pom.xml which had prevented jUnit tests from being counted. Change-Id: I8cff5d04949fe8e110565fb7f68f939caba2eff8 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Issue-ID: CCSDK-475
2018-08-22Merge "Controller Blueprints Microservice"Dan Timoney44-113/+584
2018-08-22Revert "Add VlantagApi Functional Component"Timoney, Dan (dt5972)89-33288/+0
This reverts commit 822c98964b0a4f7b4da5dbe79669e54011a0778d. This contains no jUnit test cases, bringing code coverage from 71% to 37%. Change-Id: If748dd23e9b4eddd227f01e0b33d2aa9bcb88102 Issue-ID: CCSDK-475 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-08-21Merge "Add VlantagApi Functional Component to apps/ms"Dan Timoney89-0/+33288
2018-08-21Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)44-113/+584
Define Controllerblueprint API DataType and Error definitions for Config model, Service Template, Model Type and Resource Dictionary Services Change-Id: I12d8d87292ec101601b0cfb7ba9670730973e318 Issue-ID: CCSDK-469 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-20Add VlantagApi Functional Component to apps/msPaira, Saurav (sp694w) sp694w@att.com89-0/+33288
Initial code contribution to add Vlantag Api microservice. It is developed as a Spring Boot application. Issue-ID: CCSDK-475 Change-Id: I0d5df398aae284cee181fcefeee9251e11ea8c26 Signed-off-by: Saurav Paira <sp694w@att.com> Signed-off-by: Paira, Saurav (sp694w) sp694w@att.com <sp694w@att.com>
2018-08-20Merge "Naming micro-service code."Dan Timoney2-11/+57
2018-08-20Merge "Naming micro-service code."Dan Timoney30-147/+817
2018-08-20Naming micro-service code.BT29832-11/+57
Using different docker plugin. Change-Id: I2103d3058e9b3d1b95dac49790b244e21d77b39a Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-08-20Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)35-1377/+545
Restcontroller Swagger Implementation with Embeded jar for Controller Bluprints MS Change-Id: I0c0a33f0e29dad0d4aa703e3e381068b510e57d4 Issue-ID: CCSDK-468 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-16Naming micro-service code.BT298330-147/+817
Docker updates and tests. Change-Id: Iba669453c4035290441c757f5b1c673ab41213d6 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-08-16Merge "Controller Blueprints Microservice"Dan Timoney54-28377/+0
2018-08-16Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)54-28377/+0
Remove Swagger Javascript files included in Controller Bluprints MS Change-Id: I97f8842437364f2461d3ee864904cd04c7a38b14 Issue-ID: CCSDK-410 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-16Blueprints Processor ServiceMuthuramalingam, Brinda Santh(bs2796)42-0/+1973
Blueprints Processor API definitions Change-Id: Id44c74938f75e847a43b8e6d0733c36d4dc99e97 Issue-ID: CCSDK-411 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
2018-08-14Blueprints Processor ServiceSingal, Kapil (ks220y)1-0/+0
Creating the base directory structure for Blueprints Processor Service Change-Id: Iae0b0153b5bcb0be5d46a61553b2f3bf6956d36b Issue-ID: CCSDK-411 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2018-08-10Controller Blueprints MSSingal, Kapil (ks220y)296-1/+49806
Creating the base directory structure for Controller Blueprints MicroService Change-Id: I1ccf7fc76446048af3b2822f9155bb634657aee3 Issue-ID: CCSDK-410 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2018-08-01Adding naming micro-service code - pom updates.BT29833-12/+126
Updates to pom.xml per earlier comments, and linked to the parent pom. Change-Id: Id052d631a1855980ef9917b0144aa4a0ec6d652f Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-24Adding naming micro-service code - scripts-2.BT29837-64/+0
Refactor DB scripts. Change-Id: I9a9a2f57435a73f7adb35c388d33dad1f9316e75 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-23Adding naming micro-service code - more tests.BT298322-17/+1315
Integration tests and more unit tests. Change-Id: Id3500085a43ff817d04d8f407e5cdbc4271dfb35 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-23Adding naming micro-service code - tests.BT298317-1/+1684
Unit tests. Change-Id: I14176a8b47764d5e308258fd9b24bf3e301d04d5 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-23Adding naming micro-service code - scripts.BT298315-0/+226
Docker and DB scripts. Change-Id: I2e9e153f6c72e5f5d6ee86cc9dfc275ec77b4642 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-23Adding naming micro-service code - API.BT298315-0/+1227
API and configuration related classes. Change-Id: Ic62c502fc38b3f36dc12016e16f61adba789db9d Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-23Adding naming micro-service code - generation.BT298313-0/+1333
Main generation algorithm and AAI interface. Change-Id: I21eb0065358b4c9eeda85a4ae41545e864fdc627 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-22Adding naming micro-service code - persistence.BT298311-0/+994
Entities and repository classes. Change-Id: I9d7e11fd7196c20cf74ff302f552c1732e0c9121 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-22Adding part-1 of naming micro-service code.BT298315-0/+1598
Adding pom, main files and policy related classes. Change-Id: I9ccbd03784cb2d85b3f1be353417f596384bd554 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-20Adding naming micro-service code.BT29831-0/+1
Adding directory for micro-service. Change-Id: I1ad07b22f8fee8d92da3e866c78094e01275cd47 Issue-ID: CCSDK-342 Signed-off-by: BT2983 <BT2983@att.com>
2018-07-12Merge "Add YANG modules used by SDN-R apps"Dan Timoney28-0/+29563
2018-07-11Add YANG modules used by SDN-R appsdemx8as628-0/+29563
Applications of wireless artifacts supports a couple of YANG modules from various SDOs. Most of them might be "learnt" by ODL (CCSDK) when connecting the frist time to a NetConf Server during handshake, (HELLO-MESSAGE). APIs based on YANG modules might be used south- bound and northbound. Issue-ID: CCSDK-352 Change-Id: I8785148c1f9473c7c006255d718a1fbaf950164c Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
2018-07-11Add seed code for sdnr app based on ONF Centennialdemx8as6737-8/+140696
At this point in time all the Carbon code from ONF Centennial is added to ONAP. Later it needs to be refactored and modified for ODL Oxygen. Change-Id: Iff85dd940c05c3827f1c4e6f9542ecd060c58a46 Issue-ID: SDNC-374 Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
2018-07-11Add initial skeleton for ccsdk/appsTimoney, Dan (dt5972)4-0/+117
Add initial empty pom.xml, LICENSE and README files for ccsdk/apps repo Change-Id: I089437bb2688609292c28ad25f62fafe47f53762 Issue-ID: CCSDK-359 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-07-03Add INFO.yaml fileJessica Wagantall1-0/+42
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I7f7839e2c659157996bc22ff00d02d13c1679196 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-07-04Initial empty repositoryJessica Wagantall0-0/+0