Neo4J

Channel Revision Published Runs on
latest/stable 0 11 Nov 2020
Ubuntu 16.04
juju deploy neo4j
Show information

Platform:

Ubuntu
16.04

Learn about configurations >

  • extra_packages | string

    Space separated list of extra deb packages to install.

  • install_keys | string

    Default: 1182252

    The key for the Debian package repository.

  • install_sources | string

    Default: deb http://debian.neo4j.org/repo stable/

    The repository to install Debian packages from.

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

  • python-driver-type | string

    Default: neo4j-driver

    This option will install a neo4j python driver. Supported drivers are Neo4J python driver(neo4j-driver) and Py2Neo(py2neo). Set to none if no driver has to be installed.