Summarizing to avoid confusion: Bug 1617034 (Reported by Shaju) -> Decided to be duplicate of 1602618. However, the same topology is there in Sanity and it passed in 3.0.2.0-51. So bug 1617034 is wrongly stated as duplicate of 1602618 (OR) it is a breakage after 3.0.2.0-51. Bug 1616178 (Reported by Vivek) -> This is there in both 3.0.2.0-51 and now. In future, this case will be taken care when we add separate openstack and contrail HA nodes in Sanity. Sanity testbed: (No Contrail-HA; No Openstack-HA; Multiple cfgm nodes and one of them is openstack node) - Bug 1602618 Config Nodes : [u'nodea35', u'nodea34'] Control Nodes : [u'nodea35', u'nodea34', u'nodec53'] Compute Nodes : [u'nodec54', u'nodec55', u'nodec56'] Openstack Node : nodea34 WebUI Node : nodec53 Analytics Nodes : [u'nodea35', u'nodec53’] Shaju’s testbed: (No Contrail-HA; No Openstack-HA; cfgm and openstack on different nodes) - Bug 1617034 env.roledefs = { 'all': [host1, host2, host3], 'cfgm': [host1], 'openstack': [host2], 'control': [host1], 'compute': [host3], 'collector': [host1], 'webui': [host2], 'database': [host1], 'build': [host_build], } Vivek’s testbed: (Contrail-HA and Openstack node separate ) - Bug 1616178 env.roledefs = { 'all': [host1, host2, host3, host4, host5, host6 ], 'cfgm': [host1, host2, host3], 'openstack': [host1], 'control': [host1, host2, host3], 'compute': [host4, host5, host6], 'collector': [host1, host2, host3], 'webui': [host1, host2, host3], 'database': [host1, host2, host3], 'build': [host_build], } Thanks, Jeba From: Vivek Garg