
At the moment role does not increase volumes quota for the project when BFV is enabled for Octavia. This might lead to Amphora failures to spawn-up once default quota (of 10 volumes) is reached. With that we also calculate amout of diskspace required based on the instance limit. It also changes flavor to contain 0 disk if BFV is enabled to ensure that ephemeral is not gonna be used. Change-Id: Ia35948cd2381b13d3792fc0029d93a9e176c884c
18 lines
596 B
YAML
18 lines
596 B
YAML
---
|
|
features:
|
|
- |
|
|
Added variables ``octavia_gigabytes`` and ``octavia_num_volumes`` to
|
|
control quota defenitions for the project where Octavia Amphorae is
|
|
being spawned.
|
|
fixes:
|
|
- |
|
|
Octavia role now handles quota defenition properly when BFV is set for
|
|
Amphorae by defining ``octavia_cinder_enabled: True``
|
|
upgrade:
|
|
- |
|
|
Changed default for ``octavia_cinder_volume_size`` to 20gb in order
|
|
to align with value of ``octavia_amp_disk``
|
|
- |
|
|
Amphorae flavor will have 0 disk set (through variable
|
|
``octavia_amp_disk``), when ``octavia_cinder_enabled: True``.
|