十三、neutron结算节点安装

目录

一、neutron计算节点安装

1.安装模块

2.配置nova.conf

3.配置neutron.conf

4.配置linuxbridge_agent.ini


   

neutron的计算节点,只在该结算节点上操作即可。

一、neutron计算节点安装

1.安装模块

yum install openstack-neutron-linuxbridge ebtables ipset -y

2.配置nova.conf

[neutron]
url = http://vip:9696
auth_url = http://vip:35357
auth_type = password
project_domain_name = default
user_domain_name = default
region_name = RegionOne
project_name = service
username = neutron
password = neutron用户的密码

3.配置neutron.conf

[DEFAULT]
auth_strategy = keystone
transport_url = rabbit://openstack:rabbit用户密码@rabbit部署节点1的ip:5672,rabbit部署节点2的ip:5672

[keystone_authtoken]
auth_uri = http://vip:5000
auth_url = http://vip:35357
memcached_servers = 缓存部署节点1的ip:11211,缓存部署节点2的ip:11211
auth_type = password
project_domain_id = default
user_domain_id = default
project_name = service
username = neutron
password = neutron用户的密码

[oslo_concurrency]
lock_path = /var/lib/neutron/tmp

4.配置linuxbridge_agent.ini

#配置
[linux_bridge]
physical_interface_mappings = provider:计算节点管理网卡名称

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

[vxlan]
enable_vxlan = false
# local_ip = 10.27.31.108
# l2_population = true

#启动
systemctl restart openstack-nova-compute.service
systemctl enable neutron-linuxbridge-agent.service
systemctl start neutron-linuxbridge-agent.service

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值