From: marchettim Date: Tue, 7 Nov 2017 19:04:31 +0000 (+0200) Subject: Deploy OSM on kubernetes infrastructure X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=b3176821fd6e297b51d26e426347f40557b69fa7;p=osm%2FFeatures.git Deploy OSM on kubernetes infrastructure Change-Id: I1105eada8b79fb382bf5b2d7ad304239feacb613 --- diff --git a/Release4/OSM_on_K8 b/Release4/OSM_on_K8 new file mode 100644 index 0000000..37070b4 --- /dev/null +++ b/Release4/OSM_on_K8 @@ -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