Description of problem:
After "composable Octavia" (octavia-api on controllers, octavia-worker, octavia-healthmanager and octavia-housekeeping manager on are installed on the networker node) deployment, the Octavia default flavor ('octavia_65) is missing from the flavor list (which appears to be empty).
Version-Release number of selected component (if applicable):
- RHOSP 13
- composable Octavia - octavia-api on controllers, octavia-worker, octavia-healthmanager and octavia-housekeeping manager on are installed on the networker node.
Actual results:
Empty flavor list
Expected results:
~~~
(overcloud) [stack@undercloud-0 ~]$ openstack flavor list --all
+----+------------+------+------+-----------+-------+-----------+
| ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public |
+----+------------+------+------+-----------+-------+-----------+
| 65 | octavia_65 | 1024 | 3 | 0 | 1 | False |
+----+------------+------+------+-----------+-------+-----------+
~~~
Additional info:
Note: Composable Octavia isn't officially supported in OSP 13.
The octavia flavor is added using puppet through a special execution of docker puppet tasks. The intent was to only run on the "bootstrap" node for a given service, but it appears that this is simply picking the first controller node. Since the worker isn't being deployed on the controllers, we'll need to rework the deployment a bit to make this run properly.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2019:0068
Description of problem: After "composable Octavia" (octavia-api on controllers, octavia-worker, octavia-healthmanager and octavia-housekeeping manager on are installed on the networker node) deployment, the Octavia default flavor ('octavia_65) is missing from the flavor list (which appears to be empty). Version-Release number of selected component (if applicable): - RHOSP 13 - composable Octavia - octavia-api on controllers, octavia-worker, octavia-healthmanager and octavia-housekeeping manager on are installed on the networker node. Actual results: Empty flavor list Expected results: ~~~ (overcloud) [stack@undercloud-0 ~]$ openstack flavor list --all +----+------------+------+------+-----------+-------+-----------+ | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | +----+------------+------+------+-----------+-------+-----------+ | 65 | octavia_65 | 1024 | 3 | 0 | 1 | False | +----+------------+------+------+-----------+-------+-----------+ ~~~ Additional info: Note: Composable Octavia isn't officially supported in OSP 13.