charm-layer-openstack-api/config.yaml

86 lines
2.4 KiB
YAML

options:
os-admin-network:
type: string
default:
description: |
The IP address and netmask of the OpenStack Admin network (e.g.,
192.168.0.0/24)
.
This network will be used for admin endpoints.
os-internal-network:
type: string
default:
description: |
The IP address and netmask of the OpenStack Internal network (e.g.,
192.168.0.0/24)
.
This network will be used for internal endpoints.
os-public-network:
type: string
default:
description: |
The IP address and netmask of the OpenStack Public network (e.g.,
192.168.0.0/24)
.
This network will be used for public endpoints.
os-public-hostname:
type: string
default:
description: |
The hostname or address of the public endpoints created for neutron-api
in the keystone identity provider.
.
This value will be used for public endpoints. For example, an
os-public-hostname set to 'neutron-api.example.com' with ssl enabled
will create the following endpoint for neutron-api:
.
https://neutron-api.example.com:9696/
region:
default: RegionOne
type: string
description: OpenStack Region
haproxy-server-timeout:
type: int
default: 30000
description: |
Server timeout configuration in ms for haproxy, used in HA
configurations.
haproxy-client-timeout:
type: int
default: 30000
description: |
Client timeout configuration in ms for haproxy, used in HA
configurations.
haproxy-queue-timeout:
type: int
default: 5000
description: |
Queue timeout configuration in ms for haproxy, used in HA
configurations.
haproxy-connect-timeout:
type: int
default: 5000
description: |
Connect timeout configuration in ms for haproxy, used in HA
configurations.
vip:
type: string
default:
description: |
Virtual IP(s) to use to front API services in HA configuration.
If multiple networks are being used, a VIP should be provided for each
network, separated by spaces.
vip_iface:
type: string
default: eth0
description: |
Default network interface to use for HA vip when it cannot be
automatically determined.
vip_cidr:
type: int
default: 24
description: |
Default CIDR netmask to use for HA vip when it cannot be automatically
determined.