Aym Frikha Infoblox

Channel Revision Published Runs on
latest/stable 0 18 Mar 2021
Ubuntu 18.04 Ubuntu 16.04
juju deploy aym-frikha-infoblox
Show information

Platform:

Ubuntu
18.04 16.04

Learn about configurations >

  • admin-password | string

    The password to use for the WAPI.

  • admin-user-name | string

    The user name to use for the WAPI.

  • cloud-data-center-id | int

    Default: 1

    An integer ID used for the data center. This is used to form the stanza name for the rest of the options. If you have multiple instances of OpenStack sharing the same Infoblox grid, this ID needs to be unique across the instances. The ID should start from 1 and increment by 1 as you add another Openstack instance. This ID is used to generate a unique ID for a network view that is cached in neutron database. Starting it with a very high number may exceed the max length of a network view id.

  • debug | boolean

    Enable debug logging

  • grid-master-host | string

    The IP address, hostname, or FQDN of the Grid Master (GM). Proxying is supported so this does not have to be the exact IP or hostname of the GM if you have a situation where you cannot reach the GM directly in your network. It can be any connection information that proxies to the GM.

  • grid-master-name | string

    The name of the Grid Master (GM) This has to be the exact GM name registered in the Infoblox grid.

  • network-views | string

    Default: default

    Comma separated list of participating network views on the target Infoblox server.

  • source | string

    Default: ppa:canonical-infoblox/queens-stable

    Repository from which to install. Ex: ppa:canonical-infoblox/stable

  • ssl_ca | string

    SSL CA to use to communicate with other OpenStack cloud components.

  • use-internal-endpoints | boolean

    Openstack mostly defaults to using public endpoints for internal communication between services. If set to True this option will configure services to use internal endpoints where possible.

  • use-syslog | boolean

    Setting this to True will allow supporting services to log to syslog.

  • verbose | boolean

    Enable verbose logging

  • wapi-max-results | string

    Default: -1000

    The maximum number of objects to be returned by WAPI. If this is set to a negative number, WAPI will return an error when the number of returned objects would exceed the setting. If this is set to a positive number, the results will be truncated when necessary. The default is -1000. If you experience "Result set too large" error, increase this value.

  • wapi-paging | boolean

    Enables paging to wapi calls by configuring wapi_paging = True, it uses wapi_max_results to set paging size of the wapi calls. If wapi_max_results is negative it will take paging size as 1000. The default is False.

  • wapi-version | string

    Default: 2.3

    The WAPI version to use. WAPI Version 2.3 or later is supported. (NIOS version 7.3.x or later is supported)