blob: 26c9133f1d9b29529e4f66fd3f04b93d0c922cbd [file] [log] [blame]
maximessone6b4d272019-10-31 13:26:13 +01001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
elinuxhenrik0a4c38b2020-04-14 10:59:36 +02003.. Copyright (C) 2020 Nordix
maximessone6b4d272019-10-31 13:26:13 +01004
5Installation Guide
6==================
7
8.. contents::
9 :depth: 3
10 :local:
11
12Abstract
13--------
14
maximessoneaaee912020-03-26 16:43:27 +010015This document describes how to install the Non-RT RIC SDNC A1 Controller, its dependencies and required system resources.
maximessone6b4d272019-10-31 13:26:13 +010016
maximessoneaaee912020-03-26 16:43:27 +010017This work is in progress. Please visit the `api-docs page`_ for more information about the SDNC A1 Controller and the Policy Agent.
maximesson780b2bf2019-11-12 16:09:02 +010018
19.. _api-docs page: ./api-docs.html
maximessone6b4d272019-10-31 13:26:13 +010020
maximessoneaaee912020-03-26 16:43:27 +010021Installation
22------------
23
24Download the SDNC repo:
25
26 git clone "https://gerrit.o-ran-sc.org/r/nonrtric"
27
28The SDNC A1 Controller could be found in this repo.
29
30Build SDNC project:
31
32 Enter into the sdnc-a1-controller project, northbound and oam project will located there.
33
34 cd sdnc-a1-controller
35
36 Build northbound project with command:
37
38 mvn clean install -Dmaven.test.skip=true
39
40 Build oam project with command:
41
42 mvn clean install -Dmaven.test.skip=true -P docker
43
44 Enter into this directory:
45
46 cd nonrtric/sdnc-a1-controller/oam/installation/src/main/yaml
47
48 and run the command:
49
50 MTU=1500 docker-compose up a1-controller
51
maximessone6b4d272019-10-31 13:26:13 +010052Version history
maximessoneaaee912020-03-26 16:43:27 +010053---------------
maximessone6b4d272019-10-31 13:26:13 +010054
55+--------------------+--------------------+--------------------+--------------------+
56| **Date** | **Ver.** | **Author** | **Comment** |
57| | | | |
58+--------------------+--------------------+--------------------+--------------------+
maximesson780b2bf2019-11-12 16:09:02 +010059| 2019-11-12 | 0.1.0 | Maxime Bonneau | First draft |
maximessone6b4d272019-10-31 13:26:13 +010060| | | | |
61+--------------------+--------------------+--------------------+--------------------+
maximessoneaaee912020-03-26 16:43:27 +010062| 2020-03-24 | 0.1.1 | Maxime Bonneau | Second draft |
maximessone6b4d272019-10-31 13:26:13 +010063| | | | |
64+--------------------+--------------------+--------------------+--------------------+
65| | 1.0 | | |
66| | | | |
67| | | | |
68+--------------------+--------------------+--------------------+--------------------+
69
70
maximessone6b4d272019-10-31 13:26:13 +010071