27db155c0e
Currently these nodes are not deployed using kolla-ansible but use the host provisioning and host OS configuration pieces of kayobe. The monasca-deploy project is used to deploy the monitoring services.
9 lines
172 B
YAML
9 lines
172 B
YAML
---
|
|
- name: Ensure NTP is installed and configured
|
|
hosts: seed:overcloud
|
|
roles:
|
|
- role: yatesr.timezone
|
|
become: True
|
|
- role: resmo.ntp
|
|
become: True
|