rabbitmq_성능_튜닝_with_ovs

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

rabbitmq_성능_튜닝_with_ovs [2023/04/11 03:28] – 만듦 koovrabbitmq_성능_튜닝_with_ovs [2023/04/11 03:30] (현재) koov
줄 12: 줄 12:
 In openstack/gateway.yml, define the following parameters as required. For example: In openstack/gateway.yml, define the following parameters as required. For example:
  
 +<WRAP prewrap>
 +<code vim>
 neutron: neutron:
   gateway:   gateway:
줄 19: 줄 21:
       rpc_thread_pool_size: 2048       rpc_thread_pool_size: 2048
       rpc_response_timeout: 3600       rpc_response_timeout: 3600
 +</code>
 +</WRAP>
 +
 In openstack/compute/init.yml, define the following parameters as required. For example: In openstack/compute/init.yml, define the following parameters as required. For example:
  
 +<WRAP prewrap>
 +<code vim>
 neutron: neutron:
   compute:   compute:
줄 27: 줄 34:
       rpc_thread_pool_size: 2048       rpc_thread_pool_size: 2048
       rpc_response_timeout: 3600       rpc_response_timeout: 3600
 +</code>
 +</WRAP>
 In openstack/control.yml, define the following parameters as required. For example: In openstack/control.yml, define the following parameters as required. For example:
  
 +<WRAP prewrap>
 +<code vim>
 nova: nova:
   controller:   controller:
줄 41: 줄 52:
       default_send_timeout: 60       default_send_timeout: 60
       default_notify_timeout: 60       default_notify_timeout: 60
 +</code>
 +</WRAP>
 In openstack/compute/init.yml, define the following parameters as required. For example: In openstack/compute/init.yml, define the following parameters as required. For example:
  
 +<WRAP prewrap>
 +<code vim>
 nova: nova:
   compute:   compute:
줄 55: 줄 70:
       default_send_timeout: 60       default_send_timeout: 60
       default_notify_timeout: 60       default_notify_timeout: 60
 +</code>
 +</WRAP>
 In openstack/control.yml, define the following parameters as required. For example: In openstack/control.yml, define the following parameters as required. For example:
  
 +<WRAP prewrap>
 +<code vim>
 neutron: neutron:
   server:   server:
줄 65: 줄 84:
       rpc_thread_pool_size: 2048       rpc_thread_pool_size: 2048
       rpc_response_timeout: 3600       rpc_response_timeout: 3600
 +</code>
 +</WRAP>
 Optional. Set additional parameters to improve the RabbitMQ performance. Optional. Set additional parameters to improve the RabbitMQ performance.
  
줄 71: 줄 92:
 In openstack/control.yml, define the agent_down_time parameter as required. For example: In openstack/control.yml, define the agent_down_time parameter as required. For example:
  
 +<WRAP prewrap>
 +<code vim>
 neutron: neutron:
   server:   server:
     agent_down_time: 300     agent_down_time: 300
 +</code>
 +</WRAP>
 In openstack/compute/init.yml and openstack/gateway.yml, define the report_interval parameter as required. For example: In openstack/compute/init.yml and openstack/gateway.yml, define the report_interval parameter as required. For example:
  
 +<WRAP prewrap>
 +<code vim>
 neutron: neutron:
   compute:   compute:
     report_interval: 120     report_interval: 120
 +</code>
 +</WRAP>
 Caution Caution
  
줄 85: 줄 114:
 Optional. To speed up message handling by the Neutron agents and Neutron API, define the rpc_workers parameter in openstack/control.yml. The defined number of workers should be equal to the number of CPUs multiplied by two. For example, if the number of CPU is 24, set the rpc_workers parameter to 48: Optional. To speed up message handling by the Neutron agents and Neutron API, define the rpc_workers parameter in openstack/control.yml. The defined number of workers should be equal to the number of CPUs multiplied by two. For example, if the number of CPU is 24, set the rpc_workers parameter to 48:
  
 +<WRAP prewrap>
 +<code vim>
 neutron: neutron:
   server:   server:
      rpc_workers: 48      rpc_workers: 48
 +</code>
 +</WRAP>
 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: 3     dhcp_agents_per_network: 3
     allow_automatic_dhcp_failover: false     allow_automatic_dhcp_failover: false
 +</code>
 +</WRAP>
 +
 Proceed to the new MCP OpenStack environment configuration and deployment as required. Proceed to the new MCP OpenStack environment configuration and deployment as required.
  
  • rabbitmq_성능_튜닝_with_ovs.1681183712.txt.gz
  • 마지막으로 수정됨: 2023/04/11 03:28
  • 저자 koov