Ibmcharmers Wxs

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

Platform:

Ubuntu
14.04

Learn about configurations >

  • accept-ibm-im-license | boolean

    The IBM Installation Manager software comes with special terms and conditions from IBM. The Installation Manager software can only be used by accepting the license terms and conditions.

  • accept-ibm-wxs-license | boolean

    The IBM Websphere Extreme Scale (WXS) software can only be used by accepting the terms and conditions for IBM Websphere Extreme Scale License. Setting this option to True indicates that you have read and accepted the IBM WXS terms and conditions found in the license file. The details about accessing the license(s) can be found in the README. Do not set this to False if a relation exists

  • host | string

    host name to find IBM Websphere Extreme Scale packages. If not set or set incorrectly, the charm cannot find the IBM WXS software.

  • im_file_name | string

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

  • package_dir | string

    Path to find the IBM Websphere Extreme Scale packages on the above mentioned host. If not set or set incorrectly, the charm cannot find the IBM WXS 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_base | string

    Default: 801bb88913e90413a271b6102d67276a9129dcf3

    Checksum value to check integrity of IBM WXS base pacakage. The Charm uses sha1sum to check the integrity. For example, run the command: <sha1sum WS_XSCALE_V8.6_MP_ML.zip | cut -d " " -f1> to get the checksum value for IBM WXS base pacakage. If empty, it does not carry out the integrity check.

  • sha_fixpack | string

    Default: 6e99ec379ed99521a184fbe0086c9d16055a67db

    Checksum value to check integrity of IBM WXS fixpack pacakage. The Charm uses sha1sum to check the integrity. For example, run the command: <sha1sum 8.6.0-WS-WXS-FP0000007.zip | cut -d " " -f1> to get the checksum value for IBM WXS fixpack pacakage. If empty, it does not carry out the integrity check.

  • sha_im | string

    Default: f35653e20c7925d43007a1cff83623c979109ac5

    Checksum value to check integrity of IBM IM pacakage. The Charm uses sha1sum to check the integrity. For example, run the command: <sha1sum agent.installer.linux.gtk.x86_64_1.8.2000.20150303_1526.zip | cut -d " " -f1> to get the checksum value for IBM Installation Manager pacakage. If empty, it does not carry out the integrity check.

  • 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.

  • wxs_base_file_name | string

    Name of the WXS base 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 WXS software.

  • wxs_fixpack_file_name | string

    Name of the WXS fix pack 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 WXS software.