num_units: {{ unit_qty() }}
options:
{% if os.ha.mode == 'ha' %}
+ haproxy-server-timeout: 10000
+ haproxy-client-timeout: 10000
+ haproxy-queue-timeout: 10000
+ haproxy-connect-timeout: 10000
vip: {{ opnfv.vip.ceilometer }}
{% endif %}
{% if os.beta.public_api %}
charm: "local:{{ ubuntu.release }}/cinder"
num_units: {{ unit_qty() }}
options:
+{% if os.ha.mode == 'ha' %}
+ haproxy-server-timeout: 10000
+ haproxy-client-timeout: 10000
+ haproxy-queue-timeout: 10000
+ haproxy-connect-timeout: 10000
+ vip: {{ opnfv.vip.cinder }}
+{% endif %}
{% if os.beta.public_api %}
os-public-hostname: api.{{ opnfv.domain }}
{% endif %}
block-device: None
glance-api-version: 2
-{% if os.ha.mode == 'ha' %}
- vip: {{ opnfv.vip.cinder }}
-{% endif %}
to:
{% for unit_id in to_select() %}
- "lxc:nodes={{ unit_id }}"
num_units: {{ unit_qty() }}
options:
{% if os.ha.mode == 'ha' %}
+ haproxy-server-timeout: 10000
+ haproxy-client-timeout: 10000
+ haproxy-queue-timeout: 10000
+ haproxy-connect-timeout: 10000
vip: {{ opnfv.vip.glance }}
{% endif %}
{% if os.beta.public_api %}
admin-password: {{ opnfv.admin_password | default(os.admin.password) }}
admin-token: {{ os.admin.name }}
{% if os.ha.mode == 'ha' %}
+ haproxy-server-timeout: 10000
+ haproxy-client-timeout: 10000
+ haproxy-queue-timeout: 10000
+ haproxy-connect-timeout: 10000
vip: {{ opnfv.vip.keystone }}
{% endif %}
{% if os.beta.public_api %}
charm: "local:{{ ubuntu.release }}/percona-cluster"
num_units: {{ unit_qty() }}
options:
- innodb-buffer-pool-size: 100M
- #lp1366997-workaround: true
+{% if os.ha.mode == 'ha' %}
+ innodb-buffer-pool-size: 10G
+{% else %}
+ innodb-buffer-pool-size: 1G
+{% endif %}
max-connections: 20000
root-password: {{ get_password('mysql_root') }}
sst-password: {{ get_password('mysql_sst') }}
num_units: {{ unit_qty() }}
options:
neutron-security-groups: true
+{% if os.ha.mode == 'ha' %}
+ vip: {{ opnfv.vip.neutron }}
+ haproxy-server-timeout: 10000
+ haproxy-client-timeout: 10000
+ haproxy-queue-timeout: 10000
+ haproxy-connect-timeout: 10000
+{% endif %}
{% if os.network.controller == 'nosdn' %}
flat-network-providers: "*"
{% if os.network.dvr %}
flat-network-providers: "*"
manage-neutron-plugin-legacy-mode: False
{% endif %}
-{% if os.ha.mode == 'ha' %}
- vip: {{ opnfv.vip.neutron }}
-{% endif %}
{% if os.beta.public_api %}
os-public-hostname: api.{{ opnfv.domain }}
{% endif %}
#console-access-protocol: novnc
neutron-external-network: ext-net
service-guard: true
+{% if os.ha.mode == 'ha' %}
+ haproxy-server-timeout: 10000
+ haproxy-client-timeout: 10000
+ haproxy-queue-timeout: 10000
+ haproxy-connect-timeout: 10000
+ vip: {{ opnfv.vip.nova }}
+{% endif %}
{% if opnfv.domain is defined %}
console-proxy-ip: {{ opnfv.domain }}
{% endif %}
network-manager: Neutron
-{% if os.ha.mode == 'ha' %}
- vip: {{ opnfv.vip.nova }}
-{% endif %}
{% if os.beta.public_api %}
os-public-hostname: api.{{ opnfv.domain }}
{% endif %}
secret: admin
webroot: /
{% if os.ha.mode == 'ha' %}
+ haproxy-server-timeout: 10000
+ haproxy-client-timeout: 10000
+ haproxy-queue-timeout: 10000
+ haproxy-connect-timeout: 10000
vip: {{ opnfv.vip.dashboard }}
{% endif %}
{% if os.beta.public_api %}