ric-app/mc.git
4 years agoCleanup old CI directory, add notes 43/1643/1
E. Scott Daniels [Mon, 18 Nov 2019 13:46:03 +0000 (08:46 -0500)]
Cleanup old CI directory, add notes

The changes made to move the CI/CD related files from a common
ci directory at the top level eliminate the need for that ci
directory at the repo root.  The files in the directory have been
removed (subsequent clones should not create the directory).

Additionally, a NOTES file has been added at the repo root
for miscellaneous notes. Currently some information about
the CI files maintained in the subdirectories is all it
contains.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I3c72972fa5bd0876512f22ff07aa324366c7d2e7

4 years agoMerge "Remove environment setup from listener dockerfile"
Vlad Shkapenyuk [Thu, 14 Nov 2019 16:32:16 +0000 (16:32 +0000)]
Merge "Remove environment setup from listener dockerfile"

4 years agoAdded overview file to documentation 75/1575/2
vlad shkapenyuk [Wed, 13 Nov 2019 21:45:08 +0000 (16:45 -0500)]
Added overview file to documentation

Signed-off-by: vlad shkapenyuk <vshkap@research.att.com>
Change-Id: I02100a096d8254bc37e353d7160688a3a05dfb16

4 years agoRemove environment setup from listener dockerfile 99/1599/1
E. Scott Daniels [Thu, 14 Nov 2019 14:35:10 +0000 (09:35 -0500)]
Remove environment setup from listener dockerfile

The dockerfile for the lisener image now uses a project
image which includes the necessary NNG and RMR libraries
and thus does not need to build them.  The invocation of
the build script to create these libraries was not remvoed
from the docker file when the project image was added.

This change removes the copy and execution of the script
from the dockerfile.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I15735813d37debc014657a358aa2b2fad319da49

4 years agoFix docker files 73/1573/1
E. Scott Daniels [Wed, 13 Nov 2019 19:56:12 +0000 (14:56 -0500)]
Fix docker files

The mc-core docker file wasn't referencing a valid image to use
as base, and the listener docker file needed to reference a
legitmate RIC image and pull RMR rather than building NNG and
RMR.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I24d9b00dfb784cc47df4160c3560a5df99d1bd4c

4 years agoMerge "Slight realignment of CI files"
Vlad Shkapenyuk [Wed, 13 Nov 2019 16:09:42 +0000 (16:09 +0000)]
Merge "Slight realignment of CI files"

4 years agoMerge "Change project to ric-app-mc"
Vlad Shkapenyuk [Wed, 13 Nov 2019 15:56:08 +0000 (15:56 +0000)]
Merge "Change project to ric-app-mc"

4 years agoSlight realignment of CI files 66/1566/1
E. Scott Daniels [Wed, 13 Nov 2019 14:11:32 +0000 (09:11 -0500)]
Slight realignment of CI files

To better work with the CI environment, the Dockerfiles and the
container-tag.yaml files will now need to live in the top of
each source directory (e.g. mc-core and sidecars/listener). This
change adds the correct Dockerfile for the listener, and the
tag file for both (the Dockerfile in mc-core was already there
and correct).

The following this change the contents of the ci directory are
likely uneeded, and a separte change will be introduced to
remove any/all which are not necessary.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ie508b1cd4629dca4629a07d48903dc0f6048e262

4 years agoAdd CI to build both images 10/1510/1
E. Scott Daniels [Tue, 12 Nov 2019 14:20:52 +0000 (09:20 -0500)]
Add CI to build both images

This change adds the needed directory structure and config
files under the ci directory to build both the mc-core and
the mc_listener images.  Changes are needed in the ci
management repo to "activate" these, so this is part 1
which sets the stage for the multi-image build.

Also added a brief README at the top level.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ief76d4e1a8811d06464af0d5d158de27bf5b0221

Make core directory name under ci consistent with root source dir

Change-Id: I797c0f6373dd12669a032e619a64dafc1322a401

Add correct tag for mc-core

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I0087ced6c876c3b91ca74f1b6e13a909ab765d4d

Add top level readme

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I0c1eb11d26ab86f0bda1a84256587bc2da460d53

4 years agoChange project to ric-app-mc 09/1509/1
Aric Gardner [Tue, 12 Nov 2019 15:18:42 +0000 (10:18 -0500)]
Change project to ric-app-mc

Remove intersphinx_mapping as it is not used.
add anchor to main index file.

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I127d72ebec4236be78e50169d97139ba08b102ad

4 years agoDocumentation formatting changes 84/1484/1
vlad shkapenyuk [Mon, 11 Nov 2019 22:53:36 +0000 (17:53 -0500)]
Documentation formatting changes

Signed-off-by: vlad shkapenyuk <vshkap@research.att.com>
Change-Id: I9371cecf210533fa544bd34e50adb98235682c33

4 years agoFix missing newline in documentation 83/1483/1
vlad shkapenyuk [Mon, 11 Nov 2019 22:21:14 +0000 (17:21 -0500)]
Fix missing newline in documentation

Signed-off-by: vlad shkapenyuk <vshkap@research.att.com>
Change-Id: I209fd19520e3dadefbce4e8ae981b38b9343e7ae

4 years agoAdding additional KPIs, adding required documentation 78/1478/1
vlad shkapenyuk [Mon, 11 Nov 2019 20:29:31 +0000 (15:29 -0500)]
Adding additional KPIs, adding required documentation

Signed-off-by: vlad shkapenyuk <vshkap@research.att.com>
Change-Id: If4cc7a0bd64a4509ab70908f1094bdee77c1f57d

4 years agoInitial commit of mc-core part of mc xApp codebase 64/1264/1
vlad shkapenyuk [Tue, 29 Oct 2019 14:45:09 +0000 (10:45 -0400)]
Initial commit of mc-core part of mc xApp codebase

Signed-off-by: vlad shkapenyuk <vshkap@research.att.com>
Change-Id: I530783380cff875603a59778a8acd24ffc6ce74b

4 years agoReorganise the sidecars 63/1263/2
E. Scott Daniels [Tue, 29 Oct 2019 13:05:21 +0000 (09:05 -0400)]
Reorganise the sidecars

The sidecar directory formally under src/ is moved to the top level.
The docker file originally at the top level is moved to the listener
directory in the new sidecar directory as it only builds an image
for running the listener.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Idd05de886af1fd5dea587e22ff00d234e49a555c

4 years agoAdd ability to capture raw messages 92/1092/3
E. Scott Daniels [Mon, 7 Oct 2019 19:39:59 +0000 (15:39 -0400)]
Add ability to capture raw messages

The listener will now capture raw messages and write them to
files which we assume a collection agent will gather and
send away to be saved.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I172c34976cf59853f0fb0dd7e0d7912197fdb0de

Add copy to support xdev directories

If the rename of a raw capture file fails with because
src and target are not on the same filesystem, then we
will copy the file.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I378dae46011c5480aecde62d484c98377f39026a

4 years agoInvert the meaning of the -e flag for listener 87/1087/3
E. Scott Daniels [Mon, 7 Oct 2019 20:47:33 +0000 (16:47 -0400)]
Invert the meaning of the -e flag for listener

The -e flog for the listener now disables the extended
header; the extended header will be on by default.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ie80be14681361b549a797a3e20df64fbc20f3184

4 years agoInitial repo population 68/1068/2
E. Scott Daniels [Fri, 4 Oct 2019 13:07:42 +0000 (09:07 -0400)]
Initial repo population

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I2652015adb5c77d0f13a75f9651e249cd0d9634d

5 years agoInitial empty repository
Andrew Grimberg [Tue, 14 May 2019 17:56:23 +0000 (17:56 +0000)]
Initial empty repository