charm-designate/src/config.yaml

53 lines
1.8 KiB
YAML

options:
dns-slaves:
type: string
default:
description: |
List of DNS slaves which will accept addzone/delzone rndc commands from
Designate. List is of the form slave_ip:rndc_port:rndc_key. This should
only be used if DNS servers are outside of Juju control. Using the
designate-bind charm is the prefered approach.
nova-domain:
type: string
default:
description: Domain to add records for new instances to
nova-domain-email:
type: string
default:
description: Email address of the person responsible for the domain.
nameservers:
type: string
default:
description: |
Space delimited list of nameservers. These are the nameservers that have
been provided to the domain registrar in order to delegate the domain to
Designate. e.g. "ns1.example.com. ns2.example.com."
neutron-domain:
type: string
default:
description: Domain to add floating IP records to.
neutron-domain-email:
type: string
default:
description: Email address of the person responsible for the domain.
neutron-record-format:
type: string
default: '%(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(zone)s'
description: Format of floating IP global records.
neutron-record-formatv6:
type: string
default: '%(hostname)s.%(tenant_id)s.%(zone)s'
description: Format of floating IPv6 global records.
nova-record-format:
type: string
default: '%(hostname)s.%(tenant_id)s.%(zone)s'
description: Format of instance IPv4 global records.
nova-record-formatv6:
type: string
default: '%(hostname)s.%(tenant_id)s.%(zone)s'
description: Format of floating IPv6 global records.
enable-host-header:
type: boolean
default: false
description: Enables host request headers.