File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Title: CH4_Compute_Icehouse.txt
2
+ # Purpose:
3
+ # Modified installation for Icehouse on CentOS 6.6.
4
+ # It is meant to replace the documented installation process in Chapter 4 for compute nodes only.
5
+ # NOTE: Do not run commands that are commented out.
6
+
7
+ crudini --set /etc/nova/nova.conf DEFAULT linuxnet_interface_driver linuxnet_interface_driver=nova.network.linux_net.LinuxBridgeInterfaceDriver
8
+ crudini --set /etc/nova/nova.conf DEFAULT libvirt_vif_driver nova.virt.libvirt.vif.NeutronLinuxBridgeVIFDriver
9
+
10
+ crudini --set /etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini vlans tenant_network_type vlan
11
+ crudini --set /etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini linux_bridge physical_interface_mappings physnet1:eth1
12
+
13
+ crudini --set /etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini vlans network_vlan_ranges physnet1:30:33
14
+ crudini --set /etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini securitygroup firewall_driver neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
15
+
16
+ service neutron-linuxbridge-agent start
17
+ chkconfig neutron-linuxbridge-agent on
18
+
19
+ service openstack-nova-compute restart
You can’t perform that action at this time.
0 commit comments