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.
8 lines
133 B
YAML
8 lines
133 B
YAML
---
|
|
# Enable IP routing in the kernel.
|
|
|
|
- name: Ensure IP routing is enabled
|
|
hosts: seed:overcloud
|
|
roles:
|
|
- role: ip-routing
|