Fix issue with task install_ocf_script on MOS8

This patch fixes an issue with the compatibility between the task
'install_ocf_script' and MOS8. On MOS 8 the following error is
raised:

"Tasks 'primary-standalone-database, primary-standalone-rabbitmq,
standalone-database, standalone-rabbitmq' can't be in
requires|required_for|groups|tasks for [install-ocf-script] because they
don't exist in the graph"

Change-Id: I97e5fd6321c9f7a5878e1b8db9f37cec15745676
Closes-Bug: #1627968
(cherry picked from commit 76987240a9)
This commit is contained in:
Guillaume Thouvenin 2016-09-29 14:49:37 +02:00
parent a9baf6568a
commit c3106130a5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
- id: install-ocf-script
type: puppet
version: 2.0.0
groups: [primary-controller, controller, primary-standalone-database, standalone-database, primary-standalone-rabbitmq, standalone-rabbitmq]
groups: ["/(primary-)?(controller|standalone-database|standalone-rabbitmq)/"]
requires: [fuel_pkgs]
# Required for the cluster tasks when the environment is scaled up
required_for: [primary-cluster, cluster]