<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">I'm on a devstack host with Octavia master. By running "openstack loadbalancer provider capability list amphora", I can see "compute_flavor" of type "flavor", so that I can specify a nova flavor in "--flavor-data" parameter when creating flavorprofile.</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">A full command line example: <a href="https://dpaste.com/4CB8GE2RN">https://dpaste.com/4CB8GE2RN</a></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><span style="color:rgb(102,102,102);font-family:monospace,monospace"><br></span></div><div><span style="color:rgb(102,102,102);font-family:monospace,monospace">---</span><br></div><div><div><font color="#666666" face="monospace, monospace">Lingxian Kong</font></div><div><font color="#666666" face="monospace, monospace">Senior Software Engineer</font></div><div><font color="#666666" face="monospace, monospace">Catalyst Cloud</font></div><div><font color="#666666" face="monospace, monospace"><a href="http://www.catalystcloud.nz" target="_blank">www.catalystcloud.nz</a></font></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Dec 6, 2020 at 8:23 AM Satish Patel <<a href="mailto:satish.txt@gmail.com">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Folks,<br>
<br>
I am deployed Octavia and now trying to understand how does flavor<br>
play there role using this guide<br>
<a href="https://docs.openstack.org/octavia/latest/admin/flavors.html" rel="noreferrer" target="_blank">https://docs.openstack.org/octavia/latest/admin/flavors.html</a><br>
<br>
<br>
In my octavia.conf i have statically defined nova flavor so when i<br>
spin up LB it always use m1.amphora (UUID:<br>
8651951f-e478-4efb-b298-cf3150d38472) which has 1vCPU/2GB memory.<br>
<br>
# grep amp_flavor_id /etc/octavia/octavia.conf<br>
amp_flavor_id = 8651951f-e478-4efb-b298-cf3150d38472<br>
<br>
Question: how do I create or tell octavia to use multiple nova flavors<br>
for example, I want 3 flavors<br>
<br>
m1.amphora  - 1vCPU/2GB/20GB disk<br>
m2.amphora  - 4vCPU/4GB/20GB disk<br>
m3.amphora  - 8vCPU/8GB/40GB disk  (with HugePage and CPUpinning support)<br>
<br>
I want my users to have the option to select whatever flavor they<br>
like. how does that fit here?  I didn't find any document explaining<br>
that feature to select your desired nova flavor. Did I miss something?<br>
<br>
</blockquote></div>