Remove Octavia from translations scenario

Octavia is not required for the translations website at the
moment.

On top of that, reducing the amount of software deployed
reduces the memory footprint and increases the likelihood
of things working with 8GB of memory only.

Change-Id: I5de145244c948bb2b1b7d98617e9a73ae36b908a
This commit is contained in:
Jean-Philippe Evrard 2018-04-19 15:17:50 +02:00
parent e48a798293
commit 115e1d691c
3 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@ cidr_networks:
{% if bootstrap_host_scenario == "translations" %}
dbaas: 172.29.232.0/22
{% endif %}
{% if bootstrap_host_scenario in ["translations", "octavia"] %}
{% if bootstrap_host_scenario in ["octavia"] %}
lbaas: 172.29.252.0/22
{% endif %}
container: 172.29.236.0/22
@ -68,7 +68,7 @@ global_overrides:
- neutron_linuxbridge_agent
- rabbitmq
{% endif %}
{% if bootstrap_host_scenario in ["translations", "octavia"] %}
{% if bootstrap_host_scenario in ["octavia"] %}
- network:
container_bridge: "br-lbaas"
container_type: "veth"

View File

@ -244,7 +244,7 @@ bootstrap_host_data_disk2_path: "{{ (lxc_container_backing_store == 'machinectl'
# Boolean option to build Amphora image and certs
bootstrap_host_octavia: "{{ (bootstrap_host_scenario in ['octavia', 'translations']) | bool }}"
bootstrap_host_octavia: "{{ (bootstrap_host_scenario in ['octavia']) | bool }}"
### Optional Settings ###

View File

@ -71,7 +71,6 @@ confd_overrides:
- name: swift.yml.aio
- name: sahara.yml.aio
- name: magnum.yml.aio
- name: octavia.yml.aio
- name: trove.yml.aio
octavia:
- name: haproxy.yml.aio