# Pastebin sLtrISHl # Default script behavior # # BASE_IMAGE represents LOCI's "base" image name. # Use ubuntu|leap15|centos|debian to build base image from LOCI's Dockerfiles. BASE_IMAGE=${BASE_IMAGE:-"gcr.io/google_containers/ubuntu-slim:0.14"} # Replace with Registry URI with your registry like your # dockerhub user. Example: "docker.io/openstackhelm" REGISTRY_URI=${REGISTRY_URI:-"docker.io/hemsonawane/"} # The image tag used. VERSION=${VERSION:-"queens"} # The openstack branch to build, if no per project branch is given. OPENSTACK_VERSION=${OPENSTACK_VERSION:-"master"} # extra build arguments for the base image. See loci's dockerfiles for # arguments that could be used for example. base_extra_build_args=${base_extra_build_args:-"--force-rm --pull --no-cache"} # you can use default_project_extra_build_args for proxies. default_project_extra_build_args=${default_project_extra_build_args:-"--force-rm --pull --no-cache"} #Log location LOG_PREFIX="/tmp/loci-log-" #Defaults for projects