Ibmcharmers Ibm Java Sdk

  • By IBM Charm Authors
Channel Revision Published Runs on
latest/stable 1 19 Mar 2021
Ubuntu 14.04
latest/edge 1 19 Mar 2021
Ubuntu 14.04
juju deploy ibmcharmers-ibm-java-sdk
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.

  • host | string

    host name to find IBM Java SDK packages. If not set or set incorrectly, the charm cannot find the IBM Java SDK software.

  • java-major | string

    Default: 1.8.0

    Major version of Java. Defaults to 1.8.0.

  • 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

  • package_dir | string

    Path to find the IBM Java SDK packages on the above mentioned host. If not set or set incorrectly, the charm cannot find the IBM Java SDK software.

  • password | string

    Password for the host to log in to that particular repository. If not set or set incorrectly, the charm not able to download the 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.

  • username | string

    User name of the host to log in to that particular repository. If not set or set incorrectly, the charm not able to download the software.