Merge "We don't need to set a default for the CephX keys and cluster FSID"
[apex-tripleo-heat-templates.git] / puppet / services / ceph-mon.yaml
index 68a5945..f48515e 100644 (file)
@@ -13,7 +13,6 @@ parameters:
     default: False
     type: boolean
   CephMonKey:
-    default: ''
     description: The Ceph monitors key. Can be created with ceph-authtool --gen-print-key.
     type: string
     hidden: true
@@ -41,7 +40,7 @@ outputs:
   role_data:
     description: Role data for the Ceph Monitor service.
     value:
-      service_name: ceph-mon
+      service_name: ceph_mon
       config_settings:
         map_merge:
           - get_attr: [CephBase, role_data, config_settings]
@@ -53,5 +52,9 @@ outputs:
               - {get_param: NovaRbdPoolName}
               - {get_param: GlanceRbdPoolName}
               - {get_param: GnocchiRbdPoolName}
+            tripleo.ceph_mon.firewall_rules:
+              '110 ceph_mon':
+                dport:
+                  - 6789
       step_config: |
         include ::tripleo::profile::base::ceph::mon