wahidw | d909bf0 | 2019-11-12 12:59:05 +0000 | [diff] [blame] | 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 | |
wahidw | d909bf0 | 2019-11-12 12:59:05 +0000 | [diff] [blame] | 20 | Installation Guide |
| 21 | ================== |
| 22 | |
| 23 | .. contents:: |
| 24 | :depth: 3 |
| 25 | :local: |
| 26 | |
wahidw | d909bf0 | 2019-11-12 12:59:05 +0000 | [diff] [blame] | 27 | Introduction |
| 28 | ------------ |
wahidw | 6ddad90 | 2020-04-01 16:39:15 +0000 | [diff] [blame] | 29 | Routing Manager is a basic platform service of RIC. It is responsible for distributing routing policies to other platform components and xApps. |
wahidw | d909bf0 | 2019-11-12 12:59:05 +0000 | [diff] [blame] | 30 | |
wahidw | 6ddad90 | 2020-04-01 16:39:15 +0000 | [diff] [blame] | 31 | Installation of routing manager in a k8s environment |
| 32 | ==================================================== |
wahidw | d909bf0 | 2019-11-12 12:59:05 +0000 | [diff] [blame] | 33 | |
wahidw | 6ddad90 | 2020-04-01 16:39:15 +0000 | [diff] [blame] | 34 | This deployment guide is for testing routing manager in actual k8s environment. |
wahidw | d909bf0 | 2019-11-12 12:59:05 +0000 | [diff] [blame] | 35 | |
wahidw | 6ddad90 | 2020-04-01 16:39:15 +0000 | [diff] [blame] | 36 | .. include:: ./installation-guide-rtmgr-as-pod.rst |
wahidw | d909bf0 | 2019-11-12 12:59:05 +0000 | [diff] [blame] | 37 | |
wahidw | d909bf0 | 2019-11-12 12:59:05 +0000 | [diff] [blame] | 38 | |
wahidw | 6ddad90 | 2020-04-01 16:39:15 +0000 | [diff] [blame] | 39 | Installation of routing manager in a standalone linux machine |
| 40 | ============================================================= |
wahidw | d909bf0 | 2019-11-12 12:59:05 +0000 | [diff] [blame] | 41 | |
wahidw | 6ddad90 | 2020-04-01 16:39:15 +0000 | [diff] [blame] | 42 | This deployment guide will be useful for development purposes |
wahidw | d909bf0 | 2019-11-12 12:59:05 +0000 | [diff] [blame] | 43 | |
wahidw | 6ddad90 | 2020-04-01 16:39:15 +0000 | [diff] [blame] | 44 | .. include:: ./installation-guide-rtmgr-as-exe.rst |
wahidw | d909bf0 | 2019-11-12 12:59:05 +0000 | [diff] [blame] | 45 | |