This helps automation-tools/seba-in-a-box configure the helm-charts
accordingly to the environment where it is running. For the known
projects iec and rec, the difference is primarily the underlying
default cni, calico and flannel respectively
Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
Change-Id: Id7090a8b0dfc27318ee92bd95d701287120a22ef
case "${UPSTREAM_PROJECT}" in
"iec")
HELM_CHARTS_REV="${HELM_CHARTS_REV_IEC}"
+ SEBAVALUES="configs/seba-ponsim-iec-arm64.yaml"
;;
"rec")
HELM_CHARTS_REV="${HELM_CHARTS_REV_REC}"
+ SEBAVALUES="configs/seba-ponsim-rec-arm64.yaml"
;;
*)
echo "Invalid upstream project ${UPSTREAM_PROJECT}"
esac
export M="/tmp/milestones"
-export SEBAVALUE=
export WORKSPACE="${HOME}"
export HELM_CHARTS_REV
+export SEBAVALUES
# Using opencord automation-tools from the cord-6.1 maintenance branch
AUTO_TOOLS="${WORKSPACE}/automation-tools"