First time here? Check out the FAQ!
![]() | 1 | initial version |
View http://bderzhavets.blogspot.com/2014/10/rdo-two-node-cluster-controllercompute.html
[root@icehouse1 neutron(keystone_admin)]# ls -l
total 72
-rw-r--r--. 1 root root 193 Sep 30 17:08 api-paste.ini
-rw-r-----. 1 root neutron 3901 Sep 30 19:19 dhcp_agent.ini
-rw-r--r--. 1 root root 86 Sep 30 19:20 dnsmasq.conf
-rw-r-----. 1 root neutron 208 Sep 30 17:08 fwaas_driver.ini
-rw-r-----. 1 root neutron 3431 Sep 30 17:08 l3_agent.ini
-rw-r-----. 1 root neutron 1400 Aug 8 02:56 lbaas_agent.ini
-rw-r-----. 1 root neutron 1863 Sep 30 17:08 metadata_agent.ini
lrwxrwxrwx. 1 root root 37 Sep 30 18:41 ml2_conf.ini -> /etc/neutron/plugins/ml2/ml2_conf.ini
-rw-r-----. 1 root neutron 19187 Sep 30 17:08 neutron.conf
lrwxrwxrwx. 1 root root 55 Sep 30 18:40 plugin.ini -> /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
-rw-r--r--. 1 root root 211 Sep 30 17:30 plugin.out
drwxr-xr-x. 4 root root 4096 Sep 30 17:08 plugins
-rw-r-----. 1 root neutron 6148 Aug 8 02:56 policy.json
-rw-r--r--. 1 root root 79 Aug 11 15:27 release
-rw-r--r--. 1 root root 1216 Aug 8 02:56 rootwrap.conf
[root@icehouse1 neutron(keystone_admin)]# cat ml2_conf.ini
[ml2]
type_drivers = gre
tenant_network_types = gre
mechanism_drivers = openvswitch
[ml2_type_flat]
[ml2_type_vlan]
[ml2_type_gre]
tunnel_id_ranges = 1:1000
[ml2_type_vxlan]
[securitygroup]
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
enable_security_group = True
[ovs]
local_ip = 192.168.0.127
[agent]
tunnel_types = gre
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
[root@icehouse1 neutron(keystone_admin)]# cat plugin.ini
[ml2]
type_drivers = gre
tenant_network_types = gre
mechanism_drivers = openvswitch
[ml2_type_flat]
[ml2_type_vlan]
[ml2_type_gre]
tunnel_id_ranges = 1:1000
[ml2_type_vxlan]
[securitygroup]
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
enable_security_group = True
[ovs]
local_ip = 192.168.0.127
[agent]
tunnel_types = gre
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf