dragonflow/doc/source/single-node-conf/etcd_local_controller.conf
hujie 751dd3b698 separate control plane and data plane ip address
1. Support management ip and vtep ip for control and data plane
for df;
2. Set control and data plane ip addr into local.conf manually
as the devstack/samples/local.conf suggest.

Change-Id: I038629a5a2dba7d929e2a8e28073eac65257147f
Closes-bug: #1652707
2017-01-02 23:01:05 +08:00

35 lines
897 B
Plaintext

[[local|localrc]]
ETCD_VERSION=v3.0.15
Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER=True
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=password
ADMIN_PASSWORD=password
enable_plugin dragonflow http://git.openstack.org/openstack/dragonflow
enable_service df-etcd
enable_service df-etcd-server
enable_service df-controller
enable_service df-zmq-publisher-service
disable_service n-net
enable_service q-svc
enable_service df-l3-agent
disable_service heat
disable_service tempest
# Node control plane ip address
HOST_IP=<node's_management_IP_Address>
# Enable df-metadata (Dragonflow metadata service proxy) once nova is being used.
enable_service df-metadata
# 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