kolla-ansible/ansible/site.yml
Steven Dake 0d2591dc30 Reduce log errors from heka
Heka depends on haproxy and keepaived being present to communicate
with ElasticSearch.  If we start ElasticSearch prior to haproxy and
keepalived, the number of errors are reduced in heka.

Change-Id: Id2c742ea572c6450a371421e21f34aa69355bb8b
Partial-Bug: #1560779
2016-03-23 18:20:49 -04:00

212 lines
3.7 KiB
YAML

---
- hosts:
- ceph-mon
- ceph-osd
- ceph-rgw
roles:
- { role: ceph,
tags: ceph,
when: enable_ceph | bool }
- hosts: elasticsearch
roles:
- { role: elasticsearch,
tags: elasticsearch,
when: enable_central_logging | bool }
- hosts:
- cinder-api
- glance-api
- haproxy
- keystone
- mariadb
- murano-api
- neutron-server
- nova-api
- rabbitmq
- swift-proxy-server
- heat-api
- murano-api
roles:
- { role: haproxy,
tags: haproxy,
when: enable_haproxy | bool }
- hosts: kibana
roles:
- { role: kibana,
tags: kibana,
when: enable_central_logging | bool }
- hosts: memcached
roles:
- { role: memcached,
tags: [memcache, memcached],
when: enable_memcached | bool }
- hosts: mariadb
roles:
- { role: mariadb,
tags: mariadb,
when: enable_mariadb | bool }
- hosts: rabbitmq
roles:
- { role: rabbitmq,
tags: rabbitmq,
when: enable_rabbitmq | bool }
- hosts:
- keystone
- memcached
roles:
- { role: keystone,
tags: keystone,
when: enable_keystone | bool }
- hosts:
- swift-account-server
- swift-container-server
- swift-object-server
- swift-proxy-server
- rabbitmq
- memcached
roles:
- { role: swift,
tags: swift,
when: enable_swift | bool }
- hosts:
- ceph-mon
- glance-api
- glance-registry
- rabbitmq
- memcached
roles:
- { role: glance,
tags: glance,
when: enable_glance | bool }
- hosts:
- ceph-mon
- compute
- glance-api
- nova-api
- nova-conductor
- nova-consoleauth
- nova-novncproxy
- nova-scheduler
- rabbitmq
- memcached
roles:
- { role: nova,
tags: nova,
when: enable_nova | bool }
- hosts:
- compute
- manila-share
- neutron-dhcp-agent
- neutron-l3-agent
- neutron-metadata-agent
- neutron-server
- rabbitmq
- memcached
roles:
- { role: neutron,
tags: neutron,
when: enable_neutron | bool }
- hosts:
- ceph-mon
- cinder-api
- cinder-backup
- cinder-scheduler
- cinder-volume
- rabbitmq
- memcached
roles:
- { role: cinder,
tags: cinder,
when: enable_cinder | bool }
- hosts:
- heat-api
- heat-api-cfn
- heat-engine
- rabbitmq
- memcached
roles:
- { role: heat,
tags: heat,
when: enable_heat | bool }
- hosts:
- horizon
- memcached
roles:
- { role: horizon,
tags: horizon,
when: enable_horizon | bool }
- hosts:
- murano-api
- murano-engine
- rabbitmq
- memcached
roles:
- { role: murano,
tags: murano,
when: enable_murano | bool }
- hosts:
- ironic-api
- ironic-conductor
- ironic-inspector
- ironic-pxe
- rabbitmq
- memcached
roles:
- { role: ironic,
tags: ironic,
when: enable_ironic | bool }
- hosts:
- magnum-api
- magnum-conductor
- rabbitmq
- memcached
roles:
- { role: magnum,
tags: magnum,
when: enable_magnum | bool }
- hosts:
- mistral-api
- mistral-engine
- mistral-executor
- rabbitmq
- memcached
roles:
- { role: mistral,
tags: mistral,
when: enable_mistral | bool }
- hosts:
- mongodb
roles:
- { role: mongodb,
tags: mongodb,
when: enable_mongodb | bool }
- hosts:
- manila-api
- manila-share
- manila-scheduler
- rabbitmq
- memcached
roles:
- { role: manila,
tags: manila,
when: enable_manila | bool }