Freyes Zookeeper

  • By Felipe Reyes
Channel Revision Published Runs on
latest/stable 1 19 Mar 2021
Ubuntu 16.04
juju deploy freyes-zookeeper
Show information

Platform:

Ubuntu
16.04

Learn about configurations >

  • autopurge_purge_interval | string

    Default: 24

    The time interval in hours for which the purge task has to be triggered. Set to a positive integer (1 and above) to enable the auto purging. Defaults to 24.

  • autopurge_snap_retain_count | string

    Default: 3

    When enabled, ZooKeeper auto purge feature retains the snapRetainCount most recent snapshots and the corresponding transaction logs in the dataDir and dataLogDir respectively and deletes the rest. Defaults to 3. Minimum value is 3.

  • avg_latency_crit | int

    Default: 1000

    The allowed average latency before a critical alert is triggered.

  • avg_latency_warn | int

    Default: 500

    The allowed average latency before a warning alert is triggered.

  • bigtop_version | string

    Default: 1.4.0

    Apache Bigtop release version. The default, '1.4.0' will use the current GA release, Bigtop 1.4.0, for all hiera data, puppet recipes, and installable packages. Set this to 'master' to use the latest upstream bits.

  • cuda-version | string

    Default: 9.1.85-1

    Version of the cuda-repo deb to install. Valid options can be found at: http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64

  • ephemerals_count_crit | int

    Default: 100000

    The allowed ephemerals count before a critical alert is triggered.

  • ephemerals_count_warn | int

    Default: 10000

    The allowed ephemerals count before a warning alert is triggered.

  • extra_packages | string

    Space separated list of extra deb packages to install.

  • install-cuda | boolean

    Default: True

    Install the CUDA binaries if capable hardware is present (True by default). Set to False to disable CUDA installation regardless of capable hardware.

  • install_keys | string

    List of signing keys for install_sources package sources, per charmhelpers standard format (a yaml list of strings encoded as a string). The keys should be the full ASCII armoured GPG public keys. While GPG key ids are also supported and looked up on a keyserver, operators should be aware that this mechanism is insecure. null can be used if a standard package signing key is used that will already be installed on the machine, and for PPA sources where the package signing key is securely retrieved from Launchpad.

  • install_sources | string

    List of extra apt sources, per charm-helpers standard format (a yaml list of strings encoded as a string). Each source may be either a line that can be added directly to sources.list(5), or in the form ppa:<user>/<ppa-name> for adding Personal Package Archives, or a distribution component to enable.

  • max_latency_crit | int

    Default: 2000

    The allowed maximum latency before a critical alert is triggered.

  • max_latency_warn | int

    Default: 1000

    The allowed maximum latency before a warning alert is triggered.

  • min_latency_crit | int

    Default: 1000

    The allowed minimum latency before a critical alert is triggered.

  • min_latency_warn | int

    Default: 500

    The allowed minimum latency before a warning alert is triggered.

  • nagios_context | string

    Default: juju

    Used by the nrpe subordinate charms. A string that will be prepended to instance name to set the host name in nagios. So for instance the hostname would be something like: juju-myservice-0 If you're running multiple environments with the same services in them this allows you to differentiate between them.

  • nagios_servicegroups | string

    A comma-separated list of nagios servicegroups. If left empty, the nagios_context will be used as the servicegroup

  • network_interface | string

    Network interface to bind the Zookeeper client port to. Defaults to accepting connections on all interfaces. Accepts either the name of an interface (e.g., 'eth0'), or a CIDR range. If the latter, we\'ll bind to the first interface that we find with an IP address in that range.

  • open_file_descriptor_count_crit | int

    Default: 800

    The allowed open file descriptor count before a critical alert is triggered.

  • open_file_descriptor_count_warn | int

    Default: 500

    The allowed open file descriptor count before a warning alert is triggered.

  • outstanding_requests_crit | int

    Default: 50

    The allowed outstanding requests before a critical alert is triggered.

  • outstanding_requests_warn | int

    Default: 20

    The allowed outstanding requests before a warning alert is triggered.

  • package_status | string

    Default: install

    The status of service-affecting packages will be set to this value in the dpkg database. Valid values are "install" and "hold".

  • watch_count_crit | int

    Default: 500

    The allowed watch count before a critical alert is triggered.

  • watch_count_warn | int

    Default: 100

    The allowed watch count before a warning alert is triggered.