第 21 章 配置网络插件
director 包括有助于配置第三方网络插件的环境文件:
21.1. Fujitsu Converged Fabric (C-Fabric) 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
您可以使用位于 /usr/share/openstack-tripleo-heat-templates/environments/neutron-ml2-fujitsu-cfab.yaml 的环境文件来启用 Fujitsu Converged Fabric (C-Fabric)插件。
将环境文件复制到模板
子目录中:cp /usr/share/openstack-tripleo-heat-templates/environments/neutron-ml2-fujitsu-cfab.yaml /home/stack/templates/
$ cp /usr/share/openstack-tripleo-heat-templates/environments/neutron-ml2-fujitsu-cfab.yaml /home/stack/templates/Copy to Clipboard Copied! Toggle word wrap Toggle overflow 编辑
resource_registry以使用绝对路径:resource_registry: OS::TripleO::Services::NeutronML2FujitsuCfab: /usr/share/openstack-tripleo-heat-templates/puppet/services/neutron-plugin-ml2-fujitsu-cfab.yaml
resource_registry: OS::TripleO::Services::NeutronML2FujitsuCfab: /usr/share/openstack-tripleo-heat-templates/puppet/services/neutron-plugin-ml2-fujitsu-cfab.yamlCopy to Clipboard Copied! Toggle word wrap Toggle overflow 查看
/home/stack/templates/neutron-ml2-fujitsu-cfab.yaml中的parameter_defaults:-
NeutronFujitsuCfabAddress- C-Fabric 的 telnet IP 地址(字符串) -
neutronFujitsuCfabUserName- 要使用的 C-Fabric 用户名(字符串) -
NeutronFujitsuCfabPassword- C-Fabric 用户帐户的密码。(字符串) -
NeutronFujitsuCfabPhysicalNetworks-<physical_network>:<vfab_id> tuples,用于指定physical_network名称和对应的 vfab ID。(comma_delimited_list) -
NeutronFujitsuCfabSharePprofile- 确定是否在使用相同的 VLAN ID 的 neutron 端口间共享 C-Fabric pprofile。(布尔值) -
NeutronFujitsuCfabPprofilePrefix- pprofile name 的前缀字符串。(字符串) -
NeutronFujitsuCfabSaveConfig- 确定是否保存配置。(布尔值)
-
要将模板应用到您的部署中,请在
openstack overcloud deploy命令中包含 环境文件。例如:openstack overcloud deploy --templates -e /home/stack/templates/neutron-ml2-fujitsu-cfab.yaml [OTHER OPTIONS] ...
$ openstack overcloud deploy --templates -e /home/stack/templates/neutron-ml2-fujitsu-cfab.yaml [OTHER OPTIONS] ...Copy to Clipboard Copied! Toggle word wrap Toggle overflow