Advertisement
Guest User

mkrish004c_openstack)user_config.yml

a guest
May 11th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. ---
  2. cidr_networks:
  3. container: 192.10.10.0/24
  4. tunnel: 192.10.0.0/24
  5.  
  6. used_ips:
  7. - "192.10.10.1,192.10.10.10"
  8. - "192.10.6.1,192.10.6.10"
  9.  
  10. global_overrides:
  11. internal_lb_vip_address: 192.10.10.100
  12. external_lb_vip_address: 172.20.20.54
  13. tunnel_bridge: "br-vxlan"
  14. management_bridge: "br-mgmt"
  15. provider_networks:
  16. - network:
  17. container_bridge: "br-mgmt"
  18. container_type: "veth"
  19. container_interface: "eth1"
  20. ip_from_q: "container"
  21. type: "raw"
  22. group_binds:
  23. - all_containers
  24. - hosts
  25. is_container_address: true
  26. is_ssh_address: true
  27. - network:
  28. container_bridge: "br-vxlan"
  29. container_type: "veth"
  30. container_interface: "eth10"
  31. ip_from_q: "tunnel"
  32. type: "vxlan"
  33. range: "1:1000"
  34. net_name: "vxlan"
  35. group_binds:
  36. - neutron_linuxbridge_agent
  37.  
  38. - network:
  39. container_bridge: "br-vlan"
  40. container_type: "veth"
  41. container_interface: "eth12"
  42. host_bind_override: "eth12"
  43. type: "flat"
  44. net_name: "flat"
  45. group_binds:
  46. - neutron_linuxbridge_agent
  47. - network:
  48. container_bridge: "br-vlan"
  49. container_type: "veth"
  50. container_interface: "eth11"
  51. type: "vlan"
  52. range: "1:1"
  53. net_name: "vlan"
  54. group_binds:
  55. - neutron_linuxbridge_agent
  56.  
  57. shared-infra_hosts:
  58. oscomp-as-b187:
  59. affinity:
  60. galera_container: 2
  61. rabbit_mq_container: 2
  62. ip: 192.10.10.4
  63. oscomp-as-b183:
  64. affinity:
  65. galera_container: 1
  66. rabbit_mq_container: 1
  67. ip: 192.10.10.2
  68.  
  69.  
  70. os-infra_hosts:
  71. oscomp-as-b187:
  72. # Horizon is set to multiple to test clustering. This test only requires x2.
  73. affinity:
  74. horizon_container: 2
  75. ip: 192.10.10.4
  76. oscomp-as-b183:
  77. # Horizon is set to multiple to test clustering. This test only requires x2.
  78. affinity:
  79. horizon_container: 1
  80. ip: 192.10.10.2
  81.  
  82. storage-infra_hosts:
  83. oscomp-as-b187:
  84. ip: 192.10.10.4
  85. oscomp-as-b183:
  86. ip: 192.10.10.2
  87.  
  88. repo-infra_hosts:
  89. oscomp-as-b187:
  90. # Repo is set to multiple to test clustering. This test only requires x2.
  91. affinity:
  92. repo_container: 1
  93. ip: 192.10.10.4
  94. oscomp-as-b183:
  95. # Repo is set to multiple to test clustering. This test only requires x2.
  96. affinity:
  97. repo_container: 1
  98. ip: 192.10.10.2
  99.  
  100. identity_hosts:
  101. oscomp-as-b187:
  102. # Keystone is set to multiple to test clustering. This test only requires x2.
  103. affinity:
  104. keystone_container: 2
  105. ip: 192.10.10.4
  106. oscomp-as-b183:
  107. # Keystone is set to multiple to test clustering. This test only requires x2.
  108. affinity:
  109. keystone_container: 1
  110. ip: 192.10.10.2
  111.  
  112. compute_hosts:
  113. oscomp-as-b185:
  114. ip: 192.10.10.3
  115.  
  116. storage_hosts:
  117. oscomp-as-b187:
  118. ip: 192.10.10.4
  119. container_vars:
  120. cinder_backends:
  121. limit_container_types: cinder_volume
  122. rbd:
  123. volume_group: cinder-volumes
  124. volume_driver: cinder.volume.drivers.rbd.RBDDriver
  125. volume_backend_name: rbd
  126. rbd_pool: volumes
  127. rbd_ceph_conf: /etc/ceph/ceph.conf
  128. rbd_user: cinder
  129. oscomp-as-b183:
  130. ip: 192.10.10.2
  131. container_vars:
  132. cinder_backends:
  133. limit_container_types: cinder_volume
  134. rbd:
  135. volume_group: cinder-volumes
  136. volume_driver: cinder.volume.drivers.rbd.RBDDriver
  137. volume_backend_name: rbd
  138. rbd_pool: volumes
  139. rbd_ceph_conf: /etc/ceph/ceph.conf
  140. rbd_user: cinder
  141.  
  142. log_hosts:
  143. oscomp-as-b187:
  144. ip: 192.10.10.4
  145. oscomp-as-b183:
  146. ip: 192.10.10.2
  147.  
  148. network_hosts:
  149. oscomp-as-b187:
  150. ip: 192.10.10.4
  151. oscomp-as-b183:
  152. ip: 192.10.10.2
  153.  
  154. haproxy_hosts:
  155. oscomp-as-b187:
  156. ip: 192.10.10.4
  157. oscomp-as-b183:
  158. ip: 192.10.10.2
  159.  
  160. metering-alarm_hosts:
  161. oscomp-as-b187:
  162. ip: 192.10.10.4
  163. oscomp-as-b183:
  164. ip: 192.10.10.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement