Skip to content
Snippets Groups Projects
site.yml 7.36 KiB
Newer Older
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: common,
        tags: common }

Sam Yaple's avatar
Sam Yaple committed
- hosts:
    - ceph-mon
    - ceph-osd
Andrey Shestakov's avatar
Andrey Shestakov committed
    - ceph-rgw
  serial: '{{ serial|default("0") }}'
Sam Yaple's avatar
Sam Yaple committed
  roles:
Sam Yaple's avatar
Sam Yaple committed
    - { role: ceph,
        tags: ceph,
        when: enable_ceph | bool }
Sam Yaple's avatar
Sam Yaple committed

- hosts: collectd
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: collectd,
        tags: collectd,
        when: enable_collectd | bool }

- hosts: elasticsearch
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: elasticsearch,
        tags: elasticsearch,
        when: enable_elasticsearch | bool }
Mathias Ewald's avatar
Mathias Ewald committed
- hosts: influxdb
  serial: '{{ serial|default("0") }}'
Mathias Ewald's avatar
Mathias Ewald committed
  roles:
    - { role: influxdb,
        tags: influxdb,
        when: enable_influxdb | bool }

Mathias Ewald's avatar
Mathias Ewald committed
- hosts:
    - telegraf
  serial: '{{ serial|default("0") }}'
Mathias Ewald's avatar
Mathias Ewald committed
  roles:
    - { role: telegraf,
        tags: telegraf,
        when: enable_telegraf | bool }

Sam Yaple's avatar
Sam Yaple committed
    - { role: haproxy,
        tags: haproxy,
        when: enable_haproxy | bool }
- hosts: kibana
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: kibana,
        tags: kibana,
- hosts: memcached
  serial: '{{ serial|default("0") }}'
Sam Yaple's avatar
Sam Yaple committed
    - { role: memcached,
        tags: [memcache, memcached],
        when: enable_memcached | bool }
- hosts: mariadb
  serial: '{{ serial|default("0") }}'
Sam Yaple's avatar
Sam Yaple committed
    - { role: mariadb,
        tags: mariadb,
        when: enable_mariadb | bool }
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: iscsi,
        tags: iscsi,
        when: enable_iscsid | bool }
- hosts:
    - multipathd
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: multipathd,
        tags: multipathd,
        when: enable_multipathd | bool }

- hosts: rabbitmq
Sam Yaple's avatar
Sam Yaple committed
    - { role: rabbitmq,
        tags: rabbitmq,
        when: enable_rabbitmq | bool }
Hui Kang's avatar
Hui Kang committed
- hosts: etcd
  serial: '{{ serial|default("0") }}'
Hui Kang's avatar
Hui Kang committed
  roles:
    - { role: etcd,
        tags: etcd,
        when: enable_etcd | bool }

- hosts:
    - keystone
  serial: '{{ serial|default("0") }}'
Fang Fenghua's avatar
Fang Fenghua committed
  roles:
Sam Yaple's avatar
Sam Yaple committed
    - { role: keystone,
        tags: keystone,
        when: enable_keystone | bool }
Sam Yaple's avatar
Sam Yaple committed
- hosts:
Sam Yaple's avatar
Sam Yaple committed
    - swift-account-server
    - swift-container-server
    - swift-object-server
    - swift-proxy-server
  serial: '{{ serial|default("0") }}'
Sam Yaple's avatar
Sam Yaple committed
    - { role: swift,
        tags: swift,
        when: enable_swift | bool }
Sam Yaple's avatar
Sam Yaple committed
- hosts:
    - ceph-mon
    - glance-api
    - glance-registry
  serial: '{{ serial|default("0") }}'
Sam Yaple's avatar
Sam Yaple committed
  roles:
Sam Yaple's avatar
Sam Yaple committed
    - { role: glance,
        tags: glance,
        when: enable_glance | bool }
Sam Yaple's avatar
Sam Yaple committed
- hosts:
    - ceph-mon
    - compute
    - nova-api
    - nova-conductor
    - nova-consoleauth
    - nova-novncproxy
    - nova-scheduler
  serial: '{{ serial|default("0") }}'
  roles:
Sam Yaple's avatar
Sam Yaple committed
    - { role: nova,
        tags: nova,
        when: enable_nova | bool }
Hui Kang's avatar
Hui Kang committed
- hosts:
    - compute
  roles:
    - { role: kuryr,
        tags: kuryr,
        when: enable_kuryr | bool }

# (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
Sam Yaple's avatar
Sam Yaple committed
- hosts:
    - neutron-server
    - neutron-dhcp-agent
    - neutron-l3-agent
    - neutron-lbaas-agent
    - neutron-metadata-agent
    - compute
    - manila-share
  serial: '{{ serial|default("0") }}'
Sam Yaple's avatar
Sam Yaple committed
  roles:
Sam Yaple's avatar
Sam Yaple committed
    - { role: neutron,
        tags: neutron,
        when: enable_neutron | bool }
Sam Yaple's avatar
Sam Yaple committed
- hosts:
    - ceph-mon
    - cinder-api
    - cinder-backup
    - cinder-scheduler
    - cinder-volume
  serial: '{{ serial|default("0") }}'
Sam Yaple's avatar
Sam Yaple committed
    - { role: cinder,
        tags: cinder,
        when: enable_cinder | bool }
Sam Yaple's avatar
Sam Yaple committed
- hosts:
    - heat-api
    - heat-api-cfn
    - heat-engine
  serial: '{{ serial|default("0") }}'
  roles:
Sam Yaple's avatar
Sam Yaple committed
    - { role: heat,
        tags: heat,
        when: enable_heat | bool }
  serial: '{{ serial|default("0") }}'
  roles:
Sam Yaple's avatar
Sam Yaple committed
    - { role: horizon,
        tags: horizon,
        when: enable_horizon | bool }
Sam Yaple's avatar
Sam Yaple committed
- hosts:
    - murano-api
    - murano-engine
  serial: '{{ serial|default("0") }}'
Sam Yaple's avatar
Sam Yaple committed
    - { role: murano,
        tags: murano,
        when: enable_murano | bool }
Sam Yaple's avatar
Sam Yaple committed
- hosts:
    - ironic-api
    - ironic-conductor
    - ironic-inspector
Sam Yaple's avatar
Sam Yaple committed
    - ironic-pxe
  serial: '{{ serial|default("0") }}'
  roles:
Sam Yaple's avatar
Sam Yaple committed
    - { role: ironic,
        tags: ironic,
        when: enable_ironic | bool }

- hosts:
    - magnum-api
    - magnum-conductor
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: magnum,
        tags: magnum,
        when: enable_magnum | bool }

- hosts:
    - mistral-api
    - mistral-engine
    - mistral-executor
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: mistral,
        tags: mistral,
        when: enable_mistral | bool }
zhubingbing's avatar
zhubingbing committed
- hosts:
    - sahara-api
    - sahara-engine
  serial: '{{ serial|default("0") }}'
zhubingbing's avatar
zhubingbing committed
  roles:
    - { role: sahara,
        tags: sahara,
        when: enable_sahara | bool }

- hosts:
    - mongodb
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: mongodb,
        tags: mongodb,
        when: enable_mongodb | bool }

- hosts:
    - manila-api
    - manila-share
    - manila-scheduler
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: manila,
        tags: manila,
        when: enable_manila | bool }
zhubingbing's avatar
zhubingbing committed
- hosts:
    - gnocchi-api
    - gnocchi-metricd
    - gnocchi-statsd
  serial: '{{ serial|default("0") }}'
zhubingbing's avatar
zhubingbing committed
  roles:
    - { role: gnocchi,
        tags: gnocchi,
        when: enable_gnocchi | bool }

- hosts:
    - ceilometer
    - compute
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: ceilometer,
        tags: ceilometer,
        when: enable_ceilometer | bool }
zhubingbing's avatar
zhubingbing committed
- hosts:
    - aodh
  serial: '{{ serial|default("0") }}'
zhubingbing's avatar
zhubingbing committed
  roles:
    - { role: aodh,
        tags: aodh,
        when: enable_aodh | bool }

zhubingbing's avatar
zhubingbing committed
- hosts:
    - barbican-api
    - barbican-keystone-listener
    - barbican-worker
  serial: '{{ serial|default("0") }}'
zhubingbing's avatar
zhubingbing committed
  roles:
    - { role: barbican,
        tags: barbican,
        when: enable_barbican | bool }

- hosts:
    - congress-api
    - congress-policy-engine
    - congress-datasource
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: congress,
        tags: congress,
        when: enable_congress | bool }

- hosts:
    - tempest
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: tempest,
        tags: tempest,
        when: enable_tempest | bool }
- hosts: rally
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: rally,
        tags: rally,
        when: enable_rally | bool }

- hosts:
    - vmtp
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: vmtp,
        tags: vmtp,
        when: enable_vmtp | bool }

- hosts:
    - watcher-api
    - watcher-engine
    - watcher-applier
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: watcher,
        tags: watcher,
        when: enable_watcher | bool }
Mathias Ewald's avatar
Mathias Ewald committed
- hosts:
    - grafana
  serial: '{{ serial|default("0") }}'
Mathias Ewald's avatar
Mathias Ewald committed
  roles:
    - { role: grafana,
        tags: grafana,
        when: enable_grafana | bool }

- hosts:
    - cloudkitty-api
    - cloudkitty-processor
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: cloudkitty,
        tags: cloudkitty,
        when: enable_cloudkitty | bool }

- hosts:
    - senlin-api
    - senlin-engine
  serial: '{{ serial|default("0") }}'
  roles:
    - { role: senlin,
        tags: senlin,
        when: enable_senlin | bool }