Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

hana-client (5) Versions 3.0.1

Installs/Configures Hana Client for Windows only

Policyfile
Berkshelf
Knife
cookbook 'hana-client', '~> 3.0.1', :supermarket
cookbook 'hana-client', '~> 3.0.1'
knife supermarket install hana-client
knife supermarket download hana-client
README
Dependencies
Changelog
Quality 33%

hana-client Cookbook

This cookbook installs the specified version of the SAP HANA Client on a windows
machine. Just plug in the location of your SAPCAR.exe extractor, and the SAR
package.

This is a BYOP cookbook (Bring Your Own Package). You
need to provide a download location for SAPCAR and the SAR package.

Supports

This cookbooks supports the following windows versions, having been tested on
the following GCP Public Images.

  • Windows Server 2012 R2
  • Windows Server 2012 R2 Core
  • Windows Server 2016
  • Windows Server 2016 Core
  • Windows Server 2019
  • Windows Server 2019 Core
  • Windows Server 2019 for Containers
  • Windows Server 2019 Core for Containers

Attributes

Basic & Required

When using the cookbook's default recipe, you need to provide these
values to the cookbook so that it can install the client on your
system. You may have specified these values as a part of another cookbook.

Key Type Description Default
['sap']['sapcar'] String The URL to the SAPCAR executable to be used for extracting the SAP package N/A
['hana-client']['package'] String The complete URL to the SAP SAR package for the HANA client to be installed N/A

Advanced & Optional

These attributes are used to fine tune the installation.

Key Type Description Default
['hana-client']['destination'] String This is where the HANA client will live on your system. c:\sap
['hana-client']['uninstall_resintall'] Boolean Signals the removal of any existing HANA clients in the destination false

Custom Resource

If you would like greater control over the installation, you can use the following custom
resources in your cookbooks directly

hana-client

Actions

  • :install
  • :uninstall

Use the actions to install or remove an installation of the client to or from
the specified location. uninstall removes any HANA client(s) found in the
root path.

Example
hana_client "C:\\Root\\Path\\To\\Install\\hana-clientent\\" do
  soruce "URI:://to.download/the/package.sar"
  action :install
end
hana_client "C:\\Root\\Path\\To\\Find\\hana-clientent\\" do
  action :uninstall
end

License and Authors

Authors

License

Copyright 2019, SAP

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

hana-studio ~> 2.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

hana-client CHANGELOG

This file is used to list changes made in each version of the hana-client cookbook.

3.0.0

  • Dan-Joe - BREAKING CHANGE - updated to support Chef 15 and 16. No other versions are tested.

2.0.0

  • Dan-Joe - BREAKING CHANGE - update to reflect lack of support for chef 11.

1.1.0

  • Dan-Joe - Added more complete test suites
  • Dan-Joe - Updates to .kitchen.yml to support new functionality
  • Dan-Joe - Updated for better functionality on non-windows machines.
  • Dan-Joe - Converged old style LWRPs into Custom Resources
  • Dan-Joe - Re-factor of logic and flow, consolidation of duplicated code

1.0.1

  • Dan-Joe - Fix for issue with slashes in the path when running on chef-server.
  • Dan-Joe - Added issues and source urls in metadata.
  • Dan-Joe - Improvements for remote file resource OS agnosticity.

1.0.0

  • Dan-Joe - Initial public release of hana-client.

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Collaborator Number Metric
            

3.0.1 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

3.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

3.0.1 passed this metric

No Binaries Metric
            

3.0.1 passed this metric

Testing File Metric
            

3.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

3.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number