RIC:1060: Change in PTL
[ric-plt/rtmgr.git] / docs / installation-guide.rst
1 ..
2 ..  Copyright (c) 2019 AT&T Intellectual Property.
3 ..  Copyright (c) 2019 Nokia.
4 ..
5 ..  Licensed under the Creative Commons Attribution 4.0 International
6 ..  Public License (the "License"); you may not use this file except
7 ..  in compliance with the License. You may obtain a copy of the License at
8 ..
9 ..    https://creativecommons.org/licenses/by/4.0/
10 ..
11 ..  Unless required by applicable law or agreed to in writing, documentation
12 ..  distributed under the License is distributed on an "AS IS" BASIS,
13 ..  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ..
15 ..  See the License for the specific language governing permissions and
16 ..  limitations under the License.
17 ..
18
19
20 Installation Guide
21 ==================
22
23 .. contents::
24    :depth: 3
25    :local:
26
27 Introduction
28 ------------
29 Routing Manager is a basic platform service of RIC. It is responsible for distributing routing policies to other platform components and xApps.
30
31 Installation of routing manager in a k8s environment
32 ====================================================
33
34 This deployment guide is for testing routing manager in actual k8s environment.
35
36 .. include:: ./installation-guide-rtmgr-as-pod.rst
37
38
39 Installation of routing manager in a standalone linux machine
40 =============================================================
41
42 This deployment guide will be useful for development purposes
43
44 .. include:: ./installation-guide-rtmgr-as-exe.rst
45