더북(TheBook)

3. 이번에는 /etc/neutron/plugins/ml2/linuxbridge_agent.ini 파일을 열어 [linux_bridge] 섹션의 physical_interface_mappings에 프로바이더와 연결될 물리 네트워크 디바이스 이름을 입력합니다. 그리고 [securitygroup]과 [vxlan] 섹션을 다음과 같이 설정합니다. 이때 local_ip에는 컴퓨트 노드의 관리용 IP를 입력합니다.

root@compute:~# vi /etc/neutron/plugins/ml2/linuxbridge_agent.ini
[DEFAULT]
…

[linux_bridge] physical_interface_mappings = provider:eth1 #하이퍼바이저에서 설치한다면 enp0s8을 입력합니다.

[securitygroup] firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver enable_security_group = True

[vxlan] enable_vxlan = true local_ip = 192.168.56.102 l2_population = True

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.