[[local|localrc]] LOGFILE=$DEST/logs/stack.sh.log #OFFLINE=True #RECLONE=False DF_SELECTIVE_TOPO_DIST=True DF_PUB_SUB=True ENABLE_NEUTRON_NOTIFIER=False 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-cassandra enable_service df-cassandra-server enable_service df-controller disable_service n-net enable_service q-svc enable_service df-l3-agent disable_service heat disable_service tempest # 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 # Enable df-metadata (Dragonflow metadata service proxy) once nova is being used. enable_service df-metadata # Specify Cassandra server or cluster # When deploying Cassandra cluster, you can use ',' to specify multiple servers. REMOTE_DB_HOSTS=$HOST_IP:9042 CASSANDRA_NUM_OF_HOSTS=1 # The build-in PUB/SUB mechanism is mandatory for Cassandra backend. enable_service df-zmq-publisher-service # Currently Active Port Detection and ZMQ collides (https://bugs.launchpad.net/dragonflow/+bug/1716933) ENABLE_ACTIVE_DETECTION=False