aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder
AgeCommit message (Collapse)AuthorFilesLines
2017-10-04Fix dgbuilder mysql uploadMarcus G K Williams21-45/+48
Since code moved from sdnc to ccsdk dgbuilder has not been able to upload or activate directed graphs to test them in containers for development purposes. This patch updates parts of dgbuilder that pointed to sdnc. Issue-Id: SDNC-92 Change-Id: I8021312df8c97673ed71232783183e92a06b7bd3 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 4783e789681d753fc27e5ada1a6b17cc7d7df084
2017-10-03Added pom.xml_base to .gitignoreGaurav Agrawal1-1/+2
Added pom.xml_base to .gitignore to avoid getting it added to list of added files Change-Id: I1674acf441610501712c44a155e07bc503d7ca98 Issue-Id: SDNC-79 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 3c4f99c27acee6671b40b7e120822c3915e2cbf4
2017-09-29Remove autogenerated pom.xml_baseGaurav Agrawal1-79/+0
Removed pom.xml_base which were added in earlier patch. Change-Id: I2643fb48aa29197c268eb6a81cf8160285c96517 Issue-Id: SDNC-104 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 86dfa33306d96ccc2b89105b2ea5d83c30e466f2
2017-09-28Updated DG for network-topology-operation-activateGaurav Agrawal1-0/+79
Following changes are included: 1) Handle l2 and l3 dci. 2) Handle 2 sites data keeping rest node template generic. 3) Fetch 3rd parth controller information using site-id. Change-Id: I6d075cab2c7850197d91bd4e707c10c579458d48 Issue-Id: SDNC-104 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 93b36edae1b14165ebd9c0fc9bbbe916c725790a
2017-09-01Build sdnc/oam from ccsdkDan Timoney1-5/+5
Update sdnc/oam to build from ccsdk. To get a clean build, it was necessary to also change openecomp references to onap. Change-Id: I90d939e77504cd58148889aff2a50f060e27f963 Issue-ID: SDNC-50 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: e391e1e3ca8ea5385bb1f77ed7c4c83935451575
2017-06-05[SDNC-14] Roll oam to version 1.1.2Dan Timoney1-2/+2
Roll oam to use version 1.1.2 of rootpom, to ensure latest version is being used Change-Id: I4cbed1436cc2dfb77690a5aaa28477a1d3e957c3 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: fe503b491dda155f20e3840ec14ea89788961187
2017-05-07fix maven local build issueGuo Ruijing2-0/+3
onap jenkins use maven-assembly-plugin 2.2-beta-5. without fix, local build use maven-assembly-plugin 2.4.1 and build fails as: Assembly is incorrectly configured: null. to fix local build issue: 1. update to maven-assembly-plugin 2.6 2. add AssemblyId configuration which is needed for assembly >= 2.2 Change-Id: I7b0b4ac61351704b4beab073dda5779d6b6e6152 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> Former-commit-id: 6485eecefff83d76557aa8aaf33d273d5033d967
2017-04-27Merge "fix url for dgbuilder DG list"Dan Timoney1-1/+1
Former-commit-id: 327ececb52e56f6c9ea2f11ad1f0faad07b14c8e
2017-04-26[RELEASE] Roll to 1.1.1-SNAPSHOTDan Timoney1-2/+2
Roll to next snapshot version Change-Id: Ia5f8bb92d5566cea07b98bbb7a63c9588ea975c8 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 5b0799ac9dbaf0022b0b668c7471f6e03df91b7a
2017-04-25[DOCKER] Fix dgbuilderTimoney, Daniel (dt5972)1-1/+1
Fix dgbuilder docker container build Change-Id: I0601bcd807a7d79a01788fb2d021554f013e43ea Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: b93e5937498c01c8b1969104a5045d75d9985895
2017-04-24fix url for dgbuilder DG listjwang51-1/+1
Change-Id: Ibc49698697a6202fdf548ee4184597ba8d826204 Signed-off-by: Jing Wang <jing.wang5@huawei.com> Former-commit-id: 9a002d547bbe34d0f5b4a2912c579b23ebc5dde7
2017-04-24[SDNC-5] Rebase SDN-C oamDan Timoney2-8/+5
Apply fixes to directed graphs and docker containers discovered during local testing Change-Id: Ie675ecea7aa5119fb0b3ee180997b3a420be3e1b Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 596540a90b7cd031151943062b8c259314acce93
2017-04-18Fix sdnc dgbuilder build failureKanagaraj Manickam k003651061-5/+5
ant reports build_pom_for_yang_compile as invalid command on windows as ant plugin consider it as native command. executable directive make it explicit. Change-Id: I25d202eafeda6102cba38bd12e78a1d2a617e785 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Former-commit-id: 7e56426b59afa7866cd28a04efc6e133907d625d
2017-04-07Fix assembly xmls for maven-assembly-plugin v2.2+Gary Wu2-0/+3
Starting in version 2.2, maven-assembly-plugin requires an id tag in the assembly descriptor xmls. This patch allows the project to be built in environments that use newer versions of maven-assembly-plugin. For details, see: https://issues.apache.org/jira/browse/MASSEMBLY-517 Change-Id: I95df31b2eb880eb6d2a466eafcc57206f9d3d516 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> Former-commit-id: 59263d726d0c6811c7608a0cbbbff18f74aa8c22
2017-04-07[SDNC-5] added yang uploadChinthakayala, Sheshashailavas52-689/+422
and added break node Change-Id: I8d36b5d400a51a6ebc248b100f04284cf27abcad Signed-off-by: Chinthakayala, Sheshashailavas <sc2914@att.com> Former-commit-id: ae6804f3c5805f78198b26de88ceb6dfa9bb335b
2017-03-31[SDNC-5] Rebase sdnc-oamDan Timoney37-408/+572
Port to OpenDaylight Boron and sync updates since 16.10 Change-Id: I9f6febe0bd3d50c3d27c775e5a41806ee3d2e6cb Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c7fb7db31a50d5f0005251d41f497fbd4fb2ae4b
2017-02-15Initial commit for OpenECOMP SDN-C OA&MTimoney, Daniel (dt5972)1152-0/+133896
Change-Id: I7ab579fd0d206bf356f36d52dcdf4f71f1fa2680 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 2a9f0edd09581f907e62ec4689b5ac94dd5382ba