# **** NOTE **** Changes to this file only affect the local vagrant environment
# and not the gate jobs

# Passwords
ADMIN_PASSWORD=password
MYSQL_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=password

# IP Address for services to bind to (Should match IP from Vagrantfile)
SERVICE_HOST=192.168.27.100

# Logging
#LOGFILE=/opt/stack/logs/stack.sh.log
SCREEN_LOGDIR=/opt/stack/logs
VERBOSE=True
LOG_COLOR=True

# Enable the basic services we require
ENABLED_SERVICES=rabbit,mysql,key

# Enable core Designate services
ENABLED_SERVICES+=,designate,designate-api,designate-central,designate-mdns

# Optional Designate services
#ENABLED_SERVICES+=,designate-sink
#ENABLED_SERVICES+=,designate-agent

# Optional TLS Proxy
#ENABLED_SERVICES+=,tls-proxy

# Designate Options
#DESIGNATE_BACKEND_DRIVER=powerdns
