차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
kolla-ansible_general_configuraion [2025/04/17 03:30] – [OVN 환경의 경우] koovkolla-ansible_general_configuraion [2025/04/20 06:30] (현재) – [OVN 환경의 경우] koov
줄 38: 줄 38:
 ===== /etc/kolla/config/neutron/ml2_conf.ini ===== ===== /etc/kolla/config/neutron/ml2_conf.ini =====
 ==== Openvswitch(OVS)환경의 경우 === ==== Openvswitch(OVS)환경의 경우 ===
 +''globals.yml'' 내용중 ''neutron_plugin_agent: "openvswitch"'' 설정인 경우
 <WRAP prewrap> <WRAP prewrap>
 <code vim ml2_conf.conf> <code vim ml2_conf.conf>
 [ml2] [ml2]
-type_drivers = flat,vlan,vxlan,geneve +type_drivers = flat,vlan,vxlan 
-tenant_network_types = vxlan +tenant_network_types = flat,vlan,vxlan 
-mechanism_drivers = openvswitch,l2population+mechanism_drivers = openvswitch,baremetal,l2population
 extension_drivers = port_security extension_drivers = port_security
  
 [ml2_type_vlan] [ml2_type_vlan]
-network_vlan_ranges = physnet1+network_vlan_ranges = physnet1,physnet2
  
 [ml2_type_flat] [ml2_type_flat]
-flat_networks = physnet1+flat_networks = physnet1,physnet2
  
 [ml2_type_vxlan] [ml2_type_vxlan]
-vni_ranges = 1:1000+vni_ranges = 1:4000 
 </code> </code>
 </WRAP> </WRAP>
  
 ==== OVN 환경의 경우 === ==== OVN 환경의 경우 ===
 +''globals.yml'' 내용중 ''neutron_plugin_agent: "ovn"'' 설정인 경우
 +
 <WRAP prewrap> <WRAP prewrap>
 <code vim ml2_conf.conf> <code vim ml2_conf.conf>
줄 63: 줄 67:
 type_drivers = flat,vlan,geneve type_drivers = flat,vlan,geneve
 tenant_network_types = geneve tenant_network_types = geneve
-mechanism_drivers = ovn+mechanism_drivers = ovn,baremetal
 extension_drivers = port_security extension_drivers = port_security
  
  • kolla-ansible_general_configuraion.1744860614.txt.gz
  • 마지막으로 수정됨: 2025/04/17 03:30
  • 저자 koov