swati06

openstack_user_config.yml

Mar 17th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. ---
  2. cidr_networks:
  3. container: 10.16.35.0/24
  4. tunnel: 10.16.34.128/25
  5. storage: 10.16.36.0/25
  6.  
  7. used_ips:
  8. - "10.16.35.1,10.16.35.30"
  9. - "10.16.34.129,10.16.34.145"
  10. - "10.16.36.1,10.16.36.30"
  11.  
  12. global_overrides:
  13. internal_lb_vip_address: 10.16.34.6
  14. external_lb_vip_address: 10.16.34.6
  15. tunnel_bridge: "br-vxlan"
  16. management_bridge: "br-mgmt"
  17. provider_networks:
  18. - network:
  19. container_bridge: "br-mgmt"
  20. container_type: "veth"
  21. container_interface: "eth1"
  22. ip_from_q: "container"
  23. type: "raw"
  24. group_binds:
  25. - all_containers
  26. - hosts
  27. is_container_address: true
  28. is_ssh_address: true
  29. - network:
  30. container_bridge: "br-vxlan"
  31. container_type: "veth"
  32. container_interface: "eth10"
  33. ip_from_q: "tunnel"
  34. type: "vxlan"
  35. range: "1:10000"
  36. net_name: "vxlan"
  37. group_binds:
  38. - neutron_linuxbridge_agent
  39. - network:
  40. container_bridge: "br-vlan"
  41. container_type: "veth"
  42. container_interface: "eth11"
  43. type: "vlan"
  44. range: "1:1"
  45. net_name: "vlan"
  46. group_binds:
  47. - neutron_linuxbridge_agent
  48. - network:
  49. container_bridge: "br-storage"
  50. container_type: "veth"
  51. container_interface: "eth2"
  52. ip_from_q: "storage"
  53. type: "raw"
  54. group_binds:
  55. - glance_api
  56. - cinder_api
  57. - cinder_volume
  58. - nova_compute
  59. - swift_proxy
  60.  
  61. shared-infra_hosts:
  62. infr001-clddev:
  63. ip: 10.16.34.6
  64. infr002-clddev:
  65. ip: 10.16.34.7
  66. infr003-clddev:
  67. ip: 10.16.34.8
  68.  
  69. os-infra_hosts:
  70. infr001-clddev:
  71. ip: 10.16.34.6
  72. infr002-clddev:
  73. ip: 10.16.34.7
  74. infr003-clddev:
  75. ip: 10.16.34.8
  76.  
  77. storage-infra_hosts:
  78. infr001-clddev:
  79. ip: 10.16.34.6
  80. infr002-clddev:
  81. ip: 10.16.34.7
  82. infr003-clddev:
  83. ip: 10.16.34.8
  84.  
  85. storage_hosts:
  86. cind001-clddev:
  87. ip: 10.16.34.11
  88. container_vars:
  89. cinder_backends:
  90. limit_container_types: cinder_volume
  91. lvm:
  92. volume_backend_name: LVM_iSCSI
  93. volume_driver: cinder.volume.drivers.lvm.LVMVolumeDriver
  94. volume_group: cinder-volumes
  95. cind002-clddev:
  96. ip: 10.16.34.12
  97. container_vars:
  98. cinder_backends:
  99. limit_container_types: cinder_volume
  100. lvm:
  101. volume_backend_name: LVM_iSCSI
  102. volume_driver: cinder.volume.drivers.lvm.LVMVolumeDriver
  103. volume_group: cinder-volumes
  104.  
  105. repo-infra_hosts:
  106. infr001-clddev:
  107. ip: 10.16.34.6
  108. infr002-clddev:
  109. ip: 10.16.34.7
  110. infr003-clddev:
  111. ip: 10.16.34.8
  112.  
  113. identity_hosts:
  114. infr001-clddev:
  115. ip: 10.16.34.6
  116. infr002-clddev:
  117. ip: 10.16.34.7
  118. infr003-clddev:
  119. ip: 10.16.34.8
  120.  
  121. compute_hosts:
  122. comp001-clddev:
  123. ip: 10.16.34.9
  124. comp002-clddev:
  125. ip: 10.16.34.10
  126.  
  127. log_hosts:
  128. infr001-clddev:
  129. ip: 10.16.34.6
  130.  
  131. network_hosts:
  132. infr001-clddev:
  133. ip: 10.16.34.6
  134. infr002-clddev:
  135. ip: 10.16.34.7
  136. infr003-clddev:
  137. ip: 10.16.34.8
  138.  
  139. dnsaas_hosts:
  140. infr001-clddev:
  141. ip: 10.16.34.6
  142. infr002-clddev:
  143. ip: 10.16.34.7
  144. infr003-clddev:
  145. ip: 10.16.34.8
  146.  
  147. haproxy_hosts:
  148. infr001-clddev:
  149. ip: 10.16.34.6
Add Comment
Please, Sign In to add comment