spacepaste

  1.  
  2. # These initial groups are the only groups required to be modified. The
  3. # additional groups are for more control of the environment.
  4. [control]
  5. # These hostname must be resolvable from your deployment host
  6. node1
  7. # The network nodes are where your l3-agent and loadbalancers will run
  8. # This can be the same as a host in the control group
  9. [network]
  10. node1
  11. [compute]
  12. node2
  13. # When compute nodes and control nodes use different interfaces,
  14. # you can specify "api_interface" and another interfaces like below:
  15. #compute01 neutron_external_interface=eth0 api_interface=em1 storage_interface=em1 tunnel_interface=em1
  16. [storage]
  17. node1
  18. node2
  19. # You can explicitly specify which hosts run each project by updating the
  20. # groups in the sections below. Common services are grouped together.
  21. [kibana:children]
  22. control
  23. [elasticsearch:children]
  24. control
  25. [haproxy:children]
  26. network
  27. [mariadb:children]
  28. control
  29. [rabbitmq:children]
  30. control
  31. [mongodb:children]
  32. control
  33. [keystone:children]
  34. control
  35. [glance:children]
  36. control
  37. [nova:children]
  38. control
  39. [neutron:children]
  40. network
  41. [cinder:children]
  42. control
  43. [memcached:children]
  44. control
  45. [horizon:children]
  46. control
  47. [swift:children]
  48. control
  49. [heat:children]
  50. control
  51. [murano:children]
  52. control
  53. [ironic:children]
  54. control
  55. [ceph-mon:children]
  56. control
  57. [ceph-rgw:children]
  58. control
  59. [ceph-osd:children]
  60. storage
  61. [magnum:children]
  62. control
  63. [mistral:children]
  64. control
  65. [manila:children]
  66. control
  67. [ceilometer:children]
  68. control
  69. # Tempest
  70. [tempest:children]
  71. control
  72. [watcher:children]
  73. control
  74. # Additional control implemented here. These groups allow you to control which
  75. # services run on which hosts at a per-service level.
  76. #
  77. # Word of caution: Some services are required to run on the same host to
  78. # function appropriately. For example, neutron-metadata-agent must run on the
  79. # same host as the l3-agent and (depending on configuration) the dhcp-agent.
  80. # Glance
  81. [glance-api:children]
  82. glance
  83. [glance-registry:children]
  84. glance
  85. # Nova
  86. [nova-api:children]
  87. nova
  88. [nova-conductor:children]
  89. nova
  90. [nova-consoleauth:children]
  91. nova
  92. [nova-novncproxy:children]
  93. nova
  94. [nova-scheduler:children]
  95. nova
  96. [nova-spicehtml5proxy:children]
  97. nova
  98. [nova-compute-ironic:children]
  99. nova
  100. # Neutron
  101. [neutron-server:children]
  102. control
  103. [neutron-dhcp-agent:children]
  104. neutron
  105. [neutron-l3-agent:children]
  106. neutron
  107. [neutron-lbaas-agent:children]
  108. neutron
  109. [neutron-metadata-agent:children]
  110. neutron
  111. # Cinder
  112. [cinder-api:children]
  113. cinder
  114. [cinder-backup:children]
  115. storage
  116. [cinder-scheduler:children]
  117. cinder
  118. [cinder-volume:children]
  119. storage
  120. # iSCSI
  121. [iscsid:children]
  122. compute
  123. storage
  124. [tgtd:children]
  125. storage
  126. # Manila
  127. [manila-api:children]
  128. manila
  129. [manila-scheduler:children]
  130. manila
  131. [manila-share:children]
  132. storage
  133. # Swift
  134. [swift-proxy-server:children]
  135. swift
  136. [swift-account-server:children]
  137. storage
  138. [swift-container-server:children]
  139. storage
  140. [swift-object-server:children]
  141. storage
  142. # Heat
  143. [heat-api:children]
  144. heat
  145. [heat-api-cfn:children]
  146. heat
  147. [heat-engine:children]
  148. heat
  149. # Murano
  150. [murano-api:children]
  151. murano
  152. [murano-engine:children]
  153. murano
  154. # Ironic
  155. [ironic-api:children]
  156. ironic
  157. [ironic-conductor:children]
  158. ironic
  159. [ironic-inspector:children]
  160. ironic
  161. [ironic-pxe:children]
  162. ironic
  163. # Magnum
  164. [magnum-api:children]
  165. magnum
  166. [magnum-conductor:children]
  167. magnum
  168. # Mistral
  169. [mistral-api:children]
  170. mistral
  171. [mistral-executor:children]
  172. mistral
  173. [mistral-engine:children]
  174. mistral
  175. # Ceilometer
  176. [ceilometer-api:children]
  177. ceilometer
  178. [ceilometer-central:children]
  179. ceilometer
  180. [ceilometer-notification:children]
  181. ceilometer
  182. [ceilometer-collector:children]
  183. ceilometer
  184. [ceilometer-compute:children]
  185. compute
  186. # Multipathd
  187. [multipathd:children]
  188. compute
  189. # Watcher
  190. [watcher-api:children]
  191. watcher
  192. [watcher-engine:children]
  193. watcher
  194. [watcher-applier:children]
  195. watcher
  196.