From 27acd032b25736361263e71f33976aa9cf873d89 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 14 Jun 2016 17:20:55 -0400 Subject: Implement Libvirt profile Deploy bits when running nova-compute + libvirt. Note: some work will be done in puppet-nova to decouple nova-compute from libvirt in nova::compute::libvirt class. Change-Id: I754bfa89ba78a70b4b866598fb1163f4e14807c9 Implements: blueprint refactor-puppet-manifests --- manifests/profile/base/nova/compute.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests/profile/base/nova/compute.pp') diff --git a/manifests/profile/base/nova/compute.pp b/manifests/profile/base/nova/compute.pp index ae37d4a..579b474 100644 --- a/manifests/profile/base/nova/compute.pp +++ b/manifests/profile/base/nova/compute.pp @@ -28,8 +28,14 @@ class tripleo::profile::base::nova::compute ( ) { if $step >= 4 { + # deploy basic bits for nova include ::tripleo::profile::base::nova + + # deploy basic bits for nova-compute include ::nova::compute + + # deploy bits to connect nova compute to neutron + include ::nova::network::neutron } } -- cgit 1.2.3-korg