summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-20Update DG namepacesDan Timoney20-19/+32
Added script src/main/scripts/updateDgNamespace.sh to update namespace references in DG XML files, and used that script to update all DG XMLs. Change-Id: I6ce75fcb5e1edee421560f6d539a7f0921fdf22a Issue-ID: SDNC-95 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 51970f69236c65abee61f0099c8137c01e9fe26d
2017-09-20Fix platform logic installationDan Timoney19-873/+76
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 Timoney3-6/+7
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-19Updated release version for AAI configRich Tabedzki1-80/+80
Changes made: 1. updated release version in aaiclient.properties Issue-ID: CCSDK-97 Change-Id: Ie23c722e24a081cdaa99b0d79e8d89efc54dad2f Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com> Former-commit-id: 17285f5963a884c88499e7bef26b31e3a19e511c
2017-09-18Merge "Fixed accessing network-input-parameters."Dan Timoney2-779/+779
Former-commit-id: 3bb878187abce0bd49216e0ba9bc6e7015e91e74
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-15Update property filesDan Timoney7-84/+243
Updated property files to use new refactored org.onap property names. Change-Id: I0ba380ec99e2da323a3aa2898610f82a1fd1caf2 Issue-ID: SDNC-88 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 13e93c95d77af7da8c7c099f02a0d8f1ea9b2141
2017-09-14Fix SDNC Docker image namesVictor Morales3-5/+5
The SDNC images were named to use ONAP repository Change-Id: I9f15599794e1b6595279a81c6ffa080e347885e9 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: SDNC-50 Former-commit-id: 84671ff52f6ff2693be3b6d5824eb385a58ba445
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I70222539e8faf84e9d8acce7b2718c3fa93649e6 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Former-commit-id: aff5cccd0e0ff7330170db5698d1cffe78677a03
2017-09-07Fix installFeatures scriptDan Timoney1-2/+67
Added CCSDK features to SDNC installFeatures.sh script Change-Id: I50b3d6319f5081f8e6afeed58c2e17f8c9c00b9d Issue-ID: CCSDK-76 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 417522491c88ed0d0b8d8201d75cf7a1cf2e5aac
2017-09-07Merge "Enable surefire unit tests"Dan Timoney1-1/+1
Former-commit-id: 332639d9d5268e57d81b4282bd72830b4e842681
2017-09-06Add generic-resource-api DG seed codeDan Timoney105-0/+18229
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
2017-09-06Enable surefire unit testsMarcus G K Williams1-1/+1
Issue-Id: SDNC-65 Change-Id: I0a4e8e3d6a52df1fba95c883edf6b730ad86634a Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 0df5dda29bc347fe8f9e4db32558b7890ef328ee
2017-09-01Build sdnc/oam from ccsdkDan Timoney20-300/+136
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-08-17Fix Ubuntu Dockerfile syntaxVictor Morales1-1/+1
It was removed a character required to build the Ubuntu Docker image in the commit I9ad061789fff4af2d21650783ab4659f54c729fa. Change-Id: If3d370f18692f2ee89de64a18d70b9428f85d308 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: SDNC-60 Former-commit-id: a31f9aad7a5330c4ed665c95e540a062d860e1a2
2017-08-11Merge "Clean up Dockerfiles"Dan Timoney2-5/+17
Former-commit-id: af0f0df8ad4a87a9bdb7fc6503869c8a175e19d7
2017-08-10[SDNC-30] summaryRich Tabedzki1-187/+28
Updated path version and paths to latest AAI project's release version Change-Id: Icfe861ca4bf4de777359b9a35d1f24f46bb7c185 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com> Former-commit-id: 58b6a976bef04529e1d8576a3c35722291efe0d6
2017-08-07Update root pomDan Timoney1-1/+1
Update to use root-boron-sr1 artifactId for root pom. There is only one version of this artifact, so should avoid missing version problem. Change-Id: Ib10fdd0ece5fc3d26f8444f531667f613004f127 Issue-ID: SDNC-42 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 09bde561f96518356e98a625debd92d9cdb13d67
2017-07-14Clean up DockerfilesChuck Short2-5/+17
Follow Docker best practices guide located at: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices Also try to improve readability of the Dockerfile Change-Id: I9ad061789fff4af2d21650783ab4659f54c729fa Signed-off-by: Chuck Short <charles.short@ericsson.com> Former-commit-id: 20a1f5623a96bc4491dd7efdcb1ce03bd6ed1d28
2017-07-01Merge "Add proxy support"Dan Timoney1-2/+10
Former-commit-id: cee38293eb9f404449769c75c9ad107f639d373b
2017-06-27Fix dns server in sdnc_controller_containerNayan Deshmukh1-1/+3
The docker container should use the dns-server vm to resolve queries For details see: https://wiki.onap.org/questions/6592641 Change-Id: I9b1c09b287796eb4d01de632b0a2a9a0b5047ae8 Signed-off-by: Nayan Deshmukh <n.deshmukh@samsung.com> Former-commit-id: 8d9836ac944d0659f0b7a5231503433bac655dcc
2017-06-23Add proxy supportVictor Morales1-2/+10
It's not possible to build the Docker images behind a corporate proxy. This change adds support to HTTP and HTTPS protocols for creation of images. Change-Id: Ic5fffd3ecbaa1406ff9a27203f6aca43aa971704 Signed-off-by: Victor Morales <victor.morales@intel.com> Former-commit-id: 177e59e42d10ff5927d7f92b5bf87a244af67626
2017-06-23Merge "[SDNGC-5859] copy local change to onap"Dan Timoney81-1069/+21711
Former-commit-id: 5f6ab6cbef76e507941e2ae2b886ec2a29dfb5ab
2017-06-22[ROOTPOM FIX] Use version 1.1.0 of root pomDan Timoney1-1/+1
To avoid 'disappearing' root poms, change root pom version to 1.1.0. If later version is used, Jenkins build will look for earlier versions as part of build and if they disappear, build will fail. If root pom stays frozen at 1.1.0, it will be recreated daily as part of daily build. Change-Id: Id93bfb0330749f5eba193f5c5df039b6f31622a4 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 9a448293e85936f113e01f6bca1b30dbc2923fc2
2017-06-06[SDNGC-5859] copy local change to onapPat Cheung81-1069/+21711
copied local vnfapi platform-logics changes to onap Change-Id: Ia6e188c76f011899dd50c1ec2ee8afa0b6cdc72e Signed-off-by: Pat Cheung <kc1472@att.com> Former-commit-id: a0df39edfc3687fb99860f605eb6d97fb666da25
2017-06-05[SDNC-14] Roll oam to version 1.1.2Dan Timoney14-27/+27
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-22Remove leftover Helloworld.javaShashank Kumar Shankar1-7/+0
This patch removes leftover Helloworld.java in admportal/lib. Change-Id: I2c8252b4c283e8a10fe579fb64f4752bf6f957f4 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> Former-commit-id: 407ae27439c5061284d823e8f68f02d00c9da24f
2017-05-19use 1.1.1 rootpomGuo Ruijing1-1/+1
Change-Id: I0de5b79d6e1d43c3aea243d88f65e93d2e7b9f99 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> Former-commit-id: 273effb92988e9fd904d10529448eec65c6872f1
2017-05-18Merge "[BLACKDUCK] Fix blackduck config"David Stilwell1-2/+0
Former-commit-id: b895c1c762c6e6d6a5c53267b089921db0781f6b
2017-05-18Merge "fix maven local build issue"Dan Timoney6-1/+9
Former-commit-id: 16cb8a0af0c8bb1efd1e26f0b9aeb7e1fec36dc0
2017-05-18[BLACKDUCK] Fix blackduck configDan Timoney1-2/+0
Fix blackduck configuration so that BOM file can be generated via mvn install -P blackduck Change-Id: I198bea81469d27a3920b0c93e429e015a1359206 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: f6099aad0323f67fd3658c546059e37b0ba57064
2017-05-17[DOCKER] Fix mysql installationDan Timoney1-1/+2
Mysql jar file installed in wrong directory Change-Id: Ibe824d87c93773f923046ec6eb33e9b64e7fa6f7 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 689aa901acf029346ca85189074837b8aa5533a4
2017-05-15Merge "update copyright to avoid noisy diff after build"Dan Timoney42-256/+351
Former-commit-id: 1abc42f6a8e299079ea11a1388a7a91b23d54850
2017-05-15Merge "Fix docker-compose.yml encoding"Dan Timoney0-0/+0
Former-commit-id: 01f3394fa9cef7008f2c7a706a2914db69c7b4df
2017-05-15[DOCKER] Update tagDan Timoney5-25/+25
Docker tag should end in -STAGING-latest, and remove invalid characters in docker-compose.yml Change-Id: I518ea5e6a60f189a38255ee9666d5400b5a5fe2b Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 5e114568fffa29940d6ec4f1554921a78b7d984b
2017-05-10Fix docker-compose.yml encodingVictor Morales1-4/+4
Apparently the encoding format of the file is not accepted in some *nix OSes or docker-compose versions. This change pretends to fix that issue. Change-Id: Ib2990f65caf4385b93be0caae63b308aabed8d6a Signed-off-by: Victor Morales <victor.morales@intel.com> Former-commit-id: 39e3049a3b3468ed64a6d5d4233cd4d67b93cefb
2017-05-10[UCA-10] Add MTU setupDan Timoney1-0/+7
Add MTU setting set up to docker-compose script for SDN-C Change-Id: I15b2b427edce5c62d4c901ee7b63f494576e48db Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c1505aa33b2442479316ea73625c75ba7f2dd047
2017-05-07fix maven local build issueGuo Ruijing6-1/+9
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-05-07update copyright to avoid noisy diff after buildGuo Ruijing42-256/+351
Change-Id: Ida725825312f9be2349cf1a1562c122e61efbcaa Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> Former-commit-id: 53d11b9c8fa4a13c58f5b248998e9f8ce818e12a
2017-05-01[SDNC-7] Update SDNC Image - Use dependency pluginMarcus G K Williams3-13/+64
This patch removes OpenDaylight tar.gz and mysql-connector tar.gz and uses maven-dependency-plugin to get these files instead. Change-Id: I1c0885fe5beec3b9d151bc2f60fe2f669a620413 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 55d1ae5a085835731c6305cfaacec10a2b0314d8
2017-05-01Merge "[SDNC-7] Remove ODL tarball"Dan Timoney5-5/+4
Former-commit-id: cd98c6ee2394e934d6495e6bd17f745402239110
2017-05-01[SDNC-7] Remove ODL tarballDan Timoney5-5/+4
Remove OpenDaylight release tarball from Gerrit and instead use dependency plugin to pull from OpenDaylight nexus Change-Id: Ie9071b3d5f5dbf18455d857815ec9927e6aa5a54 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 90ed6f02f881d5598c24a17a02b602abe0e1c342
2017-04-28Update example-settings.xml to correct nexus repoMarcus G K Williams1-4/+4
Change-Id: If01afb76039d6767477602b66343f30d06540f83 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 3678c63e675d926bcdf558d64d3a7c3924d7a596
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 Timoney14-26/+26
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)2-2/+16
Fix dgbuilder docker container build Change-Id: I0601bcd807a7d79a01788fb2d021554f013e43ea Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: b93e5937498c01c8b1969104a5045d75d9985895
2017-04-25[DOCKER] Fix docker configDan Timoney4-40/+23
Fix docker config error in pom.xml Change-Id: I806c4e3f383da2be01d9ea6743807929c5378a15 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: d4698382607eb0df3e87a0a1ee29937c8d85fe39
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] Docker tagDan Timoney4-203/+382
Update docker tags to match latest ONAP standards Change-Id: I5db0fa66dabc625f6fe5febdf5511a2d33b48c42 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 3be2dec90f877dbca6c9663410053ae7dd229179
2017-04-24[SDNC-5] Rebase SDN-C oamDan Timoney90-414/+238
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