This section explains the steps to configure SE group flavor settings using the NSX Advanced Load Balancer UI and CLI.

  1. Navigate to Infrastructure > Cloud Resources > Service Engine Group.

  2. Choose the desired Service Engine Group and click Edit. The following screen is displayed:



  3. Click Resources tab.

  4. Select an Instance Flavor from the drop-down menu.

  5. Click Save.

Note:

SE Group page takes Instance Flavor as configuration input. The input is flavor name not Flavor UUID. The list of flavors fetched from OpenStack are only those flavors matching the minimum requirement of 1 GB RAM and recommended minimum disk size of 2 times RAM (in GB) + 5 GB.

You can manually configure the flavor if you want to use flavors other than recommended flavor using NSX Advanced Load Balancer CLI as follows:

 [admin:avi-controller]: > configure serviceenginegroup Default-Group
 Updating an existing object. Currently, the object is:
 +---------------------------------------+-----------------------+
 | Field                                 | Value                 |
 +---------------------------------------+-----------------------+
 | uuid                                  | serviceenginegroup-052ac264-a5d8-43a6-b3ff-53eae9e29f54         |
 | name                                  | Default-Group         |
 | max_vs_per_se                         | 10                    |
 | min_scaleout_per_vs                   | 1                     |
 | max_scaleout_per_vs                   | 4                     |
 | max_se                                | 2                     |
 | active_standby                        | False                 |
 | placement_mode                        | PLACEMENT_MODE_AUTO   |
 | instance_flavor                       | m1.se                 |
 | auto_rebalance_interval               | 300 sec               |
 | aggressive_failure_detection          | False                 |
 | vs_scaleout_timeout                   | 30 sec                |
 | vs_scalein_timeout                    | 30 sec                |
 | config_debugs_on_all_cores            | False                 |
 | accelerated_networking                | True                  |
 | vs_se_scaleout_ready_timeout          | 25 sec                |
 | vs_se_scaleout_additional_wait_time   | 0 sec                 |
 | bgp_state_update_interval             | 10 sec                |
 | max_memory_per_mempool                | 64 mb                 |
 +---------------------------------------+-----------------------+
 [admin:avi-controller]: serviceenginegroup> instance_flavor m1.se
 Overwriting the previously entered value for instance_flavor
 [admin:avi-controller]: serviceenginegroup> save
 +---------------------------------------+-----------------------+
 | Field                                 | Value                 |
 +---------------------------------------+-----------------------+
 | uuid                                  | serviceenginegroup-052ac264-a5d8-43a6-b3ff-53eae9e29f54         |
 | name                                  | Default-Group         |
 | max_vs_per_se                         | 10                    |
 | min_scaleout_per_vs                   | 1                     |
 | max_scaleout_per_vs                   | 4                     |
 | max_se                                | 2                     |
 | active_standby                        | False                 |
 | placement_mode                        | PLACEMENT_MODE_AUTO   |
 | instance_flavor                       | m1.se                 |
 | auto_rebalance_interval               | 300 sec               |
 | aggressive_failure_detection          | False                 |
 | vs_scaleout_timeout                   | 30 sec                |
 | vs_scalein_timeout                    | 30 sec                |
 | config_debugs_on_all_cores            | False                 |
 | accelerated_networking                | True                  |
 | vs_se_scaleout_ready_timeout          | 25 sec                |
 | vs_se_scaleout_additional_wait_time   | 0 sec                 |
 | bgp_state_update_interval             | 10 sec                |
 | max_memory_per_mempool                | 64 mb                 |
 +---------------------------------------+-----------------------+
 [admin:avi-controller]: > 
Note:

The OpenStack flavor name must be specified and not the flavor ID or UUID.