Advertisement
Guest User

neith

a guest
May 30th, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. ---
  2. cidr_networks:
  3. container: 192.168.207.0/24
  4. tunnel: 192.168.212.0/22
  5. storage: 192.168.216.0/22
  6.  
  7. used_ips:
  8. - "192.168.207.1,192.168.207.40"
  9. - "192.168.207.250,192.168.207.254"
  10. - "192.168.212.1,192.168.212.40"
  11. - "192.168.215.250,192.168.215.254"
  12. - "192.168.216.1,192.168.216.40"
  13. - "192.168.219.250,192.168.219.254"
  14.  
  15. global_overrides:
  16. internal_lb_vip_address: 192.168.207.9
  17. external_lb_vip_address: openstack.irt-systemx.fr
  18. management_bridge: "br-mgmt"
  19. tunnel_bridge: "br-vxlan"
  20. provider_networks:
  21. - network:
  22. container_bridge: "br-mgmt"
  23. container_type: "veth"
  24. container_interface: "eth1"
  25. ip_from_q: "container"
  26. type: "raw"
  27. group_binds:
  28. - all_containers
  29. - hosts
  30. is_container_address: true
  31. is_ssh_address: true
  32. - network:
  33. container_bridge: "br-vxlan"
  34. container_type: "veth"
  35. container_interface: "eth10"
  36. ip_from_q: "tunnel"
  37. type: "vxlan"
  38. range: "1:1000"
  39. net_name: "vxlan"
  40. group_binds:
  41. - neutron_linuxbridge_agent
  42. - network:
  43. container_bridge: "br-vlan"
  44. container_type: "veth"
  45. container_interface: "eth12"
  46. host_bind_override: "eth12"
  47. type: "flat"
  48. net_name: "flat"
  49. group_binds:
  50. - neutron_linuxbridge_agent
  51. - network:
  52. container_bridge: "br-vlan"
  53. container_type: "veth"
  54. container_interface: "eth11"
  55. type: "vlan"
  56. range: "1:1"
  57. net_name: "vlan"
  58. group_binds:
  59. - neutron_linuxbridge_agent
  60. - network:
  61. container_bridge: "br-storage"
  62. container_type: "veth"
  63. container_interface: "eth2"
  64. ip_from_q: "storage"
  65. type: "raw"
  66. group_binds:
  67. - glance_api
  68. - cinder_api
  69. - cinder_volume
  70. - nova_compute
  71.  
  72. shared-infra_hosts:
  73. infra1:
  74. ip: 192.168.207.2
  75. infra2:
  76. ip: 192.168.207.3
  77.  
  78. repo-infra_hosts:
  79. infra1:
  80. ip: 192.168.207.2
  81. infra2:
  82. ip: 192.168.207.3
  83.  
  84. log_hosts:
  85. log1:
  86. ip: 192.168.207.1
  87.  
  88. identity_hosts:
  89. infra1:
  90. ip: 192.168.207.2
  91. infra2:
  92. ip: 192.168.207.3
  93.  
  94. haproxy_hosts:
  95. infra1:
  96. ip: 192.168.207.2
  97. infra2:
  98. ip: 192.168.207.3
  99.  
  100. os-infra_hosts:
  101. infra1:
  102. ip: 192.168.207.2
  103. infra2:
  104. ip: 192.168.207.3
  105. compute-infra_hosts:
  106. infra1:
  107. ip: 192.168.207.2
  108. infra2:
  109. ip: 192.168.207.3
  110.  
  111. identity_hosts:
  112. infra1:
  113. ip: 192.168.207.2
  114. infra2:
  115. ip: 192.168.207.3
  116.  
  117. orchestration_hosts:
  118. infra1:
  119. ip: 192.168.207.2
  120. infra2:
  121. ip: 192.168.207.3
  122.  
  123. dashboard_hosts:
  124. infra1:
  125. ip: 192.168.207.2
  126. infra2:
  127. ip: 192.168.207.3
  128.  
  129. network_hosts:
  130. infra1:
  131. ip: 192.168.207.2
  132. infra2:
  133. ip: 192.168.207.3
  134.  
  135. metering-infra_hosts:
  136. infra1:
  137. ip: 192.168.207.2
  138. infra2:
  139. ip: 192.168.207.3
  140.  
  141. metering-alarm_hosts:
  142. infra1:
  143. ip: 192.168.207.2
  144. infra2:
  145. ip: 192.168.207.3
  146.  
  147. metrics_hosts:
  148. infra1:
  149. ip: 192.168.207.2
  150. infra2:
  151. ip: 192.168.207.3
  152.  
  153. compute_hosts:
  154. compute1:
  155. ip: 192.168.207.4
  156. compute2:
  157. ip: 192.168.207.5
  158.  
  159. metering-compute_hosts:
  160. compute1:
  161. ip: 192.168.207.4
  162. compute2:
  163. ip: 192.168.207.5
  164.  
  165. storage-infra_hosts:
  166. infra1:
  167. ip: 192.168.207.2
  168. infra2:
  169. ip: 192.168.207.3
  170. image_hosts:
  171. infra1:
  172. ip: 192.168.207.2
  173. container_vars:
  174. limit_container_types: glance
  175. glance_nfs_client:
  176. - server: "192.168.219.250"
  177. remote_path: "/volume1/glance"
  178. local_path: "/var/lib/glance/images"
  179. type: "nfs"
  180. options: "_netdev,auto,rsize=32768,wsize=32768"
  181. infra2:
  182. ip: 192.168.207.3
  183. container_vars:
  184. limit_container_types: glance
  185. glance_nfs_client:
  186. - server: "192.168.219.250"
  187. remote_path: "/volume1/glance"
  188. local_path: "/var/lib/glance/images"
  189. type: "nfs"
  190. options: "_netdev,auto,rsize=32768,wsize=32768"
  191.  
  192. storage_hosts:
  193. infra1:
  194. ip: 192.168.207.2
  195. container_vars:
  196. cinder_backends:
  197. limit_container_types: cinder_volume
  198. nfs_volume:
  199. volume_backend_name: NFS_VOLUME1
  200. volume_driver: cinder.volume.drivers.nfs.NfsDriver
  201. nfs_mount_options: "rsize=32768,wsize=32768,timeo=1200,actimeo=120"
  202. nfs_shares_config: /etc/cinder/nfs_shares
  203. shares:
  204. - ip: "192.168.219.250"
  205. share: "/volume1/cinder"
  206.  
  207. infra2:
  208. ip: 192.168.207.3
  209. container_vars:
  210. cinder_backends:
  211. limit_container_types: cinder_volume
  212. nfs_volume:
  213. volume_backend_name: NFS_VOLUME1
  214. volume_driver: cinder.volume.drivers.nfs.NfsDriver
  215. nfs_mount_options: "rsize=32768,wsize=32768,timeo=1200,actimeo=120"
  216. nfs_shares_config: /etc/cinder/nfs_shares
  217. shares:
  218. - ip: "192.168.219.250"
  219. share: "/volume1/cinder"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement