Ibm Java

  • By IBM Charm Authors
Channel Revision Published Runs on
latest/stable 0 11 Nov 2020
Ubuntu 14.04
juju deploy ibm-java
Show information

Platform:

Ubuntu
14.04
  • accept-ibm-java-license | boolean

    The IBM Java software can only be used by accepting the terms and conditions for IBM Java License. Setting this option to True indicates that you have read and accepted the IBM Java 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 packages. If not set or set incorrectly, the charm cannot find the IBM Java software.

  • java_file_name | string

    Name of the IBM Java 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 software.

  • java_path_name | string

    Default: /opt/ibm/java

    Target installation directory for the IBM Java.

  • package_dir | string

    Path to find the IBM Java packages on the above mentioned host. If not set or set incorrectly, the charm cannot find the IBM Java 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 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.