Deploy OSM on kubernetes infrastructure 65/5665/4
authormarchettim <mmarchetti@sandvine.com>
Tue, 7 Nov 2017 19:04:31 +0000 (21:04 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Sat, 14 Nov 2020 00:11:38 +0000 (01:11 +0100)
Change-Id: I1105eada8b79fb382bf5b2d7ad304239feacb613

Release4/OSM_on_K8 [new file with mode: 0644]

diff --git a/Release4/OSM_on_K8 b/Release4/OSM_on_K8
new file mode 100644 (file)
index 0000000..37070b4
--- /dev/null
@@ -0,0 +1,18 @@
+# OSM on kubernetes
+
+## Proposer ##
+Michael Marchetti (Sandvine)
+
+## Type ##
+**Feature**
+
+## Target MDG/TF ##
+all MDG's
+
+## Description ##
+The OSM installer currently asssumes it will be installed on a host (or VM). The MDG
+components/services are deployed in separate lxc containers. A Release4 directive is to simplify
+the install process. Moving to docker containers will help with this strategy as the MDG images
+that are built and tested in the CI pipeline can be installed directly without having to go through
+a long term install process. Subsequently, the docker OSM components now need to be orchestrated
+with one another (UI<->SO<->RO, etc), and utilizing kubernetes will simplify this.
\ No newline at end of file