Skip to content

Commit 64711bf

Browse files
author
James Denton
committed
Create CH4_Compute_Icehouse.txt
1 parent e3ad717 commit 64711bf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CH4_Compute_Icehouse.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)