summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
PatrikBuhr [Mon, 9 Nov 2020 12:42:09 +0000 (13:42 +0100)]
Bugfix, GET policy V2
Did not return transient flag.
Improved somew unittests
Skipped unwanted service callback when RIC is removed
Change-Id: I3ca3be5d4592c2a1b31d3b1a23fe601d1d3f85a2
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
PatrikBuhr [Fri, 6 Nov 2020 11:07:28 +0000 (12:07 +0100)]
Added support for using HTTP proxy
A HTTP proxy may be used to access NearRT-RICs
For other HTTP acces; Consul; DMAAP, local, and R-APP callbacks no proxy is used.
Change-Id: Ibc3ed8bada76cafb23323bf03b28a9876bed60eb
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
PatrikBuhr [Wed, 4 Nov 2020 12:48:27 +0000 (13:48 +0100)]
Bugfix path elements containing dot
Springboot trunkates last URL path element if it contains a dot '.'.
This is a workaround.
Change-Id: I1ae4139468a2669bfd6e33ae9eff88b2fc2a2004
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
PatrikBuhr [Tue, 3 Nov 2020 11:44:55 +0000 (12:44 +0100)]
Minor API changes
The callback registerred at service registration is formalized, documented and
tested.
Change-Id: Idb135ddcec1862da486c4abd287fd5c7a757d8eb
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Dan Timoney [Mon, 2 Nov 2020 16:00:33 +0000 (11:00 -0500)]
Update tags to comply with ONAP naming standards
Updated tag version to comply with ONAP naming standards
Issue-ID: CCSDK-2963
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I654396e52baf4fc940bb43bb2e6fff357e3f2143
KAPIL SINGAL [Wed, 28 Oct 2020 13:18:45 +0000 (13:18 +0000)]
Merge "Improved validation of parameters for putPolicy in the NBI"
ecaiyanlinux [Tue, 27 Oct 2020 19:40:57 +0000 (20:40 +0100)]
Remove code for sdnc onap controller
sdnc onap controller is dismissed
rename SdncOscA1Client to CcsdkA1AdapterClient
rename SdncJsonHelper to A1AdapterJsonHelper
update comments accordingly
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-2502
Change-Id: If525dab599f9fd28203e85dcd57c010c67e20a8b
PatrikBuhr [Wed, 28 Oct 2020 08:55:53 +0000 (09:55 +0100)]
Improved validation of parameters for putPolicy in the NBI
Change-Id: I6aab3b8415986c48a111304df153b4c44586fcbf
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
PatrikBuhr [Thu, 22 Oct 2020 08:51:21 +0000 (10:51 +0200)]
Added support for policy status notifications
Revised the version 2 of the component NBI
Change-Id: I06571bfaa47ea3098ef71ce271e710a45b2d96e3
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
PatrikBuhr [Fri, 7 Aug 2020 07:15:10 +0000 (09:15 +0200)]
Added support for ORAN A1-P Version 2.0
Change-Id: I82a00dced95b76c97bf93c61a65a8c9d8157a00f
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
KAPIL SINGAL [Mon, 19 Oct 2020 13:37:02 +0000 (13:37 +0000)]
Merge "Made DmaapMessageConsumer asynchronuous"
PatrikBuhr [Wed, 14 Oct 2020 12:14:06 +0000 (14:14 +0200)]
Made DmaapMessageConsumer asynchronuous
Change-Id: Ib3d4951f3f9b2061353b5e50f427559a3781b10e
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
elinuxhenrik [Tue, 13 Oct 2020 14:39:13 +0000 (16:39 +0200)]
Add A1 Adapter API documentation
Change-Id: Id19e858c67681b781871169ef79da5edf48c5cb2
Issue-ID: CCSDK-2833
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
KAPIL SINGAL [Mon, 12 Oct 2020 13:14:11 +0000 (13:14 +0000)]
Merge "Cleanup of PMS pom"
elinuxhenrik [Mon, 12 Oct 2020 08:11:31 +0000 (10:11 +0200)]
Cleanup of PMS pom
Change-Id: Ibdfd362a15685488450c432ac7c24cdd1a6ec21b
Issue-ID: CCSDK-2502
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
PatrikBuhr [Mon, 12 Oct 2020 07:59:34 +0000 (09:59 +0200)]
Improvent of usage of AsynchRestClient
Change-Id: I34ce159abacde85cfe7631402491e457d30c7097
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
ecaiyanlinux [Sun, 11 Oct 2020 21:16:10 +0000 (23:16 +0200)]
Fix a compilation error
Jenkins job is failing due to a compilation error
RicSynchronizationTask is refactored in another commit
for improvement of AsynchRestClient
This place needs update too
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-2699
Change-Id: Icc806d48ed1dec6b05c99016a1e2207f52cbbdbd
KAPIL SINGAL [Fri, 9 Oct 2020 13:23:34 +0000 (13:23 +0000)]
Merge "Improvent of AsynchRestClient"
KAPIL SINGAL [Fri, 9 Oct 2020 13:22:46 +0000 (13:22 +0000)]
Merge "Add documentation for PMS"
PatrikBuhr [Thu, 8 Oct 2020 14:55:03 +0000 (16:55 +0200)]
Improvent of AsynchRestClient
Previously, the cert and the trust databases was
read each time a AsynchRestClient was created.
Now, they are only read once.
This has performance impact.
Change-Id: I7a480a64542187d79ffc2ee7427e0140f45afadc
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
elinuxhenrik [Thu, 8 Oct 2020 12:36:37 +0000 (14:36 +0200)]
Add documentation for PMS
Change-Id: I4b496142f1c21edd9a044b76d35592ba2ec8c083
Issue-ID: CCSDK-2833
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
PatrikBuhr [Mon, 5 Oct 2020 11:12:43 +0000 (13:12 +0200)]
Removing all policies from RIC when removed from configuration
Change-Id: I9f47f7369eef021b8d2a7e3fb73c4fc432fe7f56
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Singal, Kapil (ks220y) [Wed, 7 Oct 2020 16:59:08 +0000 (12:59 -0400)]
Update doc references
Issue-ID: CCSDK-2833
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ibca8de76576e03e32a6af1006768c6813ca91556
elinuxhenrik [Thu, 1 Oct 2020 08:52:59 +0000 (10:52 +0200)]
Use redoc for api docs
Change-Id: Ia530424154226698aad6c1498c90eadf23efdea0
Issue-ID: CCSDK-2833
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
KAPIL SINGAL [Tue, 6 Oct 2020 16:19:31 +0000 (16:19 +0000)]
Merge "Add support for sphinx-tabs"
Jessica Wagantall [Mon, 5 Oct 2020 21:12:43 +0000 (14:12 -0700)]
Add support for sphinx-tabs
sphinx-tabs seem to be needed as part
of the requirements.
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I4041972eff7e00bc788d04651e07ba2a4ac72fc5
PatrikBuhr [Mon, 5 Oct 2020 11:30:22 +0000 (13:30 +0200)]
Generated api/api_generated.json
Change-Id: I22142f7752dd3876a689742af17caaf74c13f349
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Singal, Kapil (ks220y) [Sun, 4 Oct 2020 03:27:25 +0000 (23:27 -0400)]
Updating Sphinx version as docs failing
Issue-ID: CCSDK-2833
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I0b603ea4db2cbcf2494881a86941a511dc195dea
Jessica Wagantall [Thu, 1 Oct 2020 23:20:24 +0000 (16:20 -0700)]
Update conf.py
Remove comment
use add_css_file to import their
ribbon.css
Issue-ID: CCSDK-2833
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ifff696e96b7279bea63f2b75c84238a94c0e2fc0
Singal, Kapil (ks220y) [Tue, 29 Sep 2020 17:02:36 +0000 (13:02 -0400)]
Removing un-necessary tox.ini
Issue-ID: CCSDK-2833
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I9bef522e701af8ce4a09b4459875fadceac0cf5a
elinuxhenrik [Tue, 22 Sep 2020 13:49:25 +0000 (15:49 +0200)]
Add Developer guide to documentation
Change-Id: I960370076653737b9d2892ce657015cd5f8025ea
Issue-ID: CCSDK-2833
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Jessica Wagantall [Thu, 6 Feb 2020 21:25:49 +0000 (13:25 -0800)]
Add ccsdk-oran docs configuration
Example of how this changeset was created.
includes link to documentation:
https://gist.github.com/Aricg/
bf95ef40c542ba211be8771e88e6f410
Merging this will create
https://onap-ccsdk-oran.readthedocs.io
Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I509302cf10fd03d5be93d3f1a8dd5609602bc76b
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
elinuxhenrik [Wed, 23 Sep 2020 08:16:14 +0000 (10:16 +0200)]
Fix blueprints after removing Sonar issues
Change-Id: I120b1646fd43ba74488366e8bd41474191533413
Issue-ID: CCSDK-2604
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
elinuxhenrik [Wed, 23 Sep 2020 12:42:38 +0000 (14:42 +0200)]
Add master_index reference to documentation
Change-Id: I8b04702c9bcd57a4db4b3927b1b49b06e26865e0
Issue-ID: CCSDK-2833
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
elinuxhenrik [Tue, 22 Sep 2020 13:48:10 +0000 (15:48 +0200)]
Fix documentation configuration
Change-Id: Icf6eaa2c951a04c15d457a1f51fa98661a226f2b
Issue-ID: CCSDK-2833
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
elinuxhenrik [Mon, 21 Sep 2020 08:11:08 +0000 (10:11 +0200)]
Add documentation configuration
Change-Id: I6a1bcd9829c024b5a6c6f1dd55a095a19d020028
Issue-ID: CCSDK-2833
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
KAPIL SINGAL [Thu, 17 Sep 2020 13:54:26 +0000 (13:54 +0000)]
Merge "Remove Sonar issues"
elinuxhenrik [Thu, 10 Sep 2020 10:46:50 +0000 (12:46 +0200)]
Remove Sonar issues
Change-Id: I4e9b737e110f83a32512c3f5f98bf1a784e6c5ee
Issue-ID: CCSDK-2604
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Dan Timoney [Tue, 15 Sep 2020 15:28:06 +0000 (11:28 -0400)]
Roll to initial Honolulu release
Roll to initial Honolulu release version
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I1a97a62f0ec2ac7da7fa3cd093cd102f77ff9f3e
Dan Timoney [Thu, 10 Sep 2020 14:26:34 +0000 (10:26 -0400)]
Release M4 version of ccsdk/oran
Release M4 version of ccsdk/oran
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib55a2ff50a25a8911cf4c16c49be40324c107b1a
Dan Timoney [Thu, 10 Sep 2020 12:27:56 +0000 (08:27 -0400)]
Update to use released parent poms
Update ccsdk/oran to use released version of parent poms in preparation
for release build. This is needed because ccsdk-oran Jenkins job is
set up to use maven version plugin to roll version, instead of simply
removing all occurrences of '-SNAPSHOT' in pom.xmls before doing staging
build. Jenkins job should be changed not to use version plugin so that
in the future we don't have to change parent pom version before release
build.
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib51168dab3d1585b12043a3ac4979422428333a7
RehanRaza [Wed, 9 Sep 2020 11:07:37 +0000 (13:07 +0200)]
Change to logging.file.name in policy-management-service
application.log not found in container.
logging.file is deprecated in latest version of spring-boot-parent.
Use logging.file.name instead.
Change-Id: Icdb0f72f7b4d0647346b331eb4a972165aac4788
Issue-ID: CCSDK-2741
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
KAPIL SINGAL [Fri, 4 Sep 2020 13:10:09 +0000 (13:10 +0000)]
Merge "Non Root user to access the log file"
Singal, Kapil (ks220y) [Thu, 3 Sep 2020 20:24:57 +0000 (16:24 -0400)]
Fixing and Refactoring POM's
Adding missing xml tag and parent pom referencing
Issue-ID: CCSDK-2730
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I2fa6eb3aea80480452122a62b417a2e944732645
Lathish [Thu, 3 Sep 2020 18:06:23 +0000 (19:06 +0100)]
Non Root user to access the log file
Issue-ID: CCSDK-2622
Change-Id: Ie1963510c0ba61620ada23345a35ae430ca0bbf1
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
KAPIL SINGAL [Thu, 3 Sep 2020 15:36:33 +0000 (15:36 +0000)]
Merge "Add version.properties"
ecaiyanlinux [Thu, 3 Sep 2020 08:48:36 +0000 (10:48 +0200)]
Add version.properties
ccsdk-oran-maven-docker-stage-master job is failing due to missing version.properties
Add version.properties to fix jenkins job
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-2699
Change-Id: I5cc8c8f4df1a9b6c49fe8a8b7730f6bfa0cee6d4
Dan Timoney [Thu, 3 Sep 2020 14:10:13 +0000 (10:10 -0400)]
Update lifecycle state
Update lifecycle state to Mature
Issue-ID: CCSDK-2660
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I192499b23903f898e2caec259cee0cb615941a6e
Dan Timoney [Tue, 1 Sep 2020 18:29:19 +0000 (18:29 +0000)]
Merge "Fixing instable test"
elinuxhenrik [Tue, 1 Sep 2020 07:54:27 +0000 (09:54 +0200)]
Remove Sonar issues
Change-Id: I237379f7cb8043abaf75870312412a6302c9705a
Issue-ID: CCSDK-2604
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
PatrikBuhr [Tue, 1 Sep 2020 04:41:16 +0000 (06:41 +0200)]
Fixing instable test
The testcase in question should wait util the available so that the
data synchronization does not iterfere.
Change-Id: I152bb5db25cb7d55a0c677595027ef72577f84c0
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
PatrikBuhr [Mon, 31 Aug 2020 12:02:27 +0000 (14:02 +0200)]
Fixed so that ApplicationTest(s) is run by mvn test
For some reason 'mvn test' skips tests in files named ApplicationTestV1 and ApplicationTestV2
They are renamed, and moved to controllers.
Change-Id: I9563f1dcc5ffce98be1b744159fd4a75d3992b19
Issue-ID: CCSDK-2502
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
highstreetherbert [Thu, 27 Aug 2020 18:35:40 +0000 (20:35 +0200)]
move a1-adapter to actual ccsdk/odlsli 1.0.1-SNAPSHOT dependencies
Issue-ID: SDNC-1336
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: I71bc5f949914739df2f7696424e3330df278164e
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
KAPIL SINGAL [Thu, 27 Aug 2020 12:43:12 +0000 (12:43 +0000)]
Merge "DMAAP Improvements"
KAPIL SINGAL [Thu, 27 Aug 2020 12:41:50 +0000 (12:41 +0000)]
Merge "Some improvements if NBI V2.0"
PatrikBuhr [Tue, 25 Aug 2020 12:55:35 +0000 (14:55 +0200)]
DMAAP Improvements
When a syntactically incorrect DMAAP is receiced, a response is generated
to simplify trouble shooting.
Change-Id: I949df0c13e056fa5713a4af6dfc870e1b7078c0a
Issue-ID: CCSDK-2498
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
KAPIL SINGAL [Wed, 26 Aug 2020 13:33:28 +0000 (13:33 +0000)]
Merge "Set SureFire plugin version to make tests work"
elinuxhenrik [Wed, 26 Aug 2020 12:04:17 +0000 (14:04 +0200)]
Set SureFire plugin version to make tests work
When the SureFire plugin version is not set to 2.22.2 the tests are not
started.
Change-Id: Iaface367461187ba2a9068b2c8d8bcbca031d404
Issue-ID: CCSDK-2502
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
PatrikBuhr [Fri, 21 Aug 2020 09:35:17 +0000 (11:35 +0200)]
Some improvements if NBI V2.0
Improved generated swagger API.
Furter alignments to https://opensource.zalando.com/restful-api-guidelines/#118
Improved unitttest for faulty JSON in configuration.
Changed names: "NonRT-RIC" to "Non-RT RIC" and "NearRT-RIC" to "Near-RT RIC"
Change-Id: I4ca0d45605a770b5c33e34019671e088e3fe979d
Issue-ID: CCSDK-2498
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Lathish [Thu, 20 Aug 2020 08:59:39 +0000 (09:59 +0100)]
Added additional log information
Issue-ID: CCSDK-2604
Change-Id: I3b6e9759a9a31d694bc0ba488cd1d2dfb9bcfdb5
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
elinuxhenrik [Mon, 24 Aug 2020 12:18:33 +0000 (14:18 +0200)]
Fix Sonar issues
Change-Id: I868d22847853ba7646164c2234b608ec319085ab
Issue-ID: CCSDK-2502
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
elinuxhenrik [Mon, 24 Aug 2020 11:30:10 +0000 (13:30 +0200)]
Update parent pom version and clean up
Change-Id: Idcc109e431bcf1bdd1f38fbe7939fcc93000ef45
Issue-ID: CCSDK-2502
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Dan Timoney [Thu, 20 Aug 2020 11:56:16 +0000 (11:56 +0000)]
Merge "REST Style alignment for A1 Policy Management"
PatrikBuhr [Tue, 11 Aug 2020 07:24:25 +0000 (09:24 +0200)]
REST Style alignment for A1 Policy Management
Created a structure for support of different NBI APIs.
A version 2 is started, which introduces changes initiated by
reviews and aligns to https://opensource.zalando.com/restful-api-guidelines/#118
More alignment will be done in later commits.
Issue-ID: CCSDK-2498
Change-Id: I810ecce79b5e2462cc77a1c2e7c638fbc6d54774
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Lathish [Wed, 19 Aug 2020 14:26:41 +0000 (15:26 +0100)]
Update Sli Version to release version
Set DG response to A1 response
Issue-ID: CCSDK-2604
Change-Id: I6b3f5e80e452fd754f8157336b795dbc2d40e586
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
Lathish [Fri, 14 Aug 2020 16:18:05 +0000 (17:18 +0100)]
Add A1 implementation
Issue-ID: CCSDK-2604
Change-Id: Iad40153e7a8a0468c4512ae284de47cf42ee31bd
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
Lathish [Thu, 6 Aug 2020 09:19:33 +0000 (10:19 +0100)]
Initial A1 adapter api implmentation
Issue-ID: CCSDK-2604
Change-Id: If946b4f0cc92410e6b903928fd9cb2fd79996dc3
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
RehanRaza [Mon, 3 Aug 2020 13:56:03 +0000 (15:56 +0200)]
Add seed code for A1 policy management service
Change-Id: I4925a613a85b182aab6d78dafd55ec333acba49d
Issue-ID: CCSDK-2617
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
Dan Timoney [Fri, 31 Jul 2020 12:33:27 +0000 (12:33 +0000)]
Merge "Add the A1 Adapter API"
Lathish [Thu, 30 Jul 2020 14:52:12 +0000 (15:52 +0100)]
Add the A1 Adapter API
Restructed the repo's
Issue-ID: CCSDK-2581
Change-Id: Idb4062cf32d3e55b9c93829e51f67c83842a125e
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
elinuxhenrik [Thu, 30 Jul 2020 13:42:23 +0000 (15:42 +0200)]
Add the Policy Management Service API
Change-Id: I1c816846ebc2d459d0619550c6e127735652d076
Issue-ID: CCSDK-2597
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
elinuxhenrik [Wed, 22 Jul 2020 14:41:17 +0000 (16:41 +0200)]
Add component structure + initial pom files
Change-Id: I232d08c675cce1f70343f5d3ec541bf9a2a73f0e
Issue-ID: CCSDK-2597
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Dan Timoney [Mon, 27 Jul 2020 19:22:23 +0000 (19:22 +0000)]
Merge "Add initial files to repo"
elinuxhenrik [Wed, 22 Jul 2020 12:38:08 +0000 (14:38 +0200)]
Add initial files to repo
Change-Id: Ib68bedaa653ce898f7f68f89c43518e56996f381
Issue-ID: CCSDK-2595
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
LF Jenkins CI [Tue, 21 Jul 2020 16:59:05 +0000 (16:59 +0000)]
Automation adds INFO.yaml
Issue-ID: CIMAN-33
Change-Id: Ibd8b9b9e9ac69434e200a451fbf231fb048aac6b
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
LF Jenkins CI [Tue, 21 Jul 2020 16:58:51 +0000 (16:58 +0000)]
Automation adds .gitreview
Issue-ID: CIMAN-33
Change-Id: I5e8ec8d0888649341c7ffa1c0cdfb7bee73b6957
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
LF Jenkins CI [Tue, 21 Jul 2020 16:58:36 +0000 (16:58 +0000)]
Initial empty repository