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