Add environment file to enable DVR
[apex-tripleo-heat-templates.git] / puppet / services / sahara-api.yaml
index 93bf738..7ca9bbd 100644 (file)
@@ -34,6 +34,7 @@ outputs:
   role_data:
     description: Role data for the Sahara API role.
     value:
+      service_name: sahara_api
       config_settings:
         map_merge:
           - get_attr: [SaharaBase, role_data, config_settings]
@@ -48,5 +49,10 @@ outputs:
             sahara::keystone::auth::admin_url: {get_param: [EndpointMap, SaharaAdmin, uri]}
             sahara::keystone::auth::password: {get_param: SaharaPassword }
             sahara::keystone::auth::region: {get_param: KeystoneRegion}
+            tripleo.sahara_api.firewall_rules:
+              '132 sahara':
+                dport:
+                  - 8386
+                  - 13386
       step_config: |
         include ::tripleo::profile::base::sahara::api