## Path           : System/Management
## Description    : Cloud Builder global settings
## Type           : string
## Default        : ""
#
# Cloud Builder compatible github packages/images source project
#
CB_PROJECT="https://github.com/OSInside/cloud-builder-packages.git"

## Type:        integer
## Default:     30
#
# Update interval for polling on new requests for
# the services cb-info, cb-scheduler and cb-fetch.
# The value specifies to wait N seconds before retry
# the poll on the message broker
#
CB_UPDATE=30

## Type:        integer
## Default:     10
#
# Cloud Builder build limit
# Allow up to CB_BUILD_LIMIT build processes at the same time
#
CB_BUILD_LIMIT=10

## Type:        integer
## Default:     5
#
# Cloud Builder package collector wait N seconds of
# inactivity on the info message broker service before
# working on the read results
#
CB_COLLECT_TIMEOUT=5

## Type:        integer
## Default:     30
#
# Cloud Builder package collector wait N seconds
# before asking for package/image updates again
#
CB_COLLECT_UPDATE_INTERVAL=30

## Type:        string
## Default:     "none"
#
# IP or name of collector (aka repo server). By default
# set to 'none' which indicates there is no collector.
# If configured the runner instances will upload its
# build results to the specified machine
#
CB_COLLECT_REPO_SERVER="none"

## Type:        string
## Default:     ""
#
# Configure the response behavior of cb-info. By default
# a request to cb-info for a package/image for which the
# runner has no information will result in no answer from
# the service. If CB_INFO_RESPONSE_TYPE is set to
#
# --respond-always
#
# the behavior changes in a way that cb-info will
# send an answer for any received request, independently
# if there is data available or not.
#
CB_INFO_RESPONSE_TYPE=""

## Type:        string
## Default:     ""
#
# Path to the SSH private key used for connecting to
# instances in the cluster such that non interactive access
# is possible. Sensitive information, please protect from
# third party access
#
CB_SSH_PKEY="/root/.ssh/id_cb_collect"

## Type:        string
## Default:     ""
#
# Name of SSH user to use for accessing instances
#
CB_SSH_USER="cb-collect"
