차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
rabbitmq_성능_튜닝_with_ovs [2023/04/11 03:28] – 만듦 koov | rabbitmq_성능_튜닝_with_ovs [2023/04/11 03:30] (현재) – koov | ||
---|---|---|---|
줄 12: | 줄 12: | ||
In openstack/ | In openstack/ | ||
+ | <WRAP prewrap> | ||
+ | <code vim> | ||
neutron: | neutron: | ||
gateway: | gateway: | ||
줄 19: | 줄 21: | ||
rpc_thread_pool_size: | rpc_thread_pool_size: | ||
rpc_response_timeout: | rpc_response_timeout: | ||
+ | </ | ||
+ | </ | ||
+ | |||
In openstack/ | In openstack/ | ||
+ | <WRAP prewrap> | ||
+ | <code vim> | ||
neutron: | neutron: | ||
compute: | compute: | ||
줄 27: | 줄 34: | ||
rpc_thread_pool_size: | rpc_thread_pool_size: | ||
rpc_response_timeout: | rpc_response_timeout: | ||
+ | </ | ||
+ | </ | ||
In openstack/ | In openstack/ | ||
+ | <WRAP prewrap> | ||
+ | <code vim> | ||
nova: | nova: | ||
controller: | controller: | ||
줄 41: | 줄 52: | ||
default_send_timeout: | default_send_timeout: | ||
default_notify_timeout: | default_notify_timeout: | ||
+ | </ | ||
+ | </ | ||
In openstack/ | In openstack/ | ||
+ | <WRAP prewrap> | ||
+ | <code vim> | ||
nova: | nova: | ||
compute: | compute: | ||
줄 55: | 줄 70: | ||
default_send_timeout: | default_send_timeout: | ||
default_notify_timeout: | default_notify_timeout: | ||
+ | </ | ||
+ | </ | ||
In openstack/ | In openstack/ | ||
+ | <WRAP prewrap> | ||
+ | <code vim> | ||
neutron: | neutron: | ||
server: | server: | ||
줄 65: | 줄 84: | ||
rpc_thread_pool_size: | rpc_thread_pool_size: | ||
rpc_response_timeout: | rpc_response_timeout: | ||
+ | </ | ||
+ | </ | ||
Optional. Set additional parameters to improve the RabbitMQ performance. | Optional. Set additional parameters to improve the RabbitMQ performance. | ||
줄 71: | 줄 92: | ||
In openstack/ | In openstack/ | ||
+ | <WRAP prewrap> | ||
+ | <code vim> | ||
neutron: | neutron: | ||
server: | server: | ||
agent_down_time: | agent_down_time: | ||
+ | </ | ||
+ | </ | ||
In openstack/ | In openstack/ | ||
+ | <WRAP prewrap> | ||
+ | <code vim> | ||
neutron: | neutron: | ||
compute: | compute: | ||
report_interval: | report_interval: | ||
+ | </ | ||
+ | </ | ||
Caution | Caution | ||
줄 85: | 줄 114: | ||
Optional. To speed up message handling by the Neutron agents and Neutron API, define the rpc_workers parameter in openstack/ | Optional. To speed up message handling by the Neutron agents and Neutron API, define the rpc_workers parameter in openstack/ | ||
+ | <WRAP prewrap> | ||
+ | <code vim> | ||
neutron: | neutron: | ||
server: | server: | ||
| | ||
+ | </ | ||
+ | </ | ||
Optional. Set the additional parameters for the Neutron server role to improve stability of the networking configuration: | Optional. Set the additional parameters for the Neutron server role to improve stability of the networking configuration: | ||
줄 94: | 줄 127: | ||
Configuration example: | Configuration example: | ||
+ | <WRAP prewrap> | ||
+ | <code vim> | ||
neutron: | neutron: | ||
server: | server: | ||
dhcp_agents_per_network: | dhcp_agents_per_network: | ||
allow_automatic_dhcp_failover: | allow_automatic_dhcp_failover: | ||
+ | </ | ||
+ | </ | ||
+ | |||
Proceed to the new MCP OpenStack environment configuration and deployment as required. | Proceed to the new MCP OpenStack environment configuration and deployment as required. | ||