aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-24 04:36:35 +0000
committerGerrit Code Review <review@openstack.org>2017-07-24 04:36:35 +0000
commit84e6bff8a62539b381c5706fab7b8ea90f00f0dd (patch)
tree59e3b81a631e215f59cfa0499e7fb12715c26ed6 /puppet
parent32c40b97962ce42346b8e335bc342a618c0baded (diff)
parent8e5bb308cf0832c1ea3d8aa315542cbfa882b310 (diff)
Merge "Refactor iscsi initiator-name reset into separate service"
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/iscsid.yaml41
1 files changed, 41 insertions, 0 deletions
diff --git a/puppet/services/iscsid.yaml b/puppet/services/iscsid.yaml
new file mode 100644
index 00000000..9510df3b
--- /dev/null
+++ b/puppet/services/iscsid.yaml
@@ -0,0 +1,41 @@
+heat_template_version: pike
+
+description: >
+ Configure iscsid
+
+parameters:
+ ServiceData:
+ default: {}
+ description: Dictionary packing service data
+ type: json
+ ServiceNetMap:
+ default: {}
+ description: Mapping of service_name -> network name. Typically set
+ via parameter_defaults in the resource registry. This
+ mapping overrides those in ServiceNetMapDefaults.
+ type: json
+ DefaultPasswords:
+ default: {}
+ type: json
+ RoleName:
+ default: ''
+ description: Role name on which the service is applied
+ type: string
+ RoleParameters:
+ default: {}
+ description: Parameters specific to the role
+ type: json
+ EndpointMap:
+ default: {}
+ description: Mapping of service endpoint -> protocol. Typically set
+ via parameter_defaults in the resource registry.
+ type: json
+
+outputs:
+ role_data:
+ description: Role data for iscsid
+ value:
+ service_name: iscsid
+ config_setting: {}
+ step_config: |
+ include ::tripleo::profile::base::iscsid