78 lines
2.2 KiB
Plaintext
78 lines
2.2 KiB
Plaintext
[[local|localrc]]
|
|
|
|
Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER=True
|
|
|
|
DATABASE_PASSWORD=pass
|
|
RABBIT_PASSWORD=pass
|
|
SERVICE_PASSWORD=pass
|
|
SERVICE_TOKEN=pass
|
|
ADMIN_PASSWORD=pass
|
|
|
|
MULTI_HOST=1
|
|
|
|
# Dragonflow plugin and services
|
|
enable_plugin dragonflow https://opendev.org/openstack/dragonflow
|
|
enable_service df-controller
|
|
enable_service df-redis
|
|
enable_service df-redis-server
|
|
enable_service df-metadata
|
|
enable_service q-trunk
|
|
|
|
|
|
# Neutron services
|
|
disable_service n-net
|
|
enable_service q-svc
|
|
enable_service q-qos
|
|
disable_service q-l3
|
|
disable_service df-l3-agent
|
|
# We have to disable the neutron L2 agent. DF does not use the L2 agent.
|
|
disable_service q-agt
|
|
# We have to disable the neutron dhcp agent. DF does not use the dhcp agent.
|
|
disable_service q-dhcp
|
|
|
|
# Octavia LBaaSv2
|
|
LIBS_FROM_GIT+=python-octaviaclient
|
|
enable_plugin octavia https://opendev.org/openstack/octavia
|
|
enable_service octavia
|
|
enable_service o-api
|
|
enable_service o-cw
|
|
enable_service o-hm
|
|
enable_service o-hk
|
|
## Octavia Deps
|
|
# In order to skip building the Octavia Amphora image you can fetch a
|
|
# precreated qcow image from here [1] and set up octavia to use it by
|
|
# uncommenting the following lines.
|
|
# [1] https://tarballs.openstack.org/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-xenial.qcow2
|
|
# OCTAVIA_AMP_IMAGE_FILE=/tmp/test-only-amphora-x64-haproxy-ubuntu-xenial.qcow2
|
|
# OCTAVIA_AMP_IMAGE_SIZE=3
|
|
# OCTAVIA_AMP_IMAGE_NAME=test-only-amphora-x64-haproxy-ubuntu-xenial
|
|
### Image
|
|
### Barbican
|
|
enable_plugin barbican https://opendev.org/openstack/barbican
|
|
### Nova
|
|
enable_service n-api
|
|
enable_service n-api-meta
|
|
enable_service n-cpu
|
|
enable_service n-cond
|
|
enable_service n-sch
|
|
enable_service placement-api
|
|
enable_service placement-client
|
|
### Glance
|
|
enable_service g-api
|
|
enable_service g-reg
|
|
|
|
IMAGE_URLS+=",http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img"
|
|
|
|
# Enable heat services if you want to deploy overcloud using Heat stack
|
|
enable_plugin heat https://opendev.org/openstack/heat
|
|
enable_service h-eng h-api h-api-cfn h-api-cw
|
|
|
|
disable_service tempest
|
|
|
|
DF_REDIS_PUBSUB=True
|
|
Q_USE_PROVIDERNET_FOR_PUBLIC=True
|
|
Q_FLOATING_ALLOCATION_POOL=start=172.24.4.10,end=172.24.4.200
|
|
PUBLIC_NETWORK_NAME=public
|
|
PUBLIC_NETWORK_GATEWAY=172.24.4.1
|
|
|