blob: 21891792bc22fbd6fb7ce183ea6d3d490eae857e [file] [log] [blame]
ajay60fd69f2021-11-23 22:38:10 -08001Overview
ajay2c0f6f42021-12-02 22:45:19 -08002========
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
25Configuration
26-------------
27
28 - Network Slice Configuration
29
30 - Configuration to create a slice of network
31 - Slice contains the QoS configuration
32 - Group of devices assigned to network slice
33 - Site configuration including UPF, eNBs/gNB assigned to the slice
34
35 - Device Group Configuration
36
37 - Configuration of group of UEs
38 - QoS required for the device group
39 - IP domain configuration for the group of devices
40
41 - UE Provisioning
42
43 - Configuration of IMSI and its security keys configuration
44
45Sample Configuration
46--------------------
47