Advertisement
Guest User

Untitled

a guest
Mar 15th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.76 KB | None | 0 0
  1. [control]
  2. 172.10.1.100 ansible_user=ubuntu ansible_become=true
  3.  
  4. [network]
  5. 172.10.1.105 ansible_user=ubuntu ansible_become=true
  6.  
  7. [inner-compute]
  8.  
  9. [external-compute]
  10. 172.10.1.110 ansible_user=ubuntu ansible_become=true
  11.  
  12. [compute:children]
  13. inner-compute
  14. external-compute
  15.  
  16. [monitoring:children]
  17. control
  18.  
  19. [storage:children]
  20. compute
  21.  
  22. [deployment]
  23. localhost ansible_connection=local become=true
  24.  
  25. [baremetal:children]
  26. control
  27. network
  28. compute
  29. storage
  30. monitoring
  31.  
  32. # You can explicitly specify which hosts run each project by updating the
  33. # groups in the sections below. Common services are grouped together.
  34. [chrony-server:children]
  35. haproxy
  36.  
  37. [chrony:children]
  38. control
  39. network
  40. compute
  41. storage
  42. monitoring
  43.  
  44. [collectd:children]
  45. compute
  46.  
  47. [grafana:children]
  48. monitoring
  49.  
  50. [etcd:children]
  51. control
  52. compute
  53.  
  54. [influxdb:children]
  55. monitoring
  56.  
  57. [karbor:children]
  58. control
  59.  
  60. [kibana:children]
  61. control
  62.  
  63. [telegraf:children]
  64. compute
  65. control
  66. monitoring
  67. network
  68. storage
  69.  
  70. [elasticsearch:children]
  71. control
  72.  
  73. [haproxy:children]
  74. network
  75.  
  76. [hyperv]
  77. #hyperv_host
  78.  
  79. [hyperv:vars]
  80. #ansible_user=user
  81. #ansible_password=password
  82. #ansible_port=5986
  83. #ansible_connection=winrm
  84. #ansible_winrm_server_cert_validation=ignore
  85.  
  86. [mariadb:children]
  87. control
  88.  
  89. [rabbitmq:children]
  90. control
  91.  
  92. [outward-rabbitmq:children]
  93. control
  94.  
  95. [qdrouterd:children]
  96. control
  97.  
  98. [mongodb:children]
  99. control
  100.  
  101. [keystone:children]
  102. control
  103.  
  104. [glance:children]
  105. control
  106.  
  107. [nova:children]
  108. control
  109.  
  110. [neutron:children]
  111. network
  112.  
  113. [openvswitch:children]
  114. network
  115. compute
  116. manila-share
  117.  
  118. [opendaylight:children]
  119. network
  120.  
  121. [cinder:children]
  122. control
  123.  
  124. [cloudkitty:children]
  125. control
  126.  
  127. [freezer:children]
  128. control
  129.  
  130. [memcached:children]
  131. control
  132.  
  133. [horizon:children]
  134. control
  135.  
  136. [swift:children]
  137. control
  138.  
  139. [barbican:children]
  140. control
  141.  
  142. [heat:children]
  143. control
  144.  
  145. [murano:children]
  146. control
  147.  
  148. [solum:children]
  149. control
  150.  
  151. [ironic:children]
  152. control
  153.  
  154. [ceph:children]
  155. control
  156.  
  157. [magnum:children]
  158. control
  159.  
  160. [sahara:children]
  161. control
  162.  
  163. [mistral:children]
  164. control
  165.  
  166. [manila:children]
  167. control
  168.  
  169. [ceilometer:children]
  170. control
  171.  
  172. [aodh:children]
  173. control
  174.  
  175. [congress:children]
  176. control
  177.  
  178. [panko:children]
  179. control
  180.  
  181. [gnocchi:children]
  182. control
  183.  
  184. [tacker:children]
  185. control
  186.  
  187. [trove:children]
  188. control
  189.  
  190. # Tempest
  191. [tempest:children]
  192. control
  193.  
  194. [senlin:children]
  195. control
  196.  
  197. [vmtp:children]
  198. control
  199.  
  200. [vitrage:children]
  201. control
  202.  
  203. [watcher:children]
  204. control
  205.  
  206. [rally:children]
  207. control
  208.  
  209. [searchlight:children]
  210. control
  211.  
  212. [octavia:children]
  213. control
  214.  
  215. [designate:children]
  216. control
  217.  
  218. [placement:children]
  219. control
  220.  
  221. [bifrost:children]
  222. deployment
  223.  
  224. [zun:children]
  225. control
  226.  
  227. [skydive:children]
  228. monitoring
  229.  
  230. [redis:children]
  231. control
  232.  
  233. [blazar:children]
  234. control
  235.  
  236. # Additional control implemented here. These groups allow you to control which
  237. # services run on which hosts at a per-service level.
  238. #
  239. # Word of caution: Some services are required to run on the same host to
  240. # function appropriately. For example, neutron-metadata-agent must run on the
  241. # same host as the l3-agent and (depending on configuration) the dhcp-agent.
  242.  
  243. # Glance
  244. [glance-api:children]
  245. glance
  246.  
  247. [glance-registry:children]
  248. glance
  249.  
  250. # Nova
  251. [nova-api:children]
  252. nova
  253.  
  254. [nova-conductor:children]
  255. nova
  256.  
  257. [nova-consoleauth:children]
  258. nova
  259.  
  260. [nova-novncproxy:children]
  261. nova
  262.  
  263. [nova-scheduler:children]
  264. nova
  265.  
  266. [nova-spicehtml5proxy:children]
  267. nova
  268.  
  269. [nova-compute-ironic:children]
  270. nova
  271.  
  272. [nova-serialproxy:children]
  273. nova
  274.  
  275. # Neutron
  276. [neutron-server:children]
  277. control
  278.  
  279. [neutron-dhcp-agent:children]
  280. neutron
  281.  
  282. [neutron-l3-agent:children]
  283. neutron
  284.  
  285. [neutron-lbaas-agent:children]
  286. neutron
  287.  
  288. [neutron-metadata-agent:children]
  289. neutron
  290.  
  291. [neutron-vpnaas-agent:children]
  292. neutron
  293.  
  294. [neutron-bgp-dragent:children]
  295. neutron
  296.  
  297. # Ceph
  298. [ceph-mds:children]
  299. ceph
  300.  
  301. [ceph-mgr:children]
  302. ceph
  303.  
  304. [ceph-nfs:children]
  305. ceph
  306.  
  307. [ceph-mon:children]
  308. ceph
  309.  
  310. [ceph-rgw:children]
  311. ceph
  312.  
  313. [ceph-osd:children]
  314. storage
  315.  
  316. # Cinder
  317. [cinder-api:children]
  318. cinder
  319.  
  320. [cinder-backup:children]
  321. storage
  322.  
  323. [cinder-scheduler:children]
  324. cinder
  325.  
  326. [cinder-volume:children]
  327. storage
  328.  
  329. # Cloudkitty
  330. [cloudkitty-api:children]
  331. cloudkitty
  332.  
  333. [cloudkitty-processor:children]
  334. cloudkitty
  335.  
  336. # Freezer
  337. [freezer-api:children]
  338. freezer
  339.  
  340. # iSCSI
  341. [iscsid:children]
  342. compute
  343. storage
  344. ironic
  345.  
  346. [tgtd:children]
  347. storage
  348.  
  349. # Karbor
  350. [karbor-api:children]
  351. karbor
  352.  
  353. [karbor-protection:children]
  354. karbor
  355.  
  356. [karbor-operationengine:children]
  357. karbor
  358.  
  359. # Manila
  360. [manila-api:children]
  361. manila
  362.  
  363. [manila-scheduler:children]
  364. manila
  365.  
  366. [manila-share:children]
  367. network
  368.  
  369. [manila-data:children]
  370. manila
  371.  
  372. # Swift
  373. [swift-proxy-server:children]
  374. swift
  375.  
  376. [swift-account-server:children]
  377. storage
  378.  
  379. [swift-container-server:children]
  380. storage
  381.  
  382. [swift-object-server:children]
  383. storage
  384.  
  385. # Barbican
  386. [barbican-api:children]
  387. barbican
  388.  
  389. [barbican-keystone-listener:children]
  390. barbican
  391.  
  392. [barbican-worker:children]
  393. barbican
  394.  
  395. # Heat
  396. [heat-api:children]
  397. heat
  398.  
  399. [heat-api-cfn:children]
  400. heat
  401.  
  402. [heat-engine:children]
  403. heat
  404.  
  405. # Murano
  406. [murano-api:children]
  407. murano
  408.  
  409. [murano-engine:children]
  410. murano
  411.  
  412. # Ironic
  413. [ironic-api:children]
  414. ironic
  415.  
  416. [ironic-conductor:children]
  417. ironic
  418.  
  419. [ironic-inspector:children]
  420. ironic
  421.  
  422. [ironic-pxe:children]
  423. ironic
  424.  
  425. # Magnum
  426. [magnum-api:children]
  427. magnum
  428.  
  429. [magnum-conductor:children]
  430. magnum
  431.  
  432. # Sahara
  433. [sahara-api:children]
  434. sahara
  435.  
  436. [sahara-engine:children]
  437. sahara
  438.  
  439. # Solum
  440. [solum-api:children]
  441. solum
  442.  
  443. [solum-worker:children]
  444. solum
  445.  
  446. [solum-deployer:children]
  447. solum
  448.  
  449. [solum-conductor:children]
  450. solum
  451.  
  452. # Mistral
  453. [mistral-api:children]
  454. mistral
  455.  
  456. [mistral-executor:children]
  457. mistral
  458.  
  459. [mistral-engine:children]
  460. mistral
  461.  
  462. # Ceilometer
  463. [ceilometer-central:children]
  464. ceilometer
  465.  
  466. [ceilometer-notification:children]
  467. ceilometer
  468.  
  469. [ceilometer-compute:children]
  470. compute
  471.  
  472. # Aodh
  473. [aodh-api:children]
  474. aodh
  475.  
  476. [aodh-evaluator:children]
  477. aodh
  478.  
  479. [aodh-listener:children]
  480. aodh
  481.  
  482. [aodh-notifier:children]
  483. aodh
  484.  
  485. # Congress
  486. [congress-api:children]
  487. congress
  488.  
  489. [congress-datasource:children]
  490. congress
  491.  
  492. [congress-policy-engine:children]
  493. congress
  494.  
  495. # Panko
  496. [panko-api:children]
  497. panko
  498.  
  499. # Gnocchi
  500. [gnocchi-api:children]
  501. gnocchi
  502.  
  503. [gnocchi-statsd:children]
  504. gnocchi
  505.  
  506. [gnocchi-metricd:children]
  507. gnocchi
  508.  
  509. # Trove
  510. [trove-api:children]
  511. trove
  512.  
  513. [trove-conductor:children]
  514. trove
  515.  
  516. [trove-taskmanager:children]
  517. trove
  518.  
  519. # Multipathd
  520. [multipathd:children]
  521. compute
  522.  
  523. # Watcher
  524. [watcher-api:children]
  525. watcher
  526.  
  527. [watcher-engine:children]
  528. watcher
  529.  
  530. [watcher-applier:children]
  531. watcher
  532.  
  533. # Senlin
  534. [senlin-api:children]
  535. senlin
  536.  
  537. [senlin-engine:children]
  538. senlin
  539.  
  540. # Searchlight
  541. [searchlight-api:children]
  542. searchlight
  543.  
  544. [searchlight-listener:children]
  545. searchlight
  546.  
  547. # Octavia
  548. [octavia-api:children]
  549. octavia
  550.  
  551. [octavia-health-manager:children]
  552. octavia
  553.  
  554. [octavia-housekeeping:children]
  555. octavia
  556.  
  557. [octavia-worker:children]
  558. octavia
  559.  
  560. # Designate
  561. [designate-api:children]
  562. designate
  563.  
  564. [designate-central:children]
  565. designate
  566.  
  567. [designate-producer:children]
  568. designate
  569.  
  570. [designate-mdns:children]
  571. network
  572.  
  573. [designate-worker:children]
  574. designate
  575.  
  576. [designate-sink:children]
  577. designate
  578.  
  579. [designate-backend-bind9:children]
  580. designate
  581.  
  582. # Placement
  583. [placement-api:children]
  584. placement
  585.  
  586. # Zun
  587. [zun-api:children]
  588. zun
  589.  
  590. [zun-compute:children]
  591. compute
  592.  
  593. # Skydive
  594. [skydive-analyzer:children]
  595. skydive
  596.  
  597. [skydive-agent:children]
  598. compute
  599. network
  600.  
  601. # Tacker
  602. [tacker-server:children]
  603. tacker
  604.  
  605. [tacker-conductor:children]
  606. tacker
  607.  
  608. # Vitrage
  609. [vitrage-api:children]
  610. vitrage
  611.  
  612. [vitrage-notifier:children]
  613. vitrage
  614.  
  615. [vitrage-graph:children]
  616. vitrage
  617.  
  618. [vitrage-collector:children]
  619. vitrage
  620.  
  621. [vitrage-ml:children]
  622. vitrage
  623.  
  624. # Blazar
  625. [blazar-api:children]
  626. blazar
  627.  
  628. [blazar-manager:children]
  629. blazar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement