Add Kubernetes Functionality to launch QEMU containers
Made modifications to the qemu launching script to allow for kubernetes
integration. Added the default variables for a launch to the kubernetes
launch helper script. Generated the yaml file used to create the
deployment for QEMU. Commented out the testing portion of the
run-qemu-robot-test.sh script for now since the tests do not exist
anymore. This way script can still be used for launching QEMU instances.
Change-Id: I6ec5a33a0e6c84cd169894d931c5535a4e9329d7
Signed-off-by: Alanny Lopez <alanny.lopez@ibm.com>
diff --git a/kubernetes/kubernetes-launch.sh b/kubernetes/kubernetes-launch.sh
index 600fc35..233f83f 100755
--- a/kubernetes/kubernetes-launch.sh
+++ b/kubernetes/kubernetes-launch.sh
@@ -73,6 +73,12 @@
newimgname="${imgrepo}${imgname}"
;;
QEMU-launch)
+ deployname=${deployname:-qemu-launch-deployment}
+ podname=${podname:-qemu-instance}
+ replicas=${replicas:-5}
+ hclaim=${hclaim:-jenkins}
+ jenkins_subpath=${jenkins_subpath:-workspace/Openbmc-Build/build}
+ newimgname="${imgrepo}${imgname}"
;;
XCAT-launch)
;;