Advertisement
s_schultchen

serv3b_pst_configs.txt

Dec 16th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. ###### ###### Config Files ###### ######
  2. ###### ###### BEGIN ###### ######
  3. ###### ###### /etc/nova/nova.conf ###### ######
  4.  
  5.  
  6. [DEFAULT]
  7. enabled_apis = osapi_compute,metadata
  8. transport_url = rabbit://openstack:Thiey7aep4oofesei7rooZee@cntr1a,openstack:Thiey7aep4oofesei7rooZee@cntr1b,openstack:Thiey7aep4oofesei7rooZee@cntr1c
  9. auth_strategy = keystone
  10. use_neutron = True
  11. firewall_driver = nova.virt.firewall.NoopFirewallDriver
  12. my_ip = 10.0.0.115
  13.  
  14. [cinder]
  15. os_region_name = Home
  16. cross_az_attach=false
  17.  
  18. [glance]
  19. api_servers = http://controller.infra.home.schlitzered.de:9292
  20.  
  21. [keystone_authtoken]
  22. auth_uri = http://keystone.infra.home.schlitzered.de:5000
  23. auth_url = http://keystone.infra.home.schlitzered.de:35357
  24. memcached_servers = cntr1a:11211,cntr1b:11211,cntr1c:11211
  25. auth_type = password
  26. project_domain_name = default
  27. user_domain_name = default
  28. project_name = service
  29. username = nova
  30. password = ahz3ughe1Aegeshoo5ohSug1A
  31.  
  32. [libvirt]
  33. cpu_mode = none
  34.  
  35. #live_migration_flag="VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE,VIR_MIGRATE_PERSIST_DEST,VIR_MIGRATE_TUNNELLED"
  36. libvirt_live_migration_flag="VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE,VIR_MIGRATE_PERSIST_DEST,VIR_MIGRATE_TUNNELLED"
  37.  
  38. inject_password=false
  39. inject_key=false
  40. inject_partition=-2
  41. disk_cachemodes = "network=writeback"
  42. images_type=rbd
  43. images_rbd_pool=ephemeral-vms
  44. images_rbd_ceph_conf = /etc/ceph/ceph-b.conf
  45. hw_disk_discard=unmap
  46. rbd_user=cinder
  47. rbd_secret_uuid=107d1931-13d2-4498-8961-7ef430aab681
  48.  
  49. [neutron]
  50. url = http://controller.infra.home.schlitzered.de:9696
  51. auth_url = http://keystone.infra.home.schlitzered.de:35357
  52. auth_type = password
  53. project_domain_name = default
  54. user_domain_name = default
  55. region_name = Home
  56. project_name = service
  57. username = neutron
  58. password = eiboh4aequee6Ieshoo0iaxa
  59. metadata_proxy_shared_secret = kedii7eoqueefeig4ochef5H
  60.  
  61. [oslo_concurrency]
  62. lock_path = /var/lib/nova/tmp
  63.  
  64. [oslo_messaging_rabbit]
  65. #rabbit_ha_queues=true
  66.  
  67. [vnc]
  68. enabled = True
  69. vncserver_listen = 0.0.0.0
  70. vncserver_proxyclient_address = $my_ip
  71. novncproxy_base_url = http://controller.infra.home.schlitzered.de:6080/vnc_auto.html
  72.  
  73.  
  74.  
  75. ###### ###### END ###### ######
  76. ###### ###### /etc/nova/nova.conf ###### ######
  77.  
  78.  
  79. ###### ###### BEGIN ###### ######
  80. ###### ###### /etc/neutron/neutron.conf ###### ######
  81.  
  82.  
  83. [DEFAULT]
  84. core_plugin = ml2
  85. transport_url = rabbit://openstack:Thiey7aep4oofesei7rooZee@cntr1a:5672,openstack:Thiey7aep4oofesei7rooZee@cntr1b:5672,openstack:Thiey7aep4oofesei7rooZee@cntr1c:5672
  86. auth_strategy = keystone
  87. default_availability_zones = HomeA,HomeB,HomeC
  88.  
  89. network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.AZAwareWeightScheduler
  90. #router_scheduler_driver = neutron.scheduler.l3_agent_scheduler.AZLeastRoutersScheduler
  91.  
  92. [keystone_authtoken]
  93. auth_uri = http://keystone.infra.home.schlitzered.de:5000
  94. auth_url = http://keystone.infra.home.schlitzered.de:35357
  95. memcached_servers = cntr1a:11211,cntr1b:11211,cntr1c:11211
  96. auth_type = password
  97. project_domain_name = default
  98. user_domain_name = default
  99. project_name = service
  100. username = neutron
  101. password = eiboh4aequee6Ieshoo0iaxa
  102.  
  103. [nova]
  104. auth_url = http://keystone.infra.home.schlitzered.de:35357
  105. auth_type = password
  106. project_domain_name = default
  107. user_domain_name = default
  108. region_name = Home
  109. project_name = service
  110. username = nova
  111. password = ahz3ughe1Aegeshoo5ohSug1A
  112.  
  113. [oslo_concurrency]
  114. lock_path = /var/lib/neutron/tmp
  115.  
  116.  
  117. ###### ###### END ###### ######
  118. ###### ###### /etc/neutron/neutron.conf ###### ######
  119.  
  120.  
  121. ###### ###### BEGIN ###### ######
  122. ###### ###### /etc/neutron/l3_agent.ini ###### ######
  123.  
  124.  
  125. [DEFAULT]
  126. interface_driver = openvswitch
  127. external_network_bridge =
  128. agent_mode = dvr
  129.  
  130. [AGENT]
  131. availability_zone = HomeB
  132.  
  133.  
  134. ###### ###### END ###### ######
  135. ###### ###### /etc/neutron/l3_agent.ini ###### ######
  136.  
  137.  
  138. ###### ###### BEGIN ###### ######
  139. ###### ###### /etc/neutron/plugins/ml2/openvswitch_agent.ini ###### ######
  140.  
  141.  
  142. [DEFAULT]
  143. enable_distributed_routing = True
  144.  
  145. [agent]
  146. tunnel_types = vxlan
  147. l2_population = True
  148.  
  149. [ovs]
  150. local_ip = 10.0.0.115
  151. bridge_mappings = provider:br-provider
  152.  
  153. [securitygroup]
  154. firewall_driver = iptables_hybrid
  155.  
  156.  
  157. ###### ###### END ###### ######
  158. ###### ###### /etc/neutron/plugins/ml2/openvswitch_agent.ini ###### ######
  159.  
  160.  
  161. ###### ###### BEGIN ###### ######
  162. ###### ###### /etc/neutron/dhcp_agent.ini ###### ######
  163.  
  164.  
  165. [DEFAULT]
  166. interface_driver = openvswitch
  167. enable_isolated_metadata = True
  168. force_metadata = True
  169.  
  170. [AGENT]
  171. availability_zone = HomeB
  172.  
  173.  
  174. ###### ###### END ###### ######
  175. ###### ###### /etc/neutron/dhcp_agent.ini ###### ######
  176.  
  177.  
  178. ###### ###### BEGIN ###### ######
  179. ###### ###### /etc/neutron/metadata_agent.ini ###### ######
  180.  
  181.  
  182. [DEFAULT]
  183. nova_metadata_ip = controller.infra.home.schlitzered.de
  184. metadata_proxy_shared_secret = kedii7eoqueefeig4ochef5H
  185.  
  186.  
  187. ###### ###### END ###### ######
  188. ###### ###### /etc/neutron/metadata_agent.ini ###### ######
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement