summaryrefslogtreecommitdiffstats
path: root/compass/deploy/ansible/roles/neutron-controller/tasks/main.yml
blob: 9c04d74e0546072fafba453efbe67623838c1870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- include: neutron_install.yml
  tags:
    - install
    - neutron_install
    - neutron 

- include: neutron_config.yml
  when: HA_CLUSTER is not defined or HA_CLUSTER[inventory_hostname] == ''
  tags:
    - config
    - neutron_config
    - neutron