echo "#################################################" echo "## Install Distribution in Cluster ##" echo "#################################################" CONTROLLERMEM="2048m" if [ ${CONTROLLERSCOPE} == 'all' ]; then ACTUALFEATURES="odl-integration-compatible-with-all,${CONTROLLERFEATURES}" CONTROLLERMEM="3072m" else ACTUALFEATURES="${CONTROLLERFEATURES}" fi cat > ${WORKSPACE}/deploy-controller-script.sh <