Cmars Kafka

  • By Casey Marshall
Channel Revision Published Runs on
latest/stable 5 18 Mar 2021
Ubuntu 16.04
latest/edge 1 18 Mar 2021
Ubuntu 16.04
juju deploy cmars-kafka
Show information

Platform:

Ubuntu
16.04

Learn about configurations >

  • bigtop_version | string

    Default: 1.2.1

    Apache Bigtop release version. The default, '1.2.1' will use the current GA release, Bigtop 1.2.1, 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

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

  • network_interface | string

    Network interface to bind Kafka 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.