Sam Yaple 0382909dbb Rename role name to service name
The original purpose for having an abstract like 'database' rather than
the service name of 'mariadb' has been change. Our direction is different
and this patch reflects consistent naming throughout

Change-Id: I704896191cc5243f9dab2a4cca9120e9dc2ceb2c
Closes-Bug: #1478328
2015-07-30 19:35:17 +00:00

40 lines
436 B
YAML
Executable File

---
- hosts: haproxy
roles:
- haproxy
tags: haproxy
- hosts: mariadb
roles:
- mariadb
tags: mariadb
- hosts: rabbitmq
roles:
- rabbitmq
tags: rabbitmq
- hosts: keystone
roles:
- keystone
tags: keystone
- hosts: glance
roles:
- glance
tags: glance
- hosts:
- nova
- compute
roles:
- nova
tags: nova
- hosts:
- neutron
- compute
roles:
- neutron
tags: neutron