aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/nova.pp
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2016-06-06 11:18:48 -0400
committerEmilien Macchi <emilien@redhat.com>2016-06-09 22:03:40 -0400
commitb1080692cd70326153b9492877a88a51a9b42c57 (patch)
treeb68db0f9af974c580e83fbafd23d796ef5926888 /manifests/profile/pacemaker/nova.pp
parent2f002bb0615a4ab8aa4954796a68936b0a4bdecb (diff)
Import ::nova class from THT
Import ::nova class with memcached parameter computed from Hiera, that was previously in THT, now in nova-base role. Use step 3 for ::nova since we need it for database resources. Also make sure nova base profile is included for conductor role and any nova pacemaker role. Change-Id: I45244861082edae616f2b82334e7678cefa97bc7 Implements: blueprint refactor-puppet-manifests
Diffstat (limited to 'manifests/profile/pacemaker/nova.pp')
-rw-r--r--manifests/profile/pacemaker/nova.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/profile/pacemaker/nova.pp b/manifests/profile/pacemaker/nova.pp
index 09aed61..b6e6cba 100644
--- a/manifests/profile/pacemaker/nova.pp
+++ b/manifests/profile/pacemaker/nova.pp
@@ -35,8 +35,6 @@ class tripleo::profile::pacemaker::nova (
stop => '/bin/true',
}
- if $step >= 4 {
- include ::tripleo::profile::base::nova
- }
+ include ::tripleo::profile::base::nova
}