ccsdk/distribution.git
5 years agofix ansible inventory path 47/67847/1
Agarwal, Ruchira(ra1926) [Wed, 19 Sep 2018 19:05:10 +0000 (19:05 +0000)]
fix ansible inventory path

Change ansible inventory path to have ccsdl instead of sdnc in path

Change-Id: Iebd5a03b38aa92e01d1ec986661d49d461052a2d
Issue-ID: CCSDK-586
Signed-off-by: Agarwal, Ruchira(ra1926) <ra1926@att.com>
5 years agoMerge "Updating aai version in aaiclient.properties"
Dan Timoney [Thu, 13 Sep 2018 19:12:10 +0000 (19:12 +0000)]
Merge "Updating aai version in aaiclient.properties"

5 years agoMerge "Add dependencies for blueprint-processor"
Dan Timoney [Wed, 12 Sep 2018 19:48:38 +0000 (19:48 +0000)]
Merge "Add dependencies for blueprint-processor"

5 years agoAdd dependencies for blueprint-processor 01/66201/2
Alexis de Talhouët [Wed, 12 Sep 2018 19:27:33 +0000 (15:27 -0400)]
Add dependencies for blueprint-processor

Change-Id: I6eb0a5b2202ab7af324a01e453ae9e4510c3d64d
Issue-ID: CCSDK-505
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoAdd ansible-server to ccsdk 31/66131/1
Timoney, Dan (dt5972) [Wed, 12 Sep 2018 14:53:10 +0000 (10:53 -0400)]
Add ansible-server to ccsdk

Add ansible-server to CCSDK (copied from sdnc)

Change-Id: I1a351ada1b31cb6623ec2ef850a9d85f856ba41c
Issue-ID: CCSDK-554
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoUpdating aai version in aaiclient.properties 65/65665/1
gaurav [Tue, 11 Sep 2018 06:06:09 +0000 (11:36 +0530)]
Updating aai version in aaiclient.properties

Updated AAI version to v14 in aaiclient.properties.

Change-Id: I52faa1a381f5bfa6ac8ac6dcff56269757e2bfb3
Issue-ID: CCSDK-324
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
5 years agoFix syntax error in SQL statement 71/64771/1
Aaron Hay [Wed, 5 Sep 2018 14:10:28 +0000 (10:10 -0400)]
Fix syntax error in SQL statement

Change-Id: I9f6c7f0d167d536692e4af390eb54ddfa2824900
Issue-ID: APPC-1191
Signed-off-by: Aaron Hay <ah415j@att.com>
5 years agoAdd netbox-client to odlsli 41/61841/1
Alexis de Talhouët [Wed, 22 Aug 2018 13:06:49 +0000 (09:06 -0400)]
Add netbox-client to odlsli

Change-Id: Ie383892d0ff3985598d418c99904e98c11c77557
Issue-ID: CCSDK-462
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoAdd LCM API to CCSDK readthedocs 73/61373/1
Timoney, Dan (dt5972) [Mon, 20 Aug 2018 19:51:35 +0000 (15:51 -0400)]
Add LCM API to CCSDK readthedocs

Add missing LCM API doc to ccsdk documentation

Change-Id: I5cd2addad7f9ff20a09eea3b6083b9f94801af4c
Issue-ID: CCSDK-476
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoUpdate ODL distro version 41/60741/1
Timoney, Dan (dt5972) [Wed, 15 Aug 2018 15:29:10 +0000 (11:29 -0400)]
Update ODL distro version

Update ODL distribution version to Oxygen SR3 version.

Change-Id: I0ea9b79ceef86552e2b6d42c7de23e8a189734e5
Issue-ID: CCSDK-453
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoRemove tabs in asdc-api graph-versions 65/60365/1
lalena.aria [Mon, 13 Aug 2018 17:38:44 +0000 (13:38 -0400)]
Remove tabs in asdc-api graph-versions

Changes made:
Replace tabs with single space in asdc-api graph-versions
in order to avoid SvcLogicLoader error.

Change-Id: I1c91e799ec42f1ec7e2ffcc0cafdcbfce57ec27d
Issue-ID: CCSDK-456
Signed-off-by: lalena.aria <lalena.aria@att.com>
5 years agoInstall 3rd party dependencies 69/60069/1
Timoney, Dan (dt5972) [Fri, 10 Aug 2018 19:52:20 +0000 (15:52 -0400)]
Install 3rd party dependencies

Add separate component to install all third party dependencies, including
EELF (needed by ansible-adapter)

Change-Id: I9b16ed83d19c2ed22fefd28a4e2186d6e196edcd
Issue-ID: CCSDK-454
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoFix logging configuration 77/58777/1
Timoney, Dan (dt5972) [Thu, 2 Aug 2018 20:39:44 +0000 (16:39 -0400)]
Fix logging configuration

ODL Oxygen uses log4j2, which has a different configuration format
from log4j.  The org.ops4j.pax.logging.cfg that we were installing
was in log4j format, which is what caused logging to break.

The old format also created a large number of log files for each node
executed.  In this commit, we no longer create separate log files for each
dg / node.  We do, however, add the current directed graph and node id to each line logged in karaf.log

Change-Id: I1377efa7e0c6fa6963e18370d69bafab60ba024d
Issue-ID: CCSDK-427
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoAdd missing maven repos 59/57559/1
Timoney, Dan (dt5972) [Wed, 25 Jul 2018 15:07:50 +0000 (11:07 -0400)]
Add missing maven repos

Add 2 new plugins (restconf-client, sshapi-call-node) to Maven repo

Change-Id: Idd94ec823a079e00eb30bcccbc95ece29d823fc2
Issue-ID: CCSDK-397
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoManually update feature boot 61/55961/1
Timoney, Dan (dt5972) [Fri, 6 Jul 2018 14:25:44 +0000 (10:25 -0400)]
Manually update feature boot

As workaround for issue using opendaylight-ansible, add features
to org.apache.karaf.features.cfg directly in Dockerfile.  This
is intended as a temporary fix until LF provides a way for
us to git clone from https://git.opendaylight.org so we can
install and use opendaylight-ansible.

Change-Id: If21e82aa8cdfbada6a3a566c79960ed3f59e96ea
Issue-ID: CCSDK-285
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoMerge "Install ansible apt repo manually"
Dan Timoney [Tue, 3 Jul 2018 15:20:21 +0000 (15:20 +0000)]
Merge "Install ansible apt repo manually"

5 years agoInstall ansible apt repo manually 61/55661/1
Timoney, Dan (dt5972) [Mon, 2 Jul 2018 22:02:35 +0000 (18:02 -0400)]
Install ansible apt repo manually

add-apt-repository does not work on ONAP Jenkins, so install ansible
apt repo manually

Change-Id: I91d1ae7044f95ac536433d10b347fc60db3bd870
Issue-ID: CCSDK-285
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoMerge "Add debugging to docker output"
Dan Timoney [Fri, 29 Jun 2018 18:51:42 +0000 (18:51 +0000)]
Merge "Add debugging to docker output"

5 years agoMerge "Change RANGE_RULE table to support multiple ranges"
Dan Timoney [Fri, 29 Jun 2018 17:43:09 +0000 (17:43 +0000)]
Merge "Change RANGE_RULE table to support multiple ranges"

5 years agoAdd debugging to docker output 83/55583/1
Timoney, Dan (dt5972) [Fri, 29 Jun 2018 15:04:22 +0000 (11:04 -0400)]
Add debugging to docker output

Set docker to verbose to debug docker build issue.

Change-Id: Icc1d2accedec329b7302231c7ff291a41f31d0e5
Issue-ID: CCSDK-285
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoremoved dependency on built-editor.min.js 01/55501/1
Chinthakayala,Sheshashailavas(sc2914) [Wed, 27 Jun 2018 16:11:44 +0000 (16:11 +0000)]
removed dependency on built-editor.min.js

and added ability to test DG from dgbuilder
 and fixed the break node on XML generation
 and added ability to download
  formatted DG XML and DG JSON

Issue-ID: SDNC-353
Change-Id: I799de5de2c4f61e9b56dbe996d8ac3e3b28061f7
Signed-off-by: Chinthakayala,Sheshashailavas(sc2914) <sc2914@att.com>
5 years agoChange RANGE_RULE table to support multiple ranges 35/55435/1
sb5356 [Tue, 26 Jun 2018 16:55:57 +0000 (12:55 -0400)]
Change RANGE_RULE table to support multiple ranges

Change-Id: I376b9a5c13d9fb371693fc0ae725353ec468bb59
Issue-ID: CCSDK-316
Signed-off-by: Stan Bonev <sb5356@att.com>
5 years agoImprove odlsli startup time 93/55293/1
Timoney, Dan (dt5972) [Fri, 22 Jun 2018 21:05:16 +0000 (17:05 -0400)]
Improve odlsli startup time

Improved odlsli startup time by moving feature installation to build
time, using ansible-opendaylight.

Change-Id: I3f846da70e9aa0b8ce818ff83811c1b52aef1436
Issue-ID: CCSDK-285
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoUpdate odlsli for ODL Oxygen 45/55045/1
Timoney, Dan (dt5972) [Tue, 19 Jun 2018 03:01:08 +0000 (23:01 -0400)]
Update odlsli for ODL Oxygen

Update odlsli to use ODL Oxygen as base container and to support local
docker builds for testing.

Change-Id: Ie615896e56177bf4b239ec080f09c50d8c16c0c5
Issue-ID: CCSDK-285
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoRestructure CCSDK documentation 51/54651/1
Timoney, Dan (dt5972) [Wed, 13 Jun 2018 15:11:29 +0000 (11:11 -0400)]
Restructure CCSDK documentation

Remove empty repo-specific documents in favor of meaningful
project-level documentation.

Change-Id: I18f2db7f68895df2d71450eee7e56723d74f7f5a
Issue-ID: CCSDK-300
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoCreate base ODL Oxygen docker 57/51157/1
Timoney, Dan (dt5972) [Mon, 11 Jun 2018 18:46:33 +0000 (14:46 -0400)]
Create base ODL Oxygen docker

Create base docker image of OpenDaylight Oxygen SR1

Change-Id: I53fa3a824cb7d69bb638da7eb85b4f3d2643a65d
Issue-ID: CCSDK-284
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoRoll versions for Casablanca - distribution 63/50763/1
Timoney, Dan (dt5972) [Wed, 6 Jun 2018 18:15:41 +0000 (14:15 -0400)]
Roll versions for Casablanca - distribution

Roll version to 0.3.0-SNAPSHOT for Casablanca development

Change-Id: Ic047838bbd17545c04682c36fab05d0d03228c31
Issue-ID: CCSDK-295
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoUpdate release notes 55/50355/1
Timoney, Dan (dt5972) [Tue, 5 Jun 2018 14:07:35 +0000 (10:07 -0400)]
Update release notes

Update release notes with links to Jira for list of user stories
and bugs fixed.

Change-Id: I49937d6a590c6e6fa2e309b694058fe76d561364
Issue-ID: CCSDK-278
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoUse released parent pom 27/49827/1 2.0.0-ONAP 2.0.0-ONAP v0.2.4
Timoney, Dan (dt5972) [Thu, 31 May 2018 18:28:43 +0000 (14:28 -0400)]
Use released parent pom

Update to use release parent pom version 1.0.4

Change-Id: Id098c0c24e3ba7be294790a3762b2d2c80346cb6
Issue-ID: CCSDK-291
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoRoll version to 0.2.4 63/49663/1
Timoney, Dan (dt5972) [Wed, 30 May 2018 23:42:17 +0000 (19:42 -0400)]
Roll version to 0.2.4

Roll version to 0.2.4-SNAPSHOT and version 1.0.4-SNAPSHOT of
parent

Change-Id: I97522780e1ad6770ef8961c2b2395db5f5ff5d60
Issue-ID: CCSDK-291
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoDocument Security section of the Release Notes 47/49447/3
Gildas Lanilis [Wed, 30 May 2018 01:06:43 +0000 (18:06 -0700)]
Document Security section of the Release Notes

Update with latest informations
Change-Id: Ibb4be24f23e4a2dbbf8946a06ff4dd98569f4ba2
Issue-ID: DOC-271
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
5 years agoRoll to the next Snapshot version 53/48753/1
Stilwell, David (stilwelld) [Wed, 23 May 2018 17:27:41 +0000 (13:27 -0400)]
Roll to the next Snapshot version

Change to version 0.2.3-SNAPSHOT and parent 1.0.3-SNAPSHOT

Change-Id: I2903b3691873027c9d0de6189b5b2dcff57482ee
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
5 years agoUpdate distribution to use 1.0.2 parent 59/48159/1
Timoney, Dan (dt5972) [Fri, 18 May 2018 11:41:56 +0000 (07:41 -0400)]
Update distribution to use 1.0.2 parent

Updated pom.xmls to use released 1.0.2 version of CCSDK parent poms

Change-Id: Idad4c59b4f433c3cd77183e249e0b49c6a6273ed
Issue-ID: CCSDK-286
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoUpdate release notes 39/47939/1
Timoney, Dan (dt5972) [Wed, 16 May 2018 23:38:36 +0000 (19:38 -0400)]
Update release notes

Update release notes for Beijing release

Change-Id: I7baba6ef6285bf3fcf037c0efdf3ceed48cfeff3
Issue-ID: CCSDK-278
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoAdd INFO.yaml file 89/46089/2
Jessica Wagantall [Fri, 4 May 2018 00:26:48 +0000 (17:26 -0700)]
Add INFO.yaml file

Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information

Change-Id: I234f199f79b7b7e61a25ed1c30373be20806a695
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoRoll versions step 6 : distribution poms 19/45219/2
Timoney, Dan (dt5972) [Sun, 29 Apr 2018 23:30:27 +0000 (19:30 -0400)]
Roll versions step 6 : distribution poms

Roll version for next release candidate

Change-Id: Ia054f3c88a3df8014083f58e1c1a08a9fb948a61
Issue-ID: CCSDK-257
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoAdding feature daexim-all 25/44925/1 v0.2.1
Stilwell, Daivd (stilwelld) [Thu, 26 Apr 2018 16:06:18 +0000 (16:06 +0000)]
Adding feature daexim-all

Update installCcsdkFeatures.sh to add odl-daexim-all

Change-Id: Ie02eccef0c5cf4f4507673c566415f8bb5b682a8
Issue-ID: CCSDK-255
Signed-off-by: Stilwell, Daivd (stilwelld) <stilwelld@att.com>
5 years agoUpdating properties in aaiclient.properties 75/44375/1
Rich Tabedzki [Tue, 24 Apr 2018 14:00:14 +0000 (10:00 -0400)]
Updating properties in aaiclient.properties

Changes made:
* Updated certificate file location

Change-Id: Ifdce62a8402ebc49e58b37297d473f6dce86e9d4
Issue-ID: CCSDK-250
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
5 years agoUse released parent pom 01/44201/1
Timoney, Dan (dt5972) [Mon, 23 Apr 2018 15:43:48 +0000 (11:43 -0400)]
Use released parent pom

Update ccsdk/distribution to use released version of parent pom.
This version specifies versions of maven artifact properties as
released versions, so net effect is to build from released/staging
version of artifacts instead of snapshots.

Change-Id: Ib74c8fd063c9f70390409f4f77618659ea4cc488
Issue-ID: CCSDK-249
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoFixing trustStore issues in AAI Client 59/44159/1
Rich Tabedzki [Mon, 23 Apr 2018 13:40:27 +0000 (09:40 -0400)]
Fixing trustStore issues in AAI Client

Changes made:
* updated trustore.onap.client.jks to use latest AAF certificates
* updated aaiclient.properties file

Change-Id: I0eb06766983ae128fa9304fc62e5e8596b726b02
Issue-ID: CCSDK-247
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
6 years agoMerge "Install host key"
Dan Timoney [Mon, 16 Apr 2018 21:59:19 +0000 (21:59 +0000)]
Merge "Install host key"

6 years agoInstall host key 11/42811/1
Timoney, Dan (dt5972) [Fri, 13 Apr 2018 20:09:17 +0000 (16:09 -0400)]
Install host key

Create a new script to install karaf host.key on ODL installation.
Also, updated base ODL container to move ODL base distribution
directory to /opt/opendaylight/current and create a symlink with
the original name.  This is done to allow OOM to support an external
mount to /opt/opendaylight/current/daexim to preserve backups.

Change-Id: I048b7d8002636dcd4ffbdff7242eb40d2a2787da
Issue-ID: CCSDK-241
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agochanged the text to look for on success upload 73/41973/1
Chinthakayala,Sheshashailavas(sc2914) [Tue, 10 Apr 2018 18:17:44 +0000 (18:17 +0000)]
changed the text to look for on success upload

changed to look for the text Saving SvcLogicGraph on successfull upload

Change-Id: Ic672d67e754f4e4566515963506ee00f8991fc04
Issue-ID: CCSDK-238
Signed-off-by: Chinthakayala,Sheshashailavas(sc2914) <sc2914@att.com>
6 years agoMerge "Install directed graphs"
Dan Timoney [Tue, 10 Apr 2018 16:58:51 +0000 (16:58 +0000)]
Merge "Install directed graphs"

6 years agoInstall directed graphs 51/41951/1
Timoney, Dan (dt5972) [Tue, 10 Apr 2018 15:46:29 +0000 (11:46 -0400)]
Install directed graphs

Added execution to maven-dependency-plugin in odlsli/pom.xml
to install directed graphs.

Change-Id: I5bb9a01407d541be6e876f560faf1596fdbc4510
Issue-ID: CCSDK-237
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoUpdate docker tag convention 99/41099/1
Jessica Wagantall [Thu, 5 Apr 2018 01:25:10 +0000 (18:25 -0700)]
Update docker tag convention

Update docker tagging convention to use:
v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images)
v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images)

Change-Id: I6cb8f3de5d3d7c8cfa3a3da8de763a21bb42632e
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoFix directories in docker-compose.yml 11/37111/1
Timoney, Dan (dt5972) [Tue, 20 Mar 2018 13:40:00 +0000 (09:40 -0400)]
Fix directories in docker-compose.yml

Fix directories in docker-compose.yml to use 'ccsdk' instead
of 'sdnc' where appropriate.

Change-Id: I11211c04985785213f24f3f4415f13f977fa21f9
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoAdd sleep for stop 61/36861/1
Timoney, Dan (dt5972) [Mon, 19 Mar 2018 23:25:44 +0000 (19:25 -0400)]
Add sleep for stop

Stop takes a few seconds, so wait 60 seconds after issuing
stop for karaf to finish coming down.

Change-Id: Icbde6152e417e60a9e4d138671ddf8ef8decb978
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoFix ODL restart issue 35/36835/2
Timoney, Dan (dt5972) [Mon, 19 Mar 2018 21:21:32 +0000 (17:21 -0400)]
Fix ODL restart issue

Found root cause of ODL restart issue had to do with order
of installation of base ODL features.  Fixed startup order and
removed workaround in startODL.sh

Change-Id: Id4b4f96242b981fba336b9e0a4de0439d2a93115
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoFix installation order 81/36781/1
Timoney, Dan (dt5972) [Mon, 19 Mar 2018 14:58:52 +0000 (10:58 -0400)]
Fix installation order

Fix order of installation so that filters installs after sli

Change-Id: I4742b476cbe2661185f7e644577770f30684a6bc
Issue-ID: CCSDK-216
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoMerge "changed the references of sdnc to ccsdk"
Dan Timoney [Fri, 16 Mar 2018 19:14:30 +0000 (19:14 +0000)]
Merge "changed the references of sdnc to ccsdk"

6 years agoMerge "Fix config dir name"
Dan Timoney [Thu, 15 Mar 2018 14:10:09 +0000 (14:10 +0000)]
Merge "Fix config dir name"

6 years agoFix config dir name 13/36013/1
Timoney, Dan (dt5972) [Tue, 13 Mar 2018 23:26:40 +0000 (19:26 -0400)]
Fix config dir name

Config directory (SDNC_CONFIG_DIR) for CCSDK should be
/opt/onap/ccsdk/data/properties.

Change-Id: Ib9da44e19236414202400033c8ad251b2913f4fd
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Update docker-compose.yml

docker-compose.yml is using Amsterdam images instead of Beijing

Change-Id: Ie0ca17265cbd50e9e7baad90e7a1218e08cc4537
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agochanged the references of sdnc to ccsdk 23/35823/1
Chinthakayala,Sheshashailavas(sc2914) [Wed, 14 Mar 2018 21:18:28 +0000 (21:18 +0000)]
changed the references of sdnc to ccsdk

changed the paths in the pom.xml and Dockerfile from /opt/onap/sdnc to /opt/onap/ccsdk

Change-Id: Idad1e6f365caf19b4d5fc19447007871b8a9af50
Issue-ID: CCSDK-211
Signed-off-by: Chinthakayala,Sheshashailavas(sc2914) <sc2914@att.com>
6 years agoFix config dir name 11/35611/1
Timoney, Dan (dt5972) [Tue, 13 Mar 2018 23:26:40 +0000 (19:26 -0400)]
Fix config dir name

Config directory (SDNC_CONFIG_DIR) for CCSDK should be
/opt/onap/ccsdk/data/properties.

Change-Id: Ib9da44e19236414202400033c8ad251b2913f4fd
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoWait on termination of java process 53/35553/1
Timoney, Dan (dt5972) [Tue, 13 Mar 2018 18:43:44 +0000 (14:43 -0400)]
Wait on termination of java process

Exec of client didn't work - docker container still dies at end of script.
Trying instead to wait on death of java process.

Change-Id: I5687ca46b55b13a4918b0be1e2204abf58ca43b2
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoExec last line of startODL.sh 81/35481/1
Timoney, Dan (dt5972) [Tue, 13 Mar 2018 13:34:11 +0000 (09:34 -0400)]
Exec last line of startODL.sh

Need to exec last line of startODL.sh to get that process to be the one
docker waits on

Change-Id: Id697cd8f0347970ad3038ba2c576ab28f0e4cbad
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoMerge "Fix odlsli restart issue"
Dan Timoney [Mon, 12 Mar 2018 20:36:18 +0000 (20:36 +0000)]
Merge "Fix odlsli restart issue"

6 years agoFix odlsli restart issue 91/34991/2
Timoney, Dan (dt5972) [Fri, 9 Mar 2018 20:46:21 +0000 (15:46 -0500)]
Fix odlsli restart issue

Instead of restarting container (which seems to fail),
just start karaf client in foreground at end of startODL.sh
to cause docker container to stay up as long as karaf is up.

Also, remove Carbon container which is no longer needed for ONAP Beijing,
and produces false positives in security scan.

Change-Id: I8ea49769899cea206f46657bf6a3660d6a8a8d97
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoMerge "enable fast load and timestamps"
Dan Timoney [Fri, 9 Mar 2018 19:59:53 +0000 (19:59 +0000)]
Merge "enable fast load and timestamps"

6 years agoResolve timing issue with restart 85/34985/1
Timoney, Dan (dt5972) [Fri, 9 Mar 2018 19:39:16 +0000 (14:39 -0500)]
Resolve timing issue with restart

With Nitrogen, it can take some time after stop is issued for
karaf container to actually come down.  Add a sleep to allow
time for stop to complete before execing karaf.

Change-Id: Ifb39cb78390bd595791cc96ac148d17d3c9db08c
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoFix error in install features 47/34847/1
Timoney, Dan (dt5972) [Thu, 8 Mar 2018 15:29:01 +0000 (10:29 -0500)]
Fix error in install features

Ccsdk install features script does not install northbound and plugin
components properly.

Change-Id: I61c87e9e6d7f05f616110762cebea1168d05e655
Issue-ID: CCSDK-179
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Fix error in install features

Ccsdk install features script does not install northbound and plugin
components properly.

Change-Id: I7ec2276dca33555141233303ab2f30ae747ad1ba
Issue-ID: CCSDK-179
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoenable fast load and timestamps 41/34541/1
Smokowski, Kevin (ks6305) [Mon, 5 Mar 2018 22:07:29 +0000 (17:07 -0500)]
enable fast load and timestamps

update platform logic installer to have timestamps in the logs and use install method for fast loading

Change-Id: Ib8ba5c2bc50e1f274dc7341db06a861af2d671e8
Issue-ID: CCSDK-202
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
6 years agoUpdate timestamp format 75/34075/1
Timoney, Dan (dt5972) [Mon, 5 Mar 2018 14:57:07 +0000 (09:57 -0500)]
Update timestamp format

Update build timestamp format to meet project standards

Change-Id: If4d40eddaf1d9111e842140753e9da747e83306d
Issue-ID: CCSDK-179
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoWrong groupId 73/33873/1
Timoney, Dan (dt5972) [Fri, 2 Mar 2018 23:52:01 +0000 (18:52 -0500)]
Wrong groupId

Set groupId to correct value (org.onap.ccsdk.distribution) to avoid
inheriting wrong value from parent.

Change-Id: Ic45596c810db12cee75268f21e7e2751fc7e3475
Issue-ID: CCSDK-179
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoMerge "Use dependencies plugin"
Dan Timoney [Fri, 2 Mar 2018 22:08:57 +0000 (22:08 +0000)]
Merge "Use dependencies plugin"

6 years agoadd timestamps to install log 55/33855/1
Smokowski, Kevin (ks6305) [Fri, 2 Mar 2018 21:02:31 +0000 (21:02 +0000)]
add timestamps to install log

Currently the logger doesn't output any timestamps so reading the logs is difficult. This change enables timestamps in the logs.

Change-Id: Ie31eaa62499d7c8533811c56f474b4c597f4fa7d
Issue-ID: CCSDK-193
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
6 years agoUse dependencies plugin 51/33851/1
Timoney, Dan (dt5972) [Fri, 2 Mar 2018 20:52:11 +0000 (15:52 -0500)]
Use dependencies plugin

Update odlsli to use maven dependencies plugin within pom.xml to
install features, as opposed to using separate installZips.sh script.
That script was needed to work around a problem in early set up
using self-signed SSL certs that no longer exists.

Change-Id: Ia1b79d2f1c4593b8c6ff617882c4f9e9434ab0e0
Issue-ID: CCSDK-179
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoenable fast load 65/33665/2
Smokowski, Kevin (ks6305) [Thu, 1 Mar 2018 19:38:45 +0000 (19:38 +0000)]
enable fast load

enabled fast loading of graphs by using the install method

Change-Id: I0149136e3b6dd965a2253821ca32e341cc59c95e
Issue-ID: CCSDK-191
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
6 years agoCreate nitrogen dockers 39/33239/5
Dan Timoney [Tue, 27 Feb 2018 19:10:22 +0000 (14:10 -0500)]
Create nitrogen dockers

Updated dockers to install Nitrogen artifacts.

Change-Id: I9710346f064fa5fff0d92b5d6de32cc84d9e1b3d
Issue-ID: CCSDK-179
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoFix karaf tarball name 29/31429/1
Dan Timoney [Mon, 12 Feb 2018 13:37:56 +0000 (08:37 -0500)]
Fix karaf tarball name

Karaf tarball name format is different in Nitrogen (karaf* instead
of distribution-karaf*).

Change-Id: I9f28c9f59ff89c061223d5f35dfa8e7df8d8c5b6
Issue-ID: CCSDK-179
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoAdd nitrogen container 19/30919/1
Dan Timoney [Thu, 8 Feb 2018 20:20:51 +0000 (15:20 -0500)]
Add nitrogen container

Add new docker container for OpenDaylight Nitrogen

Issue-ID: CCSDK-179
Change-Id: Ic44d54785b58a1cbc71a37ae73b31ddfd057856c
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoReplace JDBC connector 03/25603/1
Dan Timoney [Tue, 5 Dec 2017 19:58:49 +0000 (14:58 -0500)]
Replace JDBC connector

Replace mysql JDBC connector with MariaDB JDBC connector

Change-Id: I1b8f019241192f0cd4e3ecb0bc8798e20ae033a9
Issue-ID: CCSDK-144
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoFix org.ops4j.pax.logging.cfg logging config 05/24805/1
Marcus G K Williams [Tue, 21 Nov 2017 22:44:43 +0000 (14:44 -0800)]
Fix org.ops4j.pax.logging.cfg logging config

Update karaf logging config to keep logs
from filling the disk by limiting DG logging
file number and size.

Issue-ID: SDNC-204 SDNC-203
Change-Id: I325357ed2c22018f1298faff0da1bedb40ab16ae
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
6 years agoBump minor version 07/24207/1
Jessica Wagantall [Sat, 18 Nov 2017 00:28:36 +0000 (16:28 -0800)]
Bump minor version

Bump minor version in preparation for Amsterdam
branching. (prat 2)

Issue-ID: CIMAN-120

Change-Id: I221ed1573f8407a22ecd15a8c10aba2c6ca800ec
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoBump minor version 93/23993/1
Jessica Wagantall [Fri, 17 Nov 2017 06:53:37 +0000 (22:53 -0800)]
Bump minor version

Bump minor version in preparation for Amsterdam
branching.

Change-Id: I0db326446d1b2b753d9b8f7c02920be71d7625e0
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoMerge "Fix sli/core docs directory" 1.0.0-Amsterdam 1.0.0-ONAP v0.1.0
Dan Timoney [Fri, 10 Nov 2017 16:56:42 +0000 (16:56 +0000)]
Merge "Fix sli/core docs directory"

6 years agoFix sli/core docs directory 27/23127/1
Dan Timoney [Thu, 9 Nov 2017 22:22:42 +0000 (17:22 -0500)]
Fix sli/core docs directory

Docs directory for sli/core was not in the right place and so was not
being included in readthedocs

Change-Id: I934097fe65721fcd8e7447b095cce7a0a20e3714
Issue-ID: CCSDK-140
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoImprove header hiearchy on platform plugins 65/22965/1
Rich Bennett [Thu, 9 Nov 2017 14:41:02 +0000 (09:41 -0500)]
Improve header hiearchy on platform plugins

Change-Id: I84ed807affcfe55d54c7174971ee6010a7168b16
Issue-ID: DOC-130
Signed-off-by: Rich Bennett <rb2745@att.com>
6 years agoRemove unneeded docs 63/22863/1
Dan Timoney [Thu, 9 Nov 2017 01:07:05 +0000 (20:07 -0500)]
Remove unneeded docs

Remove unneeded empty template for ccsdk/parent.

Change-Id: I0b5fea2dc3ec2604171bcaef6b8ed7c0f465c261
Issue-ID: CCSDK-140
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoCentralize readthedocs docs 21/22821/1
Dan Timoney [Wed, 8 Nov 2017 16:54:38 +0000 (11:54 -0500)]
Centralize readthedocs docs

Move readthedocs documentation into ccsdk/distribution so that there
is a single CCSDK project parent as opposed to separate repo-specific
parents.

Change-Id: I8f7fc649fd534dfc7e4a00f04728e0233ff4d23c
Issue-ID: CCSDK-140
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoMerge "script to import multiple dgs"
Dan Timoney [Wed, 25 Oct 2017 23:55:33 +0000 (23:55 +0000)]
Merge "script to import multiple dgs"

6 years agoscript to import multiple dgs 43/20643/1
Sheshi Chinthakayala [Wed, 25 Oct 2017 22:53:03 +0000 (17:53 -0500)]
script to import multiple dgs

into the dgbuilder. The script appends the dgs to flows.json which is used by the dgbuilder.

Issue-ID:CCSDK-130

Change-Id: Ide3842299832cf125b8129d268e6d8527ca4c5c6
Signed-off-by: Sheshi Chinthakayala <sc2914@att.com>
6 years agoUse version 0.1.0 of parent 39/20639/1
Dan Timoney [Wed, 25 Oct 2017 22:40:07 +0000 (18:40 -0400)]
Use version 0.1.0 of parent

Update to use version 0.1.0 (released version) of parent pom

Change-Id: I526376855588082295cb4b2373bb5456456a9e70
Issue-ID: CCSDK-80
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoMerge "removed the printYangToProp binaries"
Dan Timoney [Wed, 25 Oct 2017 14:16:34 +0000 (14:16 +0000)]
Merge "removed the printYangToProp binaries"

6 years agoremoved the printYangToProp binaries 21/19621/2
Sheshi Chinthakayala [Wed, 18 Oct 2017 21:56:52 +0000 (16:56 -0500)]
removed the printYangToProp binaries

and the file was removed as binaries are not allowed in ONAP git repos.
The PrintYangToProp.java file was moved to ccsdk/sli/core repo

Change-Id: I09d78f78cfe68fe7708d0b5278be52716011d467
Issue-ID: SDNC-81
Signed-off-by: Sheshi Chinthakayala <sc2914@att.com>
6 years agoUpdated keystore file in ccsdk/distribution 25/20025/2
Rich Tabedzki [Sun, 22 Oct 2017 23:38:04 +0000 (23:38 +0000)]
Updated keystore file in ccsdk/distribution

Changes made:
- updated content of the truststore.opendaylight.client.jks file

Change-Id: I422ff6cd3d05993304e67af8fa65358d7efdd9ab
Issue-ID: SDNC-134
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
6 years agoAdd keystore file to ccsdk/distribution 77/19577/1
Rich Tabedzki [Wed, 18 Oct 2017 18:41:07 +0000 (18:41 +0000)]
Add keystore file to ccsdk/distribution

Changes made:
1. added main/stores directory
2. added truststore file
3. updated pom file to properly include stores directory

Change-Id: Ic10370e3c21c5e413c5745c2fbee7116f14a86a2
Issue-ID: SDNC-134
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
6 years agoMerge "Setup ReadTheDocs"
Dan Timoney [Thu, 28 Sep 2017 11:41:12 +0000 (11:41 +0000)]
Merge "Setup ReadTheDocs"

6 years agoSetup ReadTheDocs 47/16347/1
Brian Freeman [Thu, 28 Sep 2017 11:17:59 +0000 (11:17 +0000)]
Setup ReadTheDocs

Issue-ID: CCSDK-107
Change-Id: Ia6cf2f242cba0a503ac8669f7d187d22c272d233
Signed-off-by: Brian Freeman <bf1936@att.com>
6 years agoMerge "Fix feature versions"
Dan Timoney [Wed, 27 Sep 2017 07:52:08 +0000 (07:52 +0000)]
Merge "Fix feature versions"

6 years agoEnable staging for distribution repo 23/15823/1
Dan Timoney [Wed, 27 Sep 2017 07:20:07 +0000 (09:20 +0200)]
Enable staging for distribution repo

Distribution release job is failing because staging is not enabled.

Change-Id: Id4c8ba022ae1f090d7cd9a9fcda9b14ccd6e560e
Issue-ID: CCSDK-59
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoFix feature versions 27/15727/6
Marcus G K Williams [Tue, 26 Sep 2017 21:24:21 +0000 (14:24 -0700)]
Fix feature versions

Issue-Id: CCSDK-104
Change-Id: Ifb53104404482b11aab08e411bc9ed798ac9a64c
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
6 years agoUse oparent in distribution 17/15517/1
Dan Timoney [Tue, 26 Sep 2017 12:39:27 +0000 (14:39 +0200)]
Use oparent in distribution

Use version 0.0.2-SNAPSHOT of CCSDK parent pom to pick up oparent properties.
This will enable staging plugin, which will resolve daily build issue.

Change-Id: Ia418db6daab463d7f4199856fcd51e5a5bfab861
Issue-ID: CCSDK-56
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoAnother change to fix failing feature 37/14737/1
Patrick Brady [Fri, 22 Sep 2017 22:00:03 +0000 (15:00 -0700)]
Another change to fix failing feature

Change-Id: I7b1cbae4a6102dd19e69f1fa9f867c689a00d3b0
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: CCSDK-102

6 years agoFix installFeatures.sh 23/14423/1
Dan Timoney [Fri, 22 Sep 2017 03:03:43 +0000 (23:03 -0400)]
Fix installFeatures.sh

Fix name of core-utils feature in installFeatures.sh

Change-Id: I4a99eb8f36cc399cbdf8b7ed6f66b06173e57943
Issue-ID: CCSDK-54
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoInstall sdnc-core-utils feature 59/14359/1
Dan Timoney [Thu, 21 Sep 2017 20:44:22 +0000 (16:44 -0400)]
Install sdnc-core-utils feature

Update odlsli container to install new sdnc-core-utils feature.

Change-Id: I315d35387257b91e5f8f0bdf24f7ad43f43ffb99
Issue-ID: CCSDK-54
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoFix dblib driver property 11/13611/1
Dan Timoney [Tue, 19 Sep 2017 21:44:45 +0000 (17:44 -0400)]
Fix dblib driver property

dblib.properties file contains wrong name for JDBC driver property

Change-Id: I989ef7076bbadb44e3be9554fe39384ef685ca82
Issue-ID: CCSDK-95
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoCopy logging config to docker-staging 35/13235/1
Marcus G K Williams [Mon, 18 Sep 2017 21:27:27 +0000 (14:27 -0700)]
Copy logging config to docker-staging

Issue-Id: CCSDK-71
Change-Id: I1824228951dd38938216ee4bb242c516ed870e55
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
6 years agoFix typo in opendaylight Dockerfile 19/13219/1
Dan Timoney [Mon, 18 Sep 2017 20:29:54 +0000 (16:29 -0400)]
Fix typo in opendaylight Dockerfile

Opendaylight container Dockerfile contains reference to variable
that is no longer defined (mysql instead of mariadb).

Change-Id: I8c159547a9e502471a75e6b4fd41d45cca41c954
Issue-ID: CCSDK-95
Signed-off-by: Dan Timoney <dtimoney@att.com>