Ibmcharmers Ibmjavasdk

  • By IBM Charm Authors
Channel Revision Published Runs on
latest/stable 6 19 Mar 2021
Ubuntu 14.04
latest/edge 6 19 Mar 2021
Ubuntu 14.04
juju deploy ibmcharmers-ibmjavasdk
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • accept-ibm-javasdk-license | boolean

    The IBM Java SDK software can only be used by accepting the terms and conditions for IBM Java SDK License. Setting this option to True indicates that you have read and accepted the IBM Java SDK terms and conditions found in the license file. The details about accessing the license(s) can be found in the README.

  • javasdk_file_name | string

    Name of the IBM Java SDK package. If not set, the Charm uses a predefined package name for download from the url location. If the predefined package is not available at url location or if set incorrectly, the charm cannot install the IBM Java SDK software.

  • javasdk_path_name | string

    Default: /opt/ibm/java

    Target installation directory for the IBM Java SDK

  • javasdk_url | string

    Download url for IBM Java SDK packages. The url would be like http://<server-name>/<REPOSITORY_DIR>/<PRODUCT_NAME>. If not set or set incorrectly, the charm cannot install the IBM Java SDK software.

  • sha | string

    Checksum value to check integrity of IBM Java SDK package. The Charm uses sha1sum to check the integrity. If empty, it does not carry out the integrity check. Refer README file to find out Checksum value for downloaded package. Cryptographic value should be altered by the user only when the package name is change. Else it should not be altered.