bf461a5cb9
* Move OVS related defaults from override-defaults to settings * Add default value to Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER * Removed PUBLIC_BRIDGE as our defualt matches devstack * Removed Q_USE_PROVIDERNET_FOR_PUBLIC which will now be true by default. This will make `public` network flat rather than VxLAN so we can reach its ports through br-ex Change-Id: I2cef4e6b565d83860ce700aae2b498a9aa129ce3
34 lines
834 B
Plaintext
34 lines
834 B
Plaintext
[[local|localrc]]
|
|
|
|
DATABASE_PASSWORD=password
|
|
RABBIT_PASSWORD=password
|
|
SERVICE_PASSWORD=password
|
|
SERVICE_TOKEN=password
|
|
ADMIN_PASSWORD=password
|
|
|
|
enable_plugin dragonflow https://git.openstack.org/openstack/dragonflow
|
|
|
|
enable_service df-rethinkdb
|
|
enable_service df-rethinkdb-server
|
|
enable_service df-controller
|
|
enable_service df-publisher-service
|
|
|
|
disable_service n-net
|
|
enable_service q-svc
|
|
enable_service df-l3-agent
|
|
disable_service q-dhcp
|
|
|
|
disable_service tempest
|
|
disable_service heat
|
|
disable_service q-agt
|
|
|
|
# Control node control plane and data plane ip address
|
|
HOST_IP=<controller's_management_IP_Address>
|
|
TUNNEL_ENDPOINT_IP=<controller's_data_plane_IP_Address>
|
|
|
|
# Enable df-metadata (Dragonflow metadata service proxy) once nova is being used.
|
|
enable_service df-metadata
|
|
|
|
# Used by the RethinkDB init scripts
|
|
REMOTE_DB_PORT=28015
|