sdc/dcae-d/dt-be-main.git
3 years agoAlign INFO.yaml 26/110326/5 master
ChrisC [Fri, 17 Jul 2020 13:55:52 +0000 (15:55 +0200)]
Align INFO.yaml

Align committer list with latest TSC decision

Issue-ID: SDC-3203
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I848a9bbd2dc7868baa9767f75c889ec418f8f62f

4 years agoRelease version 1.3.4 35/104835/2
Ofir Sonsino [Wed, 1 Apr 2020 09:38:31 +0000 (12:38 +0300)]
Release version 1.3.4

Change-Id: Ieeab270584e0e488dfa5a0c606c1b9ba5aa40bf0
Issue-ID: SDC-2855
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
4 years agoUpdated the sdc cert 91/104391/2 1.3.4
k.kedron [Wed, 25 Mar 2020 16:22:41 +0000 (17:22 +0100)]
Updated the sdc cert

Also bumping project version

Issue-ID: SDC-2855
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I6f53b77b3ba8e229800fa7414a0ed555decda4e9

4 years agoRelease dcae-tools 1.3.3 20/104120/3
Ofir Sonsino [Sun, 22 Mar 2020 09:43:45 +0000 (11:43 +0200)]
Release dcae-tools 1.3.3

Change-Id: Ifd332c141cabfba2d3caf568d5b89280a069883b
Issue-ID: SDC-2798
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
4 years agoRelease version 1.3.3 33/103933/1
Ofir Sonsino [Thu, 19 Mar 2020 09:52:22 +0000 (11:52 +0200)]
Release version 1.3.3

Change-Id: I28139d1b48f1a81074fa7bc06bcc02e803c02679
Issue-ID: SDC-2798
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
4 years agoBump version 1.3.3 24/103924/1 1.3.3 v1.3.3
Ofir Sonsino [Thu, 19 Mar 2020 08:44:02 +0000 (10:44 +0200)]
Bump version 1.3.3

Change-Id: I50a74ac36b1ad3a52abc31fb2a7e7e5f746111d4
Issue-ID: SDC-2798
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
4 years agoRun pods as non-root user 14/103714/1
MichaelMorris [Sun, 15 Mar 2020 16:59:42 +0000 (16:59 +0000)]
Run pods as non-root user

Change-Id: Ia95d58b0dbf498c4d6295e42c1c430de6493c11b
Issue-ID: SDC-2798
Signed-off-by: MichaelMorris <michael.morris@est.tech>
4 years agoMove Jacoco to xml 19/103419/1
Ofir Sonsino [Tue, 10 Mar 2020 08:50:23 +0000 (10:50 +0200)]
Move Jacoco to xml

Change-Id: I49ee808ff035669ae053634c19a9214e95024459
Issue-ID: SDC-2740
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
4 years agoBump version to 1.3.2 17/95317/1
Ofir Sonsino [Tue, 10 Sep 2019 08:01:53 +0000 (11:01 +0300)]
Bump version to 1.3.2

Change-Id: Ie41566e6b128eb002bd320c0fd65a32ffd1810c4
Issue-ID: SDC-2560
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
4 years agoUpdated the sdc cert for ONAP namespace in the kubernetes. 41/95241/1
k.kedron [Mon, 9 Sep 2019 14:40:19 +0000 (16:40 +0200)]
Updated the sdc cert for ONAP namespace in the kubernetes.

Issue-ID: SDC-2539
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I1f9100eb66c75edc0aa158cd5a80748547fe9da5

4 years agoFully HTTPS support in the dcaedt-tools 61/95061/3
k.kedron [Thu, 5 Sep 2019 15:50:23 +0000 (17:50 +0200)]
Fully HTTPS support in the dcaedt-tools

Fully HTTPS support:
-Updated the onap/base_sdc-jetty docker image version
-Updated the chef script to properly used of the new docker image
-Updated jvm configuration to support call to
the SDC components using HTTPS.
-Added buildRestClient method to create the DcaeRestClient
supporting the SSL connection
-Checkstyle in the recipes adn tools.Main method
-Update the docker_run.sh:
  - Change JAVA_OPTIONS
-Update docker_run script
-Add proper dependency in the pom (waiting for solving the SDC-2554 bug)

Issue-ID: SDC-2552
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Ie8dd1f54619f1101c13de13ae3cbb296bba57210

4 years agoFully HTTPS support in the dcaedt-be 30/94430/2
k.kedron [Wed, 28 Aug 2019 12:31:52 +0000 (14:31 +0200)]
Fully HTTPS support in the dcaedt-be

Fully HTTPS support:
-Updated the onap/base_sdc-jetty docker image version
-Updated the chef script to properly used of the new docker image
-Updated jvm configuration to support call to
the SDC components using HTTPS.
-Add support for change the http to https in the python script
-Added buildRestClient method to create the CloseableHttpClient
supporting the SSL connection
-Checkstyle in the recipes
-Update the docker_run.sh:
  - Change JAVA_OPTIONS
  - Used the secure connection to do health check

Issue-ID: SDC-2477
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I7bf3d307e5765fa75a37ba0a4b41fd7fa87d28ab

4 years agoAdded unit tests fo MappingRulesValidator 06/93706/4
k.kedron [Fri, 16 Aug 2019 14:27:45 +0000 (16:27 +0200)]
Added unit tests fo MappingRulesValidator

Added a new unit tests.
Checkstyle for MappingRulesValidator, VesStructureLoader.
Sonar fixes -> adding a private constructor to ValidationUtils.

Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Ib8199c2d76263dc96c6918ed57c1bfc6f223ee62

4 years agoImplement HTTPS calls into dcaedt_be 65/93865/2
r.bogacki [Mon, 19 Aug 2019 12:38:08 +0000 (14:38 +0200)]
Implement HTTPS calls into dcaedt_be

Implemented HTTPS calls into dcaedt_be
-Added p12 keystore certificate.
-Updated application configuration.
-Added trust-store.

Issue-ID: SDC-2477
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I51a5e4d6d93dc9391eb25519ed382291de5895eb

4 years agoAdded new tests for SdcRestClientUtils 16/92816/3
k.kedron [Tue, 6 Aug 2019 14:57:36 +0000 (16:57 +0200)]
Added new tests for SdcRestClientUtils

Added new tests.
Fixed sonar issue:
# added private constructor to the SdcRestClientUtils
# used String.format instead of stream.collect

Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I904e4a7e31bab8f26dbdbb03a956bc4b1dc5922e

4 years agoAdded new tests for Report class 07/93307/2
k.kedron [Mon, 12 Aug 2019 08:55:01 +0000 (10:55 +0200)]
Added new tests for Report class

Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Ic937dca9d831e38c1b9980997c9afe7e2eb24fb7

4 years agoImproved the DeployTemplate unit tests 60/93160/4
k.kedron [Fri, 9 Aug 2019 08:21:45 +0000 (10:21 +0200)]
Improved the DeployTemplate unit tests

Improved test and refactor the class:
- checkstyle
- correct proper log message
- remove code duplication
- remove useless variable checkedoutVfcmt
- used string join instead stream collect

Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Iea65f8ef0317688ac1eb506f894a8eb3c3d3ce13

4 years agoHTTPS calls into dcaedt_be 84/92084/3
r.bogacki [Fri, 26 Jul 2019 08:38:18 +0000 (10:38 +0200)]
HTTPS calls into dcaedt_be

Implement HTTPS calls into dcaedt_be
-Added p12 certificate.
-Updated application configuration.
-Added trust-store.

Issue-ID: SDC-2477
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: If236b2412a67f8c706bc87fe1da3a469ac4e725e

4 years agoUpdate DCAE-DS version 1.3.1 67/92167/1 1.3.1
Ofir Sonsino [Mon, 29 Jul 2019 07:34:21 +0000 (10:34 +0300)]
Update DCAE-DS  version 1.3.1

Change-Id: I64ca155e4eeea34930f4348e7a659701b584914d
Issue-ID: SDC-2478
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
4 years agoRemove the powermock from dt-be-main. 66/91866/3
k.kedron [Tue, 23 Jul 2019 13:33:02 +0000 (15:33 +0200)]
Remove the powermock from dt-be-main.

Issue-ID: SDC-2473
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Ia8acfb2b3f3bbd097ea7e588bb16700497deb07d

4 years agoSet Oparent as parent and fix Checkstyle errors 40/91440/5
michal.banka [Mon, 15 Jul 2019 10:07:01 +0000 (12:07 +0200)]
Set Oparent as parent and fix Checkstyle errors

Change-Id: I30e289057c8fa944d70a231c9067299ea33bb5ff
Issue-ID: SDC-2439
Signed-off-by: michal.banka <michal.banka@nokia.com>
4 years agoMaven staging plugin removed 33/91333/1
Tomasz Golabek [Fri, 12 Jul 2019 10:22:29 +0000 (12:22 +0200)]
Maven staging plugin removed

Required by global-jjb

Change-Id: I3e55afb0ea10c10ce4019a0254a592f52d89c072
Issue-ID: SDC-2444
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
4 years agoChange import for 'enums' packaged. 69/90369/2
k.kedron [Mon, 24 Jun 2019 09:03:24 +0000 (11:03 +0200)]
Change import for 'enums' packaged.

In the DCAE-BE-PROPERTY the Enums package was renamed (90067),
the import of this package must be updated.
Cleaned not used import.

Issue-ID: SDC-2327
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I17e0603cee5e4ba36f815a340607e76b5fc0d24b

4 years agoExtend permissions for logs dir for CSIT 25/89025/1
kaihlavi [Fri, 31 May 2019 12:50:29 +0000 (15:50 +0300)]
Extend permissions for logs dir for CSIT

 Give full permissions to logs dir created during docker_run.sh
 executions to fix logging setup failures in startup

Issue-ID: SDC-2346
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Change-Id: I43b82b8a67092389aa8cc4a332d30b0b354e420c

5 years agoUpdate INFO.yaml file 15/74215/1 dublin
Jessica Wagantall [Tue, 4 Dec 2018 20:16:38 +0000 (12:16 -0800)]
Update INFO.yaml file

Remove Michael Lando. Add Ofir Sonsino as PTL

Change-Id: I25c3854db0845b08c1cf010ba5ab8efb604f36ca
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoUpdate INFO.yaml file 33/73733/1
Jessica Wagantall [Tue, 27 Nov 2018 21:37:21 +0000 (13:37 -0800)]
Update INFO.yaml file

Add Ofir Sonsino to the group

Change-Id: Iddbed939823832b33233b5c170373baf03ee712c
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoSync code 04/71404/2 casablanca 1.3.0 3.0.0-ONAP
Eran (ev672n), Vosk [Mon, 29 Oct 2018 16:10:13 +0000 (18:10 +0200)]
Sync code

Sync the code between repositories

Change-Id: I3e570c9c8b090adc5520381019a22e8a46d66beb
Issue-ID: SDC-1874
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
5 years agosecurity check issues 38/71038/1
Eran (ev672n), Vosk [Tue, 23 Oct 2018 09:18:46 +0000 (12:18 +0300)]
security check issues

updating spring version, using security check issues

Change-Id: I4bdb4ac8ab2d385c2ef3b15010e88ca10998165e
Issue-ID: SDC-1829
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
5 years agoupgrade dace-be 97/70897/1
Manor, Yanir (ym903w) [Sun, 21 Oct 2018 07:20:53 +0000 (10:20 +0300)]
upgrade dace-be

Change-Id: Iaef6ef0d37e2e216321f141d10692edcaf26ffab
Issue-ID: DCAEGEN2-836
Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
5 years agosecurity check issues 20/70720/2
Eran (ev672n), Vosk [Thu, 18 Oct 2018 08:55:59 +0000 (11:55 +0300)]
security check issues

updating springfox-swagger-ui version, using security check issues

Change-Id: Ia5a63298b5a720652279320d00bdbdbee1f79e21
Issue-ID: SDC-1829
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
5 years agosecurity check issues 76/70576/3
Eran (ev672n), Vosk [Tue, 16 Oct 2018 14:33:49 +0000 (17:33 +0300)]
security check issues

recheck eun-clm updating spring version, using security check issues

Change-Id: Ic9eb249b70d4e32669fc6f1f4262b0fb91c0cd70
Issue-ID: SDC-1829
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
5 years agosecurity check issues 74/70474/1
Eran (ev672n), Vosk [Mon, 15 Oct 2018 12:32:59 +0000 (15:32 +0300)]
security check issues

updating spring version, using security check issues

Change-Id: Ic6bb7030f106acaf92410eb8cec3f40932657148
Issue-ID: SDC-1829
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
5 years agosecurity check issues 47/70447/1
Eran (ev672n), Vosk [Mon, 15 Oct 2018 07:52:26 +0000 (10:52 +0300)]
security check issues

updating spring version, using security check issues

Change-Id: I55018c335f4167709dc92de891c224fcdad1dc7a
Issue-ID: SDC-1829
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
5 years agosecurity check issues 52/70152/1
Eran (ev672n), Vosk [Wed, 10 Oct 2018 10:23:54 +0000 (13:23 +0300)]
security check issues

updating some of the libraries to use safer versions, using security check issues

Change-Id: I1a849669da16404661bfa7f1a826c0fa9828c410
Issue-ID: SDC-1829
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
5 years agoAdd INFO.yaml file 75/69875/1
Jessica Wagantall [Fri, 5 Oct 2018 01:50:15 +0000 (18:50 -0700)]
Add INFO.yaml file

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

Change-Id: Iea0de2f62a16817fd56810fe0027a94b5dec88ce
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoSet tosca url configuration 25/69725/1
Areli, Fuss (af732p) [Wed, 3 Oct 2018 09:49:09 +0000 (12:49 +0300)]
Set tosca url configuration

Set tosca url configuration

Change-Id: I32b09fbd4ba8005bba5711a21f2c7038c981cc6e
Issue-ID: SDC-1812
Signed-off-by: Areli, Fuss (af732p) <areli.fuss@intl.att.com>
5 years agofix version issue 01/69301/1
Michael Lando [Thu, 27 Sep 2018 12:18:37 +0000 (15:18 +0300)]
fix version issue

Change-Id: Ic5beb9addcb0f4842099395cb0e43b1dd87efb5b
Issue-ID: SDC-1800
Signed-off-by: Michael Lando <ml636r@att.com>
5 years agofix version issue 51/69251/1
Manor, Yanir (ym903w) [Thu, 27 Sep 2018 07:38:33 +0000 (10:38 +0300)]
fix version issue

Change-Id: I503e9440bc3e57912132049e962fb1a66161e4a7
Issue-ID: SDC-1800
Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
5 years agoupgrade dace-d be pom version 85/69085/2
Manor, Yanir (ym903w) [Wed, 26 Sep 2018 10:07:27 +0000 (13:07 +0300)]
upgrade dace-d be pom version

upgrade dace-d be pom version

Change-Id: I481673ae1149820b9081cf770f3af5d4b1c05c8b
Issue-ID: DCAEGEN2-840
Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
5 years agoupgrade dace-d be pom version 73/69073/2
Manor, Yanir (ym903w) [Wed, 26 Sep 2018 06:11:11 +0000 (09:11 +0300)]
upgrade dace-d be pom version

upgrade dace-d be pom version

Change-Id: I0332926c1eb5d4f185b256fd4553b39200f73150
Issue-ID: DCAEGEN2-840
Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
5 years agoupdate code to latest - ammend previous commit 59/68859/1
Betzer, Rony (rb844h) [Tue, 25 Sep 2018 13:03:09 +0000 (16:03 +0300)]
update code to latest - ammend previous commit

update code to latest - ammend previous commit

Change-Id: Ia4f55789689b5f2ddd004a4fe89a63f72cecc27f
Issue-ID: DCAEGEN2-819
Signed-off-by: Betzer, Rony (rb844h) <rb844h@intl.att.com>
5 years agoDCAE Tosca add to Docker run 61/66361/2
Areli, Fuss (af732p) [Thu, 13 Sep 2018 13:43:56 +0000 (16:43 +0300)]
DCAE Tosca add to Docker run

DCAE Tosca add to Docker run

Change-Id: Id6287071c0f651c93d09f38860ebfcbc0b27f55f
Issue-ID: SDC-1759
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
5 years agoDCAE_BE keep docker running 03/64103/1
Areli, Fuss (af732p) [Sun, 2 Sep 2018 14:21:05 +0000 (17:21 +0300)]
DCAE_BE keep docker running

DCAE_BE keep docker running

Change-Id: I7599bbaabd8ebe3fad6a50e6626dbc2a8f867a1b
Issue-ID: SDC-1701
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
5 years agoAdd DCAE DT to dcae docker run procedure 39/63839/1
Areli, Fuss (af732p) [Thu, 30 Aug 2018 14:18:20 +0000 (17:18 +0300)]
Add DCAE DT to dcae docker run procedure

Add DCAE DT to dcae docker run procedure

Change-Id: I06ed45ca1486f0725de0d64e58f2954428a165d5
Issue-ID: SDC-1693
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
5 years agoRemove ATT files 31/59631/1
Eran (ev672n), Vosk [Wed, 8 Aug 2018 09:08:49 +0000 (12:08 +0300)]
Remove ATT files

Remove ATT files

Change-Id: I160923f098ca4825c3575804560348a49bb32f2a
Issue-ID: SDC-1619
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
5 years agoChanging the dcae dt main code 33/59233/1
Eran (ev672n), Vosk [Mon, 6 Aug 2018 14:02:39 +0000 (17:02 +0300)]
Changing the dcae dt main code

Updating DCAE-dt-main code for Dockerizing the DCAE-CI code

Change-Id: Ia50d24e60e9ddc9bbc58dd8651d7a4f7e0dc8270
Issue-ID: SDC-1605
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
5 years agoAdding docker run for DCAE 31/58731/1
Areli, Fuss (af732p) [Thu, 2 Aug 2018 12:38:04 +0000 (15:38 +0300)]
Adding docker run for DCAE

Adding docker run for DCAE

Change-Id: I85785ba4dfa3adcb0a019172fd1fee7def3c497a
Issue-ID: SDC-1395
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
5 years agoFix policy violations 71/49271/1 2.0.0-ONAP beijing 2.0.0-ONAP
Stone, Avi (as206k) [Sun, 27 May 2018 11:02:57 +0000 (14:02 +0300)]
Fix policy violations

Update pom dependencies to different versions and fix failed test

Change-Id: Ib945753f1f06c815359cacb1510463d12bd13a96
Issue-ID: SDC-1372
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoMerge "Fix for OOM and Helm"
Michael Lando [Thu, 24 May 2018 15:12:28 +0000 (15:12 +0000)]
Merge "Fix for OOM and Helm"

5 years agoUpdate code 47/48947/1
Stone, Avi (as206k) [Thu, 24 May 2018 13:12:32 +0000 (16:12 +0300)]
Update code

Update to latest version after improving testing and sonar coverage

Change-Id: I527f4bc38d3b4e1005d38e3a2584fa730857425d
Issue-ID: SDC-1313
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoFix pom 15/48915/1
Stone, Avi (as206k) [Thu, 24 May 2018 11:25:37 +0000 (14:25 +0300)]
Fix pom

Update pom app name

Change-Id: Ie118a6441359196ca81c2d0f93ff9e12b553dc5a
Issue-ID: SDC-1313
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoFix for OOM and Helm 63/48663/1
Areli, Fuss (af732p) [Wed, 23 May 2018 10:54:07 +0000 (13:54 +0300)]
Fix for OOM and Helm

Fix for OOM and Helm

Change-Id: Ie1312a0035a5f82f232bcfd14d0b5a6a8f513e57
Issue-ID: SDC-1361
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
5 years agoUpgrade dt-be-main 37/48637/1
Stone, Avi (as206k) [Wed, 23 May 2018 08:21:11 +0000 (11:21 +0300)]
Upgrade dt-be-main

Update sources for dcae-dt-be-main to latest version

Change-Id: I3d58a2dc32611c0ca90f1c97e1294a17d5748623
Issue-ID: SDC-1359
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoFix file name 55/48455/1
Areli, Fuss (af732p) [Tue, 22 May 2018 09:42:37 +0000 (12:42 +0300)]
Fix file name

Fix truststore file name

Change-Id: I7c16594753dcd74a6e1332e11312590482f7e52b
Issue-ID: SDC-1354
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
5 years agoMerge "fix pom"
Michael Lando [Mon, 21 May 2018 13:04:01 +0000 (13:04 +0000)]
Merge "fix pom"

5 years agofix pom 91/48291/1
Areli, Fuss (af732p) [Thu, 17 May 2018 17:15:19 +0000 (20:15 +0300)]
fix pom

Add clean

Change-Id: I0f40bd987fa4941b013092c9cbc1ab332a46b9a2
Issue-ID: SDC-1339
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
5 years agofix pom 73/48273/1
Areli, Fuss (af732p) [Thu, 17 May 2018 17:15:19 +0000 (20:15 +0300)]
fix pom

Change-Id: I53f7e13f0545a5638cdcb7a5d0587954c068a60d
Issue-ID: SDC-1339
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
5 years agofix pom 81/48081/1
Areli, Fuss (af732p) [Thu, 17 May 2018 17:15:19 +0000 (20:15 +0300)]
fix pom

Change-Id: Ib3f96b1f286c77c978c34c5c523f5d83e14224e1
Issue-ID: SDC-1339
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
5 years agopom fix 75/48075/1
Areli, Fuss (af732p) [Thu, 17 May 2018 16:53:13 +0000 (19:53 +0300)]
pom fix

Change-Id: If3bbd9f8bf578a60a6a2bbd32125217e6ecb3941
Issue-ID: SDC-1339
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
5 years agoFix pom for docker files 37/48037/1
Stone, Avi (as206k) [Thu, 17 May 2018 11:57:16 +0000 (14:57 +0300)]
Fix pom for docker files

Fix poms for docker files so the docker job would run

Change-Id: Ie14e334e1c88689a090c4d5c1ed5da469df85e9b
Issue-ID: SDC-1339
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoFix pom for docker files 25/48025/1
Stone, Avi (as206k) [Thu, 17 May 2018 10:04:39 +0000 (13:04 +0300)]
Fix pom for docker files

Fix poms for docker files so the docker job would run

Change-Id: I630106bc83f098e286f3e83913b064f507cc9294
Issue-ID: SDC-1339
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoAdd docker files 01/48001/1
Stone, Avi (as206k) [Thu, 17 May 2018 07:25:42 +0000 (10:25 +0300)]
Add docker files

Adding docker files so the docker job would run

Change-Id: I7db917d261d480e28a51ff222f12422803b395e8
Issue-ID: SDC-1339
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoFix pom.xml 95/47795/1
Stone, Avi (as206k) [Wed, 16 May 2018 10:36:16 +0000 (13:36 +0300)]
Fix pom.xml

Change version for property for project version to 1.2.0-SNAPSHOT

Change-Id: Ic066a16b1e69b9ccdd7ed21eef592dfcae78f954
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoFix pom.xml 89/47389/1
Stone, Avi (as206k) [Mon, 14 May 2018 11:14:30 +0000 (14:14 +0300)]
Fix pom.xml

Change pom version according to ONAP versioning

Change-Id: If057a4eb0caff455a427ab965a15f0fd47d7d817
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoFix pom.xml 81/47381/1
Stone, Avi (as206k) [Mon, 14 May 2018 10:35:06 +0000 (13:35 +0300)]
Fix pom.xml

Change pom version according to ONAP versioning

Change-Id: Id5f2c0960f2deaeca9d38655c12898d7013f41c5
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoFix pom.xml 11/47311/1
Stone, Avi (as206k) [Sun, 13 May 2018 10:08:20 +0000 (13:08 +0300)]
Fix pom.xml

Change pom version according to ONAP versioning

Change-Id: If3616e9f7899ddb638af10a31ca6ba27addab82a
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoFix pom.xml 09/47309/2
Stone, Avi (as206k) [Sun, 13 May 2018 09:47:17 +0000 (12:47 +0300)]
Fix pom.xml

Change pom version according to ONAP versioning

Change-Id: Icf4a911e5c39adfbb217cd0267c60e06ee9da031
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoFix pom.xml 63/47063/2
Stone, Avi (as206k) [Thu, 10 May 2018 14:43:27 +0000 (17:43 +0300)]
Fix pom.xml

Change pom version according to ONAP versioning

Change-Id: I848ab566908c768f343f35baf507626496273d3a
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoFix pom.xml 71/47071/2
Stone, Avi (as206k) [Thu, 10 May 2018 15:22:39 +0000 (18:22 +0300)]
Fix pom.xml

Change pom version according to ONAP versioning

Change-Id: I2cecbebb11040a690335947aaddad8d3c2f7afd1
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoRemove AT&T License 29/46829/1
Stone, Avi (as206k) [Wed, 9 May 2018 13:10:06 +0000 (16:10 +0300)]
Remove AT&T License

Remove AT&T License from source files

Change-Id: I409c195b373882dee4b2a84f109cc8f821f97f23
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
5 years agoFix pom.xml file 49/46549/1
Stone, Avi (as206k) [Tue, 8 May 2018 08:51:10 +0000 (11:51 +0300)]
Fix pom.xml file

Add repository and distribution management, Remove att nexus references, add nexus.proxy property

Change-Id: I51ca6fd310d0b36b9749e6d22416fc12b12e4711
Issue-ID: SDC-1313
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
6 years agoHEADER MESSAGE FOR COMMIT 09/43009/1
Stone, Avi (as206k) [Mon, 16 Apr 2018 10:36:42 +0000 (13:36 +0300)]
HEADER MESSAGE FOR COMMIT

BODY MESSAGE FOR COMMIT

Change-Id: I31ec87ae5dc451123e385b3346de649ff7693881
Issue-ID: SDC-1233
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
6 years agoDCAE-D be initial commit 91/42491/1
Stone, Avi (as206k) [Thu, 12 Apr 2018 12:46:31 +0000 (15:46 +0300)]
DCAE-D be initial commit

DCAE-D be initial commit

Issue-ID: SDC-1218

Change-Id: Id18ba96c499e785aa9ac395fbaf32d57f08c281b
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
6 years agoInitial empty repository
Jessica Wagantall [Fri, 23 Feb 2018 21:24:50 +0000 (21:24 +0000)]
Initial empty repository