9bdc4a69aa
This change adds instructions on how to test a Gerrit change or a particular branch. Change-Id: Iae8e7b3803c6e7d7d6f95a1c7a2b02f79373f06e Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
138 lines
3.7 KiB
Plaintext
138 lines
3.7 KiB
Plaintext
[[local|localrc]]
|
|
# General DevStack Config
|
|
# =======================
|
|
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
|
|
HOST_IP=$SERVICE_HOST
|
|
|
|
# Logging
|
|
#LOGFILE=/opt/stack/logs/stack.sh.log
|
|
VERBOSE=True
|
|
LOG_COLOR=True
|
|
|
|
# Test a Gerrit Review
|
|
# DESIGNATE_REPO=https://review.opendev.org/openstack/designate
|
|
# DESIGNATE_BRANCH=refs/changes/41/765541/1
|
|
|
|
# Test a particular branch
|
|
# DESIGNATE_REPO=https://opendev.org/openstack/designate.git
|
|
# DESIGNATE_BRANCH=stable/stein
|
|
|
|
# Disable all services except core ones
|
|
disable_all_services
|
|
enable_service rabbit mysql key
|
|
|
|
# Enable designate
|
|
enable_plugin designate https://opendev.org/openstack/designate
|
|
|
|
# Designate Devstack Config
|
|
# =========================
|
|
# Enable core Designate services
|
|
enable_service designate,designate-central,designate-api,designate-worker,designate-producer,designate-mdns
|
|
|
|
# Optional Designate services
|
|
#enable_service designate-agent
|
|
#enable_service designate-sink
|
|
|
|
# Backend Driver (e.g. powerdns, bind9. See designate.backend section of
|
|
# setup.cfg)
|
|
#DESIGNATE_BACKEND_DRIVER=bind9
|
|
|
|
# Agent Backend Driver (Used only when DESIGNATE_BACKEND_DRIVER=agent)
|
|
#DESIGNATE_AGENT_BACKEND_DRIVER=fake
|
|
|
|
# Pool Manager Cache Driver (e.g. noop, memcache, sqlalchemy. See
|
|
# designate.backend section of setup.cfg)
|
|
#DESIGNATE_POOL_MANAGER_CACHE_DRIVER=memcache
|
|
|
|
# mDNS Service DNS Port Number
|
|
#DESIGNATE_SERVICE_PORT_MDNS=5354
|
|
|
|
# Designate Backend Config
|
|
# ========================
|
|
# DynECT Backend
|
|
# NOTEs:
|
|
# - DynECT requires DESIGNATE_SERVICE_PORT_MDNS is set to "53"
|
|
# - DESIGNATE_DYNECT_MASTERS must be a Publicly reachable IP, pointed to mDNS
|
|
#DESIGNATE_DYNECT_CUSTOMER=
|
|
#DESIGNATE_DYNECT_USERNAME=
|
|
#DESIGNATE_DYNECT_PASSWORD=
|
|
#DESIGNATE_DYNECT_NAMESERVERS=ns1.p13.dynect.net,ns2.p13.dynect.net,ns3.p13.dynect.net,ns4.p13.dynect.net
|
|
#DESIGNATE_DYNECT_MASTERS=
|
|
|
|
# Akamai Backend
|
|
#DESIGNATE_AKAMAI_USERNAME=
|
|
#DESIGNATE_AKAMAI_PASSWORD=
|
|
#DESIGNATE_AKAMAI_NAMESERVERS=a5-64.akam.net,a11-65.akam.net,a13-66.akam.net,a14-64.akam.net,a20-65.akam.net,a22-66.akam.net
|
|
#DESIGNATE_AKAMAI_MASTERS=
|
|
|
|
# Designate D2D Backend
|
|
# NOTEs:
|
|
# - DESIGNATE_D2D_ALSO_NOTIFIES needs to be set to the source mdns ip:port in
|
|
# order for designate to receive the proper NOTIFY
|
|
# - DESIGNATE_D2D_* credentials should be setup either to the source keystone
|
|
# or the destination
|
|
#DESIGNATE_D2D_MASTERS=
|
|
#DESIGNATE_D2D_ALSO_NOTIFIES=
|
|
#DESIGNATE_D2D_NAMESERVERS=
|
|
|
|
# Authentication options
|
|
#DESIGNATE_D2D_KS_VERSION=3
|
|
|
|
#DESIGNATE_D2D_AUTH_URL=
|
|
#DESIGNATE_D2D_USERNAME=
|
|
#DESIGNATE_D2D_PASSWORD=
|
|
|
|
# Keystone V2
|
|
#DESIGNATE_D2D_TENANT_NAME=${DESIGNATE_D2D_TENANT_NAME:-}
|
|
#DESIGNATE_D2D_TENANT_NAME=${DESIGNATE_D2D_TENANT_ID:-}
|
|
|
|
# Keystone V3
|
|
#DESIGNATE_D2D_PROJECT_NAME=
|
|
#DESIGNATE_D2D_PROJECT_DOMAIN_NAME=
|
|
#DESIGNATE_D2D_USER_DOMAIN_NAME=
|
|
|
|
|
|
# Designate Misc Config
|
|
# =====================
|
|
|
|
# Enable a Notification Driver (e.g. for Ceiliometer)
|
|
#DESIGNATE_NOTIFICATION_DRIVER=messaging
|
|
|
|
# Set Notification topics
|
|
#DESIGNATE_NOTIFICATION_TOPICS=notifications
|
|
|
|
# Set coordination service URL (e.g. kazoo://localhost/)
|
|
#DESIGNATE_COORDINATION_URL=
|
|
|
|
|
|
# Other Devstack Config
|
|
# =====================
|
|
# Optional TLS Proxy
|
|
#enable_service tls-proxy
|
|
|
|
# Optional Tempest (Recommended)
|
|
enable_service tempest
|
|
|
|
# Optional Rally
|
|
#enable_plugin rally https://opendev.org/openstack/rally.git master
|
|
|
|
# Optional Horizon
|
|
#enable_service horizon
|
|
|
|
# Optional Glance
|
|
#enable_service g-api,g-reg
|
|
|
|
# Optional Nova
|
|
#enable_service n-api n-cpu n-net n-cond n-sch n-novnc
|
|
|
|
# Optional Neutron
|
|
#disable_service n-net
|
|
#enable_service q-svc q-agt q-dhcp q-l3 q-meta
|