diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-24 04:36:35 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-24 04:36:35 +0000 |
commit | 84e6bff8a62539b381c5706fab7b8ea90f00f0dd (patch) | |
tree | 59e3b81a631e215f59cfa0499e7fb12715c26ed6 /puppet/services/iscsid.yaml | |
parent | 32c40b97962ce42346b8e335bc342a618c0baded (diff) | |
parent | 8e5bb308cf0832c1ea3d8aa315542cbfa882b310 (diff) |
Merge "Refactor iscsi initiator-name reset into separate service"
Diffstat (limited to 'puppet/services/iscsid.yaml')
-rw-r--r-- | puppet/services/iscsid.yaml | 41 |
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 |