![Sam Yaple](/assets/img/avatar_default.png)
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
40 lines
436 B
YAML
Executable File
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
|