dragonflow/dragonflow/conf
Shachar Snapiri bbe1347e4e Refactoring of ZMQ pubsub
To work around the ZMQ issues (publisher binds to a port, thus only one
publisher can work on a given IP), we had a lot of junk code in our
repo.
Removed all redundant mechanisms (use_multiproc, is_neutron_server) and
modified to have 2 types of configurable ZMQ drivers:
1. zmq_remote_pubsub_driver - Has TCP publisher and IPC subscriber, This
   should be used in the publisher service.
2. zmq_pubsub_driver - Has IPC publisher and TCP subscriberi, This
   should be used in all other uses.

The way to set the one to use is via configuration, thus it is up to the
deployment to make sure this is configured correctly.

Change-Id: Ibf7894e608187e87bdeb7774749bfa0cc15eae56
2018-06-12 13:01:49 +00:00
..
__init__.py Refactoring of ZMQ pubsub 2018-06-12 13:01:49 +00:00
df_active_port_detection.py Make py file line endings unix style 2017-01-23 11:28:32 +08:00
df_bgp.py Add bgp driver 2017-05-04 00:19:53 +00:00
df_cassandra.py Cassandra Support 2017-01-17 08:38:57 +00:00
df_common_params.py Refactoring of ZMQ pubsub 2018-06-12 13:01:49 +00:00
df_dhcp.py Add E128 to pep8 check list 2017-02-13 18:17:21 +08:00
df_dnat.py Change DNAT to rely on Provider app for bridge access 2017-08-31 17:06:44 +03:00
df_l2.py provider_networks_app 2017-02-26 09:03:49 +00:00
df_l3.py Respond icmp unreachable message with rate limit(L3 app) 2017-02-16 12:51:31 +00:00
df_loadbalancer.py Auto-enable loadbalancer VIP ports 2017-12-21 20:51:37 +02:00
df_metadata_service.py Move metadata_interface to df_metadata config group 2017-05-04 00:21:01 +00:00
df_provider_networks.py provider_networks_app 2017-02-26 09:03:49 +00:00
df_redis.py Redis Driver Rewrite 2018-03-08 09:35:23 +00:00
df_rethinkdb.py Adding RethinkDB driver 2017-09-13 07:07:44 +00:00
df_ryu.py Moved configuration options of dragonflow 2016-12-29 09:09:44 +05:30
df_skydive.py SkyDive agent app 2018-04-11 05:55:03 +00:00
df_snat.py Remove enable_goto_flows configuration option 2017-08-31 17:06:56 +03:00
df_zmq.py Refactoring of ZMQ pubsub 2018-06-12 13:01:49 +00:00
opts.py Add E128 to pep8 check list 2017-02-13 18:17:21 +08:00