Fix contrail-db-all task to be sequential

If multiple cassandra nodes try to join the cluster simulataneously,
only first one succeds. All other fail and can't start due to a bug:
https://issues.apache.org/jira/browse/CASSANDRA-11813

Change-Id: I5a40adf7f96a4b2d951764c9239df0c2fa17b217
Signed-off-by: Illia Polliul <ipolliul@mirantis.com>
This commit is contained in:
Illia Polliul 2016-08-30 22:05:45 +03:00
parent 2ad5e51006
commit 5d72f21081
1 changed files with 3 additions and 0 deletions

View File

@ -219,6 +219,9 @@
puppet_manifest: puppet/manifests/contrail-db.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 3600
strategy:
type: parallel
amount: 1
###############
#4. Install and configure Contrail Config, Contrail WebUI