2015-03-28 17:16:24 -05:00
|
|
|
---
|
2015-11-03 05:47:47 +00:00
|
|
|
- hosts:
|
|
|
|
- ceph-mon
|
|
|
|
- ceph-osd
|
2015-12-23 23:17:47 +02:00
|
|
|
- ceph-rgw
|
2015-08-29 11:49:57 +00:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: ceph,
|
|
|
|
tags: ceph,
|
|
|
|
when: enable_ceph | bool }
|
2015-08-29 11:49:57 +00:00
|
|
|
|
2016-03-23 18:16:04 -04:00
|
|
|
- hosts: elasticsearch
|
|
|
|
roles:
|
|
|
|
- { role: elasticsearch,
|
|
|
|
tags: elasticsearch,
|
|
|
|
when: enable_central_logging | bool }
|
|
|
|
|
2015-11-03 05:47:47 +00:00
|
|
|
- hosts:
|
|
|
|
- cinder-api
|
|
|
|
- glance-api
|
|
|
|
- haproxy
|
|
|
|
- keystone
|
|
|
|
- mariadb
|
2016-03-31 10:40:55 -04:00
|
|
|
- iscsid
|
|
|
|
- tgtd
|
2016-07-08 13:34:04 -03:00
|
|
|
- multipathd
|
2015-11-03 05:47:47 +00:00
|
|
|
- murano-api
|
|
|
|
- neutron-server
|
|
|
|
- nova-api
|
|
|
|
- rabbitmq
|
|
|
|
- swift-proxy-server
|
2015-12-10 11:20:25 +00:00
|
|
|
- heat-api
|
2015-12-10 11:15:57 +00:00
|
|
|
- murano-api
|
2015-07-17 12:20:31 +02:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: haproxy,
|
|
|
|
tags: haproxy,
|
|
|
|
when: enable_haproxy | bool }
|
2015-07-17 12:20:31 +02:00
|
|
|
|
2016-01-20 08:27:00 +01:00
|
|
|
- hosts: kibana
|
|
|
|
roles:
|
|
|
|
- { role: kibana,
|
|
|
|
tags: kibana,
|
2016-02-24 16:05:36 +01:00
|
|
|
when: enable_central_logging | bool }
|
2016-01-14 11:06:29 +01:00
|
|
|
|
2015-10-15 08:54:36 +00:00
|
|
|
- hosts: memcached
|
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: memcached,
|
|
|
|
tags: [memcache, memcached],
|
|
|
|
when: enable_memcached | bool }
|
2015-10-15 08:54:36 +00:00
|
|
|
|
2015-07-26 10:39:07 +00:00
|
|
|
- hosts: mariadb
|
2015-03-28 17:16:24 -05:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: mariadb,
|
|
|
|
tags: mariadb,
|
|
|
|
when: enable_mariadb | bool }
|
2015-03-28 17:16:24 -05:00
|
|
|
|
2016-03-31 10:40:55 -04:00
|
|
|
- hosts:
|
|
|
|
- iscsid
|
|
|
|
- tgtd
|
|
|
|
roles:
|
|
|
|
- { role: iscsi,
|
|
|
|
tags: iscsi,
|
|
|
|
when: enable_iscsi | bool }
|
|
|
|
|
2016-07-08 13:34:04 -03:00
|
|
|
- hosts:
|
|
|
|
- multipathd
|
|
|
|
roles:
|
|
|
|
- { role: multipathd,
|
|
|
|
tags: multipathd,
|
|
|
|
when: enable_multipathd | bool }
|
|
|
|
|
2015-07-26 10:39:07 +00:00
|
|
|
- hosts: rabbitmq
|
2015-03-28 17:16:24 -05:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: rabbitmq,
|
|
|
|
tags: rabbitmq,
|
|
|
|
when: enable_rabbitmq | bool }
|
2015-05-02 22:45:36 +08:00
|
|
|
|
2016-03-19 16:42:26 +00:00
|
|
|
- hosts:
|
|
|
|
- keystone
|
|
|
|
- memcached
|
2015-05-02 22:45:36 +08:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: keystone,
|
|
|
|
tags: keystone,
|
|
|
|
when: enable_keystone | bool }
|
2015-07-04 12:47:45 +00:00
|
|
|
|
2015-11-03 05:47:47 +00:00
|
|
|
- hosts:
|
2015-10-16 07:58:34 +00:00
|
|
|
- swift-account-server
|
|
|
|
- swift-container-server
|
|
|
|
- swift-object-server
|
|
|
|
- swift-proxy-server
|
|
|
|
- rabbitmq
|
2016-03-19 16:42:26 +00:00
|
|
|
- memcached
|
2015-08-18 14:05:54 +00:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: swift,
|
|
|
|
tags: swift,
|
|
|
|
when: enable_swift | bool }
|
2015-08-18 14:05:54 +00:00
|
|
|
|
2015-11-03 05:47:47 +00:00
|
|
|
- hosts:
|
|
|
|
- ceph-mon
|
|
|
|
- glance-api
|
|
|
|
- glance-registry
|
2015-10-16 07:58:34 +00:00
|
|
|
- rabbitmq
|
2016-03-19 16:42:26 +00:00
|
|
|
- memcached
|
2015-07-04 12:47:45 +00:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: glance,
|
|
|
|
tags: glance,
|
|
|
|
when: enable_glance | bool }
|
2015-07-12 03:02:33 +00:00
|
|
|
|
2015-11-03 05:47:47 +00:00
|
|
|
- hosts:
|
|
|
|
- ceph-mon
|
|
|
|
- compute
|
|
|
|
- glance-api
|
|
|
|
- nova-api
|
|
|
|
- nova-conductor
|
|
|
|
- nova-consoleauth
|
|
|
|
- nova-novncproxy
|
|
|
|
- nova-scheduler
|
2015-10-16 07:58:34 +00:00
|
|
|
- rabbitmq
|
2016-03-19 16:42:26 +00:00
|
|
|
- memcached
|
2015-07-12 03:02:33 +00:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: nova,
|
|
|
|
tags: nova,
|
|
|
|
when: enable_nova | bool }
|
2015-07-13 07:32:29 +00:00
|
|
|
|
2016-04-01 13:55:14 -07:00
|
|
|
# (gmmaha): Please do not change the order listed here. The current order is a
|
|
|
|
# workaround to fix the bug https://bugs.launchpad.net/kolla/+bug/1546789
|
2015-11-03 05:47:47 +00:00
|
|
|
- hosts:
|
2016-03-31 04:04:27 -04:00
|
|
|
- neutron-server
|
2016-01-26 19:50:43 +00:00
|
|
|
- neutron-dhcp-agent
|
|
|
|
- neutron-l3-agent
|
2016-05-10 20:26:58 +00:00
|
|
|
- neutron-lbaas-agent
|
2016-01-26 19:50:43 +00:00
|
|
|
- neutron-metadata-agent
|
2016-03-31 04:04:27 -04:00
|
|
|
- compute
|
|
|
|
- manila-share
|
2015-10-16 07:58:34 +00:00
|
|
|
- rabbitmq
|
2016-03-19 16:42:26 +00:00
|
|
|
- memcached
|
2015-07-13 07:32:29 +00:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: neutron,
|
|
|
|
tags: neutron,
|
|
|
|
when: enable_neutron | bool }
|
2015-08-04 07:39:22 +00:00
|
|
|
|
2015-11-03 05:47:47 +00:00
|
|
|
- hosts:
|
|
|
|
- ceph-mon
|
|
|
|
- cinder-api
|
|
|
|
- cinder-backup
|
|
|
|
- cinder-scheduler
|
|
|
|
- cinder-volume
|
2015-10-16 07:58:34 +00:00
|
|
|
- rabbitmq
|
2016-03-19 16:42:26 +00:00
|
|
|
- memcached
|
2015-08-04 07:39:22 +00:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: cinder,
|
|
|
|
tags: cinder,
|
|
|
|
when: enable_cinder | bool }
|
2015-08-10 14:08:59 -04:00
|
|
|
|
2015-11-03 05:47:47 +00:00
|
|
|
- hosts:
|
|
|
|
- heat-api
|
|
|
|
- heat-api-cfn
|
|
|
|
- heat-engine
|
2015-10-16 07:58:34 +00:00
|
|
|
- rabbitmq
|
2016-03-19 16:42:26 +00:00
|
|
|
- memcached
|
2015-08-02 12:26:30 -07:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: heat,
|
|
|
|
tags: heat,
|
|
|
|
when: enable_heat | bool }
|
2015-08-02 12:26:30 -07:00
|
|
|
|
2016-03-19 16:42:26 +00:00
|
|
|
- hosts:
|
|
|
|
- horizon
|
|
|
|
- memcached
|
2015-08-10 14:08:59 -04:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: horizon,
|
|
|
|
tags: horizon,
|
|
|
|
when: enable_horizon | bool }
|
2015-08-28 10:49:29 +01:00
|
|
|
|
2015-11-03 05:47:47 +00:00
|
|
|
- hosts:
|
|
|
|
- murano-api
|
|
|
|
- murano-engine
|
2015-10-16 07:58:34 +00:00
|
|
|
- rabbitmq
|
2016-03-19 16:42:26 +00:00
|
|
|
- memcached
|
2015-08-28 10:49:29 +01:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: murano,
|
|
|
|
tags: murano,
|
|
|
|
when: enable_murano | bool }
|
2015-08-28 11:26:40 -04:00
|
|
|
|
2015-11-03 05:47:47 +00:00
|
|
|
- hosts:
|
|
|
|
- ironic-api
|
|
|
|
- ironic-conductor
|
2016-02-16 20:31:39 +08:00
|
|
|
- ironic-inspector
|
2015-11-03 05:47:47 +00:00
|
|
|
- ironic-pxe
|
2015-10-16 07:58:34 +00:00
|
|
|
- rabbitmq
|
2016-03-19 16:42:26 +00:00
|
|
|
- memcached
|
2015-08-28 11:26:40 -04:00
|
|
|
roles:
|
2015-11-03 05:47:47 +00:00
|
|
|
- { role: ironic,
|
|
|
|
tags: ironic,
|
|
|
|
when: enable_ironic | bool }
|
2015-10-17 18:13:51 +02:00
|
|
|
|
|
|
|
- hosts:
|
|
|
|
- magnum-api
|
|
|
|
- magnum-conductor
|
|
|
|
- rabbitmq
|
2016-03-19 16:42:26 +00:00
|
|
|
- memcached
|
2015-10-17 18:13:51 +02:00
|
|
|
roles:
|
|
|
|
- { role: magnum,
|
|
|
|
tags: magnum,
|
|
|
|
when: enable_magnum | bool }
|
2015-12-28 08:38:30 +09:00
|
|
|
|
|
|
|
- hosts:
|
|
|
|
- mistral-api
|
|
|
|
- mistral-engine
|
|
|
|
- mistral-executor
|
|
|
|
- rabbitmq
|
2016-03-19 16:42:26 +00:00
|
|
|
- memcached
|
2015-12-28 08:38:30 +09:00
|
|
|
roles:
|
|
|
|
- { role: mistral,
|
|
|
|
tags: mistral,
|
|
|
|
when: enable_mistral | bool }
|
2016-01-18 21:00:45 +00:00
|
|
|
|
|
|
|
- hosts:
|
|
|
|
- mongodb
|
|
|
|
roles:
|
|
|
|
- { role: mongodb,
|
|
|
|
tags: mongodb,
|
|
|
|
when: enable_mongodb | bool }
|
2016-03-01 10:46:48 -05:00
|
|
|
|
|
|
|
- hosts:
|
|
|
|
- manila-api
|
|
|
|
- manila-share
|
|
|
|
- manila-scheduler
|
|
|
|
- rabbitmq
|
2016-03-19 16:42:26 +00:00
|
|
|
- memcached
|
2016-03-01 10:46:48 -05:00
|
|
|
roles:
|
|
|
|
- { role: manila,
|
|
|
|
tags: manila,
|
|
|
|
when: enable_manila | bool }
|
2016-03-29 13:25:43 -04:00
|
|
|
|
|
|
|
- hosts:
|
|
|
|
- ceilometer
|
|
|
|
- compute
|
|
|
|
roles:
|
|
|
|
- { role: ceilometer,
|
|
|
|
tags: ceilometer,
|
|
|
|
when: enable_ceilometer | bool }
|