Gerrit ID: 5665 - Deploys OSM on Kubernetes.
Run the installation script with -c k8s to deploy osm on K8s.
To Uninstall OSM deployed on Kubernetes run script with --uninstall -c k8s.
Each yaml file in osm_pods directory contains yaml definitions for pods and services.
Added license to yaml files in osm_pods.
Changed volume mounts to OSM_NAMESPACE_VOL from docker volumes.
Removes all pods and services while uninstalling.
Added namespace to deploy osm services. Deleting namespace
for uninstalling osm services.
Resolved Merge conflict with Change-7931. Changed Mongo, Kafka,
zookeeper, mysql and prometheus to statefulset.
-s <namespace> users can define namespace for k8s to deploy
osm services.
Added cluster configuration file which will be used to install k8s control plane
Addressed nodeport range issue and resolved merge conflict.
Added two yaml files to create a job for systest and robot test.
Change-Id: Iabe70fa7aed9cd638011bb92e2f300e32cff5772
Signed-off-by: vijaynag.bs <vijaynag.bs@tataelxsi.co.in>
Loading
Please register or sign in to comment