summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-02-17Netconf resolution serviceAlexis de Talhouët12-32/+109
Change-Id: I0346c88cd11136561426260a206bd7bf07f90dd3 Issue-ID: CCSDK-1086 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-02-17restconf resolution serviceMuthuramalingam, Brinda Santh10-58/+91
Change-Id: I643430d8c7fb8a29f5333297a2ca022082481dc2 Issue-ID: CCSDK-1086 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-02-17restconf kotlin script supportMuthuramalingam, Brinda Santh12-36/+258
Change-Id: I07eaa4a2422b461e1b7eb13ec04bf7d10ea08770 Issue-ID: CCSDK-1080 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-02-16Rework netconf-executorAlexis de Talhouët36-1505/+1136
- rework connection logic - rework rpc service - rework netconf session handling - rework netconf device communicator - rework python netconf bindings - rework python netconf client - add python script showcasing netconf functions Change-Id: Ibb9bf811e7d96e993aa866371d56c172de83be2c Issue-ID: CCSDK-790:x Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-02-15Merge "Fix sonar build"Dan Timoney2-0/+2
2019-02-15Merge "Python library for Jython execution"Dan Timoney31-62/+792
2019-02-15Merge "Add Sub Attribute parsing capabilit"Dan Timoney10-33/+143
2019-02-15Fix sonar buildTimoney, Dan (dt5972)2-0/+2
Sonar build on ccsdk/apps is failing because one of the submodules (components/model-catatlog/proto-definition) does not have the standard maven src/main and src/test directories. Adding these directories fixes sonar build (they need to contain a file - in this case a README - otherwise git will not add the empty directory) Change-Id: Ia74254b58e5b006bd72c35cd6ce872b88de35016 Issue-ID: CCSDK-1081 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-15Python library for Jython executionSteve Alphonse Siani31-62/+792
Change-Id: Iee2701b4dade7207950f17c92ea1265c361cf803 Issue-ID: CCSDK-696 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-02-15Resource resolution with prime-dbVinal Patel1-1/+2
-Bug fix Change-Id: Ie078fc9d5db36edb9d6640e5158709f6a3ce1ae5 Issue-ID: CCSDK-1082 Signed-off-by: Vinal Patel <vinal.narendrabhai.patel@ibm.com>
2019-02-15Merge "Fix docker tags"Dan Timoney5-104/+99
2019-02-14Fix docker tagsTimoney, Dan (dt5972)5-104/+99
Update docker tags to conform to ONAP project standards Change-Id: I348f9507e382931e6adfa224d30225f0fbe270bc Issue-ID: CCSDK-1059 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-02-13Add Sub Attribute parsing capabilitMuthuramalingam, Brinda Santh10-33/+143
Change-Id: Ie353f8e5b86f7472a4790c32705f4b8c3d5e5826 Issue-ID: CCSDK-1061 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-02-12Create restconf component function moduleMuthuramalingam, Brinda Santh11-2/+305
Change-Id: I04c29bfc981b677d81da73441228215ce4868833 Issue-ID: CCSDK-1060 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-02-12Add netconf script component functionMuthuramalingam, Brinda Santh19-182/+264
Change-Id: I094025fba5626bae0b4b13320f1cbbb76cda3bfd Issue-ID: CCSDK-790 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-02-12Fixes: manual integration test of CDSAlexis de Talhouët22-160/+161
- support to overwrite cba - fix map to json - finish meshing - fix python context not having the bluePrintRuntimeService injected - load all properties in the properties store Issue-ID: CCSDK-414 Change-Id: I6b65201529d0ffd9c3e18023a33e0081236b01de Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-02-12Multiple fixes & enhancementAlexis de Talhouët26-603/+127
- Rework docker image build - Fix compress function - Fix node type name for source-primary-db Change-Id: Ide38e17036e76047d9f850b714ba0da4add5cd9d Issue-ID: CCSDK-414 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-02-12Merge "Jython execution component and service"Dan Timoney39-514/+507
2019-02-12Jython execution component and serviceSteve Alphonse Siani39-514/+507
Change-Id: I2610e73a9c7ba073b5fa9d148dcd6fb5b9ad9ae3 Issue-ID: CCSDK-696 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-02-12Merge "Updates to Index file"Dan Timoney1-8/+9
2019-02-12Merge "Doc BlueprintProcessor updates"Dan Timoney2-1/+12
2019-02-11Blueprint modeled Netconf capability componentsCherukuri, Venkatanaresh (vn166g)31-126/+2270
Adding Netconf Executor Function module Change-Id: I8b896fef84a465db2b9365d038b611e9fdf793ea Issue-ID: CCSDK-790 Signed-off-by: Cherukuri, Venkatanaresh (vn166g) <vn166g@att.com>
2019-02-08Refactor test blueprint catalogMuthuramalingam, Brinda Santh45-831/+23
Change-Id: I948067b25787c7a79f769ac4055c34ffdd2f172d Issue-ID: CCSDK-1047 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-02-08Doc BlueprintProcessor updatesEzhilarasi2-1/+12
Change-Id: Iae48e8209ddbb2dd63a3e5e7e88d825da443e3ac Issue-ID: CCSDK-876 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-08Updates to Index fileEzhilarasi1-8/+9
Change-Id: I28a96cb59cd4994e87f9b4093ac22672d34a69d5 Issue-ID: CCSDK-876 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-07Refactor blueprint validation moduleMuthuramalingam, Brinda Santh16-48/+32
Change-Id: I93fc6e552a46a4a4796bfbddb7054a9febee878f Issue-ID: CCSDK-1047 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-02-07Refactor components core and resource dict modulesMuthuramalingam, Brinda Santh178-7468/+7507
Change-Id: I04e9e723d68a38ecefe48206e67fddbe43c55854 Issue-ID: CCSDK-1047 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-02-06Blueprint Processor Python Script ComponentsCherukuri, Venkatanaresh (vn166g)10-35/+141
Adding Python scripts for Netconf Executor components Change-Id: I6d84dea2e47860063a1140146aebe94d61f8d9c1 Issue-ID: CCSDK-997 Signed-off-by: Cherukuri, Venkatanaresh (vn166g) <vn166g@att.com>
2019-02-05Merge "blueprint scripting services"Dan Timoney20-54/+388
2019-02-05Merge "Fixed errors as per DOC8 standard"Dan Timoney2-11/+24
2019-02-04blueprint scripting servicesMuthuramalingam, Brinda Santh20-54/+388
Change-Id: I834b83e0c2716eceadeec8a5f17a7604e938166a Issue-ID: CCSDK-941 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
2019-01-31Merge "Update parent for proto-definition"Dan Timoney1-3/+7
2019-01-30Fixed errors as per DOC8 standardezhil2-11/+24
Change-Id: Ia2151fc390845feeee43187f8724f610e5b8a383 Issue-ID: CCSDK-916 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-29Update parent for proto-definitionAlexis de Talhouët1-3/+7
Avoid pulling transitive dependencies. Change-Id: I91530307817231c3b15459539e433cf97f3e4dce Issue-ID: CCSDK-947 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-01-29Resource Resolution Service: Rest and DBSingal, Kapil (ks220y)5-17/+23
Emhancement to Primary-Data and Rest Resource Assignment Processor and respective services Change-Id: I9cc125f9e6396d9c26f72ebd05d2f0422a301f1c Issue-ID: CCSDK-699 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-29Merge "Added test condition to AssignVlanTagResponse"Dan Timoney1-0/+2
2019-01-29Merge "Test condition to AssignVlanTagRequestInputTest"Dan Timoney1-1/+5
2019-01-29Merge "Added Junit Testfile for PolicyFinderServiceDbImpl"Dan Timoney1-0/+43
2019-01-29Merge "Added test cases to AaiServiceImpl.java"Dan Timoney1-3/+7
2019-01-29Merge "Added new RST files for Microservices"Dan Timoney4-0/+40
2019-01-29Merge "Release note link for CCSDK/APPS DOC"Dan Timoney1-0/+14
2019-01-29Merge "Index content for CCSDK/APPS DOC"Dan Timoney1-6/+43
2019-01-28Controller Design Studio: Blueprint ManagerSingal, Kapil (ks220y)2-8/+7
Blueprint Manager JUnit Test Case Enhacements Change-Id: I6d98436f13ee58450ba9459266ec657ca30a2d99 Issue-ID: CCSDK-1005 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-01-28Merge "blueprint scripting module"Dan Timoney17-276/+590
2019-01-28blueprint scripting moduleMuthuramalingam, Brinda Santh17-276/+590
Change-Id: Ibe7602bdb6708d9adbe1aecd26eb14e24872f75d Issue-ID: CCSDK-941 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
2019-01-28Merge "Integration test at API level"Dan Timoney8-421/+578
2019-01-25Merge "Fix wrong groupId"Dan Timoney1-1/+1
2019-01-25Merge "Controller Design Studio: Blueprint Manager"Dan Timoney3-12/+24
2019-01-25Merge "ControllerBlueprint blueprintsProcessor container"Dan Timoney42-474/+1287
2019-01-25Merge "GRPC 1.18.0 Upgrade."Dan Timoney5-8/+24