From 07a89c6ce4bf30603f33e1f0fc4dd53c23db8c8e Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Thu, 31 Aug 2017 15:02:47 +0200 Subject: [PATCH] added cinder to site.yml --- site.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site.yml b/site.yml index 65e6024..f8fcc0f 100644 --- a/site.yml +++ b/site.yml @@ -7,6 +7,8 @@ - include: glance-controller.yml - include: nova-controller.yml - include: neutron-controller.yml +- include: cinder-controller.yml +- include: cinder-storage.yml - include: nova-compute.yml - include: horizon.yml - include: post-install.yml