Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / environments / puppet-ceph-external.yaml
1 # ******************************************************************************
2 # DEPRECATED: Use tripleo-heat-templates/environments/storage/external-ceph.yaml
3 # instead.
4 # ******************************************************************************
5 # A Heat environment file which can be used to enable the
6 # use of an externally managed Ceph cluster.
7 resource_registry:
8   OS::TripleO::Services::CephExternal: ../puppet/services/ceph-external.yaml
9   OS::TripleO::Services::CephMon: OS::Heat::None
10   OS::TripleO::Services::CephClient: OS::Heat::None
11   OS::TripleO::Services::CephOSD: OS::Heat::None
12
13 parameter_defaults:
14   # NOTE: These example parameters are required when using CephExternal
15   #CephClusterFSID: '4b5c8c0a-ff60-454b-a1b4-9747aa737d19'
16   #CephClientKey: 'AQDLOh1VgEp6FRAAFzT7Zw+Y9V6JJExQAsRnRQ=='
17   #CephExternalMonHost: '172.16.1.7, 172.16.1.8'
18
19   # the following parameters enable Ceph backends for Cinder, Glance, Gnocchi and Nova
20   NovaEnableRbdBackend: true
21   CinderEnableRbdBackend: true
22   CinderBackupBackend: ceph
23   GlanceBackend: rbd
24   GnocchiBackend: rbd
25   # If the Ceph pools which host VMs, Volumes and Images do not match these
26   # names OR the client keyring to use is not named 'openstack',  edit the
27   # following as needed.
28   NovaRbdPoolName: vms
29   CinderRbdPoolName: volumes
30   CinderBackupRbdPoolName: backups
31   GlanceRbdPoolName: images
32   GnocchiRbdPoolName: metrics
33   CephClientUserName: openstack
34
35   # finally we disable the Cinder LVM backend
36   CinderEnableIscsiBackend: false
37
38   # Uncomment if connecting to a pre-Jewel or RHCS1.3 Ceph Cluster
39   # RbdDefaultFeatures: 1
40
41   # Backward compatibility setting, will be removed in the future
42   CephAdminKey: ''