9c04d74e0546072fafba453efbe67623838c1870
[genesis.git] / compass / deploy / ansible / roles / neutron-controller / tasks / main.yml
1 ---
2 - include: neutron_install.yml
3   tags:
4     - install
5     - neutron_install
6     - neutron 
7
8 - include: neutron_config.yml
9   when: HA_CLUSTER is not defined or HA_CLUSTER[inventory_hostname] == ''
10   tags:
11     - config
12     - neutron_config
13     - neutron