Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2015
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. root@controller1:~# grep -v ^# /etc/neutron/plugins/ml2/ml2_conf.ini | sed '/^$/d'
  2. [ml2]
  3. type_drivers = flat,gre
  4. tenant_network_types = gre
  5. mechanism_drivers = openvswitch
  6. [ml2_type_flat]
  7. [ml2_type_vlan]
  8. [ml2_type_gre]
  9. tunnel_id_ranges = 1:1000
  10. [ml2_type_vxlan]
  11. [securitygroup]
  12. enable_security_group = True
  13. enable_ipset = True
  14. firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
  15.  
  16. root@compute1:~# grep -v ^# /etc/neutron/plugins/ml2/ml2_conf.ini | sed '/^$/d'
  17. [ml2]
  18. type_drivers = flat,gre
  19. tenant_network_types = gre
  20. mechanism_drivers = openvswitch
  21. [ml2_type_flat]
  22. [ml2_type_vlan]
  23. [ml2_type_gre]
  24. tunnel_id_ranges = 1:1000
  25. [ml2_type_vxlan]
  26. [securitygroup]
  27. enable_security_group = True
  28. enable_ipset = True
  29. firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
  30. [ovs]
  31. local_ip = 172.172.172.61
  32. enable_tunneling = True
  33. [agent]
  34. tunnel_type = gre
  35.  
  36.  
  37. root@neutron1:~# grep -v ^# /etc/neutron/plugins/ml2/ml2_conf.ini | sed '/^$/d'
  38. [ml2]
  39. type_drivers = flat, gre
  40. tenant_network_types = gre
  41. mechanism_drivers = openvswitch
  42. [ml2_type_flat]
  43. flat_networks = external
  44. [ml2_type_vlan]
  45. [ml2_type_gre]
  46. tunnel_id_ranges = 1:1000
  47. [ml2_type_vxlan]
  48. [securitygroup]
  49. enable_security_group = True
  50. enable_ipset = True
  51. firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
  52. [ovs]
  53. local_ip =
  54. enable_tunneling = True
  55. bridge_mappings = external:br-ex
  56. firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
  57. [ovs]
  58. local_ip = 172.172.172.51
  59. enable_tunneling = True
  60. bridge_mappings = external:br-ex
  61. [agent]
  62. tunnel_type = gre
  63.  
  64.  
  65.  
  66. root@controller1:~# grep -v ^# /etc/nova/nova.conf | sed '/^$/d'
  67. [DEFAULT]
  68. dhcpbridge_flagfile=/etc/nova/nova.conf
  69. dhcpbridge=/usr/bin/nova-dhcpbridge
  70. logdir=/var/log/nova
  71. state_path=/var/lib/nova
  72. lock_path=/var/lock/nova
  73. force_dhcp_release=True
  74. libvirt_use_virtio_for_bridges=True
  75. verbose=True
  76. ec2_private_dns_show_ip=True
  77. api_paste_config=/etc/nova/api-paste.ini
  78. enabled_apis=ec2,osapi_compute,metadata
  79. my_ip = 10.10.10.41
  80. vncserver_listen = 10.10.10.41
  81. vncserver_proxyclient_address = 10.10.10.41
  82. auth_strategy = keystone
  83. rpc_backend = rabbit
  84. rabbit_hosts = db1,db2
  85. rabbit_password = guest
  86. network_api_class = nova.network.neutronv2.api.API
  87. security_group_api = neutron
  88. linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
  89. firewall_driver = nova.virt.firewall.NoopFirewallDriver
  90. [database]
  91. connection = mysql://nova:n0va@db1/nova
  92. [keystone_authtoken]
  93. auth_uri = http://controller1:5000/v2.0
  94. identity_uri = http://controller1:35357
  95. admin_tenant_name = service
  96. admin_user = nova
  97. admin_password = n0va
  98. [glance]
  99. host = controller1
  100. [neutron]
  101. url = http://controller1:9696
  102. auth_strategy = keystone
  103. admin_auth_url = http://controller1:35357/v2.0
  104. admin_tenant_name = service
  105. admin_username = neutron
  106. admin_password = neutr0n
  107. service_metadata_proxy = True
  108. metadata_proxy_shared_secret = adm1n0
  109.  
  110.  
  111. root@compute1:~# grep -v ^# /etc/nova/nova.conf | sed '/^$/d'
  112. [DEFAULT]
  113. dhcpbridge_flagfile=/etc/nova/nova.conf
  114. dhcpbridge=/usr/bin/nova-dhcpbridge
  115. logdir=/var/log/nova
  116. state_path=/var/lib/nova
  117. lock_path=/var/lock/nova
  118. force_dhcp_release=True
  119. libvirt_use_virtio_for_bridges=True
  120. verbose=True
  121. debug=True
  122. ec2_private_dns_show_ip=True
  123. api_paste_config=/etc/nova/api-paste.ini
  124. enabled_apis=ec2,osapi_compute,metadata
  125. my_ip = 10.10.10.61
  126. vnc_enabled = True
  127. vncserver_listen = 0.0.0.0
  128. vncserver_proxyclient_address = 10.10.10.61
  129. novncproxy_base_url = http://controller1:6080/vnc_auto.html
  130. rpc_backend = rabbit
  131. rabbit_hosts = db1,db2
  132. rabbit_password = guest
  133. network_api_class = nova.network.neutronv2.api.API
  134. security_group_api = neutron
  135. linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
  136. firewall_driver = nova.virt.firewall.NoopFirewallDriver
  137. auth_stragegy = keystone
  138. [keystone_authtoken]
  139. auth_uri = http://controller1:5000/v2.0
  140. identity_uri = http://controller1:35357
  141. admin_tenant_name = service
  142. admin_user = nova
  143. admin_password = n0va
  144. [glance]
  145. host = controller1
  146. [neutron]
  147. url = http://controller1:9696
  148. auth_strategy = keystone
  149. admin_auth_url = http://controller1:35357/v2.0
  150. admin_tenant_name = service
  151. admin_username = neutron
  152. admin_password = neutr0n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement