From d201f5cf5620787cad2493d276c75c4dbb4d1ecd Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Tue, 10 Jan 2017 15:07:59 +0100 Subject: [PATCH] Prevent co-installation with the Contrail plugin Change-Id: I34d2caa7584567d22b9090170bf36093c9860919 Closes-Bug: #1646550 --- node_roles.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/node_roles.yaml b/node_roles.yaml index 9e3a7831..1a3c3ddc 100644 --- a/node_roles.yaml +++ b/node_roles.yaml @@ -12,6 +12,13 @@ influxdb_grafana: - compute - cinder - ceph-osd + # The Contraill plugin ships a HAProxy package version that isn't + # compatible with the MOS version + # See https://bugs.launchpad.net/fuel/+bug/1646550 + - contrail-controller + - contrail-analytics + - contrail-analytics-db + - contrail-tsn # 'update_required' is needed to make sure that the already deployed nodes # are updated in the same run as the new nodes. The 'reexecute_on' stanza # doesn't guarantee this since the reexecuted tasks are run after the new