4
Installed
/usr/local/lib64/python2.6/site-packages/VCF_CONTROLLER_PLUGIN-D2156_juno_2014.2-
py2.7.egg
Processing dependencies for VCF-CONTROLLER-PLUGIN==D2156-juno-2014.2
Finished processing dependencies for VCF-CONTROLLER-PLUGIN==D2156-juno-2014.2
IMPORTANT:
For successful installation, you must specify the
--no-deps
option in the
easy_install
command
to ignore the software dependencies.
2.
Install the VCF Neutron plug-ins.
[root@localhost ~]# h3c-vcfplugin controller install
3.
Use the vi editor to open the
neutron.conf
configuration file.
[root@localhost ~]# vi /etc/neutron/neutron.conf
4.
Press
I
to switch to the insert mode, and set the parameters in the
neutron.conf
configuration
file. For information about the parameters, see "
."
[DEFAULT]
core_plugin = ml2
service_plugins =
h3c_vcfplugin.l3_router.h3c_l3_router_plugin.H3CL3RouterPlugin,firewall,lbaas,vpn
aas
[service_providers]
service_provider=FIREWALL:H3C:h3c_vcfplugin.fw.h3c_fwplugin_driver.H3CFwaasDriver
:default
service_provider=LOADBALANCER:H3C:h3c_vcfplugin.lb.h3c_lbplugin_driver.H3CLbaasPl
uginDriver:default
service_provider=VPN:H3C:h3c_vcfplugin.vpn.h3c_vpnplugin_driver.H3CVpnPluginDrive
r:default
5.
Press
Esc
to quit the insert mode.
6.
Enter
:wq
to exit the vi editor and save the
neutron.conf
file.
:wq
7.
Use the vi editor to open the
ml2_conf.ini
configuration file.
[root@localhost ~]# vi /etc/neutron/plugins/ml2/ml2_conf.ini
8.
Press
I
to switch to the insert mode, and set the parameters in the
ml2_conf.ini
configuration
file. For information about the parameters, see "
[ml2]
type_drivers = vxlan,vlan
tenant_network_types = vxlan,vlan
mechanism_drivers = ml2_h3c
extension_drivers = ml2_extension_h3c
[ml2_type_vlan]
network_vlan_ranges = physicnet1:1000:2999
[ml2_type_vxlan]
vni_ranges = 1:500
9.
Press
Esc
to quit the insert mode.
10.
Enter
:wq
to exit the vi editor and save the
ml2_conf.ini
file.
:wq
11.
Use the vi editor to open the
local_settings
configuration file.
12.
Press
I
to switch to the insert mode.