From ab8bdfaa3839b0c78dec5cdcbd958eae132dbfc7 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 31 Aug 2017 16:42:16 +0200 Subject: Add CephExternal role for ceph-ansible Previously it was only possible to configure the overcloud with an external Ceph cluster via puppet-ceph-external. This submission adds a CephExternal implementation which uses ceph-ansible. Change-Id: Id0d375f88e27e91e9d89f25a0cd7388b6e45df8b Depends-On: Ifc57c9cf6ca8017a2abc78d6320c0675ad49ca9f Closes-Bug: #1714271 (cherry picked from commit 01e55c314de74579196518d958bf5be30e390409) --- environments/puppet-ceph-external.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'environments/puppet-ceph-external.yaml') diff --git a/environments/puppet-ceph-external.yaml b/environments/puppet-ceph-external.yaml index 7718b821..65bbc3e4 100644 --- a/environments/puppet-ceph-external.yaml +++ b/environments/puppet-ceph-external.yaml @@ -27,6 +27,7 @@ parameter_defaults: # following as needed. NovaRbdPoolName: vms CinderRbdPoolName: volumes + CinderBackupRbdPoolName: backups GlanceRbdPoolName: images GnocchiRbdPoolName: metrics CephClientUserName: openstack -- cgit 1.2.3-korg