aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-06-03Change to release ver of cdt proxyv1.3.02.0.0-ONAPbeijing2.0.0-ONAPPatrick Brady1-1/+1
Change-Id: I1949b6475c225f6f6ddc5a325ed8ea84c4d654d5 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-961
2018-05-30Allow cdt port to be setPatrick Brady5-8/+54
Allow the cdt port to be set by the CDT_PORT variable. Defaults to the default oom port. Change-Id: Ib916b0ab2d9267aa01c31372a57738a8c2d6bae6 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-924 (cherry picked from commit 27525d8cce704f03b28eb8833ac1533126ece7da)
2018-05-25Add cdt proxy port to match oomPatrick Brady1-0/+1
Kubernetes in oom uses a 302 port prefix. Adding a matching port here so that cdt can communicate on the same port in all deployments. Change-Id: I6242ea5af1dc5395ead2a116e59b6e294df7f8c2 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-924 (cherry picked from commit 381bae7d21fd176d8eb0fd52046fb3bfecc4f837)
2018-05-25Change ccsdk docker versionPatrick Brady1-1/+1
New version of docker container to match ccsdk artifact version change. Change-Id: Id138fe414c08a8f4c02b055b6b36a955fd57b6fd Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: CCSDK-290 (cherry picked from commit 0e112f31f18af0ff05a04c9968861ecb9706a1f7)
2018-05-21Temp change of ccsdk versionPatrick Brady1-1/+1
Currently ccsdk docker is broken, this older version should work for now. Change-Id: I4daf0b4c71c42424c3e37ecd68508f8042ec749d Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: CCSDK-290
2018-05-18Update cdt pull versionPatrick Brady1-2/+2
The cdt version we are pulling needs to match the version that is now being built. Change-Id: Icc73e74cdd07ea91c5d60db95ca01735aa865948 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-911
2018-05-17Add cdtproxy to docker installPatrick Brady4-0/+12
Change-Id: I26a3c5cbb79e9373d7aaf2166802253fb005acd7 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-909
2018-05-17Added reference dataBalaji, Ramya (rb111y)1-1/+5
Added reference data for NETCONF-XML into DOWNLOAD_DG_REFERENCE table Issue-ID: APPC-908 Change-Id: I65423107b20dff7cc5856e938c7f420001a5af44 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-05-17Documentation updatesBalaji, Ramya (rb111y)1-2/+14
Details added for designService.properties Issue-ID: APPC-907 Change-Id: I7b37c10006798b96c341ff9c98407569fe693d5c Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-05-16update appc.properties documentationRyan Young1-0/+5
Change-Id: I947859bc52e6e8c90ed2236e4ba54025c468a1e1 Signed-off-by: Ryan Young <ry303t@att.com> Issue-ID: APPC-901
2018-05-16add property for scope overlapRyan Young1-1/+1
Change-Id: I4f4af6b0310f94481ac53397ae6c655021a01667 Signed-off-by: Ryan Young <ry303t@att.com> Issue-ID: APPC-900
2018-05-08Added license text to new fileBalaji, Ramya (rb111y)1-0/+20
Issue-ID: APPC-888 Change-Id: I1a354f6f48a7e808347dbf7638a73c163ca2b139 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-05-08Added properties fileBalaji, Ramya (rb111y)1-0/+3
Design Tool support needs properties file Issue-ID: APPC-888 Change-Id: Ieb319e79fea2a5c6b2b7d1a7addfd4f0c89960c6 Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
2018-05-07Download DGs from main appc projectPatrick Brady2-36/+5
Instead of using the extra copy of DGs that exist in the deployment project, we are now pulling them from the main appc project as part of the build. Change-Id: I5f7ddab8e9000dd626b5d26628d44dc6878ce524 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-887
2018-05-04Set appc-interfaces-service to installPatrick Brady2-3/+6
Add the feature to the build and install list. Change-Id: Id9493811e82333506e3a75cef55a63ea670978fd Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-880
2018-05-02Change ccsdk docker versionPatrick Brady1-1/+1
Updating ccsdk docker version to match the ccsdk version change that had to be made since the old snapshots have expired from nexus. Change-Id: Ib2cd7ef2c61182eb13cf4f641364bbd3c639bf69 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: CCSDK-261
2018-05-01Add features not being installedPatrick Brady2-3/+9
These features were not being installed before. They are needed for CDT. Change-Id: I4312b085415caff9960d6b0f3f4edb7f5490a3fe Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-871
2018-04-26Move to new xml dg loaderPatrick Brady3-5/+4
Made it so the xml dgs will load using the same loader as the json dgs currently use. Added the Generic_Restart to the activate list Change-Id: I26286238a6322f5f391ab44f26816f90ad71df56 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-863
2018-04-26Change odl restart methodPatrick Brady2-3/+21
Adding a script to wait for karaf to stop before trying to restart, replacing the simple timer that was there before. This should allow restart even with a disconnected event-listener running Change-Id: Ie0a2affebdf80f1919d40cbb6a0c4df3894b578d Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-866
2018-04-26Add southbound properties filePatrick Brady1-0/+1
Change-Id: I4cfa65b8f3258823e3359e46960427b6cf3c5028 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-865
2018-04-26Update APPC docker-compose.yml to include CDTAaron Hay1-3/+24
Update APPC docker-compose.yml to include CDT and fix dgbuilder. Change-Id: Ib7c0cb2c4138798332d03f874f36054f54b3195b Issue-ID: APPC-864 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-04-25Fix missing aaf config filePatrick Brady1-1/+1
One place was left out during the last commit. Change-Id: I2584928993b9c2373a1443441fd9538f81c94233 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-404
2018-04-25Updates to deployment propsPatrick Brady3-3/+5
Change-Id: I4361082b121898088d1a48ff0456377f171e4ed0 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-861
2018-04-25Change to aaf snapshot versionPatrick Brady1-1/+1
Need to use the snapshot version until they release the version. Change-Id: Ic5776f50d778e45810b216e0cc3bc87e9eaa9fc9 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: AAF-250
2018-04-24Fix aaf jar groupidPatrick Brady1-1/+1
Change-Id: I7730a67ecf34f4ff88906b07541d428cd70b7962 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: AAF-250
2018-04-20Update AAF configuration for ODL NitrogenRyan Young4-173/+123
Change-Id: I79455114a585f637a80be34beb9ae358dce4b9b1 Signed-off-by: Ryan Young <ry303t@att.com> Issue-ID: APPC-404
2018-04-20Install ODL Host KeyPatrick Brady1-0/+2
Make the same change that was made in ccsdk to fix the bug in ODL where the client cannot be accessed after a restart. Change-Id: Id047509172f2883338f4c6fca5bd9ca7d21d0101 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: CCSDK-241
2018-04-19Update aaf shiro download versionPatrick Brady2-4/+4
Change-Id: Ic361fbd372ce9f8f6f07ce1f2c1466aacda81dd0 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: AAF-250
2018-04-13Update password to new odl passPatrick Brady1-6/+6
The password needs to be changed to access the new opendaylight rest. Change-Id: Ie043d5b1ea4ce305ccebd969f5da90f6cd75a701 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-403
2018-04-13Remove event-listener auto installPatrick Brady1-2/+1
Event listerner is preventing Nitrogen from restarting properly. Removing until problem is figured out. Change-Id: Ib98aa2dbd0a65603284701f9dc53546bb7daadf8 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-403
2018-04-11Changes to support new ODLPatrick Brady3-14/+100
Change-Id: If27cce33747b3927e83a6ba77f6197360b894f6f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-403
2018-04-11Update VNF_TYPE to 150 charactersSkip Wonnell1-18/+71
Issue-ID: APPC-849 Change-Id: I8754b1336c96619f7207b7bf917b9ad93d2f08cc Signed-off-by: Skip Wonnell <skip@att.com>
2018-04-11Add TRANSACTIONS table to SDNCTL schemaSkip Wonnell1-0/+24
Issue-ID: APPC-849 Change-Id: Idf403c77a04bb724bc87e9ef17bbbdce546fb09e Signed-off-by: Skip Wonnell <skip@att.com>
2018-04-06Add timestamp to snapshotPatrick Brady2-2/+2
Added the timestamp to the docker image tags for the snapshot builds. Change-Id: I658b781d22d21e519963b3f8da6da15df411602b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: CIMAN-132
2018-04-06Add script to put aaf into odlPatrick Brady2-0/+7
Download the new aaf jar from nexus during docker build, then copy it into the correct opendaylight folder during startup. Change-Id: Id5ce829c952ae4d80285e0ad6c2732df9a2e5e8b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-404
2018-04-04Update docker tag conventionJessica Wagantall4-4/+4
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: Ief04f3efcd54c896ec71ddef053474dff882c488 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-29add AAF configuration filesRyan Young4-5/+236
add cadi.properties, shiro.ini, and updated startODL.sh Change-Id: I04ec254050b4820d7e536e38a0946b4a4d920275 Signed-off-by: Ryan Young <ry303t@att.com> Issue-ID: APPC-404
2018-03-21Add docker build for cdtPatrick Brady4-1/+367
Adding the scripts and docker file to build a docker image for cdt, based on httpd image. Change-Id: I10a99c6776dede642615e3da9654e62f644b3276 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-748
2018-03-15Remove ECOMP trademarkSkip Wonnell1-3/+0
Remove ECOMP trademark line from License.txt files at root directory Issue-ID: APPC-737 Change-Id: Ieb0871065e9d0bbe84d18a5a41f99b3b086d9708 Signed-off-by: Skip Wonnell <skip@att.com>
2018-03-09Adding Stab JMeter jmxScott Seabolt5-0/+3193
Issue-ID: APPC-456 Change-Id: I16e7c18a503ddb8aeb2ee5d6bf126e83e49e3e9b Signed-off-by: Scott Seabolt <js9808@att.com>
2018-02-20Add license text to filesSkip Wonnell16-2/+391
Issue-ID: APPC-637 Change-Id: I25b6cae5f8f3f4eac2fb6d417322467e42ab4ea6 Signed-off-by: Skip Wonnell <skip@att.com>
2018-02-12Remove command exec downloadPatrick Brady1-1/+0
It was removed from feature install, but we should also remove it from the script which downloads the installer to the docker image. Change-Id: I49af88a458450da3b8739a6523343218ad73781f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-444
2018-02-12Move appc-artifact-handler in install orderPatrick Brady1-1/+1
The artifact handler depends on exports by config params feature. Change-Id: I6bfd589541a195e55b14423db85675deebb2aaab Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-587
2018-02-12Add missing dmaap auth propertiesPatrick Brady1-0/+2
The key and secret properties did not exist in the appc properties file which was causing appc-dg-common to fail to start since the properties were coming back as null. Change-Id: Ifffe5d5977e10282b20dd07ca26cb63f47751404 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-588
2018-02-07removed command-executor,it is part of dispatcherprashank1-1/+0
Change-Id: I54c9ae0026f188940f51bac79eb09806a2f9e233 Issue-ID: APPC-444 Signed-off-by: prashank <prashant.kumar1@amdocs.com>
2018-02-07Add template_id Field to vnfc_referencevidhyasree1-0/+1
New record added to vnfc_reference table for scaleout feature Issue-ID: APPC-577 Change-Id: I34c43853af4451f620066a9c2c977bce13ef5469 Signed-off-by: vidhyasree <sn141y@att.com>
2018-02-06DB Changes for ScaleOut featureRamya Balaji1-2/+2
Updated DB insert statements for adding reference data for the Scaleout feature. Issue-ID: APPC-481 Change-Id: I0beaa8f5f675b45395bee7e36d3617ce62624895 Signed-off-by: Ramya Balaji <rb111y@att.com>
2018-02-01Remove license pluginPatrick Brady1-29/+0
Removing the license plugin which should have been removed before. Change-Id: Id67091ae504407e29868ceffc386cf02f32c9b2b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-562
2018-02-01Add logging config filePatrick Brady3-0/+72
Added framework to add our own log config file to opendalight. Added a modified log config file which limits the log size. Change-Id: Ie80c276671c8f16f0ca38cbdbd86e4505d6d26f9 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-500
2018-01-24Modify docker scripts to even out layersPatrick Brady3-8/+39
Making it so that appc features are added to the docker image in several waves, so that no single layer of the image ends up being massive. Change-Id: I5cf8f1324b4b2991a146f16d958b06077b5c1612 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-370