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 2.0.0

Installs/Configures Hana Client for Windows only

Policyfile
Berkshelf
Knife
cookbook 'hana-client', '= 2.0.0', :supermarket
cookbook 'hana-client', '= 2.0.0'
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, and has been tested on
SAP's internal cloud and AWS as noted below.

OS Internally Tested AWS EC2 Tested
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
Windows Server 2012 R2
Windows Server 2016 TP
Windows 10

Attributes <a name="attributes"></a>

Basic & Required

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

Resource/Provider

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
  installer "C:\\Path\\To\\Extracted\\Installer\\hdbinst.exe"
  action :install
end
hana_client "C:\\Root\\Path\\To\\Finhana-clientent\\" do
  action :uninstall
end

hana_client_sap_media

Use hana_client_sap_media to extract an SAP SAR file to a specific location.

Example
hana_client_sap_media "Source.SAR" do
  remote_path "Destination for extracted files"
  sapcar "URL://of.SAPCAR/for/extraction"
end

Usage

hana-client::default

So you want to install the HANA client? In addition to the resources
provided above, you can use this cookbook's default recipe to install the SAP
HANA Client. Here's how:
1. Depend on me (in your metadata.rb).
ruby
depends 'hana-client'

  • Tell me about your files (where to find them) and options (using
    attributes).

    • [REQUIRED]: Location of SAPCAR.
    • [REQUIRED]: Location of the SAR package you want.
    • [OPTIONAL]: Change the default installation directory.
    • [OPTIONAL]: Set the reinstall flag to remove any previous client.
  • Include hana-client in your node's run_list:
    json
    {
    "name":"my_node",
    "run_list": [
    "recipe[hana-client]"
    ]
    }

Contributing

Contributions are welcomed!

  1. Fork the repo
  2. Create a feature branch (like add_component_x)
  3. Write your change
  4. Test your change
  5. Submit a Pull Request using Github

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

This cookbook has no specified dependencies.

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.

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
            

2.0.0 failed this metric

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

Contributing File Metric
            

2.0.0 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
            

2.0.0 failed this metric

FC066: Ensure chef_version is set in metadata: hana-client/metadata.rb:1
FC069: Ensure standardized license defined in metadata: hana-client/metadata.rb:1
FC118: Resource property setting name_attribute vs. name_property: hana-client/resources/default.rb:20
FC118: Resource property setting name_attribute vs. name_property: hana-client/resources/sap_media.rb:31
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

2.0.0 passed this metric

Testing File Metric
            

2.0.0 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
            

2.0.0 passed this metric