aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/generic-resource-api
AgeCommit message (Collapse)AuthorFilesLines
2017-09-27Merge "Add DGs for vCPE use case"Dan Timoney32-0/+1988
Former-commit-id: 5d890ae8e13a5a077470ca3cd86055d8a4a87c82
2017-09-27Add DGs for vCPE use caseDan Timoney32-0/+1988
Add new DGs needed to support vCPE use case Change-Id: I1717a3a1c49fedf5ec89667b22fee433429c42ed Issue-ID: SDNC-48 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 26febb6f008e2cf9dc06a93b87885c8a37acce13
2017-09-27Merge "Add initial DG changes for underlay"Dan Timoney2-0/+115
Former-commit-id: 6b5bcd001e9997e5ce4142c6c5818c767b59a94e
2017-09-26Add sub DG for underlayramu.n2-0/+143
Add network-topology-operation-create sub DG for underlay L3VPN configuration Change-Id: I143fc60142b7da471c2142fc65e224c2712faf5e Issue-Id: SDNC-27 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 1d15c657de5910798e6dd93704ed820bd672a62c
2017-09-26Add initial DG changes for underlayramu.n2-0/+115
Add sub DG to validate underlay L3VPN input params Change-Id: I19d2860e3755528c0455c0f132be3d1872137a1f Issue-Id: SDNC-27 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 55ada56e6632a4bae2dd88f243050c451e10f32d
2017-09-21Renamed ecomp-model-informationDan Timoney26-169/+169
Updated generic-resource-api DGs to reflect name change of ecomp-model-information to onap-model-information. This name change was missed in initial seed code submission, but is consistent with API doc published on ONAP wiki. Change-Id: I5cb95c98ed7c8748fcd2a607bee8b81a6166ae99 Issue-ID: SDNC-98 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 979076e024b63ea7632c3cd57b8d62525482698d
2017-09-20Fix platform logic installationDan Timoney1-1/+1
Platform logic on SDNC should install the CCSDK platform logic package merged with the graphs for SDNC. Instead, it was overwriting CCSDK package and installing only local SDNC version. Change-Id: Iada6779b942ff608987486bd10fed9f147018f74 Issue-ID: SDNC-96 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 048b31a4b390ff4a749c4d8e7dcd271f12da177e
2017-09-20Fix dblib propertiesDan Timoney1-1/+1
Added missing property in dblib.properties to specify mariadb JDBC connector. Also, fixed bug in install that was preventing DGs from being added. Change-Id: Ife7df2b7565bbcaf98c9d816158224b4b4a77189 Issue-ID: SDNC-88 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 43405c2830e03529e9ce17c28a9e302e6fdf69ea
2017-09-18Fixed accessing network-input-parameters.shashikanth2-779/+779
network topology operation assign sub DG access network-input-parameters as network-parameters which is not defined under network-request-input container in GENERIC-RESOURCE-API yang, modified network-topology- operation-assign.json as below Before: network-topology-operation-input.network-request-input. network-parameters After: network-topology-operation-input.network-request-input.network -input-parameters. jira.onap.org/browse/SDNC-87 Issue-Id: SDNC-87 Change-Id: Idd4005fb24365fef990284569dd23685590515b3 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 89ac5158f33c5358d1a943a482f139e879dbd0a9
2017-09-06Add generic-resource-api DG seed codeDan Timoney104-0/+18228
Add seed code for generic-resource-api directed graphs. Change-Id: I51df937740d54d6f907c79fe322e4ffafe53537c Issue-ID: SDNC-45 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: b014b942536d93f55664b67a36436168e623bcec