blob: 155082f76af137c92ad1e246c1b091fc4b15f651 [file] [log] [blame]
ajayd19711c2021-12-07 12:07:04 -08001Configuration Overview
2======================
ajay60fd69f2021-11-23 22:38:10 -08003
ajay2c0f6f42021-12-02 22:45:19 -08004Reference helm chart
5--------------------
ajay60fd69f2021-11-23 22:38:10 -08006
ajay2c0f6f42021-12-02 22:45:19 -08007 - `SD-Core Helm Chart Repository <https://gerrit.opencord.org/admin/repos/sdcore-helm-charts>`_
8
9Configuration Methods
10---------------------
11SD-Core supports 2 ways to configure network functions and micro services.
12
13 - Helm Chart
14
15 - Each individual network function and microservice has its own helm chart.
16 - User needs to provide override values and deploy the network functions as per their need.
17
18 - REST Config Interface
19
20 - Basic static configuration is passed through helm chart
21 - Dynamic slice creation APIs are provided through REST interface.
22 - REST APIs are defined to create/modify/delete network slice.
23 - REST APIs are also provided to provision subscribers and grouping the subscribers under device Group.
24
ajayec9bb9d2021-12-08 00:03:36 -080025Configuration Steps
26-------------------
Vijaya Rani59a17832021-12-03 19:27:41 +053027This Configuration describes what to configure at high level from RoC/SIMAPP. ConfigPod stores this configuration
ajayec9bb9d2021-12-08 00:03:36 -080028and publish to respective clients over REST/grpc.
ajay2c0f6f42021-12-02 22:45:19 -080029
ajayec9bb9d2021-12-08 00:03:36 -080030 - Step1 : Provision subscriber in 4G/5G subsystem
ajay2c0f6f42021-12-02 22:45:19 -080031
ajayec9bb9d2021-12-08 00:03:36 -080032 - This step is used to configure IMSI in the SD-Core
33 - This procedure is used to configure security keys for a subscriber
34 - Subscribers can be created during system startup or later
35
36 - Step2 : Device Group Configuration
37
38 - Group multiple devices under device group
39 - Configure QoS for the device group
40 - Configure IP domain configuration for the device group e.g. MTU, IP Pool, DNS server
41
42
43 - Step3: Network Slice Configuration
44
45 - Configuration to create a Network Slice
46 - Add device Group into Network Slice
47 - Slice contains the Slice level QoS configuration
Vijaya Rani59a17832021-12-03 19:27:41 +053048 - Site configuration including UPF, eNBs/gNBs assigned to the slice
ajay87945292021-12-08 00:52:00 -080049 - Applications allowed to be accessed by this slice (see :ref:`application-filtering`)
Vijaya Rani59a17832021-12-03 19:27:41 +053050
Vijaya Rani59a17832021-12-03 19:27:41 +053051