Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. ---
  2. cidr_networks:
  3. container: 10.10.0.0/22
  4. tunnel: 10.30.0.0/22
  5. storage: 10.20.0.0/22
  6. used_ips:
  7. - 10.10.0.1,10.10.0.254
  8. - 10.10.1.1,10.10.1.254
  9. - 10.20.0.1,10.20.0.254
  10. - 10.20.1.1,10.20.1.254
  11. - 10.30.0.1,10.30.0.254
  12. - 10.30.1.1,10.30.1.254
  13.  
  14. global_overrides:
  15. internal_lb_vip_address: 10.10.0.100
  16. external_lb_vip_address: 10.10.0.200
  17. management_bridge: br-mgmt
  18. tunnel_bridge: br-vxlan
  19.  
  20. provider_networks:
  21. - network:
  22. group_binds:
  23. - all_containers
  24. - hosts
  25. type: "raw"
  26. container_bridge: "br-mgmt"
  27. container_interface: "eth1"
  28. container_type: "veth"
  29. ip_from_q: "container"
  30. is_container_address: true
  31. is_ssh_address: true
  32. - network:
  33. group_binds:
  34. - glance_api
  35. - cinder_api
  36. - cinder_volume
  37. - nova_compute
  38. # Uncomment the next line if using swift with a storage network.
  39. # - swift_proxy
  40. type: "raw"
  41. container_bridge: "br-storage"
  42. container_type: "veth"
  43. container_interface: "eth2"
  44. container_mtu: "9000"
  45. ip_from_q: "storage"
  46. - network:
  47. group_binds:
  48. - neutron_linuxbridge_agent
  49. container_bridge: "br-vxlan"
  50. container_type: "veth"
  51. container_interface: "eth10"
  52. container_mtu: "9000"
  53. ip_from_q: "tunnel"
  54. type: "vxlan"
  55. range: "1:2000"
  56. net_name: "vxlan"
  57. - network:
  58. group_binds:
  59. - neutron_linuxbridge_agent
  60. container_bridge: "br-vlan"
  61. container_type: "veth"
  62. container_interface: "eth11"
  63. type: "vlan"
  64. range: "3000:4000"
  65. net_name: "vlan"
  66. - network:
  67. group_binds:
  68. - neutron_linuxbridge_agent
  69. container_bridge: "br-vlan"
  70. container_type: "veth"
  71. container_interface: "eth12"
  72. host_bind_override: "eth0"
  73. type: "flat"
  74. net_name: "flat"
  75.  
  76. haproxy_hosts:
  77. c1:
  78. ip: 10.10.1.1
  79. c2:
  80. ip: 10.10.1.2
  81. c3:
  82. ip: 10.10.1.3
  83.  
  84. shared-infra_hosts:
  85. c1:
  86. ip: 10.10.1.1
  87. c2:
  88. ip: 10.10.1.2
  89. c3:
  90. ip: 10.10.1.3
  91. repo-infra_hosts:
  92. c1:
  93. ip: 10.10.1.1
  94. c2:
  95. ip: 10.10.1.2
  96. c3:
  97. ip: 10.10.1.3
  98. os-infra_hosts:
  99. c1:
  100. ip: 10.10.1.1
  101. c2:
  102. ip: 10.10.1.2
  103. c3:
  104. ip: 10.10.1.3
  105. identity_hosts:
  106. c1:
  107. ip: 10.10.1.1
  108. c2:
  109. ip: 10.10.1.2
  110. c3:
  111. ip: 10.10.1.3
  112. network_hosts:
  113. c1:
  114. ip: 10.10.1.1
  115. c2:
  116. ip: 10.10.1.2
  117. c3:
  118. ip: 10.10.1.3
  119. compute_hosts:
  120. c4:
  121. ip: 10.10.1.4
  122. c5:
  123. ip: 10.10.1.5
  124.  
  125. storage-infra_hosts:
  126. c1:
  127. ip: 10.10.1.1
  128. c2:
  129. ip: 10.10.1.2
  130. c3:
  131. ip: 10.10.1.3
  132. storage_hosts:
  133. c7:
  134. ip: 10.10.1.7
  135. log_hosts:
  136. c7:
  137. ip: 10.10.1.7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement