kolla-ansible/ansible
Zhijiang Hu 28b50c22ce Let OVS to connect to the individual IPs of each ODL node
Close-Bug: 1734047

For ODL clustering, one should explicitly points switches to each
of the ODL instances. The openflowplugin logic will figure out
which controller should be the master, and which should be the
slave.

Kolla currently sets the manager to one of the specific ODL over
ptcp and another one through the VIP. The VIP is probably
forwarding the traffic to that same ODL so from ODL's perspective
it's getting two duplicated connection requests from the same OVS
which will cause re-connection problem.

This PS does:
1) Let OVS to connect to the individual IPs of each ODL node in
a ODL cluster instead of only connect to the representative over
VIP. Devstack is doing the same thing[1]. Further more, there is no
need for HAProxy to be frontend for ODL southbound.

2) Delete the unusd ptcp connection option.

[1] https://review.openstack.org/#/c/249484/

Change-Id: Ib57e6fbb5ce64a48be0506904d3c8397ed6f70d9
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-23 06:18:42 -05:00
..
action_plugins Use unified vars in task 2017-06-15 22:37:28 +08:00
group_vars Let OVS to connect to the individual IPs of each ODL node 2017-11-23 06:18:42 -05:00
inventory Remove too many inventory levels for iscsid 2017-09-13 17:47:53 +03:00
library Merge "Stop and start container rather than use restart directly" 2017-07-31 13:12:38 +00:00
roles Let OVS to connect to the individual IPs of each ODL node 2017-11-23 06:18:42 -05:00
bifrost.yml Add an Ansible group for bifrost 2017-03-15 16:51:14 +00:00
certificates.yml Give plays in the playbooks a name 2016-12-05 15:40:56 +00:00
destroy.yml Give plays in the playbooks a name 2016-12-05 15:40:56 +00:00
kolla-host.yml Enable use of --limit when using bootstrap-servers 2017-08-29 15:13:48 +02:00
mariadb_recovery.yml Detect openstack_release variable in mariadb recovery playbooks 2017-04-11 07:38:25 +00:00
post-deploy.yml post-deploy: honour --config-dir argument 2017-10-12 16:35:56 +02:00
site.yml Merge "Fix name of nova-hyperv play in site.yml" 2017-11-09 12:15:58 +00:00
stop.yml Added support for a stop playbook in kolla 2016-11-23 11:45:23 +00:00