| marchettim | b317682 | 2017-11-07 21:04:31 +0200 | [diff] [blame] | 1 | # OSM on kubernetes |
| 2 | |
| 3 | ## Proposer ## |
| 4 | Michael Marchetti (Sandvine) |
| 5 | |
| 6 | ## Type ## |
| 7 | **Feature** |
| 8 | |
| 9 | ## Target MDG/TF ## |
| 10 | all MDG's |
| 11 | |
| 12 | ## Description ## |
| 13 | The OSM installer currently asssumes it will be installed on a host (or VM). The MDG |
| 14 | components/services are deployed in separate lxc containers. A Release4 directive is to simplify |
| 15 | the install process. Moving to docker containers will help with this strategy as the MDG images |
| 16 | that are built and tested in the CI pipeline can be installed directly without having to go through |
| 17 | a long term install process. Subsequently, the docker OSM components now need to be orchestrated |
| 18 | with one another (UI<->SO<->RO, etc), and utilizing kubernetes will simplify this. |